NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/46528: kernel diagnostic assertion "rt != rt->rt_gwroute" failed: file "/usr/src/sys/net/route.c", line 860
The following reply was made to PR kern/46528; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/46528: kernel diagnostic assertion "rt != rt->rt_gwroute"
failed: file "/usr/src/sys/net/route.c", line 860
Date: Sun, 3 Jun 2012 11:52:25 +0200
Sounds like a bug in routed to me:
Internet:
Destination Gateway Flags Refs Use Mtu Interface
[..]
192.168.254.21 192.168.254.21 UH 0 0 33192 lo0 =>
Not nice of the kernel to crash, I would suggest to replace the KASSERT
with an if and return EINVAL or something.
Martin
Home |
Main Index |
Thread Index |
Old Index