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 655232 - SIGSEGV in e_week_view_on_text_item_event: at e-week-view.c:3646
SIGSEGV in e_week_view_on_text_item_event: at e-week-view.c:3646
Status: RESOLVED DUPLICATE of bug 640382
Product: evolution
Classification: Applications
Component: Calendar
unspecified
Other Linux
: Normal critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2011-07-25 01:46 UTC by David Ronis
Modified: 2011-07-25 03:34 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Ronis 2011-07-25 01:46:16 UTC
This is the git/master of evo and friends (as of a few days ago).   I was trying to add a new appointment and add an email attachement to it (by drag and drop).    Evo crashed, but when I restart, it looks like it worked.   Here's the backtrace

Program terminated with signal 11, Segmentation fault.

Thread 2 (Thread 4947)

  • #0 read
    from /lib/libpthread.so.0
  • #1 unix_signal_helper_thread
    at gmain.c line 4633
  • #2 g_thread_create_proxy
    at gthread.c line 1962
  • #3 start_thread
    from /lib/libpthread.so.0
  • #4 clone
    from /lib/libc.so.6

Thread 1 (Thread 4944)

  • #0 e_week_view_on_text_item_event
    at e-week-view.c line 3646
  • #1 gnome_canvas_marshal_BOOLEAN__BOXED
    at gnome-canvas-marshal.c line 128
  • #2 g_closure_invoke
    at gclosure.c line 773
  • #3 signal_emit_unlocked_R
    at gsignal.c line 3271
  • #4 g_signal_emit_valist
    at gsignal.c line 3012
  • #5 g_signal_emit
    at gsignal.c line 3059
  • #6 emit_event
    at gnome-canvas.c line 2428
  • #7 emit_event
    at gnome-canvas.c line 2315
  • #8 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 85
  • #9 g_type_class_meta_marshal
    at gclosure.c line 884
  • #10 g_closure_invoke
    at gclosure.c line 773
  • #11 signal_emit_unlocked_R
    at gsignal.c line 3309
  • #12 g_signal_emit_valist
    at gsignal.c line 3012
  • #13 g_signal_emit
    at gsignal.c line 3059
  • #14 gtk_widget_event_internal
    at gtkwidget.c line 6126
  • #15 gtk_propagate_event
    at gtkmain.c line 2604
  • #16 gtk_main_do_event
    at gtkmain.c line 1879
  • #17 _gdk_event_emit
    at gdkevents.c line 71
  • #18 gdk_event_source_dispatch
    at gdkeventsource.c line 360
  • #19 g_main_dispatch
    at gmain.c line 2500
  • #20 g_main_context_dispatch
    at gmain.c line 3083
  • #21 g_main_context_iterate
    at gmain.c line 3161
  • #22 g_main_loop_run
    at gmain.c line 3369
  • #23 gtk_main
    at gtkmain.c line 1362
  • #24 main
    at main.c line 691

Comment 1 Fabio Durán Verdugo 2011-07-25 03:34:53 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 640382 ***