Ticket #50 (defect)
Opened 2 years ago
Last modified 2 years ago
Incorrect tny_gtk_header_list_model_remove implementation
Status: closed (fixed)
| Reported by: | anonymous | Assigned to: | pvanhoof |
|---|---|---|---|
| Priority: | blocker | Milestone: | A first release |
| Component: | libtinymailui-gtk | Version: | 1.0 |
| Keywords: | Cc: | dirk-jan.binnema@nokia.com | |
After a EXPUNGE IMAP IDLE event, you'll very likely see this:
(tny-demoui:9773): GLib-GObject-CRITICAL **: g_object_set_property: assertion `G_IS_VALUE (value)' failed
(tny-demoui:9773): GLib-GObject-CRITICAL **: g_value_unset: assertion `G_IS_VALUE (value)' failed
** (tny-demoui:9773): WARNING **: GtkTreeModel in invalid state
(tny-demoui:9773): GLib-GObject-WARNING **: gtype.c:3339: type id `0' is invalid
(tny-demoui:9773): GLib-GObject-WARNING **: can't peek value table for type `<invalid>' which is not currently referenced
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1229883696 (LWP 9773)]
0xb7938515 in gtk_tree_model_get_valist () from /usr/lib/libgtk-x11-2.0.so.0
(gdb) bt
#0 0xb7938515 in gtk_tree_model_get_valist () from /usr/lib/libgtk-x11-2.0.so.0
#1 0xb793870d in gtk_tree_model_get () from /usr/lib/libgtk-x11-2.0.so.0
#2 0x0804e046 in on_header_view_tree_selection_changed (selection=0x80b0480, user_data=0xbfc2af54)
at tny-demoui-summary-view.c:440
#3 0xb73039d9 in g_cclosure_marshal_VOID__VOID () from /usr/lib/libgobject-2.0.so.0
#4 0xb72f662b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#5 0xb7307103 in ?? () from /usr/lib/libgobject-2.0.so.0
#6 0x080b83d0 in ?? ()
#7 0x00000000 in ?? ()
(gdb)
Attachments
Change History
05/07/07 18:55:46: Modified by anonymous
- component changed from bindings to libtinymailui-gtk.
05/08/07 00:32:22: Modified by anonymous
- status changed from new to closed.
- resolution set to fixed.
