[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Tor crashes ZoneAlarm



> No, Windows says it has created a error log, but I don't know where.

Debugging Tools for Windows
http://www.microsoft.com/whdc/devtools/debugging/default.mspx

use a debugger to catch the problem as it happens. or use postmortem
tools to look at the dump.

programs like ZoneAlarm are hooking NT file system I/O and network port
calls, and checking them. if file system filter drivers are not WELL
written and WELL tested (especially interop with similar software
installed on the same box) things will go wrong in strange ways.

tools like this may also help:
http://www.osronline.com/article.cfm?article=199
http://www.osronline.com/article.cfm?article=154