Summary: | to much hints --> not responding | ||
---|---|---|---|
Product: | [Applications] kwordquiz | Reporter: | flo |
Component: | general | Assignee: | Peter Hedlund <peter> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
flo
2007-07-03 17:49:28 UTC
The described problem only arises when "Treat hint as error" is activatet in the Quiz settings. When KWordQuiz freezes, try killing it with "kill -SEGV <pid-of-kwordquiz>". That might get you a backtrace. If so, please paste it here. Here is the backtrace: (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread -1232370000 (LWP 8631)] [KCrash handler] #6 0x08058e68 in QString::operator+= () #7 0x08074160 in ?? () #8 0xbfba2ce0 in ?? () #9 0xbfba2bf6 in ?? () #10 0x00000004 in ?? () #11 0x08079b7d in ?? () #12 0xbfba2cec in ?? () #13 0xbfba2be4 in ?? () #14 0x0000001e in ?? () #15 0x025c18ce in ?? () #16 0x08236a80 in ?? () #17 0xb71e8eee in ?? () from /usr/qt/3/lib/libqt-mt.so.3 #18 0x08237430 in ?? () #19 0xb71f5b6c in QLineEdit::text () from /usr/qt/3/lib/libqt-mt.so.3 #20 0x08074ebb in ?? () #21 0xbfba2ce0 in ?? () #22 0xbfba2cec in ?? () #23 0xbfba2ce4 in ?? () #24 0xbfba2ce8 in ?? () #25 0x00000020 in ?? () #26 0x00000000 in ?? () Unfortunately the backtrace isn't very useful because your kde is built without debugging symbols, but you can find instructions for producing more detailed backtraces here: http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports SVN commit 714140 by hedlund: Fix handling of hints. BUG:147503 M +11 -5 qaview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=714140 |