Re: Panic in rt_check

2007-10-24 Thread Ivan Voras
For all interested in this thread: Patch in PR 112490 by John Baldwin solves this problem (and it's a solution, not a workaround). I hope it gets committed soon :) ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebs

Re: Panic in rt_check

2007-10-11 Thread Ivan Voras
Ivan Voras wrote: > Ivan Voras wrote: > >> If the kernel still panics without IPv6 in it, I'll move on to other >> possible solutions (Doug's first). > > The kernel without IPv6 is running stable for the 7th day in a row. I'll > postpone trying Doug's patch for when I can afford some downtime. I

Re: Panic in rt_check

2007-10-11 Thread Ivan Voras
Ivan Voras wrote: > If the kernel still panics without IPv6 in it, I'll move on to other > possible solutions (Doug's first). The kernel without IPv6 is running stable for the 7th day in a row. I'll postpone trying Doug's patch for when I can afford some downtime. ___

Re: Panic in rt_check

2007-10-07 Thread Ivan Voras
On 08/10/2007, Kris Kennaway <[EMAIL PROTECTED]> wrote: > Well yeah, if you're not using if_stf that's not going to fix it :) Are you sure? I'm not actually sure how it works but I supposed it might be triggered because some hosts advertise IPv6 and some don't (the network in general and its rout

Re: Panic in rt_check

2007-10-07 Thread Kris Kennaway
Ivan Voras wrote: Ivan Voras wrote: Ivan Voras wrote: Apparently, this was patched 4 days ago so I'll try two things: 1) build with the new (patched) version and Interesting development - the machine is stable now for 5 days (before this, it would panic within 48 hours). It looks like the pr

Re: Panic in rt_check

2007-10-07 Thread Ivan Voras
Ivan Voras wrote: > Ivan Voras wrote: > >> Apparently, this was patched 4 days ago so I'll try two things: 1) build >> with the new (patched) version and > > Interesting development - the machine is stable now for 5 days (before > this, it would panic within 48 hours). It looks like the problem

Re: Panic in rt_check

2007-10-03 Thread Ivan Voras
Ivan Voras wrote: Apparently, this was patched 4 days ago so I'll try two things: 1) build with the new (patched) version and Interesting development - the machine is stable now for 5 days (before this, it would panic within 48 hours). It looks like the problem might be fixed by the commit

Re: Panic in rt_check

2007-09-28 Thread Doug Ambrisko
Ivan Voras writes: -- Start of PGP signed section. [ Charset UTF-8 unsupported, converting... ] | Hi, | | I have a machine that panics almost daily in route.c, in rt_check(). | This panic has been reported by several users, including Marcel | Moolenaar for a machine in freebsd.org. | | The prob

Re: Panic in rt_check

2007-09-27 Thread Ivan Voras
Kris Kennaway wrote: > OK, it likely needs more detailed investigation than that ;-) Hmm, grepping has found one straw-chance: I found that if_stf.c calls rtfree() instead of RTFREE_LOCKED (I cannot tell if RTFREE_LOCKED is really needed in this situation or RTFREE is needed), and a diff to my 6-

Re: Panic in rt_check

2007-09-27 Thread Kris Kennaway
Ivan Voras wrote: On 27/09/2007, Kris Kennaway <[EMAIL PROTECTED]> wrote: You will need to evaluate based on other evidence. e.g. if you've noticed other network flakiness on this machine to do with the gateway. No, I don't think there's anything like that. The panics began when I upgraded t

Re: Panic in rt_check

2007-09-27 Thread Ivan Voras
On 27/09/2007, Kris Kennaway <[EMAIL PROTECTED]> wrote: > You will need to evaluate based on other evidence. e.g. if you've > noticed other network flakiness on this machine to do with the gateway. No, I don't think there's anything like that. The panics began when I upgraded to 7-current, the m

Re: Panic in rt_check

2007-09-27 Thread Ivan Voras
On 27/09/2007, Kris Kennaway <[EMAIL PROTECTED]> wrote: > Ivan Voras wrote: > > Hi, > > > > I have a machine that panics almost daily in route.c, in rt_check(). > > This panic has been reported by several users, including Marcel > > Moolenaar for a machine in freebsd.org. > > > > The problem is pre

Re: Panic in rt_check

2007-09-27 Thread Kris Kennaway
Ivan Voras wrote: On 27/09/2007, Kris Kennaway <[EMAIL PROTECTED]> wrote: Ivan Voras wrote: Hi, I have a machine that panics almost daily in route.c, in rt_check(). This panic has been reported by several users, including Marcel Moolenaar for a machine in freebsd.org. The problem is present i

Re: Panic in rt_check

2007-09-27 Thread Kris Kennaway
Ivan Voras wrote: Hi, I have a machine that panics almost daily in route.c, in rt_check(). This panic has been reported by several users, including Marcel Moolenaar for a machine in freebsd.org. The problem is present in both 6-STABLE and 7-CURRENT, and apparently it manifests on SMP machin