View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002315 | DarkRadiant | Design/Coding | public | 19.07.2010 07:20 | 22.01.2011 18:57 |
| Reporter | greebo | Assigned To | greebo | ||
| Priority | normal | Severity | normal | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.3.2 | ||||
| Target Version | 1.4.0 | Fixed in Version | 1.4.0 | ||
| Summary | 0002315: Crash in Octree: double insertion after undoing revert to worldspawn | ||||
| Description | In debug builds an assertion fires: 1. Create a brush or patch. 2. Make the brush into func_static 3. Revert the brush to worldspawn 4. ctrl-Z to undo the revert to worldspawn, trying to change it back to func_static. The brush will be double-inserted into the Octree, as the rootnote already instantiates the func_static subgraph (including the child brush). The func_static also tries to instantiate its subgraph, which is duplicate work. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 19.07.2010 07:20 | greebo | New Issue | |
| 19.07.2010 07:20 | greebo | Status | new => assigned |
| 19.07.2010 07:20 | greebo | Assigned To | => greebo |
| 19.07.2010 07:20 | greebo | Relationship added | child of 0002284 |
| 19.07.2010 08:17 | greebo | Status | assigned => resolved |
| 19.07.2010 08:17 | greebo | Fixed in Version | => 1.4.0 |
| 19.07.2010 08:17 | greebo | Resolution | open => fixed |
| 19.07.2010 08:17 | greebo | Target Version | => 1.4.0 |
| 22.01.2011 18:57 | greebo | Status | resolved => closed |