gforth
[Top][All Lists]
Advanced

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

[gforth] `cold` fails in Gforth 0.7.9?


From: Marcos Cruz
Subject: [gforth] `cold` fails in Gforth 0.7.9?
Date: Thu, 31 Aug 2017 13:21:28 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

It seems there's something wrong with `cold` in Gforth 0.7.9.

In 0.7.9_20170705, `cold` returned to the OS.  Now I'm using
0.7.9_20170725, and `cold` throws an error:

....
*the terminal*:7: error: Dictionary overflow
cold
Backtrace:
                                         0 $766A4714 throw
                                         1 $766A4798 allot
                                         2 $766D4588 ,
                                         3 $766D4624 lha,
                                         4 $766D56D4 clear-libs
                                         5 $766D5B68 init-libcc
                                         6 $766D6080
....

The end of `cold` in Gforth 0.7.3 was:

----
  bootmessage
  quit ;
----

But in 0.7.9 it's:

----
  -56 (bye) ; \ indicate QUIT
----

I've just updated the repository and compiled, just in case, but nothing
changed.  I run Gforth on Raspbian.  Could someone confirm this problem
happens also on other platforms?

-- 
Marcos Cruz
http://programandala.net



reply via email to

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