======================================SETUP git clone https://github.com/KenDickey/Crosstalk.git cd Crosstalk mkdir /larceny-nightly-bin-native-ia32-linux86/lib/R6RS/kend cp *.sls !$ /larceny-nightly-bin-native-ia32-linux86/larceny -r7rs ======================================ACTION TRACE kend@uptime:~/Crosstalk> ../Downloads/larceny-nightly-bin-native-ia32-linux86/larceny -r7rs Larceny v0.99 "Goldie" (May 25 2016 01:16:34, precise:Linux:unified) larceny.heap, built on Wed May 25 01:17:00 EDT 2016 > (import (scheme load)) > (load "sis.scm") > (load-source-bootstrap) > (load "sis-tests.scm") > (run-source-tests) ===> Starting Tests for: st-conditions ===> Completed Tests for: st-conditions ===> Starting Tests for: st-date-time ===> Completed Tests for: st-date-time ===> Starting Tests for: st-parse ===> Completed Tests for: st-parse ===> Starting Tests for: st-number ===> Completed Tests for: st-number ===> Starting Tests for: st-boolean ===> Completed Tests for: st-boolean ===> Starting Tests for: st-set ===> Completed Tests for: st-set ===> Starting Tests for: st-xlate ===> Completed Tests for: st-xlate ===> Starting Tests for: st-array ===> Completed Tests for: st-array ===> Starting Tests for: st-object ===> Completed Tests for: st-object ===> Starting Tests for: st-error-obj ===> Completed Tests for: st-error-obj ===> Starting Tests for: st-symbol ===> Completed Tests for: st-symbol ===> Starting Tests for: st-list ===> Completed Tests for: st-list ===> Starting Tests for: st-dictionary ===> Completed Tests for: st-dictionary ===> Starting Tests for: st-string ===> Completed Tests for: st-string ===> Starting Tests for: st-stream ===> Completed Tests for: st-stream ===> Starting Tests for: st-tokenizer ===> Completed Tests for: st-tokenizer ===> Starting Tests for: st-character ===> Completed Tests for: st-character ===> Starting Tests for: st-core-classes ===> Completed Tests for: st-core-classes ===> Starting Tests for: st-blockClosure ===> Completed Tests for: st-blockClosure ===> Starting Tests for: st-kernel Error: unhandled condition: Compound condition has these components: # # message : "?: undefined global variable: make-error-string-predicate \n" Entering debugger; type "?" for help. debug> b => compiled procedure debug/enter-debugger compiled procedure #f compiled procedure call-with-values compiled procedure call-with-values system continuation compiled procedure #f (/home/kend/Crosstalk/st-kernel-tests.scm : 90 : 1) compiled procedure run-test (/home/kend/Downloads/larceny-0.99-bin-native-ia32-linux86/lib/R6RS/kend/simple-regression-testing.sls : 30 : 1) compiled procedure for-each compiled procedure test-suite-run-tests (/home/kend/Downloads/larceny-0.99-bin-native-ia32-linux86/lib/R6RS/kend/simple-regression-testing.sls : 30 : 1) compiled procedure #f (/home/kend/Downloads/larceny-0.99-bin-native-ia32-linux86/lib/R6RS/kend/simple-regression-testing.sls : 30 : 1) compiled procedure run-all-tests (/home/kend/Downloads/larceny-0.99-bin-native-ia32-linux86/lib/R6RS/kend/simple-regression-testing.sls : 30 : 1) compiled procedure call-with-values compiled procedure call-with-values compiled procedure call-with-values compiled procedure call-with-values compiled procedure call-with-values compiled procedure call-with-values compiled procedure call-with-values compiled procedure call-with-values compiled procedure call-with-values compiled procedure call-with-values compiled procedure call-with-values compiled procedure call-with-values compiled procedure call-with-values compiled procedure repl compiled procedure r5rs-entry-point compiled procedure call-with-values compiled procedure #f compiled procedure interactive-entry-point system continuation debug> d compiled procedure #f debug> d compiled procedure call-with-values debug> x #0: # #1: 0 #2: # debug> d compiled procedure call-with-values debug> x #0: # #1: 0 #2: # debug> d system continuation debug> x #0: 0 #1: 0 #2: # #3: "Index out of range" #4: expect-some-kind-of-exception #5: # #6: () #7: (#) #8: () #9: # #10: (#\" #\\) #11: Foo #12: # #13: #f #14: 6 #15: 10 #16: 6 #17: # #18: ((# . #) (# . #) (# . #) (# . #) (# . #) (# . #) (# . #) (# . #) (# . #) #f) #19: () #20: 40 #21: (identifier . "e") #22: (period . ".") #23: (blockEnd . "]") #24: (whitespace . " ") #25: (binarySelector . "+") #26: (whitespace . " ") #27: (integer . "7") #28: (rightParen . ")") #29: (blockEnd . "]") #30: (period . ".") #31: 13 #32: 43 #33: () #34: (#!undefined . |\x1;make-error-string-predicate|) #35: #f debug> a kend@uptime:~/Crosstalk> uname -a Linux uptime 4.4.10-antix.1-amd64-smp #2 SMP PREEMPT Thu Feb 23 15:28:54 EET 2017 x86_64 GNU/Linux kend@uptime:~/Crosstalk> =================================================== ALSO FAILS IN RELEASE (x86) Larceny v0.99 "Goldie" (May 25 2016 01:16:34, precise:Linux:unified) larceny.heap, built on Wed May 25 01:17:00 EDT 2016 PASSES on the ARM RELEASE v0.99 (May 25 2016 13:51:21, precise:Linux;split) larceny.heap built on Wed May 25 13:57:00 UTC 2016 ===================================================