-- 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.
Valgrind output when the crash is triggered -- Created an attachment --
Output at --debug-level 5; The last four trace lines are likely not related (secondary thread) -- Created an attachment --
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,