Your message dated Mon, 11 Aug 2014 17:43:08 +0000
with message-id <[email protected]>
and subject line Bug#742102: Removed package(s) from unstable
has caused the Debian Bug report #496187,
regarding ruby: a comment makes code behave differently
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
496187: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496187
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ruby
Version: 4.2
Severity: normal
The attached code fails after about 100 iterations of invoking popen.
However, on this particular interpreter version inserting a comment into
the code makes it not fail.
On stable the code fails regardless of comment.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages ruby depends on:
ii ruby1.8 1.8.7.22-3 Interpreter of object-oriented scr
ruby recommends no packages.
ruby suggests no packages.
-- debconf-show failed
def try_analyze *words
analyzer = IO.popen( 'cat', IO::RDWR )
res = []
t = Thread.new( (IO::for_fd analyzer.fileno),res){|fd,ary|
#comment
while l = fd.gets do
STDERR.putc 8
ary.push l
end
fd.close rescue nil # hopefully prevents zombie hordes
}
words.each{|w|
STDERR.putc '.'[0]
analyzer.puts w
}
analyzer.close_write rescue nil
t.join
end
1.upto(1000){|_|
try_analyze *%w(a b c d e f g h i)
STDERR.puts _
}
--- End Message ---
--- Begin Message ---
Version: 1.8.7.358-13+rm
Dear submitter,
as the package ruby1.8 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/742102
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---