SA-MP Forums Archive
Debug AMX Backtrace error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Debug AMX Backtrace error (/showthread.php?tid=549399)



Debug AMX Backtrace error - iConvict - 06.12.2014

This never happened before, and I was wondering how I can fix it.

Quote:

[17:35:08] [debug] AMX backtrace:
[17:35:08] [debug] #0 00000008 in public CheckStatus () from grp.amx
[17:35:09] [debug] Run time error 8: "Heap underflow"
[17:35:09] [debug] Heap pointer (HEA) is 0x1C9948, heap bottom (HLW) is 0x65A0450
[17:35:09] [debug] AMX backtrace:
[17:35:09] [debug] #0 00000008 in public PauseCheck () from grp.amx
[17:35:09] [debug] Run time error 8: "Heap underflow"
[17:35:09] [debug] Heap pointer (HEA) is 0x1C9948, heap bottom (HLW) is 0x65A0450
[17:35:09] [debug] AMX backtrace:
[17:35:09] [debug] #0 00000008 in public CheckStatus () from grp.amx
[17:35:10] [debug] Run time error 8: "Heap underflow"
[17:35:10] [debug] Heap pointer (HEA) is 0x1C9948, heap bottom (HLW) is 0x65A0450
[17:35:10] [debug] AMX backtrace:
[17:35:10] [debug] #0 00000008 in public PauseCheck () from grp.amx
[17:35:10] [debug] Run time error 8: "Heap underflow"
[17:35:10] [debug] Heap pointer (HEA) is 0x1C9948, heap bottom (HLW) is 0x65A0450
[17:35:10] [debug] AMX backtrace:
[17:35:10] [debug] #0 00000008 in public CheckStatus () from GRP.amx
[17:35:11] [debug] Run time error 8: "Heap underflow"
[17:35:11] [debug] Heap pointer (HEA) is 0x1C9948, heap bottom (HLW) is 0x65A0450
[17:35:11] [debug] AMX backtrace:
[17:35:11] [debug] #0 00000008 in public PauseCheck () from
[17:35:11] [debug] Run time error 8: "Heap underflow"
[17:35:11] [debug] Heap pointer (HEA) is 0x1C9948, heap bottom (HLW) is 0x65A0450
[17:35:11] [debug] AMX backtrace:
[17:35:11] [debug] #0 00000008 in public CheckStatus () from
[17:35:12] [debug] Run time error 8: "Heap underflow"
[17:35:12] [debug] Heap pointer (HEA) is 0x1C9948, heap bottom (HLW) is 0x65A0450
[17:35:12] [debug] AMX backtrace:
[17:35:12] [debug] #0 00000008 in public PauseCheck () from
[17:35:12] [debug] Run time error 8: "Heap underflow"
[17:35:12] [debug] Heap pointer (HEA) is 0x1C9948, heap bottom (HLW) is 0x65A0450
[17:35:12] [debug] AMX backtrace:
[17:35:12] [debug] #0 00000008 in public CheckStatus () from
[17:35:13] [debug] Run time error 8: "Heap underflow"
[17:35:13] [debug] Heap pointer (HEA) is 0x1C9948, heap bottom (HLW) is 0x65A0450
[17:35:13] [debug] AMX backtrace:
[17:35:13] [debug] #0 00000008 in public PauseCheck () from




Re: Debug AMX Backtrace error - Mauzen - 06.12.2014

Heap underflows usually follow another crash that terminated the stack line. This messes up the order and PAWN eventually tries to pop stuff from the heap that doesnt exist anymore. Check the top of that crashlogs if theres a different error at the start.