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 750128 - Cannot register existing type when orca is activated
Cannot register existing type when orca is activated
Status: RESOLVED FIXED
Product: java-atk-wrapper
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: java-atk-wrapper maintainer(s)
java-atk-wrapper maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-05-30 00:44 UTC by Magdalen Berns (irc magpie)
Modified: 2015-05-30 01:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to address problem (1.89 KB, patch)
2015-05-30 00:53 UTC, Magdalen Berns (irc magpie)
committed Details | Review

Description Magdalen Berns (irc magpie) 2015-05-30 00:44:40 UTC
Trace

  • #0 g_log
    at gmessages.c line 1075
  • #1 check_type_name_I
    at gtype.c line 764
  • #2 g_type_register_static
  • #3 jaw_impl_get_type
    at jawimpl.c line 405
  • #4 jaw_impl_get_instance
    at jawimpl.c line 255
  • #5 jaw_impl_ref_child
    at jawimpl.c line 606
  • #6 add_pending_items
    at accessible-cache.c line 233
  • #7 add_pending_items
    at accessible-cache.c line 285
  • #8 spi_cache_init
    at accessible-cache.c line 257
  • #9 spi_cache_init
    at accessible-cache.c line 122
  • #10 g_type_create_instance
    at gtype.c line 1870
  • #11 g_object_new_internal
    at gobject.c line 1774
  • #12 g_object_newv
    at gobject.c line 1921
  • #13 g_object_new
    at gobject.c line 1614
  • #14 spi_atk_activate
    at bridge.c line 945
  • #15 spi_atk_add_client
    at bridge.c line 1190
  • #16 add_event_from_iter
    at bridge.c line 70
  • #17 add_event_from_iter
    at bridge.c line 217
  • #18 signal_filter
    at bridge.c line 718
  • #19 signal_filter
    at bridge.c line 822
  • #20 dbus_connection_dispatch
    at dbus-connection.c line 4677
  • #21 message_queue_dispatch
    at atspi-gmain.c line 89
  • #22 g_main_context_dispatch
    at gmain.c line 3122
  • #23 g_main_context_dispatch
    at gmain.c line 3737
  • #24 g_main_context_iterate
    at gmain.c line 3808
  • #25 g_main_loop_run
    at gmain.c line 4002
  • #26 jni_loop_callback
    at AtkWrapper.c line 102
  • #27 g_thread_proxy
    at gthread.c line 764
  • #28 start_thread
    at pthread_create.c line 333
  • #29 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 109

Comment 1 Magdalen Berns (irc magpie) 2015-05-30 00:53:01 UTC
Created attachment 304294 [details] [review]
Patch to address problem

Seems to address this particular issue.