hackt icon indicating copy to clipboard operation
hackt copied to clipboard

__instref_lex hangs, using flex 2.5.35, built with clang on darwin11

Open fangism opened this issue 12 years ago • 1 comments

Oddly, calling the generated lexer function causes program to hang. Built with flex 2.5.35 on x86_64-darwin11-clang-3.1. Example test, any hacprsim test, hangs on startup when parsing global "!GND".

Workaround: use (externally installed) flex 2.5.4a, e.g. from fink.

I thought I'd validated newer flex's before...

fangism avatar Oct 11 '12 21:10 fangism

Also reproducible on x86_64-linux (ubuntu), flex-2.5.35, built with gcc-4.6.3. :(

fangism avatar Dec 03 '12 22:12 fangism