SA-MP Forums Archive
Heap underflow. MySQL R7 - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Heap underflow. MySQL R7 (/showthread.php?tid=508979)



Heap underflow. MySQL R7 - KesaSport - 24.04.2014

Hello, Im trying use MySQL R7 plugin and my log was flood this Eror:
pawn Код:
[23:26:20] [debug] AMX backtrace:
[23:26:20] [debug] #0 00000008 in public OnPlayerUpdate () from TGP.amx
[23:26:20] [debug] Run time error 8: "Heap underflow"
[23:26:20] [debug]  Heap pointer (HEA) is 0xB748A0DC, heap bottom (HLW) is 0x250F1C
When I using R5 plugin everything was be fine... Any ideas how fix this thing?


Re: Heap underflow. MySQL R7 - Vince - 24.04.2014

Doubt it's caused by the plugin, given the location where the error occured. Compile with debug flags.


Re: Heap underflow. MySQL R7 - therainycat - 24.04.2014

I had such errors before, when used an old version of MySQL plugin.
Updating plugin helped me (https://github.com/pBlueG/SA-MP-MySQL/releases)


Re: Heap underflow. MySQL R7 - Abagail - 24.04.2014

R7 is really out-dated... Why not just update to the latest update? There's been like 33 revisions since that version...


Re: Heap underflow. MySQL R7 - KesaSport - 25.04.2014

I update my plugin and everything fixed. Thx for help.