cvs commit: src/lib/libthread_xu/thread thr_create.c
Simon Schubert
corecode at crater.dragonflybsd.org
Fri May 9 04:25:58 PDT 2008
corecode 2008/05/09 04:24:09 PDT
DragonFly src repository
Modified files:
lib/libthread_xu/thread thr_create.c
Log:
Make the code we're running under total signal mask as short as possible.
This fixes a hang when calling pthread_create(NULL, ...), which was due
to the fact that we hit a SIGSEGV while under total signal mask, leading
to infinite page faults.
Revision Changes Path
1.12 +10 -8 src/lib/libthread_xu/thread/thr_create.c
http://www.dragonflybsd.org/cvsweb/src/lib/libthread_xu/thread/thr_create.c.diff?r1=1.11&r2=1.12&f=u
More information about the Commits
mailing list