Summary: | system monitor crashes on opening | ||
---|---|---|---|
Product: | [Unmaintained] ksysguard | Reporter: | Peter <peter.vandendriessche> |
Component: | general | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | adam.kristof |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Peter
2010-02-18 08:31:33 UTC
System monitor crashes on opening after nVdia driver installation. Hardware: HP DV7-3030ew with i7 & nVidia GT 230M graphics. System: openSuSE 11.2 x86_64, kernel 2.6.31.12 KDE4: 'kdebase4-workspace 4.3.5-0.2.1' nVidia driver: 190.53 (certified) KDE Crash Handler: "Segmentation fault", (missing debug symbol info) { starts with many entries for '/usr/lib64/libQtGui.so.4' ends with #40 0x0000000000400699 in _start () } Bad nVidia driver? SVN commit 1123228 by johnflux: Fix crash - we could call endMoveRows when we hadn't called beginMoveRows This was the result of many many bug reports. I only found the reason because of more strict assertions in Qt 4.7. Thank you Qt! BUG:227475 BUG:230488 M +35 -0 ProcessModel.cc M +5 -0 ProcessModel_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1123228 SVN commit 1123232 by johnflux: Fix crash - we could call endMoveRows when we hadn't called beginMoveRows This was the result of many many bug reports. I only found the reason because of more strict assertions in Qt 4.7. Thank you Qt! BUG:227475 BUG:230488 M +35 -0 ProcessModel.cc M +3 -0 ProcessModel_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1123232 |