tmw error on glibc!

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
flipe
Peon
Peon
Posts: 32
Joined: 18 Oct 2005, 05:16

tmw error on glibc!

Post by flipe »

I compile tmw 0.0.18 in a debian box, when I try start tmw, I get this error!

tmw
*** glibc detected *** free(): invalid pointer: 0x08144170 ***
Abortado

I make a backtrace and return this....
gdb tmw
GNU gdb 6.1-debian
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run
Starting program: /usr/bin/tmw
[Thread debugging using libthread_db enabled]
[New Thread 1092052352 (LWP 10295)]
The Mana World v0.0.18
[New Thread 1104599984 (LWP 10298)]
*** glibc detected *** free(): invalid pointer: 0x08141170 ***

Program received signal SIGABRT, Aborted.
[Switching to Thread 1092052352 (LWP 10295)]
0x407797a7 in raise () from /lib/tls/libc.so.6
(gdb) bt
#0 0x407797a7 in raise () from /lib/tls/libc.so.6
#1 0x4077b04b in abort () from /lib/tls/libc.so.6
#2 0x407b0015 in __fsetlocking () from /lib/tls/libc.so.6
#3 0x407b6667 in malloc_usable_size () from /lib/tls/libc.so.6
#4 0x407b6b02 in free () from /lib/tls/libc.so.6
#5 0x406fb7c1 in operator delete () from /usr/lib/libstdc++.so.6
#6 0x40619442 in Graphics (this=0x80f77b0) at stl_deque.h:256
#7 0x4027e43e in SDLGraphics (this=0x80f77b0) at sdlgraphics.cpp:74
#8 0x080b73c0 in Graphics (this=0x80f77b0) at graphics.cpp:35
#9 0x080bc1e0 in OpenGLGraphics (this=0x80f77b0) at openglgraphics.cpp:44
#10 0x080b8ba0 in init_engine () at main.cpp:244
#11 0x080b94b2 in main (argc=1, argv=0xbffff7f4) at main.cpp:394
(gdb)
but, I come back to version 0.0.17, and the same error occour now with 0.0.17!

what I can do?

thanks!
Post Reply