Question

I'm using Gforth 0.7.0 on Linux. Every time I try to run gforthmi, no matter what parameters I use, it chokes on segmentation fault like below:

[bahman@bleda ussa]$ gforthmi ussa.fi -m 4M ussa.fs
redefined block-offset  

Segmentation fault.
redefined block-offset  

Segmentation fault.
redefined th  
*OS command line*:-1: No such file or directory
comp-image >>>./temp-image.fi1<<< ./temp-image.fi2 ussa.fi bye
Backtrace:
$7FE2020FE850 throw 
$7FE202134408 slurp-file 
chmod: cannot access `ussa.fi': No such file or directory
rm: cannot remove `./temp-image.fi1': No such file or directory
rm: cannot remove `./temp-image.fi2': No such file or directory

I tried it on both a 32bit and a 64bit machine and the results were exactly the same.

What am I missing/doing wrong? I'd appreciate any help/idea. TIA,

--
Bahman

Was it helpful?

Solution

The problem was my own silly mistake. I was 2DUPing on an empty stack.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top