WinDbg : unable to load my symbols under Vista 64

Hi List,

I’m porting a driver for Vista x64 (amd64) and it crash… This is not a big
deal, BUT I’m not able to load my symbols in WinDbg (version 6.6.07.5).

I’ve alway get this message :
*** ERROR: Module load completed but symbols could not be loaded for
.sys

This message appear either I open a crash dump file (under Vista) or during a
live debug (connected via a serial link).

The most strange for me is that, symbols path, source path and image path are
correctly set.

Does someone already get this problem ?
Did I miss something ?
Any hints ?

Regards

Benoît

If you do !sym noisy you’ll get more information about why your symbol loading is failing. If you see a message about a PDB mismatch that means your symbol path isn’t actually correct.

-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of xxxxx@free.fr
Sent: Tuesday, September 26, 2006 3:48 AM
To: Kernel Debugging Interest List
Subject: [windbg] WinDbg : unable to load my symbols under Vista 64

Hi List,

I’m porting a driver for Vista x64 (amd64) and it crash… This is not a big deal, BUT I’m not able to load my symbols in WinDbg (version 6.6.07.5).

I’ve alway get this message :
*** ERROR: Module load completed but symbols could not be loaded for .sys

This message appear either I open a crash dump file (under Vista) or during a live debug (connected via a serial link).

The most strange for me is that, symbols path, source path and image path are correctly set.

Does someone already get this problem ?
Did I miss something ?
Any hints ?

Regards

Beno?t


You are currently subscribed to windbg as: xxxxx@winse.microsoft.com To unsubscribe send a blank email to xxxxx@lists.osr.com