Hi all, got a nasty system hang issue that I have about run out of
ideas on:
We only get the hang on an Asus A6000 U, we havent seen it on any other
laptop, and, in fact, the driver for this device has been WHQLed in
various versions for the last 6 months or so.
The device is a PCCard device with an FPGA interface (It is also made
by us). We are using WinDbg on a 1394 cable to debug.
The hang happens with release drivers, and debug drivers that have no
DbgPrinting. With a lot of DbgPrinting, the laptop doesnt hang.
With just one DbgPrint at the very start of the Isr, wew do get tha
hang, but WinDbg does not show a continuous trace, so this is not an
unhandled interrupt as the ISr is not getting called.
We cannot break into the hung laptop using Ctrl+Break. We can also not
generate a user crash via the RightCtrl + Scroll Lock x 2 technique.