I tried removing it completely with the Synaptic Package Manager and through command line with apt-get remove xchat-gnome
I tried debugging the app with gdb /usr/bin/xchat-gnome, giving me this result.
- Code: Select all
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1227875664 (LWP 8944)]
0x0809de8c in servlist_connect ()
(gdb) bt
#0 0x0809de8c in servlist_connect ()
#1 0x0809e236 in servlist_auto_connect ()
#2 0x080a2df2 in ?? ()
#3 0x00000000 in ?? ()
(gdb)
I suppose this is because i added this server, but where do i find the serverlist file? it's obviously not removed when uninstalling the program
(i can see a glimpse of the list with my added server on, after reinstallation)
I also tried installing the normal xchat that came with the package manager with the same result[/code]



