module unloaded

Hi All,

I am doing a crash dump analysis and I want to know test25d module is unloaded or not.

But lm shows test25d module in both Loaded module and Unloaded module list, my question is really test25d module is unloaded or not.

0:062> lm
start end module name
745e0000 745f4000 test25d (private pdb symbols) d:\symbols\mysymbols\test25d.pdb\FE358CA70160428F85FDE42A08E036661\test25d.pdb

Unloaded modules:
745e0000 745f4000 test25d.dll

It is loaded.
–pa

wrote in message news:xxxxx@windbg…
> Hi All,
>
> I am doing a crash dump analysis and I want to know test25d module is
> unloaded or not.
>
> But lm shows test25d module in both Loaded module and Unloaded module
> list, my question is really test25d module is unloaded or not.
>
> 0:062> lm
> start end module name
> 745e0000 745f4000 test25d (private pdb symbols)
> d:\symbols\mysymbols\test25d.pdb\FE358CA70160428F85FDE42A08E036661\test25d.pdb
>
> Unloaded modules:
> 745e0000 745f4000 test25d.dll
>

Thanks Pavel. Then why it is there unloaded module list.

Thanks,
Anil

>Then why it is there unloaded module list.

It was loaded, unloaded, then loaded again.

-scott


Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc.
http://www.osronline.com

wrote in message news:xxxxx@windbg…
> Thanks Pavel. Then why it is there unloaded module list.
>
> Thanks,
> Anil
>

Thanks Scott.