Hi

Our product contains TDI filter and File system filter driver.

Lately, several applications began to stuck with no known reason. I
think that one of our filters causes some of the IRPS to "get
stuck" so the user mode process isn't getting a response to its
request and it gets stuck too.

These are the symptoms:

-Two computers that sometimes have their telnet application stuck when
it tries to disconnect.
-One computer had it's excel stuck. I don't know if excel is
creating some kind of communication so I don't know if the problem is
in the TDI or the file system filter.
-One computer that runs AutoIt (a QA helper app). The AutoIt got stuck
and afterwards all iexplore, msnm, and outlook got stuck (the
application window is freeze after I run it). The wired thing is, that
mozilla firefox runs OK!

All the problems occurred after SEVERAL DAYS of work while our product
was running.

Because most of the problems were in communications apps, we think
it's the TDI filter.

Any idea how to debug such a problem?
Is there a way to get all the stuck IRPS for a process or a driver?
(Maybe doing a manual dump and get it from there?)

Thanks for any help.

Re: How to debug "stuck IRPS" in TDI filter by Maxim

Maxim
Tue Jun 20 14:51:27 CDT 2006

Break into WinDbg, then say !irpfind

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

<zedy1984@gmail.com> wrote in message
news:1150798868.812031.210930@i40g2000cwc.googlegroups.com...
> Hi
>
> Our product contains TDI filter and File system filter driver.
>
> Lately, several applications began to stuck with no known reason. I
> think that one of our filters causes some of the IRPS to "get
> stuck" so the user mode process isn't getting a response to its
> request and it gets stuck too.
>
> These are the symptoms:
>
> -Two computers that sometimes have their telnet application stuck when
> it tries to disconnect.
> -One computer had it's excel stuck. I don't know if excel is
> creating some kind of communication so I don't know if the problem is
> in the TDI or the file system filter.
> -One computer that runs AutoIt (a QA helper app). The AutoIt got stuck
> and afterwards all iexplore, msnm, and outlook got stuck (the
> application window is freeze after I run it). The wired thing is, that
> mozilla firefox runs OK!
>
> All the problems occurred after SEVERAL DAYS of work while our product
> was running.
>
> Because most of the problems were in communications apps, we think
> it's the TDI filter.
>
> Any idea how to debug such a problem?
> Is there a way to get all the stuck IRPS for a process or a driver?
> (Maybe doing a manual dump and get it from there?)
>
> Thanks for any help.
>