marcomaggi / vicare

A native compiler for Scheme compliant with R6RS
http://marcomaggi.github.com/vicare.html
Other
200 stars 34 forks source link

segment fault when building on branch "devel" #40

Closed ChaosEternal closed 11 years ago

ChaosEternal commented 11 years ago

when building on branch "devel" on ubuntu 1204, x86_64, the building process seg faults.

the log: chaos@felucia:~/src/vicare/build/scheme$ pwd /home/chaos/src/vicare/build/scheme chaos@felucia:~/src/vicare/build/scheme$ make VICARE_SRC_DIR=../../scheme \ VICARE_BUILD_DIR=. \ VICARE_FASL_DIRECTORY='' \ VICARE_LIBRARY_PATH=.:../../scheme:../../scheme/../lib:./../lib \ ../src/vicare -b ../../scheme/vicare.boot.8.prebuilt \ --r6rs-script ../../scheme/makefile.sps make: *\ [vicare.boot] Segmentation fault (core dumped)

marcomaggi commented 11 years ago

This is the same as issue #39.