[#3479] Missing .document files for ext/ libraries — Brian Candler <B.Candler@...>

The ri documentation for zlib, strscan and iconv doesn't get built by 'make

12 messages 2004/10/06

[#3492] Re: ANN: Free-form-operators patch — Markus <markus@...>

> In message "Re: ANN: Free-form-operators patch"

15 messages 2004/10/11
[#3493] Re: ANN: Free-form-operators patch — Yukihiro Matsumoto <matz@...> 2004/10/11

Hi,

[#3495] Re: ANN: Free-form-operators patch — Markus <markus@...> 2004/10/12

On Mon, 2004-10-11 at 16:16, Yukihiro Matsumoto wrote:

[#3561] 1.8.2 - what can we do to help? — Dave Thomas <dave@...>

Folks:

23 messages 2004/10/26
[#3562] Re: 1.8.2 - what can we do to help? — Yukihiro Matsumoto <matz@...> 2004/10/27

Hi,

Re: [BUG] segfault in ruby-1.8.2p2

From: ts <decoux@...>
Date: 2004-10-18 13:23:55 UTC
List: ruby-core #3525
>>>>> "t" == ts  <decoux@moulon.inra.fr> writes:

t>  When it try to reference tag, in another thread, it make reference to a
t>  variable which don't exist on the stack : this is why it crash

 Here an easy way to reproduce it (at least if you have svg :-))

svg% cat b.rb
#!/usr/bin/ruby
Thread.new do 
   eval("STDIN.gets", proc { 12 })
end

exit
svg% 

svg% ./ruby -v b.rb
ruby 1.8.2 (2004-10-18) [i686-linux]
b.rb:3: [BUG] Segmentation fault
ruby 1.8.2 (2004-10-18) [i686-linux]

Aborted
svg% 



Guy Decoux



In This Thread