Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 06 Nov 2003 23:29:19 -0800
From:      Terry Lambert <tlambert2@mindspring.com>
To:        Mike Silbersack <silby@silby.com>
Cc:        "Giovanni P. Tirloni" <gpt@tirloni.org>
Subject:   Re: FreeBSD 5.1-p10 reproducible crash with Apache2
Message-ID:  <3FAB49CF.931D1C48@mindspring.com>
References:  <3F9F9884.3020309@noviforum.si> <20031030050540.GA25906@rot13.obsecurity.org> <20031106005009.D1561@odysseus.silby.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Silbersack wrote:
> On Wed, 5 Nov 2003, [ISO-8859-1] "Branko F. Grac(nar" wrote:
> > I tried today with yesterday's -CURRENT. Same symptoms. No kernel panic,
> > just lockup.
> 
> Ok, submit a PR with clear details on how to recreate the problem, and
> we'll see if someone can take a look into it.  I'm too busy to look at it,
> but at least putting it in a PR will ensure that it doesn't get too lost.
> Once the PR is filed, you might want to try asking on the freebsd-threads
> list; it sounds like the issue might be thread-related.
> 
> (Note that your original e-mail might contain enough detail, I'm not
> certain; I just skimmed it.  Filing a good PR is important either way,
> mailing list messages get easily lost.)

Is gdb good enough in FreeBSD that you can break to the kernel
debugger with GDB enabled, and dump out the stacks for all
threads currently in the kernel for all processes?

The way to find this, if it's a threads related issue, is to do
exactly that, and then look to se if there's something like a
close in one thread of an fd being used in a blocking operation
in another thread.

-- Terry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FAB49CF.931D1C48>