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 601905 - e-addressbook-factory crashed on startup
e-addressbook-factory crashed on startup
Status: RESOLVED OBSOLETE
Product: evolution-data-server
Classification: Platform
Component: Contacts
2.30.x (obsolete)
Other Linux
: Normal critical
: ---
Assigned To: evolution-addressbook-maintainers
Evolution QA team
evolution[dbus]
: 602058 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-11-14 15:35 UTC by Ritesh Khadgaray ( irc:ritz)
Modified: 2011-11-24 06:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
valgrind trace (56.45 KB, text/plain)
2009-11-18 16:10 UTC, Ritesh Khadgaray ( irc:ritz)
Details

Description Ritesh Khadgaray ( irc:ritz) 2009-11-14 15:35:53 UTC
abrt detected a crash.

Attached file: backtrace
cmdline: /usr/libexec/e-addressbook-factory
component: evolution-data-server
executable: /usr/libexec/e-addressbook-factory
kernel: 2.6.31.5-127.fc12.x86_64
package: evolution-data-server-2.29.2-1.fc12
rating: 2
reason: Process was terminated by signal 11  


Core was generated by `/usr/libexec/e-addressbook-factory'.
Program terminated with signal 11, Segmentation fault.

Thread 1 (Thread 4993)

  • #0 magazine_chain_pop_head
    at gslice.c line 470
  • #1 thread_memory_magazine1_alloc
    at gslice.c line 777
  • #2 IA__g_slice_alloc
    at gslice.c line 815
  • #3 IA__g_value_array_new
    at gvaluearray.c line 120
  • #4 _dbus_gvalue_demarshal_message
    at dbus-gvalue.c line 1248
  • #5 marshal_dbus_message_to_g_marshaller
    at dbus-gproxy.c line 1670
  • #6 IA__g_closure_invoke
    at gclosure.c line 767
  • #7 signal_emit_unlocked_R
    at gsignal.c line 3247
  • #8 IA__g_signal_emit_valist
    at gsignal.c line 2980
  • #9 IA__g_signal_emit
    at gsignal.c line 3037
  • #10 dbus_g_proxy_emit_remote_signal
    at dbus-gproxy.c line 1734
  • #11 dbus_g_proxy_manager_filter
    at dbus-gproxy.c line 1301
  • #12 dbus_connection_dispatch
    at dbus-connection.c line 4444
  • #13 message_queue_dispatch
    at dbus-gmain.c line 101
  • #14 g_main_dispatch
    at gmain.c line 1960
  • #15 IA__g_main_context_dispatch
    at gmain.c line 2513
  • #16 g_main_context_iterate
    at gmain.c line 2591
  • #17 IA__g_main_loop_run
    at gmain.c line 2799
  • #18 main
    at e-data-book-factory.c line 448

Comment 1 Ritesh Khadgaray ( irc:ritz) 2009-11-18 05:15:02 UTC
on 2.29.3
Using Fedora12


Core was generated by `/usr/libexec/e-addressbook-factory'.
Program terminated with signal 11, Segmentation fault.

Thread 1 (Thread 1212)

  • #0 magazine_chain_pop_head
    at gslice.c line 474
  • #1 thread_memory_magazine1_alloc
    at gslice.c line 777
  • #2 IA__g_slice_alloc
    at gslice.c line 815
  • #3 gconf_entry_new_nocopy
    at gconf-value.c line 1456
  • #4 notify
    at gconf.c line 2426
  • #5 _ORBIT_skel_small_ConfigListener_notify
    at GConfX-common.c line 16
  • #6 ORBit_small_invoke_adaptor
    at orbit-small.c line 846
  • #7 ORBit_POAObject_handle_request
    at poa.c line 1357
  • #8 ORBit_POAObject_invoke_incoming_request
    at poa.c line 1427
  • #9 ORBit_POA_handle_request
    at poa.c line 1649
  • #10 ORBit_handle_request
    at orbit-adaptor.c line 300
  • #11 giop_connection_handle_input
    at giop-recv-buffer.c line 1312
  • #12 link_connection_io_handler
    at linc-connection.c line 1475
  • #13 g_main_dispatch
    at gmain.c line 1960
  • #14 IA__g_main_context_dispatch
    at gmain.c line 2513
  • #15 g_main_context_iterate
    at gmain.c line 2591
  • #16 IA__g_main_loop_run
    at gmain.c line 2799
  • #17 main
    at e-data-book-factory.c line 446

Comment 2 Ritesh Khadgaray ( irc:ritz) 2009-11-18 05:19:46 UTC
*** Bug 602058 has been marked as a duplicate of this bug. ***
Comment 3 Ross Burton 2009-11-18 15:16:54 UTC
Can someone who can replicate this run e-addressbook-factory underneath valgrind please, with G_SLICE=always-malloc set.  It looks a lot like heap/slice corruption to me.
Comment 4 Ritesh Khadgaray ( irc:ritz) 2009-11-18 16:10:16 UTC
Created attachment 148056 [details]
valgrind trace 

$ G_SLICE=always-malloc  valgrind --tool=memcheck  --leak-check=full     --trace-children=yes    --time-stamp=yes     --log-file=/tmp/o     --num-callers=20   /usr/libexec/e-addressbook-factory 

libedata-book-ERROR **: Got result code 2 from requesting name
aborting...
Aborted (core dumped)
Comment 5 Ross Burton 2009-11-18 16:37:07 UTC
If you see "got result code 2" then eds is about to abort cleanly becuase there is already an instance running.  Before running valgrind, please killall e-addressbook-factory.
Comment 6 Milan Crha 2009-11-23 11:13:52 UTC
There is a downstream bug report [1] about the same
https://bugzilla.redhat.com/show_bug.cgi?id=540066
Comment 7 Ritesh Khadgaray ( irc:ritz) 2009-11-23 13:26:07 UTC
have not seen this crash for quite some time.
Comment 8 Akhil Laddha 2011-10-11 10:08:39 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 9 Akhil Laddha 2011-11-24 06:56:47 UTC
Please feel free to reopen this bug if the problem still occurs with a newer
version of Evolution.