GNOME Bugzilla – Bug 601972
Devhelp crashes when navigating sidebar with arrow keys
Last modified: 2009-12-09 22:56:14 UTC
When navigating the items in the sidebar of Devhelp with the arrow keys, Devhelp will crash reliably after you've went over a few items. This bug was originally reported against Ubuntu in its bug tracker Launchpad by Gonzalo Panizo: https://launchpad.net/bugs/454264 This bug report contains a lot of information, including a Stacktrace, a ThreadStacktrace, ProcStatus and ProcMaps. I'm attaching the traces. The version included with the latest release of Ubuntu, Karmic, is 0.23-4.
Created attachment 147769 [details] Stacktrace of the crash
Created attachment 147770 [details] ThreadStacktrace of the crash
paste here the trace .
+ Trace 219100
Thread 1 (process 2068)
Could you try the latest version from git?
From the latest git repo from today: (gdb) bt
+ Trace 219131
It's most probably a bug in webkit, see https://bugs.webkit.org/show_bug.cgi?id=30163
I get the following trace when running git. (gdb) bt
+ Trace 219133
When running the program in GDB it freezes, so you can see the error message at the top of the document view part, which says: "Error opening the requested link" It doesn't matter what documentation you're reading. The trace does seem to make it more apparent that it is a bug in WebKit. Other error messages I find in the console are: ** (devhelp:21550): DEBUG: NP_Initialize ** (devhelp:21550): DEBUG: NP_Initialize succeeded OpenOffice path is '../../openoffice' The first two are repeated often, the third line sparsely.
Looks like the stack trace matches Bug #601048, so I guess this is probably a dup.
(In reply to comment #8) > Looks like the stack trace matches Bug #601048, so I guess this is probably a > dup. Definetly. *** This bug has been marked as a duplicate of bug 601048 ***