=?ISO-8859-1?Q?Jorge_Acereda_Maci=E1?= wrote: > > Tried also with some " x allocate 2drop ", getting the same result.
Yes, that's a different problem, and I have not seen it before (at least IIRC). > If you can't reproduce it I will give it a try within a couple of days. I have no idea how to reproduce it. The owner of the Darwin system I am using will not upgrade it soon. > > ./gforth --die-on-signal -m 4M -p ".:~+:." -i kernl32b.fi -e 3 > exboot.fs -e 'fpath= .|~+|.' -e 's" mach16b.fs"' ./kernel/main.fs -e > "save-cross kernl16b.fi- /sw/bin/gforth-0.6.1 bye" > in file included from *the terminal*:0 > in file included from kernel/main.fs:44 > cross.fs:586: File I/O exception > > ^ > Backtrace: > $AE1B4 throw > $ADC54 perform > $AE098 refill Probably the error comes from the (READ-LINE) in REFILL (kernel/input.fs:130). If there is something like strace (system call trace) on Darwin, maybe you can see more with that. - anton --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
