Project

General

Profile

Actions

Backport #3853

closed

Multiple IO problems when threading is used

Added by Anonymous over 13 years ago. Updated almost 5 years ago.

Status:
Closed
Assignee:
-
[ruby-core:32487]

Description

=begin

  • File.read(path) sometimes returns empty string although file is not empty
  • File.read(path, File.size(path)) somtimes returns nil although file is not empty

It seems as if the file reached eof. This happens only when threading is used. There seems to be some kind of race condition.

Ruby version is 1.8.7-p302 (on x86_64-linux and x86-linux).
This problem doesn't exist on 1.9 (tested with 1.9.1p429).
=end

Actions #1

Updated by shyouhei (Shyouhei Urabe) over 13 years ago

  • Status changed from Open to Feedback

=begin
This can be a real bug but we cannot check it without a reproducible code snippet.
=end

Actions #2

Updated by Anonymous over 13 years ago

=begin
Well, until now I couldn't reproduce it in a simple snippet but it happens quite often in my application. I hoped that someone might have observed something similar. I try to create a snippet.
=end

Actions #3

Updated by jeremyevans0 (Jeremy Evans) almost 5 years ago

  • Target version deleted (Ruby 1.8.7)
  • ruby -v deleted (ruby 1.8.7 (2010-08-16 patchlevel 302) [x86_64-linux])
  • Tracker changed from Bug to Backport
  • Project changed from Ruby 1.8 to Backport187
  • Description updated (diff)
  • Status changed from Feedback to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0