Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2005 15:36:09 -0500
From:      "Joel Diaz" <joeldiaz@nc.rr.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/90865: xchat-gnome 0.5_1 crash on startup
Message-ID:  <1135370169.0@bsdtp>
Resent-Message-ID: <200512232040.jBNKe4xh091520@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         90865
>Category:       ports
>Synopsis:       xchat-gnome 0.5_1 crash on startup
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 23 20:40:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Joel Diaz
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.0-RELEASE #25: Mon Dec 19 16:26:49 EST 2005
    joel@bsdtp:/usr/obj/usr/src/sys/MYKERNEL



>Description:


/usr/X11R6/bin/xchat-gnome crashes on startup.

Probably need a PORTREVISION bump too.


>How-To-Repeat:


run '/usr/X11R6/bin/xchat-gnome'


>Fix:


--- patch-navigation-tree.c begins here ---
--- src/fe-gnome/navigation-tree.c.orig	Fri Dec 23 15:17:33 2005
+++ src/fe-gnome/navigation-tree.c	Fri Dec 23 15:18:14 2005
@@ -849,7 +849,7 @@
 
 	treeview = GTK_TREE_VIEW (glade_xml_get_widget (gui.xml, "userlist"));
 
-	if (gui.server_tree->current_path != NULL)
+	if (gui.server_tree != NULL && gui.server_tree->current_path != NULL)
 		navigation_model_path_deref (gui.server_tree->model, gui.server_tree->current_path);
 
 	/* XXX: This sets model to be the GtkTreeModelSort used by the NavTree, it is
--- patch-navigation-tree.c ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1135370169.0>