Hi, On Sat, Jun 11, 2011 at 02:36:41PM +0200, david Grochal wrote: > elipso:~/samp03# ./run.sh > elipso:~/samp03# > Started server on port: 2115, with maxplayers: 50 lanmode is OFF. > > *** glibc detected *** ./samp03svr: double free or corruption (fasttop): > 0xb6305 > d00 ***
This means your program 'samp03svr' is calling free() twice on the same pointer. You should look at the source of your application to find where it happens. -- Aurelien Jarno GPG: 1024D/F1BCDB73 [email protected] http://www.aurel32.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

