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 604172 - evolution segfaults in model_row_changed_cb
evolution segfaults in model_row_changed_cb
Status: RESOLVED DUPLICATE of bug 589568
Product: evolution
Classification: Applications
Component: Tasks
2.28.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2009-12-09 13:22 UTC by Thomas
Modified: 2009-12-10 03:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Thomas 2009-12-09 13:22:14 UTC
Again, could not reproduce this. Had created a new task and per drag&drop added as an attachment a memo. I don't exactly remember when it crashed: when I tried to open the attachment or when I saved the task. Here is the stacktrace:

(evolution:5759): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `ETasks'

Program received signal SIGSEGV, Segmentation fault.
0xb5e6fdc6 in model_row_changed_cb (etm=0x8e6a118, row=45, data=0x8f51de0) at ../../../../evolution/calendar/gui/e-tasks.c:350

Num     Type           Disp Enb Address    What
1       breakpoint     keep y   0xb5dc7125 in ewv_pass_gdkevent_to_etext at ../../../../evolution/calendar/gui/e-week-view.c:2146
	stop only if (event->spans_index + week_view->editing_span_num >= week_view->spans->len)
(gdb) [Thread 0xb1003b90 (LWP 8284) exited]

Num     Type           Disp Enb Address    What
1       breakpoint     keep y   0xb5dc7125 in ewv_pass_gdkevent_to_etext at ../../../../evolution/calendar/gui/e-week-view.c:2146
	stop only if (event->spans_index + week_view->editing_span_num >= week_view->spans->len)
(gdb) bt
  • #0 model_row_changed_cb
    at ../../../../evolution/calendar/gui/e-tasks.c line 350
  • #1 g_cclosure_marshal_VOID(int0_t)
    from /usr/lib/libgobject-2.0.so.0
  • #2 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #3 ??
    from /usr/lib/libgobject-2.0.so.0
  • #4 ??
  • #5 ??
$1 = (ETasksPrivate *) 0x0
(gdb)
Comment 1 Akhil Laddha 2009-12-10 03:36:10 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 589568 ***