double free or corruption
#1

I'm on Debian 8 64bit and I'm getting following strange error when trying to start up the server.

Code:
*** Error in `./samp03svr': double free or corruption (!prev): 0x0cc58d70 ***
double free or corruption
Is it something to do with ram or? Any help would be appreciated.
Reply
#2

You probably have corrupt memory somewhere in your program, or free some memory pointer twice, just like the error says. Build a debug version (add the -g flag to gcc) and run that to get more debugging information in the backtrace.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)