Re: [Ironruby-core] Problems with Mutex and ConditionVariable under IronRuby

2009-01-03 Thread Daniele Alessandri
On Fri, Jan 2, 2009 at 21:03, Curt Hagenlocher wrote: > Thanks for a very detailed bug report! I just filed another bug :-) "A Fixnum fails to grow to a Bignum when using the left shift operator" http://rubyforge.org/tracker/index.php?func=detail&aid=23414&group_id=4359&atid=16798 I tackled th

Re: [Ironruby-core] Problems with Mutex and ConditionVariable under IronRuby

2009-01-02 Thread Curt Hagenlocher
with Mutex and ConditionVariable under IronRuby On Fri, Jan 2, 2009 at 17:56, Curt Hagenlocher wrote: > It looks like ConditionVariable.wait isn't implemented in a way that's > consistent with the spec. Please file a bug report on RubyForge. Bug report filed. While I was at it,

Re: [Ironruby-core] Problems with Mutex and ConditionVariable under IronRuby

2009-01-02 Thread Daniele Alessandri
On Fri, Jan 2, 2009 at 17:56, Curt Hagenlocher wrote: > It looks like ConditionVariable.wait isn't implemented in a way that's > consistent with the spec. Please file a bug report on RubyForge. Bug report filed. While I was at it, I filed another bug report about potential multithreading issue

Re: [Ironruby-core] Problems with Mutex and ConditionVariable under IronRuby

2009-01-02 Thread Curt Hagenlocher
ditional level of locking. -Original Message- From: ironruby-core-boun...@rubyforge.org [mailto:ironruby-core-boun...@rubyforge.org] On Behalf Of Daniele Alessandri Sent: Friday, January 02, 2009 4:35 AM To: ironruby-core@rubyforge.org Subject: [Ironruby-core] Problems with Mutex and Conditio

[Ironruby-core] Problems with Mutex and ConditionVariable under IronRuby

2009-01-02 Thread Daniele Alessandri
Hello, I was playing with threads under IronRuby but it seems like I have stumbled on problems with Mutex and ConditionVariable. At first I thought the problem was related to my code even if it actually worked flawlessy for months under MRI 1.8.6 and it runs fine under the latest JRuby, so I tried