Evandro Tadeu S Vargas wrote:
>
> Hi,
>
> I'm testing lcrash in Linux/390 (Suse 2.2.16) for processing dump.
> After compiler the lkcdutils,
> i created an dump (using Linux/390 standalone dump) and lcrash show
> following msg:
>
> input buffer overflow, can't enlarge buffer because scanner
> uses REJECT
>
> Could you explain this message and possible solution ?
>
> TIA.
> Evandro Vargas
I'm not precisely sure as of yet, but it looks like this is generated
by flex (out of libsial), not anything 'lcrash' is doing. The problem
is that YY_USES_REJECT is being defined (no REJECTs in the flex code),
so you can try to build lex.sial.c and lex.sialpp.c with -UYY_USES_REJECT
and see what results that gives you.
Just out of curiosity, how are you generating the message? When you
first try to start 'lcrash'? And if so, what does your command line
look like?
Thanks ...
--Matt
P.S. I don't have an S/390, so I can't test this. Michael?
|