Near the top of the log are entries that give the process id (pid) of
the trapping process: *----> System Information <----*
Application exception occurred:
App: (pid=253)
When: 11/4/2000 @ 15:16:40.618
Exception number: c0000005 (access violation)
If the file that
trapped contains debug symbols, the application exception occurred section
also contains the process name. If not, then you can cross-reference the pid
given to the processes in the task list section to find the name of the process.
In the example above the task list contains the following entries: *----> Task List <----*
0 Idle.exe
2 System.exe
......
......
251 CICSCLI.exe
253 CCLCLNT.exe
241 CCLSERV.exe
146 DRWTSN32.exe
0 _Total.exe
In this example pid 253 is CCLCLNT, the Client daemon process.