After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 97602 - upgrade from 0.13 to 0.13.1, pan crashes afterwards
upgrade from 0.13 to 0.13.1, pan crashes afterwards
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
0.13.1
Other Linux
: Normal critical
: 0.13.2
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2002-11-04 03:43 UTC by Carl Soderstrom
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backtrace of crashing program (7.65 KB, text/plain)
2002-11-04 03:44 UTC, Carl Soderstrom
Details

Description Carl Soderstrom 2002-11-04 03:43:48 UTC
after apt-get upgrade of pan from 0.13 to 0.13.1, pan no longer starts, and
just crashes with the following messages:
$ pan

(pan:709): GLib-GObject-WARNING **: invalid cast from (NULL) pointer to
`GObject'

(pan:709): GLib-GObject-CRITICAL **: file gobject.c: line 1395
(g_object_set_data_full): assertion `G_IS_OBJECT (object)' failed

(pan:709): GLib-GObject-WARNING **: invalid cast from (NULL) pointer to
`GtkWidget'

(pan:709): GLib-GObject-WARNING **: invalid cast from (NULL) pointer to
`GObject'

(pan:709): GLib-GObject-CRITICAL **: file gobject.c: line 1370
(g_object_get_data): assertion `G_IS_OBJECT (object)' failed

(pan:709): GLib-GObject-WARNING **: invalid cast from (NULL) pointer to
`GtkCheckMenuItem'
Segmentation fault
Comment 1 Carl Soderstrom 2002-11-04 03:44:35 UTC
Created attachment 12024 [details]
backtrace of crashing program
Comment 2 Carl Soderstrom 2002-11-04 03:58:02 UTC
problem was an underscore ('_') in the ~/.pan/data/filters.xml file
I had a group named 'dr_who'.
when the name was changed to 'drwho', pan started normally.