Some people have reported a very strange bug on Mac OS X.
After a full build of jedi :
running bin/jedi would crash but
running bin/kernel -run jedi would run ok
After some bug hunting, it seems it boils down to a bug in Gambit's new module-name: option to compile-file-to-c. A temporary patch was pushed to the repo until Marc can confirm / solve that this is indeed a bug in Gambit.
To fix a crashing Jedi, simply pull the latest changes from the repo, cd to the directory containing the jedi executable and do :
kernel -compile jedi -force
Guillaume