>>>>"AM" == Alexey Mahotkin
<squadette(a)gmail.com> writes:
AM> #2 0x081b36ae in mc_free
(ptr=0xb5b9a840) at mc-alloc.c:1632
AM> 1632 assert (PH_PLH (ph));
AM> (gdb) print *ph
AM> Cannot access memory at address 0x3cb5bacc
AM> (gdb) print ph
AM> $1 = (struct page_header *) 0x3cb5bacc
If the ptr_lookup_table is corrupted the allocator is no longer able
to map heap pointers to page headers. This problem will go away as
soon as we have fixed the memory corruption.
--
Marcus