GNOME Bugzilla – Bug 157337
crash on help pages with a frame (apparently)
Last modified: 2006-01-07 19:09:12 UTC
I was trying to test https://bugzilla.ubuntu.com/1965 with the new yelp 2.9. This page is a frame, not sure if that's the problem. The previous version of yelp was displaying nothing, the new one crashes. (Ubuntu adds system documentation to the yelp index) Backtrace of the crash: Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 1090626368 (LWP 22199)] [New Thread 1163074480 (LWP 22209)] [Thread debugging using libthread_db enabled] [New Thread 1090626368 (LWP 22199)] [New Thread 1163074480 (LWP 22209)] [Thread debugging using libthread_db enabled] [New Thread 1090626368 (LWP 22199)] [New Thread 1163074480 (LWP 22209)] [New Thread 1154681776 (LWP 22208)] [New Thread 1146289072 (LWP 22207)] [New Thread 1137314736 (LWP 22206)] [New Thread 1128860592 (LWP 22205)] [New Thread 1113496496 (LWP 22200)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 51624
Thread 1 (Thread 1090626368 (LWP 22199))
Created attachment 33422 [details] the omf file (/usr/share/omf/htmlgen/htmlgen-C.omf)
Created attachment 33423 [details] /usr/share/doc/python-htmlgen/html compressed
*** Bug 169360 has been marked as a duplicate of this bug. ***
still an issue with 2.11.1
Created attachment 53622 [details] [review] Patchy Hi, This is caused by the yelp's custom loading handler. This patch works around it by letting gecko handle loading html files when framesets are enabled.
Did this patch get any attention yet?
Created attachment 56862 [details] [review] Updated > Did this patch get any attention yet? Apparently not. Otherwise, it would be noticed that it fails to compile, on at least 2 different bits ;) . An updated patch should fix this.
Patch has been applied. Closing