]> granicus.if.org Git - gc/commit
Test SP obtained from OpenBSD-specific pthread context in GC_suspend_all
authorIvan Maidanski <ivmai@mail.ru>
Fri, 20 Jul 2012 11:27:54 +0000 (15:27 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 20 Jul 2012 11:27:54 +0000 (15:27 +0400)
commitf8d4f156d219cbddc7c7bfe7f9c2b6f5967bbab1
treec7814c1fb2c1b8e8094638e7a4cc9a61e4bd70f2
parentedfd8454687ee1ccb756b51c15483febab388b33
Test SP obtained from OpenBSD-specific pthread context in GC_suspend_all

* pthread_stop_world.c (GC_suspend_all): Abort if stop_info.stack_ptr
obtained from OpenBSD-specific pthread context is NULL; add FIXME for
GC_OPENBSD_THREADS case (the implementation should probably use
pthread_sp_np).
pthread_stop_world.c