| Summary: | FreeBSD 5.1-p10 can be remotely locked (crashed), when running apache2 with special configuration | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Branko F.Gracnar <bfg> |
| Component: | kern | Assignee: | Andre Oppermann <andre> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 5.1-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Branko F.Gracnar
2003-10-29 10:50:10 UTC
Responsible Changed From-To: gnats-admin->freebsd-bugs Assign to proper category. Using FreeBSD-CURRENT(As of October 28) and HTTPd 2.1(From CVS as of November 6) , I am able to reproduce this bug using Apache Flood in about the same time span. Responsible Changed From-To: freebsd-bugs->andre Take over. Branko, Paul, could you please provide me with more information regarding the lockup. In what way does FreeBSD lock up? Are you still able to log into the machine from remote? Do you have INVARIANTS and/or WITNESS enabled in you kernel? Do you run a debugging kernel? Are you able to break to ddb and do a ps? What is the thread library you've used for apache2? Was it pre-forked or threaded (-libc_r or kse?)? Is is very hard to get a grip on this one without more detailed information. Right from this information I'd suspect either a lockup in the vfs area or something with the new multi- threading libraries. But in the end it could be anything and we have to track it down. -- Andre State Changed From-To: open->feedback Waiting for Oringinator to provide more specifics. Using the same configuration of Apache HTTPd and Apache Flood as I had before, I am unable to reproduce this bug in 5.2-RC as of Dec 31. Same exact machine, same binaries. Only upgraded kernel and world to the RELENG_5_2 branch. It does not crash after pounding on it for over an hour. (Before it was a matter of seconds.) -Paul Querna Paul Querna wrote:
> Using the same configuration of Apache HTTPd and Apache Flood as I had
> before, I am unable to reproduce this bug in 5.2-RC as of Dec 31.
>
> Same exact machine, same binaries. Only upgraded kernel and world to
> the RELENG_5_2 branch. It does not crash after pounding on it for over
> an hour. (Before it was a matter of seconds.)
Paul,
I'm attributing this problem in 5.1-p10 to inferior locking either in
the network code or filesystem/vm code. There have been a lot of changes
and it's impossible to track down exactly which one fixed it.
I'm closing the PR now. If you happen to run into this problem again
please open a new one with all relevant information.
Thanks for your quick response.
--
Andre
State Changed From-To: feedback->closed Close PR. Problem fixed for Originator. |