stop thread on creation

Amol Dixit dixit at netapp.com
Thu Dec 11 14:00:41 PST 2008


Hi,
In linux, new threads STOP before executing the first instruction of 
their entry routine when process is being traced. This doesn't seem to 
be the case with new threads on freebsd. Is there a way to make this 
happen from libthr/libpthread calls or any other means?
Does freebsd native gdb expect new threads (from pthread_create()) to 
STOP so that it can resume them immediately?
Thanks,
Amol


More information about the freebsd-threads mailing list