Windows Explorer halt

I’ve got ExInterlockedPopEntrySList looping in my filter driver when I use SoftIce to trace.

Anybody knows what’s the problem?

Memory corruption most likely. Maybe a deadlock of competing threads for some resource.
Use ERESOURCE or MUTEX and similar SoftICE commands to see what is happening on your
synchronization objects.

Eric Chan wrote:

I’ve got ExInterlockedPopEntrySList looping in my filter driver when I use SoftIce to trace.

Anybody knows what’s the problem?


Kind regards, Dejan M. www.alfasp.com
E-mail: xxxxx@alfasp.com ICQ#: 56570367
Alfa File Monitor - File monitoring library for Win32 developers.
Alfa File Protector - File protection and hiding library for Win32 developers.
Alfa Registry Monitor - Registry monitoring library for Win32 developers.
Alfa Registry Protector - Registry protection library for Win32 developers.

Verify that your symbols are correct. I’ve seen situations where ExInterlockedPopEntrySList appeared to be very hot,
but in fact the symbols were incorrect.

-Tom

Tom Stonecypher
xxxxx@iStreamConsulting.com
www.iStreamConsulting.com
+1-803-463-6340

“Eric Chan” wrote in message news:xxxxx@ntfsd…
>
> I’ve got ExInterlockedPopEntrySList looping in my filter driver when I use SoftIce to trace.
>
> Anybody knows what’s the problem?
>
>