Summary: | FIXED IN SVN, CRASH: crashes or hangs when editing table | ||
---|---|---|---|
Product: | [Applications] rkward | Reporter: | RKWard Team <rkward-devel> |
Component: | general | Assignee: | RKWard Team <rkward-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
RKWard Team
2008-05-08 17:53:48 UTC
Logged In: YES user\_id=300591 Originator: NO Oops, indeed \(also in 0.5.0b\). Thanks for reporting. The issue is that we use a broken assumption about being able to just move a QString to a different location in memory. In the reported case, this leaves two QStrings which reference the same memory, so trouble is bound to arise. Not sure how to fix this, yet. Probably we'll need to use QVector<QString> instead of the current array \(which would also simplify some things, but still means a lot of changes in rkvariable.cpp\). This should be unrelated to R 2.7. Fixed in SVN \(both for the KDE 3 branch and the KDE 4 branch\). Keeping this report open until the fixes are released in both branches. - **summary**: rkward crashes or hangs when editing table --> FIXED IN SVN, CRASH: crashes or hangs when editing table - **status**: open --> open-fixed Fixed versions released as 0.5.0d \(KDE 4 branch\) and 0.4.9b \(KDE 3 branch\). Thanks for reporting\! - **assigned_to**: nobody --> tfry - **status**: open-fixed --> closed-fixed |