Hey.
Habe mal eine Frage.
Ich habe das Crashdetect-Plugin eingebunden um zu sehen warum mein Server sofort nach dem Start crasht.
Leider weis ich aber nicht was diese Meldung bedeuten soll.
Verwendet wird das MySQL Plugin R6 von GStylezz
Hier mal die Fehlermeldung:
Code
[09:42:00] [debug] Server crashed while executing reallife.amx
[09:42:00] [debug] AMX backtrace:
[09:42:00] [debug] #0 native mysql_fetch_field_row () [f6cc17a0] from mysql.so
[09:42:00] [debug] #1 0007dc78 in public ExtrasLaden () from reallife.amx
[09:42:00] [debug] System backtrace:
[09:42:00] [debug] #0 f74e4ecb in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[09:42:00] [debug] #1 f74dcc69 in _ZN11CrashDetect20PrintSystemBacktraceEPv () from plugins/crashdetect.so
[09:42:00] [debug] #2 f74dec99 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[09:42:00] [debug] #3 f74e49d8 in ?? () from plugins/crashdetect.so
[09:42:00] [debug] #4 f779e410 in ?? ()
[09:42:00] [debug] #5 f7566e30 in ?? () from /lib32/libc.so.6
[09:42:00] [debug] #6 f77158f0 in _ZNKSs7compareEPKc () from /usr/lib32/libstdc++.so.6
[09:42:00] [debug] #7 f6cbc973 in _ZN13CMySQLHandler10FetchFieldESs () from plugins/mysql.so
[09:42:00] [debug] #8 f6cc1820 in _ZN7Natives23n_mysql_fetch_field_rowEP6tagAMXPi () from plugins/mysql.so
[09:42:00] [debug] #9 08093c94 in ?? () from ./samp03svr
[09:42:00] [debug] #10 f74def37 in _ZN11CrashDetect13DoAmxCallbackEiPiS0_ () from plugins/crashdetect.so
[09:42:00] [debug] #11 f74e1268 in ?? () from plugins/crashdetect.so
[09:42:00] [debug] #12 f74e72c2 in amx_Exec () from plugins/crashdetect.so
[09:42:00] [debug] #13 f74dee1e in _ZN11CrashDetect9DoAmxExecEPii () from plugins/crashdetect.so
[09:42:00] [debug] #14 f74e12de in ?? () from plugins/crashdetect.so
[09:42:00] [debug] #15 080dc025 in ?? () from ./samp03svr
[09:42:00] [debug] #16 080b5c7b in ?? () from ./samp03svr
[09:42:00] [debug] #17 080b1453 in ?? () from ./samp03svr
[09:42:00] [debug] #18 f7509ca6 in __libc_start_main () from /lib32/libc.so.6
[09:42:00] [debug] #19 0804b521 in ?? () from ./samp03svr
Alles anzeigen
Auf dem Server läuft Debian 6 64BIT
Ich hoffe Ihr könnt mir helfen.