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 571165 - evolution-alarm-notify crashed with SIGSEGV in IA__g_list_prepend()
evolution-alarm-notify crashed with SIGSEGV in IA__g_list_prepend()
Status: RESOLVED INCOMPLETE
Product: evolution
Classification: Applications
Component: Calendar
2.26.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
: 571166 571167 571609 572412 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-02-10 12:21 UTC by Pedro Villavicencio
Modified: 2011-11-15 05:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Pedro Villavicencio 2009-02-10 12:21:05 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/evolution/+bug/327196

".

Thread 1 (process 4844)

  • #0 IA__g_slice_alloc
    at /build/buildd/glib2.0-2.19.6/glib/gslice.c line 474
  • #1 IA__g_list_prepend
    at /build/buildd/glib2.0-2.19.6/glib/glist.c line 169
  • #2 giop_recv_list_setup_queue_entry
    at giop-recv-buffer.c line 572
  • #3 ORBit_small_invoke_stub
    at orbit-small.c line 646
  • #4 ORBit_small_invoke_stub_n
    at orbit-small.c line 577
  • #5 ORBit_c_stub_invoke
    at poa.c line 2649
  • #6 ConfigDatabase2_lookup_with_schema_name
    at GConfX-stubs.c line 210
  • #7 gconf_engine_get_fuller
    at gconf.c line 1007
  • #8 gconf_engine_get_entry
    at gconf.c line 1110
  • #9 get
    at gconf-client.c line 1240
  • #10 gconf_client_get_full
    at gconf-client.c line 1287
  • #11 gconf_client_get_string
    at gconf-client.c line 1486
  • #12 config_data_get_timezone
    at config-data.c line 212
  • #13 check_midnight_refresh
    at alarm-queue.c line 1828
  • #14 g_timeout_dispatch
    at /build/buildd/glib2.0-2.19.6/glib/gmain.c line 3253
  • #15 IA__g_main_context_dispatch
    at /build/buildd/glib2.0-2.19.6/glib/gmain.c line 1814
  • #16 g_main_context_iterate
    at /build/buildd/glib2.0-2.19.6/glib/gmain.c line 2448
  • #17 IA__g_main_loop_run
    at /build/buildd/glib2.0-2.19.6/glib/gmain.c line 2656
  • #18 bonobo_main
    at bonobo-main.c line 311
  • #19 main
    at notify-main.c line 165

Comment 1 Milan Crha 2009-02-23 18:44:59 UTC
*** Bug 571166 has been marked as a duplicate of this bug. ***
Comment 2 Milan Crha 2009-02-23 18:45:31 UTC
*** Bug 571167 has been marked as a duplicate of this bug. ***
Comment 3 Milan Crha 2009-02-23 18:46:04 UTC
*** Bug 571609 has been marked as a duplicate of this bug. ***
Comment 4 Milan Crha 2009-02-23 18:46:24 UTC
*** Bug 572412 has been marked as a duplicate of this bug. ***
Comment 5 Milan Crha 2009-02-23 19:01:36 UTC
All those above have something same, it came from:
  • #12 config_data_get_timezone
    at config-data.c line 212
  • #13 check_midnight_refresh
    at alarm-queue.c line 1828

the check_midnight_refresh is called every 30 minutes and the config_data_get_timezone uses a global variable. How did that one get lost I do not know, we should be able to check, somehow, hopefully. Unfortunately the code seems good. 
Comment 6 Akhil Laddha 2011-10-04 05:43:29 UTC
Can you please check again whether this issue still happens in Evolution 3.0.3 or 3.2.0 and update this report by adding a comment and changing the "Version"
field? Thanks a lot.
Comment 7 Akhil Laddha 2011-11-15 05:50:27 UTC
Please feel free to reopen this bug if the problem still occurs with a newer
version of Evolution.