From: Nate Wiger Date: 2009-04-02T10:53:11+09:00 Subject: [ruby-core:23104] [Bug #1348] Crash in library under Ruby 1.9.1 Bug #1348: Crash in library under Ruby 1.9.1 http://redmine.ruby-lang.org/issues/show/1348 Author: Nate Wiger Status: Open, Priority: Normal Category: core, Target version: 1.9.1 ruby -v: ruby 1.9.1p0 (2009-01-30 revision 21907) [i686-linux] We have a small C library that now crashes under Ruby 1.9.1. It appears to compile cleanly, but gives the following error: validates_vulgarity.rb:6: [BUG] unknown type 0x22 (0xc given) ruby 1.9.1p0 (2009-01-30 revision 21907) [i686-linux] This crash happens in the call to "initialize" (eg, new) in the Teragram class: @teragram = Teragram.new(@vulgarity_dictionary_path) Our source file and crash dump are attached. Thanks, Nate Wiger PlayStation ---------------------------------------- http://redmine.ruby-lang.org