← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/bug1086323-processExitCode into lp:zorba/process-module

 

Follow-up: after running a new query to call a C program:

#include <stdlib.h>
int main() {
  abort();
}

it prints 134.  Hence, the process-module fix works but the HOF code behaves differently on Mac OS X.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug1086323-processExitCode/+merge/138266
Your team Zorba Coders is subscribed to branch lp:zorba/process-module.


References