View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000358 | DarkRadiant | General | public | 03.10.2007 16:20 | 11.04.2008 21:09 |
| Reporter | angua | Assigned To | greebo | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.9.3 | ||||
| Fixed in Version | 0.9.3 | ||||
| Summary | 0000358: crash on shutdown | ||||
| Description | When closing DR, I get the "encountered a problem..." window, even if I do nothing but open and close it. | ||||
| Tags | No tags attached. | ||||
| I get this too on Windows (not on Linux). | |
| 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. | |
| 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. | |
| 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 |