General

Profile

kcburge (Kevin Burge)

  • Login: kcburge
  • Email: kcburge@gmail.com
  • Registered on: 04/28/2014
  • Last sign in: 04/28/2014

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

04/28/2014

04:03 PM Ruby Bug #9780 (Closed): sysread blocks when reading some files (AIX)
This hangs when running on AIX 7 build of Ruby 2.1.1:
test_sysread:
~~~ruby
filename = "/proc/#{Process.pid}/as"
File.open(filename, 'rb') do |f|
p f.sysread(4)
end
~~~
Ruby 1.9.3-p286 does not do this. If I simply chang...
kcburge (Kevin Burge)

Also available in: Atom