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 314639 - Evolution crashed on right click and select new appointment
Evolution crashed on right click and select new appointment
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.4.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: Chenthill P
Evolution QA team
: 313810 319864 333599 (view as bug list)
Depends on:
Blocks: 318200
 
 
Reported: 2005-08-27 09:34 UTC by Poornima
Modified: 2013-09-13 00:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Poornima 2005-08-27 09:34:47 UTC
Launched evolution in 'Calendar' view, right click and selected 'New
appointment'.  Evolution crashed.

Backtrace was generated from '/opt/gnome/bin/evolution-2.4'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1097744000 (LWP 17362)]
[New Thread 1118735280 (LWP 17446)]
[Thread debugging using libthread_db enabled]
[New Thread 1097744000 (LWP 17362)]
[New Thread 1118735280 (LWP 17446)]
[Thread debugging using libthread_db enabled]
[New Thread 1097744000 (LWP 17362)]
[New Thread 1118735280 (LWP 17446)]
[New Thread 1107835824 (LWP 17368)]
0xffffe410 in ?? ()

Thread 1 (Thread 1097744000 (LWP 17362))

  • #0 ??
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #5 gnome_init_with_popt_table
    from /opt/gnome/lib/libgnomeui-2.so.0
  • #6 segv_redirect
    at main.c line 424
  • #7 <signal handler called>
  • #8 e_cal_component_get_dtstart
    at e-cal-component.c line 2543
  • #9 preview_recur
    at recurrence-page.c line 861
  • #10 recurrence_page_set_dates
    at recurrence-page.c line 1911
  • #11 recurrence_page_fill_widgets
    at recurrence-page.c line 1542
  • #12 comp_editor_page_fill_widgets
    at comp-editor-page.c line 245
  • #13 fill_widgets
    at comp-editor.c line 2113
  • #14 real_edit_comp
    at comp-editor.c line 2176
  • #15 event_editor_edit_comp
    at event-editor.c line 221
  • #16 comp_editor_edit_comp
    at comp-editor.c line 2306
  • #17 open_event_with_flags
    at e-calendar-view.c line 1771
  • #18 e_calendar_view_new_appointment_for
    at e-calendar-view.c line 1709
  • #19 e_calendar_view_new_appointment_full
    at e-calendar-view.c line 1738
  • #20 e_calendar_view_new_appointment
    at e-calendar-view.c line 1746
  • #21 on_new_appointment
    at e-calendar-view.c line 996
  • #22 ep_activate
    at e-popup.c line 303
  • #23 g_cclosure_marshal_VOID__VOID
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #24 g_closure_invoke
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #25 g_signal_chain_from_overridden
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #26 g_signal_emit_valist
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #27 g_signal_emit
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #28 gtk_widget_activate
    from /opt/gnome/lib/libgtk-x11-2.0.so.0
  • #29 gtk_menu_shell_activate_item
    from /opt/gnome/lib/libgtk-x11-2.0.so.0
  • #30 gtk_menu_shell_append
    from /opt/gnome/lib/libgtk-x11-2.0.so.0
  • #31 gtk_menu_attach_to_widget
    from /opt/gnome/lib/libgtk-x11-2.0.so.0
  • #32 gtk_marshal_BOOLEAN__VOID
    from /opt/gnome/lib/libgtk-x11-2.0.so.0
  • #33 g_closure_ref
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #34 g_closure_invoke
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #35 g_signal_chain_from_overridden
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #36 g_signal_emit_valist
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #37 g_signal_emit
    from /opt/gnome/lib/libgobject-2.0.so.0
  • #38 gtk_widget_get_default_style
    from /opt/gnome/lib/libgtk-x11-2.0.so.0
  • #39 gtk_propagate_event
    from /opt/gnome/lib/libgtk-x11-2.0.so.0
  • #40 gtk_main_do_event
    from /opt/gnome/lib/libgtk-x11-2.0.so.0
  • #41 gdk_add_client_message_filter
    from /opt/gnome/lib/libgdk-x11-2.0.so.0
  • #42 g_main_context_dispatch
    from /opt/gnome/lib/libglib-2.0.so.0
  • #43 g_main_context_acquire
    from /opt/gnome/lib/libglib-2.0.so.0
  • #44 g_main_loop_run
    from /opt/gnome/lib/libglib-2.0.so.0
  • #45 bonobo_main
    from /opt/gnome/lib/libbonobo-2.so.0
  • #46 main
    at main.c line 602
  • #0 ??


Random bug set priority as 'Normal'
Comment 1 Chenthill P 2005-11-28 12:41:16 UTC
Committed the fix to both gnome-2-12 branch and CVS HEAD.
Comment 2 Chenthill P 2005-11-28 12:49:22 UTC
*** Bug 319864 has been marked as a duplicate of this bug. ***
Comment 3 Chenthill P 2005-12-20 20:12:07 UTC
*** Bug 313810 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2006-06-14 21:58:35 UTC
*** Bug 333599 has been marked as a duplicate of this bug. ***