Bug #18590 2012-04-24 12:13

frithjofh

crash on closing wxSmith editor

Crash of c::b happening after closing an open wxSmithEditor and the automatic switch to another open editor (supposedly of the type scbeditor).

The crash does not occur always but randomly. In my test runs in debug mode the crash happened always after about 15 times opening the wxSmithEditor and, when it has loaded, closing it. In normal use it just happens seemingly randomly when closing a wxSmithEditor in which I was working independent of the time it has been open.

The debugger always gives out a SIGSEV on file main.cpp , function OnEditMenuUpdateUI() , line 3937 :

canCut = !eb->IsReadOnly() && hasSel;

From there I could not track it further, I suspect the pointer eb being invalid or NULL at the time.

After continuing in the debugger a second SIGSEV is raised on file app.cpp , line 807 :

report.AddAll();

build svn7939 on SuSE 12.1 x86_64

Category
Application::Crash
Group
Platform:Linux
Status
Open
Close date
 
Assigned to