From: Tomas Matousek Date: 2009-08-05T04:43:31+09:00 Subject: [ruby-core:24758] [Bug #1883] REXML hash sometimes computes a value that is too large Issue #1883 has been updated by Tomas Matousek. This is potential problem for MRI as well since Array#hash blows up if any item's hash is not a Fixnum: class C def hash 100000000000000000000 end end [C.new].hash # => in `hash': bignum too big to convert into `long' (RangeError) ---------------------------------------- http://redmine.ruby-lang.org/issues/show/1883 ---------------------------------------- http://redmine.ruby-lang.org