Bug 380698 - FIXED IN SVN, CRASH: crashes or hangs when editing table
Summary: FIXED IN SVN, CRASH: crashes or hangs when editing table
Status: RESOLVED FIXED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-08 17:53 UTC by RKWard Team
Modified: 2009-05-11 13:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RKWard Team 2008-05-08 17:53:48 UTC
-- Originally posted by (AT sourceforge.net): kmelo --

-- This ticket was imported from http://sourceforge.net/p/rkward/bugs/27 on 2017-05-30 15:26:40 +0100 --
Hi,

I have encountered a quite severe problem with rkward on my openSuSE 10.3 \(64bit\). The problem occured the first time after having updated R to 2.7 and rkward to 0.4.9a. I use KDE 3.5.9 "release 60.2". All packages are downloaded from SuSE repos.

How to reproduce:
1\) Open rkward with an empty table
2\) Change the type of one variable to "string"
3\) Enter, say, 4-6 cases by filling in varibles in rows
4\) Select one row in the middle and insert a new empty row below the selected row
5\) Enter a value in the string variable in the new row and press enter.
At this point rkward either crashes or freezes. I have been able to catch the following error message from the console window:
\--- cut here ---
output without receiver'
\*\*\* caught segfault \*\*\*
address \(nil\), cause 'unknown'

Possible actions:
1: abort \(with core dump, if enabled\)
2: normal R exit
3: exit R without saving workspace
4: exit R saving workspace
\--- cut here ---

I have encountered this problem ONLY with data frames having one or more string variables. I have NOT been able to reproduce this with data frames having non-string variables only.

Kind regards,
Kimmo
Comment 1 Thomas Friedrichsmeier 2008-05-09 11:34:59 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.
Comment 2 Thomas Friedrichsmeier 2009-03-31 18:57:01 UTC
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.
Comment 3 Thomas Friedrichsmeier 2009-03-31 18:57:11 UTC
- **summary**: rkward crashes or hangs when editing table --> FIXED IN SVN, CRASH: crashes or hangs when editing table
- **status**: open --> open-fixed
Comment 4 Thomas Friedrichsmeier 2009-05-11 13:54:07 UTC
Fixed versions released as 0.5.0d \(KDE 4 branch\) and 0.4.9b \(KDE 3 branch\).

Thanks for reporting\!
Comment 5 Thomas Friedrichsmeier 2009-05-11 13:54:07 UTC
- **assigned_to**: nobody --> tfry
- **status**: open-fixed --> closed-fixed