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 382080 - at-spi-registryd dies after some time
at-spi-registryd dies after some time
Status: RESOLVED DUPLICATE of bug 352444
Product: at-spi
Classification: Platform
Component: registry
1.7.x
Other Linux
: Normal normal
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks:
 
 
Reported: 2006-12-03 23:59 UTC by Pascal Terjan
Modified: 2007-02-26 09:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pascal Terjan 2006-12-03 23:59:21 UTC
Here is the backtrace :

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/i686/libc.so.6
  • #2 abort
    from /lib/i686/libc.so.6
  • #3 IA__g_logv
    at gmessages.c line 497
  • #4 IA__g_log
  • #5 IA__g_assert_warning
    at gmessages.c line 552
  • #6 do_unref
    at orbit-object.c line 149
  • #7 ORBit_RootObject_release
    at orbit-object.c line 187
  • #8 CORBA_Object_release
    at corba-object.c line 451
  • #9 bonobo_object_release_unref
    from /usr/lib/libbonobo-2.so.0
  • #10 impl_registry_notify_event
    at registry.c line 777
  • #11 _ORBIT_skel_small_Accessibility_EventListener_notifyEvent
    at Accessibility-common.c line 196
  • #12 ORBit_POAObject_invoke
    at poa.c line 1142
  • #13 ORBit_OAObject_invoke
    at orbit-adaptor.c line 336
  • #14 ORBit_small_invoke_adaptor
    at orbit-small.c line 835
  • #15 ORBit_POAObject_handle_request
    at poa.c line 1351
  • #16 ORBit_POAObject_invoke_incoming_request
    at poa.c line 1421
  • #17 ORBit_POA_handle_request
    at poa.c line 1643
  • #18 ORBit_handle_request
    at orbit-adaptor.c line 296
  • #19 giop_connection_handle_input
    at giop-recv-buffer.c line 1288
  • #20 link_connection_io_handler
    at linc-connection.c line 1381
  • #21 link_source_dispatch
    at linc-source.c line 159
  • #22 IA__g_main_context_dispatch
    at gmain.c line 2045
  • #23 g_main_context_iterate
    at gmain.c line 2677
  • #24 IA__g_main_loop_run
    at gmain.c line 2881
  • #25 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #26 main
    at registry-main.c line 84

Comment 1 Li Yuan 2006-12-11 07:17:33 UTC
Your trace is a little strange to me. bonobo_object_release_unref(registry.c:777) is not in impl_registry_notify_event but in registry_start_queue.
Can you tell me how to reproduce this crash?
Comment 2 Pascal Terjan 2006-12-17 16:56:51 UTC
I unfortunately don't know how to reproduce except letting it run for some hours...
Comment 3 Li Yuan 2006-12-18 07:03:53 UTC
seems we created too many corba objects and do not free it.
Comment 4 Pascal Terjan 2007-01-02 07:13:39 UTC
Might be Bug #372988
Comment 5 Pascal Terjan 2007-01-02 07:19:29 UTC
Or rather Bug #352444
As #352444 is fixed I'll test again.
Comment 6 Harry Lu 2007-02-26 09:38:48 UTC

*** This bug has been marked as a duplicate of 352444 ***