From: WKC CCC Date: 2006-10-28T00:49:13+09:00 Subject: Bug segmentation fault I am trying to display the contents of large array (over 1000 rows) using arrayName.collect {|x| puts x.inspect} However the following occurs: [Bug] Segmentation fault ruby 1.8.5 (20006-08-25) [i386-mswin32] The same statement works fine with smaller size arrays. -- Posted via http://www.ruby-forum.com/.