From: Vincent Carmona Date: 2010-04-23T17:51:50+09:00 Subject: [ruby-core:29753] [Bug #3194] Segmentation fault in rb_hash_tbl Bug #3194: Segmentation fault in rb_hash_tbl http://redmine.ruby-lang.org/issues/show/3194 Author: Vincent Carmona Status: Open, Priority: Normal ruby -v: ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] I am trying ZiK (an audio player) with ruby1.9.1. Everything works fine but when I close the player I obtain a segmentation fault. gdb (I am not used to gdb so maybe I am not doing the rigth thing) gives me : Program received signal SIGSEGV, Segmentation fault. rb_hash_tbl (hash=4) at hash.c:255 I do not have this fault with ruby 1.8. P.S. : if you want to test the segfault with ZiK (git version), you will have to patch ruby-taglib. I can upload the patch if necessary. ---------------------------------------- http://redmine.ruby-lang.org