View Issue Details

IDProjectCategoryView StatusLast Update
0002040FSSCPFREDpublic2010-12-07 17:03
ReporterFUBAR-BDHR Assigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionfixed 
Product Version3.6.11 
Fixed in Version3.6.12 
Summary0002040: Recent build crash event/message editor
DescriptionPretty much just open the even editor add a couple of messages and hit ok. Instant abort/retry/ignore window.

Seems to originate from here: which is called from event_editor::OnOk()

#if _HAS_ITERATOR_DEBUGGING
           if (size() <= _Pos)
                {
                _DEBUG_ERROR("vector subscript out of range");
                _SCL_SECURE_OUT_OF_RANGE;
                }
Additional Information3.6.11 r5657. Worked yesterday with builds based off of 5643 or 44.
TagsNo tags attached.

Activities

Zacam

2009-11-15 04:11

administrator   ~0011284

I am not able to replicate by the same steps from IRC what was said to cause this issue, based on the Nightly 5654 build of INF-SSE2 which was the reported build for this issue.

That isn't to say that there is not still an issue, but without knowing the data that Diaspora is using that it may be having a problem with, it's near impossible for me to reproduce with Retail/MediaVPs.

portej05

2009-11-15 04:13

reporter   ~0011285

This was expected - it should be fixed in the latest nightlies.

portej05

2009-11-15 04:14

reporter   ~0011286

Actually, I only fixed up the engine component. I'll look into the FRED component later this weekend.

portej05

2009-11-15 04:15

reporter   ~0011287

People using memset and vm_malloc have forgotten that not all objects enjoy being initialised to random or 0 values! (particular STL containers)

portej05

2009-12-03 07:07

reporter   ~0011372

This is a known issue, and will hopefully be solved by a combination of new allocators and a code audit.

The_E

2010-12-07 17:03

administrator   ~0012508

Cannot reproduce in current builds. Assuming fixed.

Issue History

Date Modified Username Field Change
2009-11-15 01:09 FUBAR-BDHR New Issue
2009-11-15 03:59 Zacam Status new => assigned
2009-11-15 03:59 Zacam Assigned To => portej05
2009-11-15 04:11 Zacam Note Added: 0011284
2009-11-15 04:13 portej05 Note Added: 0011285
2009-11-15 04:14 portej05 Note Added: 0011286
2009-11-15 04:15 portej05 Note Added: 0011287
2009-11-15 04:15 portej05 Status assigned => acknowledged
2009-12-03 07:07 portej05 Note Added: 0011372
2009-12-03 07:07 portej05 Status acknowledged => confirmed
2010-03-03 11:21 karajorma Assigned To portej05 =>
2010-03-03 11:21 karajorma Status confirmed => new
2010-12-07 17:03 The_E Note Added: 0012508
2010-12-07 17:03 The_E Status new => closed
2010-12-07 17:03 The_E Resolution open => fixed
2010-12-07 17:03 The_E Fixed in Version => 3.6.12