Debugging on Windows
When a crash occurs, Windows should display a dialog window such as the one below. Click the "
click here
" link to open the second window.
Please send me the following information:
(a)
The ModVer (e.g. 2.4.5.3 is actually XChat 2.4.5c)
(b)
The Offset.
(c)
The ModName.
Please send the above by email to
and try to describe what you were doing when the crash occured.
Debugging on Linux/Unix (gdb)
X-Chat is a free program, we need your help to debug it!
Find the location of the xchat binary (probably /usr/bin/xchat)
Type
gdb xchat
Type
run
Use X-Chat normally, but only connect to servers via their IP number. It won't resolve hostnames while through gdb.
Once a crash occurs, go back to gdb and type
bt
, capture the output and email it to me:
.