View Issue Details

IDProjectCategoryView StatusLast Update
0000358DarkRadiantGeneralpublic11.04.2008 21:09
Reporterangua Assigned Togreebo  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.9.3 
Fixed in Version0.9.3 
Summary0000358: crash on shutdown
DescriptionWhen closing DR, I get the "encountered a problem..." window, even if I do nothing but open and close it.
TagsNo tags attached.

Activities

orbweaver

orbweaver

05.10.2007 13:54

developer   ~0000751

I get this too on Windows (not on Linux).
greebo

greebo

06.10.2007 07:35

administrator   ~0000753

I tried to inspect this: It happens after the main() routine has ended, so I went through nearly all destructors in the codebase, but I couldn't locate the crash. One thing I know is that the ~EventManager destructor is not executed before the crash, so it must happen somewhere between the main() end and the destruction of the EventManager instance.
greebo

greebo

08.10.2007 21:34

administrator   ~0000754

Resolved (finally). The Overlay dialog and the GroupDialog were causing problems after the main() routine has ended and the static instances were destroyed. This is handled in a more controlled fashion now.

Issue History

Date Modified Username Field Change
03.10.2007 16:20 angua New Issue
05.10.2007 13:54 orbweaver Note Added: 0000751
05.10.2007 13:54 orbweaver Status new => confirmed
06.10.2007 07:35 greebo Note Added: 0000753
08.10.2007 08:31 greebo Status confirmed => assigned
08.10.2007 08:31 greebo Assigned To => greebo
08.10.2007 21:34 greebo Status assigned => resolved
08.10.2007 21:34 greebo Fixed in Version => latest SVN
08.10.2007 21:34 greebo Resolution open => fixed
08.10.2007 21:34 greebo Note Added: 0000754
11.04.2008 21:09 greebo Status resolved => closed