Gabor;<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">with the help of the racket list we are a bit closer solving the crash issue with racket 5.1.2+<br>

<br></blockquote><div><br>Nice work.<br><br>it seems that even a very simple code containing (read-xml) makes fluxus display the error above.<br></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
(require xml/xml)<br>
(read-xml (open-input-file "test.xml"))<br>
<br>
although this works from racket.<br><br></blockquote><div><br>I mentioned it before, but maybe this is a good moment to get into that again; How about a tracer for fluxus? One of those thingies that lets you trace what functions are entered one by one, with a log. Maybe something like that is harder to implement for a realtime system like Fluxus and following a trace isn't always a lot of fun but in cases like this it would be a big help.<br>
<br>Kas. <br></div></div>