>> Crash? Or throw an error? I definitely shouldn't crash, but, I could see >> how it could throw an error on Guile 2.0. > >Sadly, it does crash. No error message at all, so it's probably a >segfault or something of that kind.
Dunno, then. (At the risk of telling you something that you already know) you could always run it from within a debugger to catch the location of the segfault. Or you could run it within `strace', if your operating systems offer that. Good luck, Mike