[CM] [FTH] Bus error with FTH --forth-repl...

vze26m98 vze26m98@optonline.net
Wed, 14 Mar 2007 21:49:50 -0400


Hi Mike-

Running FTH standalone on OS X, I'm getting a bus error when I type the
commandline "fth --forth-repl".

OS X Crashreporter says:

Exception:  EXC_BAD_ACCESS (0x0001)
Codes:      KERN_PROTECTION_FAILURE (0x0002) at 0x00000028

Thread 0 Crashed:
0   fth     0x00003184 main + 1316 (fth.c:176)
1   fth     0x000026ac _start + 760
2   fth     0x000023b0 start + 48

Line 176 of file fth.c is:

#define FTH_FICL_REPL_P()                 FTH_FICL_VAR()->true_repl_p

I'm wondering if all those fth_ficl vars need to be implicitly defined
as functions?

Best, Charles

<vze26m98@optonline.net>