Re: plug aue ethernet goes to panic

2002-04-15 Thread Gerhard Sittig
On Mon, Apr 15, 2002 at 21:57 +0900, Makoto Matsushita wrote: > > But unfortunately, my kernel.debug prints > > uhub0: device problem, disabling port 2 > > and doesn't panic :-( Oh, how I know this message ... :) Does http://www.FreeBSD.org/cgi/query-pr.cgi?pr=33004 help you here? It h

Re: plug aue ethernet goes to panic

2002-04-15 Thread Josef Karthauser
On Mon, Apr 15, 2002 at 12:35:46PM -0500, Will Andrews wrote: > On Mon, Apr 15, 2002 at 11:11:36AM +0200, Nick Hibma wrote: > > device_set_ivars is always called (in usbd_probe_and_attach) with as an > > argument a stack variable. Also, the ivar is not stored or anything in > > the if_aue.c driver

Re: plug aue ethernet goes to panic

2002-04-15 Thread Will Andrews
On Mon, Apr 15, 2002 at 11:11:36AM +0200, Nick Hibma wrote: > device_set_ivars is always called (in usbd_probe_and_attach) with as an > argument a stack variable. Also, the ivar is not stored or anything in > the if_aue.c driver. So this problem sounds like a problem in revisions > of various file

RE: plug aue ethernet goes to panic

2002-04-15 Thread Makoto Matsushita
jhb> Can you get a backtrace in ddb? It looks like a null pointer jhb> dereference, and knowing where it happened would help. Backtrace told me that the panic was occured when usbd_get_interface_descriptor() is called from aue_attach(). jhb> Finding the file and line of the instruction pointer

Re: plug aue ethernet goes to panic

2002-04-15 Thread Nick Hibma
device_set_ivars is always called (in usbd_probe_and_attach) with as an argument a stack variable. Also, the ivar is not stored or anything in the if_aue.c driver. So this problem sounds like a problem in revisions of various files. Please check that your kernel modules kernel are in sync. Do th

Re: plug aue ethernet goes to panic

2002-04-13 Thread John Baldwin
On 13-Apr-2002 Will Andrews wrote: > On Sat, Apr 13, 2002 at 12:44:36PM -0400, John Baldwin wrote: >> Can you get a backtrace in ddb? It looks like a null pointer dereference, >> and >> knowing where it happened would help. Finding the file and line of the >> instruction pointer using addr2line

Re: plug aue ethernet goes to panic

2002-04-13 Thread Will Andrews
On Sat, Apr 13, 2002 at 12:44:36PM -0400, John Baldwin wrote: > Can you get a backtrace in ddb? It looks like a null pointer dereference, and > knowing where it happened would help. Finding the file and line of the > instruction pointer using addr2line on kernel.debug would be helpful as well.

RE: plug aue ethernet goes to panic

2002-04-13 Thread John Baldwin
On 13-Apr-2002 Makoto Matsushita wrote: > > Following are observed with 5-current kernel as of Apr/13/2002. > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x4 > fault code= supervisor read, page not present > instruction pointer = 0x8:0xc0189b4a > sta