L 04/05/2011 - 17

7:19: [AMXX] Run time error 3: stack error
The line number varies, but it's often in the colorchat.inc, when declaring the new 256 cell message string. Other times, it's on a line calling a function that only returns a number (dynamic native). This plugin does have several massive arrays in it, which I would prefer to keep
I'm just wondering whether a Stack Error automatically means a server crash? People have been telling me the server running this plugin is crashing quite often.
Also, is
#pragma dynamic 8112 the correct way to increase stack size to avoid this error?
Thanks.