Date: Mon, 13 May 2013 12:09:21 -0700 From: Julian Elischer <julian@freebsd.org> To: Computer Network Man <comnetboy@gmail.com> Cc: freebsd-hackers@freebsd.org Subject: Re: A problem with alq module! Message-ID: <51913A61.1030701@freebsd.org> In-Reply-To: <CAKsK_pqu_Xd-RqFGfJz_4OGYpsBktfm=zEnRApjbQ8k05YO3Vg@mail.gmail.com> References: <CAKsK_pqu_Xd-RqFGfJz_4OGYpsBktfm=zEnRApjbQ8k05YO3Vg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 5/12/13 11:37 PM, Computer Network Man wrote: > Dear Guys; > In a fresh FreeBSD 9 or 9.1 Release if you just run these commands: > # kldload alq > # kldunload alq > # init 0 or shutdown -p now > it will panic! > maybe it's a bug. > We have a module which uses alq API's. > MODULE_DEPEND(mymodule, alq, 1, 1, 1) > when our module starts, loads alq. and when it stops, unloads alq. So after > starting and stoping our module and shutdown, we have panic. > any opinion in this regard would be appreciated. > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > without looking at it, I am guessing that the alq module may mis-register for shutdown notification... (and not undo it).. UTSL please register a bug and include some debugging information....
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51913A61.1030701>