[#23457] [Bug #1471] "Mutual join" deadlock detection faulty in 1.8.6 and 1.8.7 — John Carter <redmine@...>

Bug #1471: "Mutual join" deadlock detection faulty in 1.8.6 and 1.8.7

17 messages 2009/05/15

[#23483] [Bug #1478] Ruby archive — Oleg Puchinin <redmine@...>

Bug #1478: Ruby archive

29 messages 2009/05/16
[#29225] [Feature #1478] Ruby archive — Luis Lavena <redmine@...> 2010/04/02

Issue #1478 has been updated by Luis Lavena.

[#30345] Re: [Feature #1478] Ruby archive — "NAKAMURA, Hiroshi" <nakahiro@...> 2010/05/21

On Fri, Apr 2, 2010 at 17:13, Luis Lavena <redmine@ruby-lang.org> wrote:

[#30346] Re: [Feature #1478] Ruby archive — Jonathan Nielsen <jonathan@...> 2010/05/21

> Thanks for your comment.

[#30347] Re: [Feature #1478] Ruby archive — Jonathan Nielsen <jonathan@...> 2010/05/21

OK Hiroshi, I read some of the comments earlier in the thread that I

[#30355] Re: [Feature #1478] Ruby archive — Caleb Clausen <vikkous@...> 2010/05/21

On 5/20/10, Jonathan Nielsen <jonathan@jmnet.us> wrote:

[#30364] Re: [Feature #1478] Ruby archive — Benoit Daloze <eregontp@...> 2010/05/22

Hi,

[#23505] [Bug #1494] tempfile#unlink may silently fail on windows — Nicholas Manning <redmine@...>

Bug #1494: tempfile#unlink may silently fail on windows

19 messages 2009/05/19

[#23572] [Bug #1525] Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork? — Hongli Lai <redmine@...>

Bug #1525: Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?

27 messages 2009/05/27

[#23595] Meaning of RUBY_PLATFORM — Rick DeNatale <rick.denatale@...>

The RUBY_PLATFORM constant is documented in the latest Pickaxe as "The

17 messages 2009/05/28
[#23596] Re: Meaning of RUBY_PLATFORM — Luis Lavena <luislavena@...> 2009/05/28

On Thu, May 28, 2009 at 3:41 PM, Rick DeNatale <rick.denatale@gmail.com> wrote:

[#23602] Re: Meaning of RUBY_PLATFORM — Rick DeNatale <rick.denatale@...> 2009/05/28

On Thu, May 28, 2009 at 2:52 PM, Luis Lavena <luislavena@gmail.com> wrote:

[#23608] Re: Meaning of RUBY_PLATFORM — Luis Lavena <luislavena@...> 2009/05/28

On Thu, May 28, 2009 at 7:08 PM, Rick DeNatale <rick.denatale@gmail.com> wrote:

[#23609] Re: Meaning of RUBY_PLATFORM — Rick DeNatale <rick.denatale@...> 2009/05/29

On Thu, May 28, 2009 at 7:22 PM, Luis Lavena <luislavena@gmail.com> wrote:

[ruby-core:23485] Re: [Bug #1480] Ruby/Tk infinite loop

From: Hidetoshi NAGAI <nagai@...>
Date: 2009-05-17 15:24:00 UTC
List: ruby-core #23485
From: Oleg Puchinin <redmine@ruby-lang.org>
Subject: [ruby-core:23484] [Bug #1480] Ruby/Tk infinite loop
Date: Sun, 17 May 2009 21:09:29 +0900
Message-ID: <4a0ffe7542774_13b5d9865441e3@redmine.ruby-lang.org>
> Bug #1480: Ruby/Tk infinite loop

I asked you to keep consistency of nativethread support between 
Tcl and Tk library on the following mail.
Did you recompile Tcl/Tk?
Does each of "ldd" results of Tcl and Tk library have a libpthread link? 

From: Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
Subject: Re: Ruby/Tk
Date: Sun, 10 May 2009 02:44:42 +0900 (JST)
Message-ID: <20090510.024442.74747107.nagai@ai.kyutech.ac.jp>
> > oleg@linux-jb1a:~> ldd /usr/local/lib/libtk8.5.so
> >         linux-gate.so.1 =>  (0xffffe000)
> >         libpthread.so.0 => /lib/libpthread.so.0 (0xb7f64000)
> >         libX11.so.6 => /usr/lib/libX11.so.6 (0xb7e31000)
> >         libXss.so.1 => /usr/lib/libXss.so.1 (0xb7e2d000)
> >         libXext.so.6 => /usr/lib/libXext.so.6 (0xb7e1c000)
> >         libXft.so.2 => /usr/lib/libXft.so.2 (0xb7e06000)
> >         libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0xb7d85000)
> >         libz.so.1 => /lib/libz.so.1 (0xb7d70000)
> >         libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0xb7d3f000)
> >         libXrender.so.1 => /usr/lib/libXrender.so.1 (0xb7d35000)
> >         libdl.so.2 => /lib/libdl.so.2 (0xb7d30000)
> >         libm.so.6 => /lib/libm.so.6 (0xb7d06000)
> >         libc.so.6 => /lib/libc.so.6 (0xb7baa000)
> >         /lib/ld-linux.so.2 (0xb80b3000)
> >         libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7ba7000)
> >         libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7b89000)
> >         libXau.so.6 => /usr/lib/libXau.so.6 (0xb7b85000)
> >         libexpat.so.1 => /lib/libexpat.so.1 (0xb7b5c000)
> > 
> > oleg@linux-jb1a:~> ldd /usr/local/lib/libtcl8.5.so
> >         linux-gate.so.1 =>  (0xffffe000)
> >         libdl.so.2 => /lib/libdl.so.2 (0xb7df8000)
> >         libm.so.6 => /lib/libm.so.6 (0xb7dcf000)
> >         libc.so.6 => /lib/libc.so.6 (0xb7c73000)
> >         /lib/ld-linux.so.2 (0xb7f1a000)
> 
> Hmmm....
> Your libtcl8.5.so and libtk8.5.so don't match about 
> native thread support. 
> Probably, when make tcl, you didn't give --enable-threads option, 
> and when make tk, you gave the option.
> Does your wish command work properly?
> You have to remake Tcl/Tk libraries with same configuration. 
> -- 
> Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp)

In This Thread

Prev Next