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 335094 - Yelp crash on undefined entity
Yelp crash on undefined entity
Status: RESOLVED DUPLICATE of bug 334408
Product: yelp
Classification: Applications
Component: General
2.14.x
Other Linux
: Normal critical
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-19 09:31 UTC by Gabriel de Perthuis
Modified: 2006-03-19 09:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gabriel de Perthuis 2006-03-19 09:31:17 UTC
The crash is for a stray ampersand in some documentation, but the backtrace seems to be about a11y and CORBA.

Using yelp 2.14.0 from Ubuntu dapper.


Starting program: /usr/bin/gnome-help
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46912600626736 (LWP 28399)]
[New Thread 1082132832 (LWP 28400)]
[New Thread 1090525536 (LWP 28401)]
[New Thread 1098918240 (LWP 28409)]
[New Thread 1107310944 (LWP 28410)]
[New Thread 1115703648 (LWP 28411)]
[New Thread 1124096352 (LWP 28412)]
/usr/share/yelp/info.xml:0: error : unterminated entity reference  Embedding Python 2.4

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 46912600626736 (LWP 28399)]
0x00002aaaae4dba78 in CORBA_free () from /usr/lib/libORBit-2.so.0
(gdb) thread apply all bt

Thread 1 (Thread 46912600626736 (LWP 28399))

  • #0 CORBA_free
    from /usr/lib/libORBit-2.so.0
  • #1 ORBit_free_T
    from /usr/lib/libORBit-2.so.0
  • #2 ORBit_free
    from /usr/lib/libORBit-2.so.0
  • #3 gnome_accessibility_module_shutdown
    from /usr/lib/gtk-2.0/modules/libatk-bridge.so
  • #4 gnome_accessibility_module_shutdown
    from /usr/lib/gtk-2.0/modules/libatk-bridge.so
  • #5 signal_emit_unlocked_R
    at gsignal.c line 2404
  • #6 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #7 IA__g_signal_emit
  • #8 atk_object_initialize
    from /usr/lib/libatk-1.0.so.0
  • #9 IA__g_closure_invoke
    at gclosure.c line 490
  • #10 signal_emit_unlocked_R
    at gsignal.c line 2368
  • #11 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #12 IA__g_signal_emit
    at gsignal.c line 2241
  • #13 g_object_dispatch_properties_changed
    at gobject.c line 561
  • #14 IA__g_object_notify
    at gobjectnotifyqueue.c line 123
  • #15 NSGetModule
    from /usr/lib/firefox/components/libaccessibility.so
  • #16 gnome_accessibility_module_shutdown
    from /usr/lib/gtk-2.0/modules/libatk-bridge.so
  • #17 signal_emit_unlocked_R
  • #18 IA__g_signal_emit_valist
    at gsignal.c line 2197
  • #19 IA__g_signal_emit_by_name
    at gsignal.c line 2265
  • #20 yelp_html_printf
  • #21 g_timeout_dispatch
    at gmain.c line 3292
  • #22 IA__g_main_context_dispatch
    at gmain.c line 1916
  • #23 g_main_context_iterate
    at gmain.c line 2547
  • #24 IA__g_main_loop_run
    at gmain.c line 2751
  • #25 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #26 main

Comment 1 Don Scorgie 2006-03-19 09:47:48 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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