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 492426 - SIGSEGV in Evolution on first run
SIGSEGV in Evolution on first run
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: libical
1.12.x (obsolete)
Other All
: Normal critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
: 494096 494239 504616 505420 507579 509463 513956 515285 516292 517582 518964 520340 520417 521704 523986 524010 535425 535426 540486 545171 545705 546414 548694 562208 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-11-01 17:53 UTC by Yuri Pankov
Modified: 2008-11-26 04:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Patch for off by 1 compare (344 bytes, patch)
2007-11-04 21:03 UTC, Robert Noland
committed Details | Review

Description Yuri Pankov 2007-11-01 17:53:21 UTC
Steps to reproduce:
1. Run Evolution 2.12.1 (e-d-s 1.12.1) without profile (first run)
2. 
3. 


Stack trace:
  • #0 find_transidx
    at icaltz-util.c line 166
  • #1 icaltzutil_fetch_timezone
    at icaltz-util.c line 313
  • #2 icaltimezone_load_builtin_timezone
    at icaltimezone.c line 1744
  • #3 icaltimezone_get_builtin_timezone_from_offset
    at icaltimezone.c line 1448
  • #4 get_local_timezone
    at e-timezone-dialog.c line 344
  • #5 e_timezone_dialog_set_timezone
    at e-timezone-dialog.c line 693
  • #6 startup_wizard_timezone_page
    at startup-wizard.c line 111
  • #7 epl_invoke
    at e-plugin.c line 893
  • #8 e_plugin_invoke
    at e-plugin.c line 667
  • #9 ech_config_widget_factory
    at e-config.c line 1356
  • #10 ec_rebuild
    at e-config.c line 568
  • #11 e_config_create_widget
    at e-config.c line 852
  • #12 e_config_create_window
    at e-config.c line 897
  • #13 em_account_editor_construct
    at em-account-editor.c line 2842
  • #14 em_account_editor_new
    at em-account-editor.c line 291
  • #15 startup_wizard
    at startup-wizard.c line 82
  • #16 epl_invoke
    at e-plugin.c line 893
  • #17 e_plugin_invoke
    at e-plugin.c line 667
  • #18 emph_event_handle
    at e-event.c line 413
  • #19 e_event_emit
    at e-event.c line 299
  • #20 e_shell_attempt_upgrade
    at e-shell.c line 909
  • #21 e_shell_construct
    at e-shell.c line 693
  • #22 e_shell_new
    at e-shell.c line 739
  • #23 idle_cb
    at main.c line 334
  • #24 g_source_is_destroyed
    from /usr/local/lib/libglib-2.0.so.0
  • #25 g_main_context_dispatch
    from /usr/local/lib/libglib-2.0.so.0
  • #26 g_main_context_check
    from /usr/local/lib/libglib-2.0.so.0
  • #27 g_main_loop_run
    from /usr/local/lib/libglib-2.0.so.0
  • #28 bonobo_main
    from /usr/local/lib/libbonobo-2.so.0
  • #29 main
    at main.c line 602


Other information:
FreeBSD/i386
Comment 1 Robert Noland 2007-11-04 21:03:46 UTC
Created attachment 98538 [details] [review]
Patch for off by 1 compare

This is an off by one bug, num_trans=3, found is set at i=2, i gets bumped to 3 during the compare, but types[3] doesn't exist.

robert.
Comment 2 Srinivasa Ragavan 2007-11-05 04:26:25 UTC
Looks straight for me. But still Chen should review.
Comment 3 Milan Crha 2007-11-13 16:29:06 UTC
*** Bug 494096 has been marked as a duplicate of this bug. ***
Comment 4 Milan Crha 2007-11-13 16:30:48 UTC
Bug #494096 contains also patch, but with a bit different approach. Please compare, Chen.
Comment 5 Chenthill P 2007-11-16 12:15:47 UTC
I would like to go with the patch at comment #1. Please commit the same to stable and HEAD.
Comment 6 Milan Crha 2007-11-16 14:44:18 UTC
Committed to trunk. Committed revision 627.
Committed to stable. Committed revision 628.
Comment 7 Tobias Mueller 2007-12-05 11:32:49 UTC
*** Bug 494239 has been marked as a duplicate of this bug. ***
Comment 8 André Klapper 2008-01-07 16:41:32 UTC
*** Bug 507579 has been marked as a duplicate of this bug. ***
Comment 9 Akhil Laddha 2008-02-04 13:59:41 UTC
*** Bug 513956 has been marked as a duplicate of this bug. ***
Comment 10 Akhil Laddha 2008-02-04 13:59:58 UTC
*** Bug 509463 has been marked as a duplicate of this bug. ***
Comment 11 Akhil Laddha 2008-02-20 06:24:02 UTC
*** Bug 515285 has been marked as a duplicate of this bug. ***
Comment 12 Akhil Laddha 2008-02-20 06:24:14 UTC
*** Bug 517582 has been marked as a duplicate of this bug. ***
Comment 13 Akhil Laddha 2008-02-20 06:24:28 UTC
*** Bug 516292 has been marked as a duplicate of this bug. ***
Comment 14 Akhil Laddha 2008-02-28 06:11:55 UTC
*** Bug 518964 has been marked as a duplicate of this bug. ***
Comment 15 Akhil Laddha 2008-03-06 12:47:15 UTC
*** Bug 520340 has been marked as a duplicate of this bug. ***
Comment 16 Akhil Laddha 2008-03-06 12:47:29 UTC
*** Bug 520417 has been marked as a duplicate of this bug. ***
Comment 17 Kandepu Prasad 2008-03-15 21:47:32 UTC
*** Bug 521704 has been marked as a duplicate of this bug. ***
Comment 18 Tobias Mueller 2008-03-24 04:59:43 UTC
*** Bug 524010 has been marked as a duplicate of this bug. ***
Comment 19 Tobias Mueller 2008-03-24 04:59:57 UTC
*** Bug 523986 has been marked as a duplicate of this bug. ***
Comment 20 Diego Escalante Urrelo (not reading bugmail) 2008-05-31 06:36:25 UTC
*** Bug 535425 has been marked as a duplicate of this bug. ***
Comment 21 Diego Escalante Urrelo (not reading bugmail) 2008-05-31 06:36:33 UTC
*** Bug 535426 has been marked as a duplicate of this bug. ***
Comment 22 Akhil Laddha 2008-06-18 06:51:52 UTC
*** Bug 504616 has been marked as a duplicate of this bug. ***
Comment 23 Akhil Laddha 2008-06-18 06:52:08 UTC
*** Bug 505420 has been marked as a duplicate of this bug. ***
Comment 24 Tobias Mueller 2008-06-27 16:14:19 UTC
*** Bug 540486 has been marked as a duplicate of this bug. ***
Comment 25 Akhil Laddha 2008-07-29 05:27:12 UTC
*** Bug 545171 has been marked as a duplicate of this bug. ***
Comment 26 Akhil Laddha 2008-08-01 03:20:38 UTC
*** Bug 545705 has been marked as a duplicate of this bug. ***
Comment 27 André Klapper 2008-08-05 19:26:51 UTC
*** Bug 546414 has been marked as a duplicate of this bug. ***
Comment 28 Goran Rakic 2008-08-20 22:16:08 UTC
*** Bug 548694 has been marked as a duplicate of this bug. ***
Comment 29 Akhil Laddha 2008-11-26 04:48:41 UTC
*** Bug 562208 has been marked as a duplicate of this bug. ***