Closed GoogleCodeExporter closed 9 years ago
Great, I agree that is a design issue, because I haven't put too many effort on
the multithread. I have checked in your patch, and I will double check the
remaining CPythonGIL later. Please verify it with SVN trunk after r394
Thanks very much!
Original comment by flier...@gmail.com
on 19 Aug 2011 at 7:47
Thanks, I will be doing some more tests with it to make sure all of those
checks are really needed and also to make sure a check is not missed. V8 has
very few documentation about what the state of the VM is in when the execution
is terminating. Its been basically lots of experimentation with standalone C++
programs to see that segfaults could occur due to access on empty handles.
Sometimes you get a fatal error as they have used assert to check inside of V8.
Original comment by ATM1...@gmail.com
on 19 Aug 2011 at 3:55
Thanks, I will also monitor the crash, maybe you could use a debug build which
could generate the core file, and we could dump the stack trace.
Original comment by flier...@gmail.com
on 19 Aug 2011 at 3:57
Original issue reported on code.google.com by
ATM1...@gmail.com
on 18 Aug 2011 at 11:30