GNOME Bugzilla – Bug 361138
Evolution (in indic locales) crashes when double clicking text widget in calendar
Last modified: 2007-05-14 03:16:05 UTC
Steps to reproduce: Description of problem: Evolution (in indic locales) crashes when double clicking text widget in calendar. Crash was observed with hi_IN, pa_IN, te_IN, ta_IN, mr_IN, bn_IN, ml_IN but NOT in si_LK, gu_IN, as_IN, or_IN, kn_IN, ja_JP Version-Release number of selected component (if applicable): evolution-2.8.0-f.fc6 How reproducible: always Steps to Reproduce: 1. GTK_IM_MODULE=scim LANG=hi_IN.UTF-8 evolution 2. Switch to calendar, day view 3. Double click on any text widget (aka time slot) Actual results: Crash Expected results: Double click should bring up an appointment editor Additional info: Not all locales make evo crash. Is this issue related to translation or locale specific data? time? Stack trace: The GDB backtrace is as follows... actually, this freezes my desktop & i had to gdb backtrace from an ssh connection. ----------------START---------------- Program received signal SIGSEGV, Segmentation fault.
+ Trace 75607
Thread NaN (LWP 10938)
Thread 1 (Thread -1209002288 (LWP 10938))
----------------END---------------- Other information: The double click is the culprit here... If i single click, everything works as expected.
Downstream bug - https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=210142
Created attachment 76314 [details] [review] Proposed patch
*** Bug 353765 has been marked as a duplicate of this bug. ***
The patch looks fine, I haven't tested it though.