bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Segmentation fault


From: Arne 'Timwi' Heizmann
Subject: Re: Segmentation fault
Date: Mon, 30 Aug 2004 00:38:19 +0100
User-agent: Mozilla Thunderbird 0.7.2 (Windows/20040707)


This list needs a Reply-To header! :-p I sent this e-mail straight after I sent the first one, without realising I only sent it to myself!

Arne 'Timwi' Heizmann wrote:

in my attempts to write a parser using Bison, I have encountered a situation where Bison returns a segmentation fault.

I forgot to mention:
> bison -V
bison (GNU Bison) 1.875

Also, allow me to present a minimal test case which produces the
segmentation fault:

%token X
%start startsymbol
%%
startsymbol       : /* empty */
unusednonterminal : X
%%

Greetings,
Timwi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]