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 466659 - Evolution crashed when tried to edit date of an event on advanced search result
Evolution crashed when tried to edit date of an event on advanced search result
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.12.x
Other Linux
: Normal critical
: ---
Assigned To: Suman Manjunath
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-08-14 15:58 UTC by Akhil Laddha
Modified: 2013-09-13 00:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Screen shot (221.71 KB, image/png)
2007-08-14 15:59 UTC, Akhil Laddha
  Details
patch in calendar/gui/e-cal-list-view.c (1.00 KB, patch)
2007-10-07 14:35 UTC, Suman Manjunath
committed Details | Review

Description Akhil Laddha 2007-08-14 15:58:34 UTC
I searched for active appointments and after opening an event with calendar
where i can modify date,i clicked on 'none' button and
evolution crashed.

Gdb Traces 

Program received signal SIGSEGV, Segmentation fault.

Thread 3046480784 (LWP 5855)

  • #0 update_x_properties
    at e-cal-backend-exchange-calendar.c line 1008
  • #1 modify_object_with_href
    at e-cal-backend-exchange-calendar.c line 1228
  • #2 e_cal_backend_sync_modify_object
    at e-cal-backend-sync.c line 262
  • #3 _e_cal_backend_modify_object
    at e-cal-backend-sync.c line 746
  • #4 e_cal_backend_modify_object
  • #5 impl_Cal_modifyObject
    at e-data-cal.c line 339
  • #6 _ORBIT_skel_small_GNOME_Evolution_Calendar_Cal_modifyObject
    at Evolution-DataServer-Calendar-common.c line 116
  • #7 ??
    from /usr/lib/libORBit-2.so.0
  • #8 ??
  • #9 ??

Comment 1 Akhil Laddha 2007-08-14 15:59:52 UTC
Created attachment 93650 [details]
Screen shot 

I am attaching screen shot just to clarify scenario.
Comment 2 Akhil Laddha 2007-08-14 16:01:11 UTC
OpenSUSE 10.3 bug id in BNC
https://bugzilla.novell.com/show_bug.cgi?id=300284
Comment 3 André Klapper 2007-08-17 09:30:29 UTC
STACKTRACE, STACKTRACE, STACKTRACE!
Comment 4 Suman Manjunath 2007-09-30 19:48:40 UTC
the issue is actually fixed in SVN trunk revision: http://svn.gnome.org/viewcvs/evolution?view=revision&revision=34212

However, the in-sensitization was a work-around to avoid breaking the UI-freeze around the time the patch was committed. 

The right fix would be to remove this in-sensitization, prefer hiding widget.
Comment 5 Suman Manjunath 2007-10-07 14:35:19 UTC
Created attachment 96821 [details] [review]
patch in calendar/gui/e-cal-list-view.c

fixes the bug.. :)
Comment 6 Srinivasa Ragavan 2007-10-11 04:50:52 UTC
Suman, then commit only to trunk.
Comment 7 Milan Crha 2007-10-12 08:57:49 UTC
Committed to trunk. Committed revision 34382.