[tlbuild] initial test builds for TL'15 (no commits)

Peter Breitenlohner peb at mppmu.mpg.de
Thu Mar 19 10:41:04 CET 2015


On Wed, 18 Mar 2015, Apostolos Syropoulos wrote:

> *** opl2ofm xyarabic xyarabic
> line 572 (lexing): COMMENT string longer than 10000 characters; truncating
> input buffer overflow, can't enlarge buffer because scanner uses REJECT

Hi Apostolos,

the first line "COMMENT string longer than..." is OK, but the scanner should
then ignore subsequent input characters.  It seems in your case the scanner
tries to enlarge the buffer but fails because the buffer is owned by someone
else.  Are you sure your pl-lexer.c has not been changed, e.g., regenerated
due to bad time stamps (it should be from 2014-03-28)?

Regards
Peter


More information about the tlbuild mailing list