Index: vm/vmcore/src/thread/thread_generic.cpp =================================================================== --- vm/vmcore/src/thread/thread_generic.cpp (revision 590662) +++ vm/vmcore/src/thread/thread_generic.cpp (working copy) @@ -259,7 +259,6 @@ // Notify GC about thread detaching. // FIXME - GC notify detach thread works for current thread only gc_thread_kill(&p_vm_thread->_gc_private_information); - assert(p_vm_thread->gc_frames == 0); } #ifdef PLATFORM_POSIX