Hello again :] Matthieu Fertré napisal:
thanks for your bug report.
I'll be happy to help You fix this bug in any way I can :]
Could you give us the version of the libc, libc++ and g++ ? What is your distribution ?
My distribution is HLFS (Hardened Linux From Scratch) - SVN20050412 - but upgraded a bit since then, so I use source compiled glibc 2.3.6 and gcc 3.4.5 (ssp) (I compiled wormux with -fno-stack-protector and -fno-pic to avoid some common stack errors here, but it doesn't seem to a make big difference at this point) the configure command: CFLAGS="-fno-stack-protector -fno-pic" CXXFLAGS="-fno-pic -fno-stack-protector" ./configure --enable-static --enable-dependency-tracking --enable-debug
Could you run in "gdb" the debug version ? and copy paste the result of the bt inline-gdb-command.
here's the full gdb output: [EMAIL PROTECTED]:~$gdb wormux GNU gdb 6.4 ... This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run Starting program: /usr/local/bin/wormux === Wormux version 0.7 ... !!! This program was compiled in DEBUG mode (development version) !!! [ Run game ] Program received signal SIGSEGV, Segmentation fault. 0xb7b93ca3 in ?? () (gdb) bt #0 0xb7b93ca3 in ?? () #1 0xbf9fd2d0 in ?? () #2 0xbf9fd328 in ?? () #3 0xbf9fd2e8 in ?? () #4 0xb7ba15f1 in ?? () #5 0xbf9fd3a0 in ?? () #6 0x8059a688 in ?? () #7 0xbf9fd2c0 in ?? () #8 0xb7ba15f1 in ?? () #9 0xbf9fd328 in ?? () #10 0xb7bd3d4c in ?? () #11 0xb7bc2208 in ?? () #12 0xbf9fd384 in ?? () #13 0x805ae101 in ?? () #14 0xbf9fd328 in ?? () #15 0xbf9fd2f0 in ?? () #16 0xb7ba16db in ?? () #17 0x00650b90 in ?? () #18 0x805ae17c in ?? () #19 0xbf9fd310 in ?? () #20 0x800ec9a8 in ?? () #21 0x00000000 in ?? () Hope this helps a bit. If you need any extra info, just say so. -- Best wishes Lukasz 'Szift' Hejnak _______________________________________________ Wormux-dev mailing list [email protected] https://mail.gna.org/listinfo/wormux-dev
