Berger, Daniel wrote: >> On RHEL 3.0 I am seeing a segfault when I run the sample script: >> >> a = ProcTable.ps() >> a.each do |p| >> puts a.pid >> end >> >> I am running Ruby 1.8.2 (2004-12-25) with sys-proctable-0.6.4. >> >> Has anyone else seen this? > > Hm...I don't have access to a Linux box at the moment, but I've run it > on different flavors of Linux without problem in the past. > > Is RHEL 3.0 the 2.6.x kernel? Bingo! That was it. That was the problem that I couldn't recall the details of when I mentioned it to you a few weeks ago. :) RHEL 3.0 is a 2.4 kernel. Kirk Haines