GNOME Bugzilla – Bug 138275
Gimp 2.0 help browser crashes often when viewing the new gimp-help-2 files
Last modified: 2004-10-28 18:25:33 UTC
Open gimp-help-2 files in help browser and start brows. Crash after a few clicks. Cannot even click the links sometimes, nothing happens.
I can not reproduce that here. Are there any debug information available in the console? Can you provide a stack trace?
Hi! This is the console output, lots of lines like this when i try to brows the help, and at the end segmentation fault and browser dies: (helpbrowser:5144): HtmlCss-WARNING **: Unhandled property: 51 letter-spacing (helpbrowser:5144): HtmlCss-WARNING **: Unhandled property: 51 letter-spacing (helpbrowser:5144): HtmlCss-WARNING **: Unhandled property: 51 letter-spacing (helpbrowser:5150): HtmlCss-WARNING **: Unhandled property: 93 text-transform (helpbrowser:5150): HtmlCss-WARNING **: Unhandled property: 93 text-transform (helpbrowser:5150): HtmlCss-WARNING **: Unhandled property: 93 text-transform (helpbrowser:5144): HtmlCss-WARNING **: Unhandled property: 51 letter-spacing (helpbrowser:5144): HtmlCss-WARNING **: Unhandled property: 51 letter-spacing /usr/lib/gimp/2.0/plug-ins/helpbrowser: fatal error: Segmenteringsfel (segmentation fault) The backtrace is (i think): (gdb) bt
+ Trace 45461
trace generated after the helpbrowser crash, gimp still running. Regards P . Ekholm
This is perfectly reproduceable (try the help for airbrush for example) and I already made a bug-report against gtkhtml2 a while ago.
*** This bug has been marked as a duplicate of 136625 ***
Short note to the bug-reporter: You can choose to use a web-browser to view the help files. This is a setting in the preferences dialog.
Reopening this report since it turned out that the GIMP helpbrowser is doing the wrong thing (see bug #136625).
Fixed in CVS: 2004-10-28 Sven Neumann <sven@gimp.org> * plug-ins/helpbrowser/dialog.c: only create a "Document not found" error page if the requested URL was a page to load, not a supplementary URL like an image. Fixes bug #138275. Should perhaps be backported to the gimp-2-0 branch but the fix I've done in the HEAD branches changes some strings. For gimp-2-0 that should be avoided.
2004-10-28 Sven Neumann <sven@gimp.org> * plug-ins/helpbrowser/dialog.c: merged fix for bug #138275 from HEAD branch.