gforth
[Top][All Lists]
Advanced

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

Re: Crash with local variables and EXIT


From: Anton Ertl
Subject: Re: Crash with local variables and EXIT
Date: Sun, 1 Aug 2021 19:10:54 +0200
User-agent: NeoMutt/20170113 (1.7.2)

On Sun, Aug 01, 2021 at 06:57:45PM +0200, Bernd Paysan wrote:
> Am Sonntag, 1. August 2021, 18:39:40 CEST schrieb Anton Ertl:
> > Looks like a bug in locals handling to me.  I'll look into it.
> 
> Doesn't need the ?EXIT
> 
> : test 1 { var } 2 { var } ; 
> 
> simple-see test 
> $7FB34AFF6FF8 lit
> $7FB34AFF7000 #1 
> $7FB34AFF7008 >l
> $7FB34AFF7010 lit
> $7FB34AFF7018 #2 
> $7FB34AFF7020 #16 
> $7FB34AFF7028 >l
> $7FB34AFF7030 lp+2
> $7FB34AFF7038 ;s ok
> 
> Crashes only in gforth-itc, though.

Or with --no-dynamic

> If you turn off WARNINGS, the problem 
> disappears, so it must be a warning problem.

Very strange.

- anton





reply via email to

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