| Summary: | [netinet] [patch] ip_input might cause kernel panic | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Ivan Panachev <ivan.panachev> | ||||
| Component: | kern | Assignee: | Andre Oppermann <andre> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 7.1-RELEASE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Ivan Panachev
2009-04-16 18:40:07 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-net This looks like a networking issue. Interesting... the input checks in ip_input() should really have screened this out, however, if m->m_len is indeed smaller than mcopy (temporary mbuf created in the ip_forward() slow path), then m_copydata() may well stomp on memory not owned by the mbuf chain. Responsible Changed From-To: freebsd-net->andre Take over. Ivan
Thank you for your bug report. For reproducing this problem I have
two questions:
a) do you have any firewalls (ipfw, pf, ipfilter) or IPSec tunnels
active when the panic happens?
b) can you still reproduce the panic?
Thanks
--
Andre
State Changed From-To: open->feedback Hello, Sorry for such a late answer. In fact this box didn't stop panicking after my workaround, just panicked less than before. I've spent a lot of time debugging the issue, tried the same hardware, etc. Finally I've become convinced that it's a bad hardware of this specific box= . I suppose this ticket should be closed. On Thu, Apr 16, 2009 at 9:40 PM, <FreeBSD-gnats-submit@freebsd.org> wrote: > Thank you very much for your problem report. > It has the internal identification `kern/133786'. > The individual assigned to look at your > report is: freebsd-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D133786 > >>Category: =A0 =A0 =A0 kern >>Responsible: =A0 =A0freebsd-bugs >>Synopsis: =A0 =A0 =A0 ip_input might cause kernel panic >>Arrival-Date: =A0 Thu Apr 16 17:40:07 UTC 2009 > State Changed From-To: feedback->closed Closed at the submitter's request: bad hardware suspected. |