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 530634 - crash in yelp_document_cancel_page()
crash in yelp_document_cancel_page()
Status: RESOLVED DUPLICATE of bug 530589
Product: yelp
Classification: Applications
Component: General
2.22.x
Other Linux
: Normal critical
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-29 22:19 UTC by Sebastien Bacher
Modified: 2008-05-02 16:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Sebastien Bacher 2008-04-29 22:19:36 UTC
the bug has been opened on https://bugs.launchpad.net/ubuntu/+source/yelp/+bug/216767

"[Using Hardy updated on 20080413]

Steps to reproduce:

1. Open Yelp (System->Help & support).
2. Click on Advanced Topics, in the left pane.
3. Click on Writing Your Own Programs.
4. Click on Learning how to program.

Yelp starts "Loading..." indefinitely. Now, if you click on any link, Yelp crashes.

  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #2 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #3 g_assertion_message
    from /usr/lib/libglib-2.0.so.0
  • #4 g_assertion_message_expr
    from /usr/lib/libglib-2.0.so.0
  • #5 yelp_document_cancel_page
    at yelp-document.c line 275
  • #6 window_setup_window
    at yelp-window.c line 933
  • #7 yelp_window_load
    at yelp-window.c line 1108
  • #8 html_uri_selected_cb
    at yelp-window.c line 1754
  • #9 yelp_marshal_VOID__POINTER_BOOLEAN
    at yelp-marshal.c line 81

http://launchpadlibrarian.net/14024604/valgrind.log.gz
    *   Valgrind  (26.9 KiB, application/octet-stream)"
Comment 1 Claude Paroz 2008-05-02 10:21:19 UTC
Confirmed (Ubuntu 8.04 and Yelp trunk). What's strange is that the error doesn't appear when you access the document directly (e.g. yelp /usr/share/gnome/help/programming/[C|fr|...]/programming.xml).
Comment 2 Claude Paroz 2008-05-02 16:11:03 UTC
This is in fact a duplicate.

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