Summary: | crash on virtual desktop number > 16 | ||
---|---|---|---|
Product: | [Applications] ktimetracker | Reporter: | Szymon Jeż <szymon> |
Component: | general | Assignee: | Thorsten Staerk <dev> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Szymon Jeż
2008-04-13 09:28:20 UTC
True. Here is a backtrace if you have kdepim compiled with --enable-debug=full: [?1034hUsing host libthread_db library "/lib64/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread 0x2ae3eedf1a20 (LWP 13703)] [KCrash handler] #5 0x0000000000438756 in DesktopTracker::startTracking () #6 0x0000000000430115 in TaskView::load () #7 0x0000000000425768 in MainWindow::MainWindow () #8 0x00000000004217ad in main () SVN commit 798860 by tstaerk: Allow 20 virtual desktops. Warn if this number is exceeded. CCBUGS:160779 M +9 -5 desktoptracker.cpp M +8 -2 desktoptracker.h M +4 -4 taskview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=798860 SVN commit 799053 by tstaerk: Warn if virtual desktop number is too high, increase maximum number to 20. BUGS:160779 M +13 -7 desktoptracker.cpp M +2 -2 desktoptracker.h M +4 -2 taskview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=799053 |