0

我在 Linux 上使用Gforth 0.7.0。每次我尝试运行gforthmi时,无论我使用什么参数,它都会因分段错误而窒息,如下所示:

[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

我在 32 位和 64 位机器上都试过了,结果完全一样。

我错过了什么/做错了什么?我将不胜感激任何帮助/想法。TIA,

——
巴曼

4

1 回答 1

1

问题是我自己的愚蠢错误。我2DUP在一个空堆栈上。

于 2011-11-07T00:13:13.913 回答