Release criteria for libkse -> libpthread switch?

Daniel Eischen eischen at vigrid.com
Wed Jan 7 14:52:48 PST 2004


On Thu, 8 Jan 2004, Petri Helenius wrote:

> Daniel Eischen wrote:
> 
> >Send it a SIGINFO and look at the dumped thread states (/tmp/pthread.dump.xxx).
> >
> >
> >  
> >
> No files get written to /tmp (or anywhere else I looked) when I send 
> SIGINFO to the mysqld
> process.
> 
> Is there some specific compilation options / preparations that should be 
> made in advance?

No, that should do it.  It sounds like something is hung up.
Are you sure that whatever libraries mysql is using are
thread-safe?

You can define DEBUG_SIGNAL when building libkse to show signal
debugging info.  Either edit libpthread/thread/thr_sig.c
and uncomment line ~97 or add it to your CFLAGS.

-- 
Dan



More information about the freebsd-threads mailing list