- From: Omri Schwarz <ocschwar_at_MIT.EDU>
- Date: Tue, 22 Jun 2004 13:50:26 -0400
> > It could cause a crash, but not with your board. It doesn't do a firmware > upload. If I were you, I'd put some debugging messages in > comedi_device_attach() (drivers.c), the driver's attach function which is > mostly ni_E_init() (ni_mio_common.c), and the interrupt handler > ni_E_interrupt (ni_mio_common.c). Done, and so far I know that the kernel goes into and then out of ni_E_init and comedi_device_attach before crashing. I'll try to do better than that when I have better kernel debugging chops. > On Monday 21 June 2004 04:36 pm, Omri Schwarz wrote: > > > > In AMD 64, sizeof(void*) is 8 bytes, not 4, so the (void *) > > cast is bad and may be the cause of the crashes I am seeing.
Received on 2004-06-22Z16:50:26