Skip to content

Instantly share code, notes, and snippets.

@jralls
Created July 22, 2018 23:54
Show Gist options
  • Save jralls/39105f5c258e3be89362d97d7c68feae to your computer and use it in GitHub Desktop.
Save jralls/39105f5c258e3be89362d97d7c68feae to your computer and use it in GitHub Desktop.
Backtrace from compiling and-let-star.scm
make[2]: Entering directory '/c/gcdev64/gnucash/maint/build/guile-git/module'
GUILE_AUTO_COMPILE=0 \
../meta/build-env \
guild compile --target="i686-w64-mingw32" -Wunbound-variable -Wmacro-use-before-definition -Warity-mismatch -Wformat \
-L "/c/gcdev64/gnucash/maint/src/guile/module" -L "/c/gcdev64/gnucash/maint/build/guile-git/module" \
-L "/c/gcdev64/gnucash/maint/src/guile/guile-readline" \
-o "ice-9/and-let-star.go" "/c/gcdev64/gnucash/maint/src/guile/module/ice-9/and-let-star.scm"
Backtrace:
In ice-9/boot-9.scm:
152:2 19 (with-fluid* _ _ _)
In system/base/target.scm:
57:6 18 (with-target _ _)
In system/base/compile.scm:
152:6 17 (compile-file _ #:output-file _ #:from _ #:to _ #:env _ ▒)
43:4 16 (call-once _)
In ice-9/boot-9.scm:
841:4 15 (with-throw-handler _ _ _)
In system/base/compile.scm:
59:11 14 (_)
155:11 13 (_ #<closed: file f4d1f8>)
219:8 12 (read-and-compile _ #:from _ #:to _ #:env _ #:opts _)
255:6 11 (compile _ #:from _ #:to _ #:env _ #:opts _)
183:32 10 (lp (#<procedure compile-cps (exp env opts)> #<proce▒>) ▒)
In language/tree-il/compile-cps.scm:
1141:25 9 (compile-cps #<tree-il (seq (let (m) (m-18003ad8-2) ((▒> ▒)
1031:4 8 (optimize-tree-il #<tree-il (seq (let (m) (m-18003ad8-▒> ▒)
In language/tree-il/analyze.scm:
563:4 7 (analyze-tree (#<<tree-analysis> down: #<procedure ▒> ▒) ▒)
In srfi/srfi-1.scm:
656:11 6 (for-each2 (#<<tree-analysis> down: #<procedure 3dd▒> ▒) ▒)
In ice-9/vlist.scm:
267:16 5 (loop _ _ _)
In language/tree-il/analyze.scm:
1053:33 4 Exception thrown while printing backtrace:
Value out of range 0 to 4294967295: 1854266240
ice-9/boot-9.scm:752:25: In procedure dispatch-exception:
Value out of range 0 to 4294967295: 1854266240
make[2]: *** [Makefile:2262: ice-9/and-let-star.go] Error 1
make[2]: Leaving directory '/c/gcdev64/gnucash/maint/build/guile-git/module'
make[1]: *** [Makefile:1860: all-recursive] Error 1
make[1]: Leaving directory '/c/gcdev64/gnucash/maint/build/guile-git'
make: *** [Makefile:1746: all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment