[BUG] Latest Ruby Stable Snapshot

On the latest stable snapshot I got this error running the test suite. I
realize it’s not an actual release, but it seemed noteworthy, so I thought I
would report it.
Charles Comstock

[705 cc1@earwig ~/install/ruby/test]$ ruby runner.rb
Loaded suite .
Started


…FF./home/cec/s/c/cc1/usr/lib/ruby/1.8/test/unit/assertions.rb:30:
[BUG] Segmentation fault
ruby 1.8.2 (2004-05-22) [i686-linux]

[705 cc1@earwig ~/install/ruby/test]$ ruby runner.rb

Can you try

    ruby openssl/test_x509req.rb

to see if it crash with this test. If yes, can you give the version of
OpenSSL

    openssl version

Guy Decoux

[291 cc1@earwig ~/install/ruby/test]$ ruby openssl/test_x509req.rb
Loaded suite openssl/test_x509req
Started
/home/cec/s/c/cc1/usr/lib/ruby/1.8/test/unit/autorunner.rb:19: [BUG]
Segmentation fault
ruby 1.8.2 (2004-05-22) [i686-linux]

Aborted
[292 cc1@earwig ~/install/ruby/test]$ openssl version
OpenSSL 0.9.6b [engine] 9 Jul 2001

Charles Comstock

···

On Mon, 24 May 2004, ts wrote:

[705 cc1@earwig ~/install/ruby/test]$ ruby runner.rb

Can you try

ruby openssl/test_x509req.rb

to see if it crash with this test. If yes, can you give the version of
OpenSSL

openssl version

Guy Decoux

[292 cc1@earwig ~/install/ruby/test]$ openssl version
OpenSSL 0.9.6b [engine] 9 Jul 2001

I've forwarded your message to ruby-core, apparently it exist a difference
between 0.9.6 and 0.9.7

svg% ruby -ropenssl -e 'p OpenSSL::OPENSSL_VERSION

                      p OpenSSL::ASN1::Boolean(true).to_der'

"OpenSSL 0.9.6m 17 Mar 2004"
-e:2: [BUG] Segmentation fault
ruby 1.8.2 (2004-05-24) [i686-linux]

Aborted
svg%

svg% ruby -ropenssl -e 'p OpenSSL::OPENSSL_VERSION

                      p OpenSSL::ASN1::Boolean(true).to_der'

"OpenSSL 0.9.7d 17 Mar 2004"
"\001\001\377"
svg%

Guy Decoux