mhulden / foma

Automatically exported from code.google.com/p/foma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

foma segfaults on lexc entries with a regular expression

GoogleCodeExporter opened this issue · comments

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:

Should be fixed in SVN now.

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

@mhulden I believe it's okay to close this issue since it is not reproducible as it has been already fixed.