Posts: 320
Threads: 8
Joined: Feb 2013
Reputation:
0
20.01.2014, 08:18
(
Последний раз редактировалось xeeZ; 20.01.2014 в 09:58.
)
I can't seem to reproduce this on a clean Windows 7 install. Are you sure you're using the latest version of crashdetect? I fixed a similar bug in version 4.8.3, though the error text was a bit different.
Also please post the version of your system's DbgHelp.dll (right click -> Properties -> Details), it has to be somewhere in Windows\System32.
Posts: 320
Threads: 8
Joined: Feb 2013
Reputation:
0
It looks like it failed to push a string onto the heap (due to insufficient space), try increasing the heap size with #pragma dynamic.
Posts: 2,938
Threads: 162
Joined: May 2010
Quote:
Originally Posted by im
My server crashes and I get this:
Код:
[13:20:23] [debug] Server crashed due to an unknown error
[13:20:23] [debug] Native backtrace:
[13:20:23] [debug] #0 f672131b in _ZN10StackTraceC1EPv () from plugins/crashdetect.so
[13:20:23] [debug] #1 f671b7c2 in _ZN11CrashDetect20PrintNativeBacktraceERSoPv () from plugins/crashdetect.so
[13:20:23] [debug] #2 f671c3ac in _ZN11CrashDetect20PrintNativeBacktraceEPv () from plugins/crashdetect.so
[13:20:23] [debug] #3 f671c856 in _ZN11CrashDetect11OnExceptionEPv () from plugins/crashdetect.so
[13:20:23] [debug] #4 f6720f6c in ?? () from plugins/crashdetect.so
[13:20:23] [debug] #5 f7796410 in ?? ()
[13:20:23] [debug] #6 08095207 in ?? () from samp03svr
[13:20:23] [debug] #7 0809532a in ?? () from samp03svr
[13:20:23] [debug] #8 080dbec3 in ?? () from samp03svr
[13:20:23] [debug] #9 080b5c81 in ?? () from samp03svr
[13:20:23] [debug] #10 080b14d3 in ?? () from samp03svr
[13:20:23] [debug] #11 f74e2bd6 in __libc_start_main () from /lib32/libc.so.6
[13:20:23] [debug] #12 0804b521 in ?? () from samp03svr
The server is on linux. I compiled the gamemode with -d3.
plugins mysql_r34_static.so sscanf.so streamer_1000p.so whirlpool.so crashdetect.so mapandreas.so nativechecker.so
|
Quote:
Originally Posted by xeeZ
It looks like it failed to push a string onto the heap (due to insufficient space), try increasing the heap size with #pragma dynamic.
|
CrashDetect is crashing lately without even outputting anything, I reduced my dynamic size from 8096 to 6144... going to increase it to 16192 and see what happens
Posts: 166
Threads: 0
Joined: Feb 2013
Quote:
Originally Posted by GoldZoroGrab
Bro, please, so many people before you gave me this link, I hated it, I didn't understand anything man, please, can you give me the steps here and more Specific? Sorry!
|
Maybe you could say which step you didn't understand so that the original can be improved. That link seems to contain pretty clear step-by-step instructions to me!
Posts: 277
Threads: 40
Joined: Nov 2012
Reputation:
0
I must add the plugins and includes so it appears which line crashes?