Yukihiro Matsumoto wrote: > Long time ago, before I implemented Ruby's own GC, I tried to use > Boehm GC, but it dumped core immediately. The situation might have > changed in the last 9 years. My experience with Boehm GC was that it was (apparently) incompatible with gdb. It always sent segfaulted right away in GC_find_limit. I thought it was something funky about the app I was debugging, but maybe not. Your comment sent me to google on 'gdb GC_find_limit' and it seems that this behavior is normal, and not fatal: http://mi.med.tohoku.ac.jp/~satodai/w3m-dev-en/200108.month/578.html http://mail.gnu.org/pipermail/guile-user/2000-October/000362.html