(no subject)

2007-01-30 Thread Kamel SEGHAIER
Hi Hans , I have a segmentation fault in .lex on linux 64 bits in the same line of my file_lex.c in this line : yy_hold_char = *++yy_c_buf_p I have no more indication for the debuger. When I turn on linux32 I have no segmentation .. I'm using flex 2.1 Is this a Flex bug Best regards

Re:

2007-01-30 Thread Hans Aberg
If you do not get any help from the Help-Bison list, send it to Flex Help List-Archive: Though it is not so active lately. Hans Aberg On 30 Jan 2007, at 16:32, Kamel SEGHAIER wrote: Hi Hans , I have a segmentation fault in .lex on lin