Actions
Bug #10579
closedSegmentation fault at 0x00000000000000
Bug #10579:
Segmentation fault at 0x00000000000000
Description
Following script cause a Segmentation fault
$ ruby -rresolv -e 'ObjectSpace.each_object { |obj| p obj }' > temp.output
But this one not
$ ruby -e 'ObjectSpace.each_object { |obj| p obj }' > temp.output
Files
Actions