with the help of the racket list we are a bit closer solving the crash issue with racket 5.1.2+

you have to build racket with the '--disable-places' and '--disable-futures' options.

there's also a problem with our collada-import, which gives a very strange error message during boot:

Applications/Racket_v5.1.3/collects/setup/path-relativize.rkt:35:2: path->relative /Applications/Racket_v5.1.3/collects/setup/path-to-relative.rkt:35:13: for-loop
/Applications/Racket_v5.1.3/collects/setup/path-to-relative.rkt:31:2: core
/Applications/Racket_v5.1.3/collects/racket/contract/private/provide.rkt:47:5
standard-module-name-resolver
standard-module-name-resolver

i had no time finding out what the problem was, but disabling "collada-import.ss" in fluxus.ss got rid of the problem.

it seems that even a very simple code containing (read-xml) makes fluxus display the error above.

(require xml/xml)
(read-xml (open-input-file "test.xml"))

although this works from racket.

best,
gabor

Reply via email to