jimregan / foma

Automatically exported from code.google.com/p/foma
0 stars 0 forks source link

foma segfaults on lexc entries with a regular expression #62

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Foma fails with a segmentation fault if the lexc entry contains a
regular expression. Here is a minimal example (also attached as
test.lexc for convenience):

LEXICON Root
< dog >   # ;

running 'foma -e "read lexc test.lexc"' results in a segmentation
fault with foma 0.9.18alpha, (fresh from SVN as of 2015-05-15).
Version 0.9.17 works fine.

I do not think it makes a difference, but foma is built/run on Debian
with gcc 4.9.2.

Original issue reported on code.google.com by Cag...@gmail.com on 15 May 2015 at 9:21

Attachments:

GoogleCodeExporter commented 8 years ago
Should be fixed in SVN now.

Original comment by mans.hul...@gmail.com on 17 May 2015 at 7:28