Package: libtermios-ruby1.8
Version: 0.9.4-8

ruby dumps core as follows using libtermios-ruby1.8.

% /usr/bin/ruby -rtermios -e '
t = Termios.getattr(STDIN)                                                      
             
loop { t.cc = []; Termios.setattr(STDIN, Termios::TCSADRAIN,t) }' 
-e:3: [BUG] Segmentation fault
ruby 1.8.6 (2007-03-13) [i486-linux]

The problem is fixed by ruby-termios-0.9.5.tar.gz which is
released today.
http://raa.ruby-lang.org/project/ruby-termios/

% dpkg -l|grep ruby
ii  libruby1.8                        1.8.6-1+b1                      Libraries 
necessary to run Ruby 1.8
ii  libtermios-ruby                   0.9.4-8                         termios 
simple wrapper for ruby
ii  libtermios-ruby1.8                0.9.4-8                         termios 
simple wrapper for ruby 1.8
ii  ruby                              1.8.2-1                         An 
interpreter of object-oriented scripting 
ii  ruby1.8                           1.8.6-1+b1                      
Interpreter of object-oriented scripting lan
-- 
Tanaka Akira


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to