How can I fix Segmentation Faults in sdf2table?
Sometimes, with large grammars,
Asked by Vlad Vergu on 1 April 2013 at 17:17sdf2table
dies with segmentation faults, especially in Mac OS X. How can i work around this issue?
1 Answer
As the size of the grammar in SDF increases,
Answered by Vlad Vergu on 1 April 2013 at 17:18sdf2table
requires higher stack sizes. The default in Mac OS X is quite low. You should increase it by issuingulimit -s 64000
from terminal.