Bug 380707 - Crash on close after editing data.frame
Summary: Crash on close after editing data.frame
Status: RESOLVED NOT A BUG
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: 2009-05-06 08:38 UTC by Thomas Friedrichsmeier
Modified: 2017-06-04 13:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Valgrind output when the crash is triggered (8.06 KB, text/plain)
2009-05-06 08:38 UTC, Thomas Friedrichsmeier
Details
Output at --debug-level 5; The last four trace lines are likely not related (secondary thread) (13.99 KB, text/plain)
2009-05-06 08:41 UTC, Thomas Friedrichsmeier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Friedrichsmeier 2009-05-06 08:38:54 UTC
-- This ticket was imported from http://sourceforge.net/p/rkward/bugs/45 on 2017-05-30 15:26:40 +0100 --
RKWard crashed on close under certain circumstances. Instructions to reproduce \(see this mail by manchito: https://sourceforge.net/mailarchive/forum.php?thread\_name=49FA1AD5.1010507%40gmail.com&forum\_name=rkward-devel\):

1\. Start with an empty worspace.
2\. Create a new empty dataset with default name.
3\. Try to edit the "Type" row of any variable \(double-click, then click 
again to diselect the text NOT THE CELL\).
4\. Hit the window "Close" button.
5\. Crash... \(at least for me\).

The crash seems to occur at the time when the RKEditorDataFramePart is being destroyed. I'm \*guessing\* at a double deletion problem with the part and the widget \(i.e. RKEditorDataFrame\) both trying to delete the other.

Comment 1 Thomas Friedrichsmeier 2009-05-06 08:38:54 UTC
Valgrind output when the crash is triggered
-- Created an attachment --
Comment 2 Thomas Friedrichsmeier 2009-05-06 08:41:53 UTC
Output at --debug-level 5; The last four trace lines are likely not related (secondary thread)
-- Created an attachment --
Comment 3 Thomas Friedrichsmeier 2017-06-04 13:33:01 UTC
Haven't seen this in a long time, and should it still be relevant, the attached debug information is almost certainly no longer useful due to a bunch of changes in between. Closing,