DragonFly commits List (threaded) for 2008-05
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/lib/libthread_xu/thread thr_create.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]