This project is closed and read-only.
Actions
Backport #3639
closedbackport r27401 (preserve errno when releasing GVL)
Backport #3639:
backport r27401 (preserve errno when releasing GVL)
Status:
Closed
Assignee:
Description
=begin
Not sure if there's going to be another 1.9.1 release, but when using
IO#read_nonblock, I've seen rb_bug() from rb_sys_fail() because errno == 0 under 1.9.1.
So r27401 from 1.9.2/trunk should fix the issue, but I'll probably abandon 1.9.1 for
1.9.2 soon anyways.
=end
Updated by nobu (Nobuyoshi Nakada) about 16 years ago
- Status changed from Open to Assigned
- Assignee set to yugui (Yuki Sonoda)
- Priority changed from 3 to 5
=begin
=end
Updated by jeremyevans0 (Jeremy Evans) about 7 years ago
- Description updated (diff)
- Status changed from Assigned to Closed
Actions