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 778553 - yelp crashes when help URI ends with page section name
yelp crashes when help URI ends with page section name
Status: RESOLVED OBSOLETE
Product: yelp
Classification: Applications
Component: Crashers
3.22.x
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-13 12:59 UTC by Vlad Orlov
Modified: 2018-05-22 13:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backtrace of yelp crash (7.26 KB, text/plain)
2017-02-13 12:59 UTC, Vlad Orlov
Details

Description Vlad Orlov 2017-02-13 12:59:07 UTC
Created attachment 345614 [details]
backtrace of yelp crash

Yelp 3.22.0 crashes when help URI ends with page section name (after '#' sign). For example:

$ yelp help:gtk-doc-manual/commandline-interfaces#commandline-interfaces-configure

Backtrace is in the attachment.

Looks like this isn't the only problem though. The crash was easy to fix, I've just changed unsafe g_str_equal call to g_strcmp0 (which has a check for NULL strings). But now yelp ignores the specified page section, e.g. with the URI mentioned above it always shows the top of "commandline-interfaces" page.
Comment 1 GNOME Infrastructure Team 2018-05-22 13:11:49 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/yelp/issues/121.