From: mpatrol@yahoogroups.com [mailto:mpatrol@yahoogroups.com] On Behalf Of tcmichals
Sent: 04 February 2009 20:39
To: mpatrol@yahoogroups.com
Subject: [mpatrol] tracing ILLMEM in Boost C++
I'm trying to figure out what is going on with this trace using the
latest mpatrol... 1.5.1
ERROR: [ILLMEM]: illegal memory access at address 0xB4C9B4C4
0xB4C9B4C4 not in heap
call stack
0xB7C861CE __mp_getalloc+
0xB7C887E2 __mp_getmemory+
0xB7C9A5F5 __mp_alloc+421
0xB7C9CACD malloc+93
0xB7E5265C _ZN5boost6detail25g
here is the code, it is only trying to allocate 4 bytes...
boost::uintmax_
{
BOOST_VERIFY(
void* data=pthread_
if(!data)
{
data=malloc(
BOOST_VERIFY(
*static_cast<
}
return *static_cast<
}