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 437958 - crash in Calculator: Comparison of AT-SPI sta...
crash in Calculator: Comparison of AT-SPI sta...
Status: RESOLVED DUPLICATE of bug 467612
Product: at-spi
Classification: Platform
Component: general
unspecified
Other All
: High critical
: ---
Assigned To: Li Yuan
Li Yuan
Depends on:
Blocks: 326516
 
 
Reported: 2007-05-12 18:40 UTC by Peter Parente
Modified: 2007-09-13 02:36 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Peter Parente 2007-05-12 18:40:38 UTC
What were you doing when the application crashed?
Comparison of AT-SPI state sets


Distribution: Fedora Core release 6 (Zod)
Gnome Release: 2.16.3 2007-01-31 (Red Hat, Inc)
BugBuddy Version: 2.16.0

System: Linux 2.6.20-1.2948.fc6 #1 SMP Fri Apr 27 19:48:40 EDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70101000
Selinux: No
Accessibility: Enabled

Memory status: size: 50688000 vsize: 0 resident: 50688000 share: 0 rss: 13053952 rss_rlim: 0
CPU usage: start_time: 1178995146 rtime: 0 utime: 33 stime: 0 cutime:28 cstime: 0 timeout: 5 it_real_value: 0 frequency: 0

Backtrace was generated from '/usr/bin/gcalctool'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208624928 (LWP 11019)]
(no debugging symbols found)
0x001f4402 in __kernel_vsyscall ()

Thread 1 (Thread -1208624928 (LWP 11019))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 __kernel_vsyscall
  • #5 raise
    from /lib/libc.so.6
  • #6 abort
    from /lib/libc.so.6
  • #7 g_logv
    from /lib/libglib-2.0.so.0
  • #8 g_log
    from /lib/libglib-2.0.so.0
  • #9 g_assert_warning
    from /lib/libglib-2.0.so.0
  • #10 spi_base_construct
    from /usr/lib/libspi.so.0
  • #11 spi_state_set_new
    from /usr/lib/libspi.so.0
  • #12 spi_state_set_cache_from_sequence
    from /usr/lib/libspi.so.0
  • #13 _ORBIT_skel_small_Accessibility_StateSet_compare
    from /usr/lib/libspi.so.0
  • #14 IOP_start_profiles
    from /usr/lib/libORBit-2.so.0
  • #15 ORBit_OAObject_invoke
    from /usr/lib/libORBit-2.so.0
  • #16 ORBit_small_invoke_adaptor
    from /usr/lib/libORBit-2.so.0
  • #17 ORBit_recv_buffer_return_sys_exception
    from /usr/lib/libORBit-2.so.0
  • #18 ORBit_recv_buffer_return_sys_exception
    from /usr/lib/libORBit-2.so.0
  • #19 ORBit_skel_class_register
    from /usr/lib/libORBit-2.so.0
  • #20 ORBit_handle_request
    from /usr/lib/libORBit-2.so.0
  • #21 giop_connection_handle_input
    from /usr/lib/libORBit-2.so.0
  • #22 link_connection_state_changed
    from /usr/lib/libORBit-2.so.0
  • #23 link_io_add_watch_fd
    from /usr/lib/libORBit-2.so.0
  • #24 g_main_context_dispatch
    from /lib/libglib-2.0.so.0
  • #25 g_main_context_check
    from /lib/libglib-2.0.so.0
  • #26 g_main_loop_run
    from /lib/libglib-2.0.so.0
  • #27 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #28 g_object_unref
  • #29 __libc_start_main
    from /lib/libc.so.6
  • #30 g_object_unref
  • #0 __kernel_vsyscall


----------- .xsession-errors ---------------------
GTK Accessibility Module initialized
Bonobo accessibility support initialized
** (bug-buddy:10630): WARNING **: Couldn't load icon for Open Folder
GTK Accessibility Module initialized
Bonobo accessibility support initialized
** ERROR **: file base.c: line 74 (spi_base_construct): assertion failed: (G_IS_OBJECT (gobject))
aborting...
GTK Accessibility Module initialized
Bonobo accessibility support initialized
GTK Accessibility Module initialized
Bonobo accessibility support initialized
** (bug-buddy:11072): WARNING **: Couldn't load icon for Open Folder
--------------------------------------------------
Comment 1 Peter Parente 2007-05-12 18:42:55 UTC
I believe this is a libspi bug. I'm experimenting with implementing AT-SPI StateSets in Python for the new Collection interface. When I ask a StateSet object created by the bridge to compare itself to my Python implementation, gcalc crashes.
Comment 2 Rich Burridge 2007-05-12 23:55:51 UTC
Peter, I don't see libspi as a GNOME Bugzilla product (or as a component of
at-spi). Where should this be refiled?
Comment 3 Peter Parente 2007-05-13 00:41:43 UTC
You're right. No libspi component. I guess it's best to put it under "general" and let Li or Bill decide where to move it. 

I'll go ahead and re-file it.
Comment 4 Li Yuan 2007-09-13 02:36:23 UTC

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