cvs commit: src/lib/libpthread/thread thr_kern.c

David Xu davidxu at FreeBSD.org
Sat Nov 8 16:37:16 PST 2003


davidxu     2003/11/08 16:37:14 PST

  FreeBSD src repository

  Modified files:
    lib/libpthread/thread thr_kern.c 
  Log:
  If a thread in critical region got a synchronous signal, according current
  signal handling mode, there is no chance to handle the signal, something
  must be wrong in the library, just call kse_thr_interrupt to dump its core.
  I have the code for a long time, but forgot to commit it.
  
  Revision  Changes    Path
  1.102     +2 -0      src/lib/libpthread/thread/thr_kern.c


More information about the cvs-src mailing list