Summary: | Incorrect use of "shared axis box" causes Kst to crash | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Ben Lewis <benlewis003> |
Component: | ui | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | syntheticpp |
Priority: | NOR | ||
Version: | 2.0.4 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Microsoft Windows | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Backtrace qith Qt 4.7.4 |
Description
Ben Lewis
2012-05-08 10:32:08 UTC
Kst runs into a endless loop within Qt, see back trace. Created attachment 70964 [details]
Backtrace qith Qt 4.7.4
Same with 2.0.5-rc4 on Windows. A single click into the already shared plots is enough to make Kst hang and eating one cpu core. SVN commit 1294981 by netterfield: -Don't crash when including a shared axis box in a shared axis box. -Abort the command when including a sharedd axis box in a shared axis box. M +1 -1 datasources/ascii/asciisource.cpp M +5 -4 libkstapp/sharedaxisboxitem.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1294981 |