- Heap missing last entry in committed range near bcceb20
- Internal error: pc 0x47 in read in psymtab, but not in symtab
- HEAP: Free Heap block bcce698 modified at bccef30 after it was freed
Looks like you have bad pointer/s, and/or you are reallocating stuff, that maybe some local pointers still try to call on a previous allocation...
You have to go through all your dynamic allocations, and make sure none are leaking, or being re allocated before the previous is delete and that you don't have any dangling pointers around etc...