Date: Wed, 7 Jan 2004 17:52:44 -0500 (EST) From: Daniel Eischen <eischen@vigrid.com> To: Petri Helenius <pete@he.iki.fi> Cc: freebsd-threads@freebsd.org Subject: Re: Release criteria for libkse -> libpthread switch? Message-ID: <Pine.GSO.4.10.10401071748530.21238-100000@pcnet5.pcnet.com> In-Reply-To: <3FFC8C51.7030203@he.iki.fi>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10401071748530.21238-100000>