Bug 175182 - [panic] kernel panic on RADIX_MPATH when deleting route
Summary: [panic] kernel panic on RADIX_MPATH when deleting route
Status: Open
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 1.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: crash
Depends on:
Blocks:
 
Reported: 2013-01-10 15:10 UTC by proler
Modified: 2022-10-17 12:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description proler 2013-01-10 15:10:00 UTC
simplest crush on virtualbox:

options RADIX_MPATH

problem with -link or -interfcace option to route delete

How-To-Repeat: cd /usr/src/
echo "
include GENERIC
options KDB                     # Enable kernel debugger support.
options DDB                     # Support DDB.
options RADIX_MPATH
" > sys/amd64/conf/MY
#make -j8 kernel KERNCONF=MY -DNO_CLEAN -DNO_CLEANDIR -DNO_KERNELCLEAN
#reboot
#=======
#sync;sync;sync;sleep 1;sync

# virtualbox default gate and interface
iff=em0
gw=10.0.2.2
#netstat -rnf inet
#here panic:
route delete default $gw -link $iff
#OR
route delete default $gw -interfcace $gw
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2013-01-11 07:51:36 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-net

Over to maintainer(s).
Comment 2 Ingo Flaschberger 2013-01-15 02:28:30 UTC
bug is already reported, try this patches:
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/173477
and:
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/149917

Kind regards,
     Ingo Flaschberger
Comment 3 Ingo Flaschberger 2013-01-15 02:36:05 UTC
sorry - posted the wrong ones.

this are the right ones:
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/173477
and nd6:
http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/156283

Kind regards,
    Ingo Flaschberger
Comment 4 Eitan Adler freebsd_committer freebsd_triage 2017-12-31 08:00:40 UTC
For bugs matching the following criteria:

Status: In Progress Changed: (is less than) 2014-06-01

Reset to default assignee and clear in-progress tags.

Mail being skipped
Comment 5 Graham Perrin freebsd_committer freebsd_triage 2022-10-17 12:19:29 UTC
Keyword: 

    crash

– in lieu of summary line prefix: 

    [panic]

* bulk change for the keyword
* summary lines may be edited manually (not in bulk). 

Keyword descriptions and search interface: 

    <https://bugs.freebsd.org/bugzilla/describekeywords.cgi>