On Wed, Oct 21, 2009 at 9:31 AM, Hugh Greenberg hng@lanl.gov wrote:
PCI: 00:1f.0, bad id 0xffffffff POST: 0x25 scan bus of PCI: 00:18.0
While we're doing this part only the last few lines (or the new lines since the last time) really matter.
It looks like it gets stuck in scan_bus. Try adding print statements 1. after scan_bus just in case. 2. inside scan_bus in src/devices/device.c
Print out which functions are being called and we'll narrow this down.
When I get back to the lab I can start comparing to SimNOW again.
Thanks, Myles