User:Doomguy0505
From ZDoom Wiki
Info
Linux Binaries
ZDoom SVN and official binaries for Ubuntu are available at http://hosted.filefront.com/Doomguy0505/1952480
How to give ZDoom a very fatal error in ACS
Any use of strlen that is too big can cause zdoom to give the very fatal error.
script 1 ENTER
{
strlen(100); // This crashes zdoom, assuming they have less than 101 strings
}

