Back to the main page.
Bug 546 - matlab startup error
Status | CLOSED FIXED |
Reported | 2011-03-23 10:45:00 +0100 |
Modified | 2011-03-31 14:13:54 +0200 |
Product: | FieldTrip |
Component: | peer |
Version: | unspecified |
Hardware: | PC |
Operating System: | Linux |
Importance: | P1 major |
Assigned to: | Robert Oostenveld |
URL: | |
Tags: | |
Depends on: | |
Blocks: | |
See also: |
Marcel Zwiers - 2011-03-23 10:45:12 +0100
I suspect a fix for this error is already in the works, but in any case, I get this error every time I do a peercellfun call: an error was detected during the execution of job 2 Error using ==> peerget at 112 could not start the matlab engine Error in ==> peerget at 112 error(err);
Robert Oostenveld - 2011-03-23 13:15:35 +0100
I just checked with a simple peercellfun(@pause, {1}) on mentat and I did not get the error. So it does not happen every time on peercellfun (for me). Can you provide more info?
Marcel Zwiers - 2011-03-23 13:19:47 +0100
peercellfun(@pause, repmat({1},10,1)) peer: init peerinit: marzwi@mentat270.dccn.nl, id = 3590654126 peer: spawning announce thread peer: spawning discover thread peer: spawning expire thread peer: spawning tcpserver thread submitted 1/10, collected 0/10, busy 1, speedup 0.0 submitted 3/10, collected 0/10, busy 2, speedup 0.0 submitted 3/10, collected 0/10, busy 3, speedup 0.0 submitted 5/10, collected 0/10, busy 4, speedup 0.0 submitted 6/10, collected 0/10, busy 5, speedup 0.0 an error was detected during the execution of job 10 ??? Error using ==> peerget at 112 could not start the matlab engine Error in ==> peerget at 112 error(err); Error in ==> peercellfun at 304 [argout, options] = peerget(joblist(i).jobid, 'timeout', inf, 'output', 'cell', 'diary', diary, 'StopOnError', StopOnError);
Robert Oostenveld - 2011-03-23 13:32:58 +0100
I was able to reproduce. The problem was introduced in the changes due to http://bugzilla.fcdonders.nl/show_bug.cgi?id=541 I have fixed it in r3202.