O
Olumide
Hello -
I'm currently debugging a method which among other things, adds items
to a list. However, every so often the list size gets set to zero
"midstream". I've taken care not to clear the list, and I've tested
for a bad alloc exception, but there is none. (I'd post the code, but
it would take a lot of space.)
Has anyone ever experienced this sort of error? Barring a problem with
VS .NET 2003 STL implementation, I'm starting to suspect stack
corruption.
Alternatively, I'd appreciate some guidance on how to watch the size
of the list and halt the debugger when it gets resized.
Thanks,
- Olumide
I'm currently debugging a method which among other things, adds items
to a list. However, every so often the list size gets set to zero
"midstream". I've taken care not to clear the list, and I've tested
for a bad alloc exception, but there is none. (I'd post the code, but
it would take a lot of space.)
Has anyone ever experienced this sort of error? Barring a problem with
VS .NET 2003 STL implementation, I'm starting to suspect stack
corruption.
Alternatively, I'd appreciate some guidance on how to watch the size
of the list and halt the debugger when it gets resized.
Thanks,
- Olumide