Memory allocation error
System dynamics program with additional features for economics
Brought to you by:
hpcoder,
profstevekeen
Diff:
I was going to say: yet another reproducible crash. But then it
crashed while running your sample - mind you, quite a bit beyond where
you had it. But its the first time it has crashed for me.
It offered to run Visual Studio debugger, but unfortunately, there
doesn't appear to be any debug symbols available to indicate why...
Memory usage when it crashed was about 30MB, not particularly severe
though... I did have Edge and MSOffice running in the background - see
previous theories.
Hopefully this become repeatable...
--
Dr Russell Standish Phone 0425 253119 (mobile)
Principal, High Performance Coders
Visiting Senior Research Fellow hpcoder@hpcoders.com.au
Economics, Kingston University http://www.hpcoders.com.au
MKY file
I think may have managed to finally nail this and hopefully all the other mysterious crash bugs. It turned out that when running the simulation, enableEventProcessing was being called. As discussed on another issue, background event processing is a feature we need to disable, as the Win32 surface calling gets really snarled up if reentered. It didn't accur to me you were running the simulation whilst interacting wityh the model :(.
I'll mark these resolved now, and let you guys put the next beta through its paces.