GNOME Bugzilla – Bug 629175
xchat-gnome crashed with SIGSEGV in servlist_connect()
Last modified: 2010-09-12 02:36:34 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/xchat-gnome/+bug/630993 "xchat crashes when I started it, but the following time, it was fine. I really cannot provide any more information as I don't know how/why it happened." "#0 servlist_connect (sess=0x90ca490, net=0x8d6f8f8, join=1) at servlist.c:519 ircserv = (ircserver *) 0xbf94ed58 list = (GSList *) 0x0 serv = (server *) 0x90c99a8
+ Trace 223612
odd trace, from git tree.
+ Trace 223660
int servlist_auto_connect (session *sess) { GSList *list = network_list; 634: ircnet *net; int ret = 0; while (list) { net = list->data; if (net->flags & FLAG_AUTO_CONNECT) { servlist_connect (sess, net, TRUE); "#0 servlist_connect (sess=0x90ca490, net=0x8d6f8f8, join=1) at servlist.c:519 void servlist_connect (session *sess, ircnet *net, gboolean join) { ircserver *ircserv; GSList *list; char *port; server *serv; 519: if (!sess) sess = new_ircwindow (NULL, NULL, SESS_SERVER, TRUE); it seems, ubuntu is carrying additional patches, or I am missing something here ?
nm, bug #608515. I do not see a reason for xg to crash here. code looks fine. Would need network_list to help me identify the issue further. Thanks for taking the time to report this bug. Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so and reopen this bug or report a new one. Thanks in advance!