Re: IPSEC + long UDP causes reproducible crash [was: Crash in ether_input]

2009-09-10 Thread Chris Cowart
VANHULLEBUS Yvan wrote: > On Thu, Sep 10, 2009 at 12:37:39AM -0700, Chris Cowart wrote: >> I have been using i386 and amd64 virtual machines as well as an amd64 >> physical machine; this problem can be reproduced fairly reliably on all >> of them for 7.0 and 7.1 (and we're pretty sure we saw it in

Re: IPSEC + long UDP causes reproducible crash [was: Crash in ether_input]

2009-09-10 Thread Patrick Lamaiziere
Le Thu, 10 Sep 2009 00:37:39 -0700, Chris Cowart a écrit : Hello, > A C program that sends long UDP messages is attached (there's a > hardcoded remote IP in there). The program sends 2 UDP message of size > 1960, sleeping for 3 seconds in between. Most of the time, on a clean > boot, the first m

Re: IPSEC + long UDP causes reproducible crash [was: Crash in ether_input]

2009-09-10 Thread VANHULLEBUS Yvan
On Thu, Sep 10, 2009 at 12:37:39AM -0700, Chris Cowart wrote: [...] > Hi, Hi. [...] > I have been using i386 and amd64 virtual machines as well as an amd64 > physical machine; this problem can be reproduced fairly reliably on all > of them for 7.0 and 7.1 (and we're pretty sure we saw it in 6.x

IPSEC + long UDP causes reproducible crash [was: Crash in ether_input]

2009-09-10 Thread Chris Cowart
George Neville-Neil wrote: > Sounds great. One more thought. Can you try this without > IPSEC_FILTERTUNNEL? > Since that copies packets I'm suspicious of it. Hi, Thanks for the suggestion. Disabling IPSEC_FILTERTUNNEL does not prevent the crashes. I have been using i386 and amd64 virtual mac