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 342634 - crash when entering all-day appointment
crash when entering all-day appointment
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.8.x
Other Linux
: High critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
: 273796 328985 393368 404709 413453 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-05-22 21:39 UTC by André Klapper
Modified: 2013-09-13 00:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (43.94 KB, patch)
2006-09-29 16:41 UTC, Srinivasa Ragavan
none Details | Review
Updated patch (1020 bytes, patch)
2006-09-29 16:49 UTC, Srinivasa Ragavan
committed Details | Review

Description André Klapper 2006-05-22 21:39:25 UTC
enter directly (don't use the editor) a new all-day appointment in day view by typing ahead. don't finish the appt's summary by hitting enter, but move the mouse over the appointment to get a tooltip... no tooltip, evo crashed instead.

evo 2.7.1 from cvs head, checked out last week.

i cannot reproduce this currently...

Backtrace was generated from '/opt/gnome/libexec/evolution-2.8'

Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1100887040 (LWP 15962)]
[New Thread 1133452208 (LWP 16006)]
[Thread debugging using libthread_db enabled]
[New Thread 1100887040 (LWP 15962)]
[New Thread 1133452208 (LWP 16006)]
[Thread debugging using libthread_db enabled]
[New Thread 1100887040 (LWP 15962)]
[New Thread 1133452208 (LWP 16006)]
[New Thread 1109945264 (LWP 15964)]
0xffffe410 in ?? ()

Thread 1 (Thread 1100887040 (LWP 15962))

  • #0 ??
  • #1 ??
  • #2 ??
  • #3 ??
  • #4 __waitpid_nocancel
    from /lib/tls/libpthread.so.0
  • #5 libgnomeui_segv_handle
    at gnome-ui-init.c line 812
  • #6 segv_redirect
    at main.c line 425
  • #7 <signal handler called>
  • #8 e_cal_popup_target_new_select
    at e-cal-popup.c line 572
  • #9 e_calendar_view_create_popup_menu
    at e-calendar-view.c line 1779
  • #10 e_day_view_show_popup_menu
    at e-day-view.c line 3347
  • #11 e_day_view_on_event_right_click
    at e-day-view.c line 3427
  • #12 e_day_view_on_long_event_button_press
    at e-day-view.c line 3024
  • #13 e_day_view_on_top_canvas_button_press
    at e-day-view.c line 2773
  • #14 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 83
  • #15 IA__g_closure_invoke
    at gclosure.c line 490
  • #16 signal_emit_unlocked_R
    at gsignal.c line 2508
  • #17 IA__g_signal_emit_valist
    at gsignal.c line 2207
  • #18 IA__g_signal_emit
    at gsignal.c line 2241
  • #19 gtk_widget_event_internal
    at gtkwidget.c line 3779
  • #20 IA__gtk_widget_event
    at gtkwidget.c line 3585
  • #21 IA__gtk_propagate_event
    at gtkmain.c line 2187
  • #22 IA__gtk_main_do_event
    at gtkmain.c line 1405
  • #23 gdk_event_dispatch
    at gdkevents-x11.c line 2314
  • #24 g_main_dispatch
    at gmain.c line 1916
  • #25 IA__g_main_context_dispatch
    at gmain.c line 2466
  • #26 g_main_context_iterate
    at gmain.c line 2547
  • #27 IA__g_main_loop_run
    at gmain.c line 2751
  • #28 bonobo_main
    at bonobo-main.c line 311
  • #29 main
    at main.c line 614
  • #0 ??

Comment 1 André Klapper 2006-06-01 00:40:23 UTC
happened again with evo 2.7.2.1.
had copied an URL in firefox-1.5.0.3, went to evo's calendar, day view, enter a new all-day event by directly starting typing (no composer involved), typed some text and after that hit "control + v". evo crashed.
Comment 2 Harish Krishnaswamy 2006-08-10 12:59:37 UTC
Set target milestone to 2.8
Comment 3 André Klapper 2006-08-17 19:47:44 UTC
also see bug 351541
Comment 4 Srinivasa Ragavan 2006-09-19 19:03:06 UTC
Andre, btw you should have clicked. The trace tell that and I too see this :)

This is not a tooltip crash.
Comment 5 Srinivasa Ragavan 2006-09-29 16:41:22 UTC
Created attachment 73649 [details] [review]
Proposed patch
Comment 6 Srinivasa Ragavan 2006-09-29 16:41:52 UTC
andre, can you try the patch?
Comment 7 Srinivasa Ragavan 2006-09-29 16:49:01 UTC
Created attachment 73650 [details] [review]
Updated patch

Sorry my earlier patch had some unintentional changes too. This should solve it.
Comment 8 Srinivasa Ragavan 2006-09-29 16:51:11 UTC
*** Bug 328985 has been marked as a duplicate of this bug. ***
Comment 9 Srinivasa Ragavan 2006-09-29 18:13:21 UTC
*** Bug 273796 has been marked as a duplicate of this bug. ***
Comment 10 André Klapper 2006-09-29 19:27:22 UTC
patch works fine for me and fixes the issue, indeed. :-)
Comment 11 Srinivasa Ragavan 2006-10-16 13:06:28 UTC
fixed to head and stable.
Comment 12 Pascal Terjan 2007-01-06 16:56:07 UTC
*** Bug 393368 has been marked as a duplicate of this bug. ***
Comment 13 palfrey 2007-02-18 12:04:37 UTC
*** Bug 404709 has been marked as a duplicate of this bug. ***
Comment 14 Susana 2007-03-01 16:20:11 UTC
*** Bug 413453 has been marked as a duplicate of this bug. ***