Q: GRAMophone II crashes during Chomsky generation!
A: Probably you've set too many iterations. Chomsky generation makes heavy use of recursion, so can happen a stack overflow. On GNU/Linux systems you can avoid this problem with bash built-in command ulimit -s to increase stack size.
