Re: Child display driver ... adding PnP crashes!



Clearly indiacting that my kernel symbols have not been loaded. Why
does symfix not work for me? Do I need to upgrade WinDbg ( Current

Read my previous email more carefully.

..symfix does not reload anything. If you have the wrong symbols loaded ("export
symbols" or "no symbols") - then you must unload them:

.reload /u nt

and load the new ones after .symfix:

.reload nt

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@xxxxxxxxxxxxxxxx
http://www.storagecraft.com

.



Relevant Pages

  • Re: Child display driver ... adding PnP crashes!
    ... I think the debugger will try to load symbols always if it is ... lkd> .reload nt ... does symfix not work for me? ...
    (microsoft.public.development.device.drivers)
  • Re: Child display driver ... adding PnP crashes!
    ... It loads the kernel symbols 2 times - first on the very boot, ... lkd> .reload nt ... does symfix not work for me? ...
    (microsoft.public.development.device.drivers)
  • Re: Child display driver ... adding PnP crashes!
    ... ancient versions) - even if the debugger has already tried and failed to ... the debugger loaded module list (i.e. `.reload module=base,size') or it will ... lkd> .reload nt ... does symfix not work for me? ...
    (microsoft.public.development.device.drivers)

Loading