Re: comedi_config crashes, Linux 2.6.6-comedi, x86_64, w/ NI PCI 6023E card

> 
> 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