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 332726 - Crash when saving event with recurrence rule
Crash when saving event with recurrence rule
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Calendar
1.6.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: Chenthill P
Evolution QA team
Depends on:
Blocks: 327508
 
 
Reported: 2006-02-27 11:45 UTC by Kjartan Maraas
Modified: 2013-09-14 16:49 UTC
See Also:
GNOME target: 2.14.x
GNOME version: 2.13/2.14


Attachments
patch for evo part (1.43 KB, patch)
2006-02-28 12:11 UTC, Chenthill P
committed Details | Review
Fixes the bug, eds side (3.01 KB, patch)
2006-02-28 12:12 UTC, Chenthill P
committed Details | Review

Description Kjartan Maraas 2006-02-27 11:45:07 UTC
Got this while saving an event after setting a recurrence rule.

Thread 1 (Thread -1208895824 (LWP 3607))

  • #0 ??
  • #1 *__GI___poll
    at ../sysdeps/unix/sysv/linux/poll.c line 87
  • #2 g_main_context_iterate
    at gmain.c line 2849
  • #3 IA__g_main_loop_run
    at gmain.c line 2751
  • #4 bonobo_main
    at bonobo-main.c line 311
  • #5 main
    at server.c line 393
  • #0 e_cal_backend_file_modify_object
    at e-cal-backend-file.c line 1963

Looks like rid is busted?
Comment 1 Poornima 2006-02-27 12:22:52 UTC
Create a recurring appointment. Open created appointment, modify time and say apply for all instances. EDS will crash, traces are exact same.
Comment 2 Chenthill P 2006-02-28 12:11:42 UTC
Created attachment 60315 [details] [review]
patch for evo part
Comment 3 Chenthill P 2006-02-28 12:12:21 UTC
Created attachment 60316 [details] [review]
Fixes the bug, eds side