Subject: Re: XF430 debugging advice needed
To: David Hopper <dhop@nwlink.com>
From: Martin Husemann <martin@duskware.de>
List: tech-x11
Date: 03/02/2003 23:28:23
On Sun, Mar 02, 2003 at 02:28:52PM -0800, David Hopper wrote:
> (gdb) print pciBusInfo[bus]->funcs
> $3 = 0x0

So the "funcs" pointer for this "bus" number has not been initialized.

Please check where it should be assigned and why it isn't.

Martin