Phil,

The call_fault_handler() function runs in a different thread from the
Factor VM, and so you cannot just call SIGNAL_VM_PTR(). This made the
VM hang when a memory protection fault or arithmetic exception was
raised.

I added an assertion to tls_vm() in os-unix.cpp, so now you'll see this error:

( scratchpad ) drop 4
Assertion failed: (vm != NULL), function tls_vm, file vm/os-unix.cpp, line 37.
Abort trap

Please fix this ASAP.

Slava

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to