]> gitweb.factorcode.org Git - factor.git/commit
Fix infinite loop and empty-dlist error when an error is thrown from a callback runni...
authorSlava Pestov <slava@factorcode.org>
Mon, 3 Oct 2011 04:58:58 +0000 (21:58 -0700)
committerSlava Pestov <slava@factorcode.org>
Mon, 3 Oct 2011 04:59:09 +0000 (21:59 -0700)
commitdaf40ea0c6233d5bb7a867e295f7e7ccd26176e7
treec6844e1c00371ae991bcf1dc68811ebaa5814aa4
parent4994483be4dff785cef7fbb82ecfe940e14f071f
Fix infinite loop and empty-dlist error when an error is thrown from a callback running in a thread other than the initial thread. This addresses part of issue #92
basis/compiler/tests/callback-error.factor [new file with mode: 0644]
basis/debugger/threads/threads.factor
core/alien/alien.factor
vm/contexts.hpp