`cold` fails in Gforth 0.7.9?

Marcos Cruz <[email protected]>
Newsgroups gmane.comp.lang.forth.gforth
Message-ID <20170831112128.GA2673@raspesis>
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.