From: nobu.nokada@... Date: 2002-07-05T04:07:10+09:00 Subject: Re: Bug in enum.c? Hi, At Fri, 5 Jul 2002 00:43:00 +0900, Michal Rokos wrote: > there could be bug in enum_sort_by? (Jump to !!!!!!! below) Yes, segfaulted and fixed by your patch. $ ruby class Fixnum include Enumerable def each; yield self; end end p 1.sort_by{|i|i} -:5: [BUG] Segmentation fault ruby 1.7.2 (2002-07-02) [i686-linux] Aborted (core dumped) -- Nobu Nakada