Zeex / samp-plugin-crashdetect

Crash/error reporting plugin for SA-MP server
http://forum.sa-mp.com/showthread.php?t=262796
BSD 2-Clause "Simplified" License
116 stars 23 forks source link

não estou conseguindo fazer o meu servidor funcionar !! fica aparecendo esse erro #102

Closed glsouza closed 2 years ago

glsouza commented 2 years ago

Native backtrace: [21:52:20] [debug] #0 f79d7f7f in _Z13GetStackTraceRSt6vectorI10StackFrameSaIS0_EEPv () in plugins/crashdetect.so [21:52:20] [debug] #1 f79d081d in _ZN11CrashDetect20PrintNativeBacktraceERSoRKN2os7ContextE () in plugins/crashdetect.so [21:52:20] [debug] #2 f79d0e48 in _ZN11CrashDetect20PrintNativeBacktraceERKN2os7ContextE () in plugins/crashdetect.so [21:52:20] [debug] #3 f79d25dc in _ZN11CrashDetect7OnCrashERKN2os7ContextE () in plugins/crashdetect.so [21:52:20] [debug] #4 f79d779f in ?? () in plugins/crashdetect.so [21:52:20] [debug] #5 f7f81b80 in __kernel_rt_sigreturn () in linux-gate.so.1 [21:52:20] [debug] #6 f7b2f947 in fclose () in /lib/i386-linux-gnu/libc.so.6 [21:52:20] [debug] #7 0809bd64 in ?? () in samp03svr [21:52:20] [debug] #8 080950e4 in ?? () in samp03svr [21:52:20] [debug] #9 f79d046f in ZN11CrashDetect15ProcessCallbackEiPiS0 () in plugins/crashdetect.so [21:52:20] [debug] #10 f79d5feb in ?? () in plugins/crashdetect.so

Zeex commented 2 years ago

You are most likely trying to close a file that was not opened (file handle is 0), as the fclose call suggests.

Try enabling debug information via compiler options - https://github.com/Zeex/samp-plugin-crashdetect/wiki/Compiling-scripts-with-debug-info - it will help you see the file name and other info.