On Friday, March 6, 2015 at 1:41:17 AM UTC+10, Eric Davies wrote: > > I thought I'd post the various errors I get on crash in case any of them > sparks a thought. One of a number of things happens each time; they are now > in files error1 to error5 in the gist: > https://gist.github.com/iamed2/e883c6b0b8ff4220d946 > > In errors 4 and 5 I can no longer see the lines I type at the terminal > until I enter a newline. >
Error2 looks at first glance like libuv's listener thread is still running and it becomes confused when an FD it is monitoring is re-used by Matlab for a file, not one of the types it expected, so the assert fails causing a SIGABORT, which then segfaults because its not the sigabort handler that was expected. Errors 4 and 5 look like the same thing, but the handlers just get stuck and don't complete by the sound of it. Errors 1 and 3 may be the same thing but look like they are happening at matlab shutdown, maybe its saying "whats this thread 'ere, I didn't start it" :) Cheers Lex
