tags 656539 + moreinfo
stop
Hello,
Thanks for your report and your interest in improving Debian.
The function in question is just this:
PCZone* PCZSceneNode::getHomeZone(void)
{
return mHomeZone;
}
This cannot crash by itself, the problem is that "Access not within
mapped region at address 0x218", which means that probably the region
holding the pointer is corrupted with the value 0x218. mHomeZone is
always initialised to 0 in the constructor.
Even if this is caused by OGRE (rather than other code using the
libraries), the actual problem is elsewhere. Please, try to spot the
reports from valgrind where it talks about memory being overwritten or
something like that. (Taking a look at
http://valgrind.org/docs/manual/mc-manual.html might be useful).
Also, a new upstream version 1.7.4 has been uploaded since this bug
was reported. Please try to confirm whether you can reproduce the bug
with the new version.
Regards.
PS: marking the bug as "moreinfo", please provide more info within a
few months, otherwise the bug will be closed (insufficient information
to track it down).
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]