help-bison
[Top][All Lists]
Advanced

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

Re: Porting bison to z/OS (ASCII based)


From: Akim Demaille
Subject: Re: Porting bison to z/OS (ASCII based)
Date: Mon, 5 Sep 2022 07:03:53 +0200

Hi Mike,

> Le 27 mai 2022 à 06:43, Mike Fulton <fultonm@ca.ibm.com> a écrit :
> 
> Hi,
> 
> I am starting to port bison to z/OS and am curious about the best way to go 
> about debugging. When I go to run ‘bison’ on the sample rpcalc program, e.g.
> 
> Echo “4 9 +” | make run
> 
> it is getting killed due to stack overflow when running bison. I imagine this 
> is either because of some recursion in bison or a bug in our alloca() on 
> z/OS, although it’s a bug so who knows 😊

Given that you are launching "make", it is unclear to me what program is 
looping.  Is it bison, is it rpcalc?

Cheers.


reply via email to

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