Double Free Corruption ERROR when Ogre exits

OGREHEAD

03-07-2013 17:25:28

Is there a way to solve the error?

stickymango

03-07-2013 23:59:28

Is this not the same issue as found here: http://www.ogre3d.org/addonforums/viewtopic.php?f=19&t=29880 :?:

OGREHEAD

04-07-2013 11:37:37

I get the same error more or less as second post in this thread:
http://www.ogre3d.org/addonforums/viewtopic.php?f=19&t=14256&p=80313&hilit=corruption#p80313

Something like this:

double free or corruption (!prev): 0x00000000017da090 ***
======= Backtrace: =========
/lib/libc.so.6(+0x774b6)[0x7f8005e934b6]
/lib/libc.so.6(cfree+0x73)[0x7f8005e99c83]
/usr/lib/libstdc++.so.6(_ZNSsD1Ev+0x39)[0x7f80066d5049]
/lib/libc.so.6(__cxa_finalize+0xa0)[0x7f8005e558c0]
/usr/local/lib/libOgreOggSound.so(+0x3d5c6)[0x7f800697b5c6]


I have tried not loading the OgreOggSound plugin and then it disappears.

I have also tried to destroy sound before exit, but that still doesn't eliminate the error.