View Issue Details

IDProjectCategoryView StatusLast Update
0002315DarkRadiantDesign/Codingpublic22.01.2011 18:57
Reportergreebo Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.3.2 
Target Version1.4.0Fixed in Version1.4.0 
Summary0002315: Crash in Octree: double insertion after undoing revert to worldspawn
DescriptionIn 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.
TagsNo tags attached.

Relationships

child of 0002284 closedgreebo Undoing revert to worldspawn causes brushes to grow brighter 

Activities

There are no notes attached to this issue.

Issue History

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