Bug #3194
closedSegmentation fault in rb_hash_tbl
Description
=begin
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.
=end
Files
Updated by nobu (Nobuyoshi Nakada) over 14 years ago
- Status changed from Open to Feedback
- ruby -v changed from ruby 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] to 1.9.1
=begin
What's the exact version?
And could you show the backtrace?
=end
Updated by vinc-mai (Vincent Carmona) over 14 years ago
- File gdb-ZiK.txt gdb-ZiK.txt added
=begin
ruby -v:
ruby 1.9.1p376 (2009-12-07 revision 26041) [i486-linux]
I have joined a backtrace. Hope that is what you wanted.
=end
Updated by nobu (Nobuyoshi Nakada) over 14 years ago
- Category set to ext
- ruby -v changed from 1.9.1 to ruby 1.9.1p376 (2009-12-07 revision 26041) [i486-linux]
=begin
Seems like a ruby-gnome2's issue. What version do you use?
=end
Updated by vinc-mai (Vincent Carmona) over 14 years ago
=begin
I have update ruby-gnome2 from the svn today (just before my test with ruby1.9.1).
=end
Updated by vinc-mai (Vincent Carmona) over 14 years ago
=begin
I have reported this bug to ruby-gnome2 tracker.
https://sourceforge.net/tracker/?func=detail&aid=3046538&group_id=53614&atid=470969
=end
Updated by naruse (Yui NARUSE) over 14 years ago
- Status changed from Feedback to Third Party's Issue
=begin
=end