From: Yukihiro Matsumoto Date: 2006-10-29T22:19:46+09:00 Subject: Re: Bug segmentation fault Hi, In message "Re: Bug segmentation fault" on Sat, 28 Oct 2006 00:49:13 +0900, WKC CCC writes: |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. This kind of bug is often too difficult to track without error reproducing code. matz.