GNOME Bugzilla – Bug 423992
crash in Help: Clicked on the help butt...
Last modified: 2007-08-07 19:56:53 UTC
Version: 2.18.0 What were you doing when the application crashed? Clicked on the help button on Theme Preferences window Distribution: Unknown Gnome Release: 2.18.0 2007-03-15 (GNOME.Org) BugBuddy Version: 2.18.0 System: Linux 2.6.19.1 #1 Mon Feb 26 18:49:57 EST 2007 i686 X Vendor: The X.Org Foundation X Vendor Release: 70100000 Selinux: No Accessibility: Enabled GTK+ Theme: HighContrastInverse Icon Theme: gnome Memory status: size: 114163712 vsize: 114163712 resident: 69009408 share: 17059840 rss: 69009408 rss_rlim: 4294967295 CPU usage: start_time: 1175120750 rtime: 682 utime: 596 stime: 86 cutime:2 cstime: 1 timeout: 0 it_real_value: 0 frequency: 100 Backtrace was generated from '/usr/bin/yelp' Using host libthread_db library "/lib/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1228544336 (LWP 20792)] [New Thread -1269826640 (LWP 20795)] [New Thread -1258890320 (LWP 20794)] [New Thread -1248011344 (LWP 20793)] 0xb7f8a410 in __kernel_vsyscall ()
+ Trace 123108
Thread 1 (Thread -1228544336 (LWP 20792))
----------- .xsession-errors (4836043 sec old) --------------------- ESTART: 0.69281 [0.00003] - grabinput ESTART: 0.69283 [0.00002] - modules ESTART: 0.69286 [0.00002] - winlist ESTART: 0.69288 [0.00002] - colorclasses ESTART: 0.69291 [0.00003] - load modules ESTART: 0.81884 [0.12594] - gadcon ESTART: 0.81892 [0.00008] - shelves ESTART: 0.81894 [0.00002] - exebuf ESTART: 0.81897 [0.00003] - desklock ESTART: 0.81913 [0.00016] - add idle enterers ESTART: 0.81932 [0.00019] - init properites ESTART: 0.83476 [0.01545] - test code ESTART: 0.83482 [0.00006] - shelf config init ESTART: 1.15668 [0.32186] - MAIN LOOP AT LAST ESTART: 1.17773 [0.02105] - SLEEP --------------------------------------------------
Created attachment 88145 [details] [review] Proposed patch to fix crash in process_info_pending This fixes crash inside process_info_pending by using the same index variable twice inside a loop.
good trace, confirming
*** Bug 452633 has been marked as a duplicate of this bug. ***
first frame has more details here
+ Trace 145051
thanks for the patch Andreas. from a very first glance: * please attach the patch in the unified diff format (diff -u) * seems to do no harm, but I haven't looked at the source
Andreas, can you rework the patch as asked by Christian?
in Yelp 2.19, this stuff has now been moved into Rarian. This particular part of the TOC (if I can read non-unified diffs correctly) has been heavily altered and no longer suffers this problem. If I'm wrong and you can reproduce with yelp 2.19.1 or later, please reopen / comment the bug and (if possible) provide a new / updated stack trace. Thanks.