SA-MP Forums Archive
Compiler 2^16 lines debuginfo limit - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Bug Reports (https://sampforum.blast.hk/forumdisplay.php?fid=20)
+--- Thread: Compiler 2^16 lines debuginfo limit (/showthread.php?tid=312005)



Compiler 2^16 lines debuginfo limit - Reboma - 19.01.2012

Hi

Please fix this in the compiler:
Quote:

The plugin can crash your server when it attempts to load debug info from a script that is more than 2^16 lines long (together with #include's). This is due to a compiler bug/limit.
Its not a big thing.

Thank you.


Re: Compiler 2^16 lines debuginfo limit - WackoX - 19.01.2012

How is this a compiler problem? your plugin is the problem, it doesn't support a gamemode with more then 65 536 lines total inclusive the includes.


Re: Compiler 2^16 lines debuginfo limit - Reboma - 19.01.2012

Quote:
Originally Posted by WackoX
Посмотреть сообщение
How is this a compiler problem? your plugin is the problem, it doesn't support a gamemode with more then 65 536 lines total inclusive the includes.
No, not plugin problem............ the compiler compile in 16bit mode....