Hey ppl,<br><br>I am experiencing a strange crash with fluxus-0.15 checked out from cvs. I tried to get a backtrace with gdb but got this:<br><br><div style="margin-left: 40px;">krgn@softmachine:~/dev/fluxus$ gdb fluxus-0.15 <br>
GNU gdb 6.6-debian<br>Copyright (C) 2006 Free Software Foundation, Inc.<br>GDB is free software, covered by the GNU General Public License, and you are<br>welcome to change it and/or distribute copies of it under certain conditions.<br>
Type "show copying" to see the conditions.<br>There is absolutely no warranty for GDB.  Type "show warranty" for details.<br>This GDB was configured as "i486-linux-gnu"...<br>Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".<br>
(gdb) run<br>Starting program: /usr/local/bin/fluxus-0.15 <br>[Thread debugging using libthread_db enabled]<br>[New Thread -1218312512 (LWP 10117)]<br><br>Program received signal SIGSEGV, Segmentation fault.<br>[Switching to Thread -1218312512 (LWP 10117)]<br>
get_bucket (table=0xb7400e70, key=0xb750a628 "0", add=1, b=0x0) at xsrc/hash.c:682<br>682     xsrc/hash.c: No such file or directory.<br>        in xsrc/hash.c<br>Current language:  auto; currently c<br>(gdb) <br>
</div><br><br><br>mzscheme is at the latest stable version, 372 I believe. anyone got a clue or similar problems? the crash usually happens quite immediately after starting the binary, not even having finished entering some code. one thing that I notices is this in the terminal, when evaluating valid code:<br>
<br>20#f::23: read: expected a character after #\<br>#f::31: read: expected a character after #\<br><br><br>greetings, k<br><br>ps: if you are in need for more info, let me know!<br>