This problem was solved with 1.01 version of IISTracer.
©root(property(Name))® cannot work on some versions of IIS with filters, which has one special construction -
the filter uses pfc->WriteClient( pfc, Data, &dataLen, 0 ) in SF_NOTIFY_SEND_RAW_DATA event.
There is no error (unhandled exception) in ©root(property(Name))®, there may be no error in such other filter, but IIS crashes if ©root(property(Name))® and such filter are both running in the IIS server.
The only one problematic IIS filter we have found till now is our EnhancedLog (which was written for IIS 1.0). We have changed the filter to work correctly with ©root(property(Name))®.
All built-in IIS filters can work with ©root(property(Name))® without problems
©abs(2009,property(name))®