22 Oct
2006
22 Oct
'06
12:47
Marc Feeley wrote:
If the crash is in the Scheme code part of the runtime, something else you can do is add
#define ___DEBUG_HOST_CHANGES
That was way useful. I'm having some problems though. The system seems to be very tied to having a file system; fopen error codes of 88 are giving it fits. In trying to dig through things, I'm finding that I get a crash somewhere after it tosses an error from (I hope I type this in right as I can't cut and paste): *** ERROR IN ##main -- (path-expand "~") *** Entering _io (subprocedure 445) *** Entering ##os-device-force-output (subprocedure 705) *** Entering _io (subprocedure 329) *** Entering And then it crashes. -a