More on MySQL -- Fatal trap 12

Daniel Eischen eischen at vigrid.com
Wed Feb 18 11:22:46 PST 2004


On Tue, 17 Feb 2004, Daniel Eischen wrote:

> On Tue, 17 Feb 2004, Daniel Eischen wrote:
> > On Tue, 17 Feb 2004, Kris Gale wrote:
> > > Does this look like a fixable problem with KSE
> > > to anyone on this list?
> > 
> > I would like to see how MySQL works when using process
> > scope threads.  Do you know enough to hack it to do that?
> 
> Alternatively, this patch to libpthread should force all
> threads to be process scope.

That patch doesn't work.  It's not as simple to force the
library to use scope process threads, since we make use
of a special thread to handle signals and it has to be
scope system.

-- 
Dan Eischen



More information about the freebsd-threads mailing list