[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MIT-Scheme-devel] interpreted runtime broken
From: |
Taylor R Campbell |
Subject: |
[MIT-Scheme-devel] interpreted runtime broken |
Date: |
Wed, 29 May 2013 04:09:58 +0000 |
User-agent: |
IMAIL/1.21; Edwin/3.116; MIT-Scheme/9.1.1 |
Interpreted runtimes seem to be broken. Any idea what's wrong? It's
not obvious to me why this is happening, so I'm trying a bisection to
find out what's wrong, although I'm seeing various other failure modes
in other commits too, like `bad fasl data' for lib/runtime.com. (I'm
guessing that might have to do with the scode changes.)
$ mkdir ../runtime.com
$ mv *.com ../runtime.com/.
$ ../microcode/scheme --library ../lib --fasl make.bin
MIT/GNU Scheme running under NetBSD
Type `^C' (control-C) followed by `H' to obtain information about interrupts.
Error code 0x1 (unbound-variable).
Expression was: [VARIABLE (user-initial-environment) 0x7f7fee4479f0]
Environment was: #F
Return code: combination-save-value
Microcode Error: No error handlers.
Error code 0x1 (unbound-variable).
**** Stack Trace ****
{0x7f7fee3fff88}
Return code: [RETURN_CODE eval-error]
Expression: [VARIABLE (user-initial-environment) 0x7f7fee4479f0]
{0x7f7fee3fff98} ...: #F
{0x7f7fee3fffa0}
Return code: [RETURN_CODE combination-save-value]
Expression: [COMBINATION (3 args) 0x7f7fee447708] (package/add-child! ...)
{0x7f7fee3fffb0} ...: #F
{0x7f7fee3fffb8} ...: [manifest-nm-vector 0x3] (skipping)
{0x7f7fee3fffd8}
Return code: [RETURN_CODE sequence-continue]
Expression: [sequence 0x7f7fee447578]
{0x7f7fee3fffe8} ...: #F
{0x7f7fee3ffff0}
Return code: [RETURN_CODE non-existent-continuation]
Expression: #F
No error handler.
- [MIT-Scheme-devel] interpreted runtime broken,
Taylor R Campbell <=