<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-13891</id>
	<title>Nabble - ruby-core</title>
	<updated>2009-11-28T17:47:06Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/ruby-core-f13891.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ruby-core-f13891.html" />
	<subtitle type="html">Core and implementation topics about Ruby, often used to run patches for review.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26558729</id>
	<title>[ruby-core:26932] [Bug #2389] REXML rails to format parsed SVGs created with inkscape</title>
	<published>2009-11-28T17:47:06Z</published>
	<updated>2009-11-28T17:47:06Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2389 has been updated by Aaron Patterson.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Not sure why this isn't closed yet.
&lt;br&gt;&lt;br&gt;I've fixed it in r25956, but I don't seem to have permissions in redmine to close this ticket.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2389&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2389&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26837---Bug--2389--REXML-rails-to-format-parsed-SVGs-created-with-inkscape-tp26441665p26558729.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26557417</id>
	<title>[ruby-core:26931] Re: something broke ruby floats</title>
	<published>2009-11-28T14:14:51Z</published>
	<updated>2009-11-28T14:14:51Z</updated>
	<author>
		<name>Ryan Davis-2</name>
	</author>
	<content type="html">CC'ing ruby-core@
&lt;br&gt;&lt;br&gt;On Nov 28, 2009, at 09:38 , Joel VanderWerf wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Noticed this after rebuilding ruby (with configure args --disable-pthread --enable-shared):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ~/src/ruby&amp;gt; RUBYOPT='' ./ruby -e 'x=0.123; puts x'
&lt;br&gt;&amp;gt; 123.0
&lt;br&gt;&amp;gt; ~/src/ruby&amp;gt; ldd ./ruby
&lt;br&gt;&amp;gt; 	linux-gate.so.1 =&amp;gt; &amp;nbsp;(0x00b0e000)
&lt;br&gt;&amp;gt; 	libruby.so.1.8 =&amp;gt; /usr/local/lib/libruby.so.1.8 (0x00236000)
&lt;br&gt;&amp;gt; 	libdl.so.2 =&amp;gt; /lib/tls/i686/cmov/libdl.so.2 (0x00132000)
&lt;br&gt;&amp;gt; 	libcrypt.so.1 =&amp;gt; /lib/tls/i686/cmov/libcrypt.so.1 (0x007b8000)
&lt;br&gt;&amp;gt; 	libm.so.6 =&amp;gt; /lib/tls/i686/cmov/libm.so.6 (0x00d63000)
&lt;br&gt;&amp;gt; 	libc.so.6 =&amp;gt; /lib/tls/i686/cmov/libc.so.6 (0x00394000)
&lt;br&gt;&amp;gt; 	/lib/ld-linux.so.2 (0x0067e000)
&lt;br&gt;&amp;gt; ~/src/ruby&amp;gt; ./ruby -v
&lt;br&gt;&amp;gt; ruby 1.8.6 (2008-08-11 patchlevel 287) [i686-linux]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; (same after make install)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Any ideas what broke? I've never seen anything like this before, and I've been using p287 on several systems for months (at least). This is on ubuntu karmic.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Further info:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ~/src/ruby&amp;gt; make check
&lt;br&gt;&amp;gt; not ok float 1 -- ./sample/test.rb:1172
&lt;br&gt;&amp;gt; not ok float 2 -- ./sample/test.rb:1173
&lt;br&gt;&amp;gt; not ok float 3 -- ./sample/test.rb:1174
&lt;br&gt;&amp;gt; not ok float 4 -- ./sample/test.rb:1175
&lt;br&gt;&amp;gt; not ok float 5 -- ./sample/test.rb:1176
&lt;br&gt;&amp;gt; not ok float 6 -- ./sample/test.rb:1177
&lt;br&gt;&amp;gt; not ok float 7 -- ./sample/test.rb:1178
&lt;br&gt;&amp;gt; not ok float 8 -- ./sample/test.rb:1179
&lt;br&gt;&amp;gt; not ok float 9 -- ./sample/test.rb:1180
&lt;br&gt;&amp;gt; test failed
&lt;br&gt;&amp;gt; make: *** [test] Error 1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26931--Re%3A-something-broke-ruby-floats-tp26557417p26557417.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26553133</id>
	<title>[ruby-core:26930] [Bug #2396](Third Party's Issue) Time.strftime returns a wrong time zone as  hour offset (%z)</title>
	<published>2009-11-28T05:27:48Z</published>
	<updated>2009-11-28T05:27:48Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2396 has been updated by Nobuyoshi Nakada.
&lt;br&gt;&lt;br&gt;File tz.c added
&lt;br&gt;Status changed from Assigned to Third Party's Issue
&lt;br&gt;&lt;br&gt;Seems a bug of Mac OS X's strftime().
&lt;br&gt;&lt;br&gt;$ uname -v
&lt;br&gt;Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
&lt;br&gt;$ ./tz 
&lt;br&gt;tm_gmtoff = +0900, tm_zone = KST
&lt;br&gt;tm_gmtoff = +0800, tm_zone = KST
&lt;br&gt;&lt;br&gt;Ruby 1.9 doesn't have this issue, since it uses missing/strftime.c. 
&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2396&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2396&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26894---Bug--2396--Time.strftime-returns-a-wrong-time-zone-as--hour-offset-%28-z%29-tp26494595p26553133.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26550109</id>
	<title>[ruby-core:26929] [Bug #2396] Time.strftime returns a wrong time zone as  hour offset (%z)</title>
	<published>2009-11-27T19:02:58Z</published>
	<updated>2009-11-27T19:02:58Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2396 has been updated by Chulki Lee.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Maybe a platform-dependent problem? (tzdata?)
&lt;br&gt;&lt;br&gt;Ubuntu 9.04, package ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
&lt;br&gt;=&amp;gt; working CORRECTLY - &amp;quot;+0900 (KST)&amp;quot;
&lt;br&gt;&lt;br&gt;Mac OS X 10.6.2, macport ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]
&lt;br&gt;=&amp;gt; working INCORRECTLY - &amp;quot;+0800 (KST)&amp;quot;
&lt;br&gt;&lt;br&gt;Mac OS X 10.6.2, apple ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0]
&lt;br&gt;=&amp;gt; working INCORRECTLY - &amp;quot;+0800 (KST)&amp;quot;
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2396&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2396&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26894---Bug--2396--Time.strftime-returns-a-wrong-time-zone-as--hour-offset-%28-z%29-tp26494595p26550109.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26550048</id>
	<title>[ruby-core:26928] Re: Caching #to_s for immutables (and a possible future for constant-folding)</title>
	<published>2009-11-27T18:48:21Z</published>
	<updated>2009-11-27T18:48:21Z</updated>
	<author>
		<name>Kurt Stephens</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;NARUSE, Yui wrote:
&lt;br&gt;&amp;gt; Kurt Stephens wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; I have a proof-of-concept patch to MRI that caches #to_s values for
&lt;br&gt;&amp;gt;&amp;gt; immutable values. &amp;nbsp;It is implemented using a few fixed size hash tables.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm interested this idea,
&lt;br&gt;&amp;gt; 
&lt;br&gt;I'll clean it up and send it along in the next couple days.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; It requires a minor semantic change to Ruby core. &amp;nbsp;In practice, most
&lt;br&gt;&amp;gt;&amp;gt; Ruby String literals quickly become garbage. &amp;nbsp;This minor change could
&lt;br&gt;&amp;gt;&amp;gt; cascade into a huge performance improvement for all Ruby implementations
&lt;br&gt;&amp;gt;&amp;gt; -- as will be illustrated below:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; #to_s may return frozen Strings.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This restriction seems big.
&lt;br&gt;&lt;br&gt;The &amp;quot;restriction&amp;quot; is what makes it possible.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Let me know if anyone is interested in this idea and patch:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If you have a patch, attach it, and we can try it in real world.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26869--Caching--to_s-for-immutables-%28and-a-possible-future-for-constant-folding%29-tp26471848p26550048.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26548502</id>
	<title>[ruby-core:26927] [Bug #1730](Closed) Returning inside for loop inside lambda crashes</title>
	<published>2009-11-27T14:10:54Z</published>
	<updated>2009-11-27T14:10:54Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #1730 has been updated by ujihisa ..
&lt;br&gt;&lt;br&gt;Status changed from Open to Closed
&lt;br&gt;&lt;br&gt;This change is intentional. The return behaviours are different between 1.8 and 1.9.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/1730&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/1730&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A24148---Bug--1730--Returning-inside-for-loop-inside-lambda-crashes-tp24341413p26548502.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26546749</id>
	<title>[ruby-core:26926] [Feature #2408] better error reporting in windows when you try to run a directory</title>
	<published>2009-11-27T11:17:10Z</published>
	<updated>2009-11-27T11:17:10Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2408 has been updated by Vladimir Sizikov.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Yeah, *all* MRI versions from 1.8.6, through 1.8.7, 1.9.0, 1.9.1, 1.9.2-dev, all report &amp;quot;Permission denied&amp;quot; on Windows. Except for cygwin ruby :) Actually, even JRuby reports Permission denied.
&lt;br&gt;&lt;br&gt;This difference between platforms is indeed unfortunate.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2408&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2408&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26925---Feature--2408--better-error-reporting-in-windows-when-you-try-to-run-a-directory-tp26546422p26546749.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26546422</id>
	<title>[ruby-core:26925] [Feature #2408] better error reporting in windows when you try to run a directory</title>
	<published>2009-11-27T10:48:07Z</published>
	<updated>2009-11-27T10:48:07Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Feature #2408: better error reporting in windows when you try to run a directory
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2408&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2408&lt;/a&gt;&lt;br&gt;&lt;br&gt;Author: Roger Pack
&lt;br&gt;Status: Open, Priority: Normal
&lt;br&gt;&lt;br&gt;Currently in linux, you may get this:
&lt;br&gt;&lt;br&gt;$ ruby -c wbo_backup
&lt;br&gt;ruby: Is a directory - wbo_backup (Errno::EISDIR)
&lt;br&gt;&lt;br&gt;however we are not so fortunate in windows
&lt;br&gt;&lt;br&gt;C:\dev\ruby\p2pwebclient\documents\writeup\final&amp;gt;ruby logs
&lt;br&gt;ruby: Permission denied -- logs (LoadError)
&lt;br&gt;&lt;br&gt;It would be nice to get a similar error message in windows.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;-r
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26925---Feature--2408--better-error-reporting-in-windows-when-you-try-to-run-a-directory-tp26546422p26546422.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26540537</id>
	<title>[ruby-core:26924] Re: [Bug #2378] Regression in ParseDate.parsedate('nn-nn')</title>
	<published>2009-11-27T02:31:15Z</published>
	<updated>2009-11-27T02:31:15Z</updated>
	<author>
		<name>&quot;Martin J. Dürst&quot;</name>
	</author>
	<content type="html">On 2009/11/25 23:29, Rick DeNatale wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Mon, Nov 23, 2009 at 9:59 PM, Hiro Asari&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26540537&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;redmine@...&lt;/a&gt;&amp;gt; &amp;nbsp;wrote:
&lt;br&gt;&amp;gt;&amp;gt; Issue #2378 has been updated by Hiro Asari.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I beg to differ. If you tell 100 programmers that &amp;quot;11-09&amp;quot; is some combination of date and time, I wager that the vast majority will answer: &amp;quot;November 9th&amp;quot;, &amp;quot;11th of September&amp;quot; or &amp;quot;November, 2009&amp;quot;, maybe &amp;quot;2011 September&amp;quot;.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Maybe we should only support ISO 8601, in which case &amp;quot;nn-nn&amp;quot; seems invalid (please correct me if I'm wrong).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ISO 8601 is really for computer interchange of time date information
&lt;br&gt;&amp;gt; as I understand it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; That's important, but most use cases of date parsing would I think
&lt;br&gt;&amp;gt; deal with parsing user input, and that has to deal with the vagaries
&lt;br&gt;&amp;gt; of world culture:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/Date_and_time_notation_by_country&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Date_and_time_notation_by_country&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To most non-Americans 9/11 means September 11, but to the rest of the
&lt;/div&gt;&lt;br&gt;I think that should read &amp;quot;To most Americans 9/11 means September 11&amp;quot;.
&lt;br&gt;&lt;br&gt;&amp;gt; world it means November 9. &amp;nbsp; Personally when I write dates I tend to
&lt;br&gt;&amp;gt; write either 11 September or 9 November for this reason.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ruby 1.8 tried to deal with this with heuristics, but I realize that
&lt;br&gt;&amp;gt; the problem is pretty hard,
&lt;br&gt;&lt;br&gt;Yes. &amp;quot;pretty hard&amp;quot; is a strong understatement, actually.
&lt;br&gt;&lt;br&gt;Regards, &amp;nbsp; Martin.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;#-# Martin J. Dürst, Professor, Aoyama Gakuin University
&lt;br&gt;#-# &lt;a href=&quot;http://www.sw.it.aoyama.ac.jp&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sw.it.aoyama.ac.jp&lt;/a&gt;&amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26540537&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;duerst@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26772---Bug--2378--Regression-in-ParseDate.parsedate%28%27nn-nn%27%29-tp26378834p26540537.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26539738</id>
	<title>[ruby-core:26923] [Bug #2406] Regression in RSS 2.0 creation</title>
	<published>2009-11-27T01:20:35Z</published>
	<updated>2009-11-27T01:20:35Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Bug #2406: Regression in RSS 2.0 creation
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2406&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2406&lt;/a&gt;&lt;br&gt;&lt;br&gt;Author: Petteri Räty
&lt;br&gt;Status: Open, Priority: Normal
&lt;br&gt;ruby -v: ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-linux]
&lt;br&gt;&lt;br&gt;I used to be able to use Strings for dates in ruby 1.8.6 but it doesn't work any more:
&lt;br&gt;&lt;br&gt;&amp;lt;pre&amp;gt;&amp;lt;code class=&amp;quot;ruby&amp;quot;&amp;gt;
&lt;br&gt;i.date = (d &amp;gt;&amp;gt; 1).strftime('%a, %d %b %Y %H:%M:%S %z')
&lt;br&gt;&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;
&lt;br&gt;&lt;br&gt;Results
&lt;br&gt;&lt;br&gt;&amp;lt;pre&amp;gt;
&lt;br&gt;/per/usr/lib64/ruby/1.8/rss/dublincore.rb:143:in `content=': value &amp;lt;Wed, 25 Nov 2009 00:00:00 +0000&amp;gt; of tag &amp;lt;dc:date&amp;gt; is not available. (RSS::NotAvailableValueError)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/dublincore.rb:114:in `initialize'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/utils.rb:31:in `new'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/utils.rb:31:in `new_with_value_if_need'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/dublincore.rb:30:in `dc_date='
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/dublincore.rb:41:in `date='
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/base.rb:226:in `__send__'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/base.rb:226:in `setup_values'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/base.rb:221:in `each'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/base.rb:221:in `setup_values'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/0.9.rb:260:in `to_feed'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/0.9.rb:251:in `to_feed'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/0.9.rb:250:in `each'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/0.9.rb:250:in `to_feed'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/0.9.rb:44:in `setup_items'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/0.9.rb:32:in `to_feed'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/base.rb:370:in `setup_channel'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/0.9.rb:21:in `setup_elements'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/base.rb:406:in `to_feed'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/base.rb:397:in `make'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker/base.rb:361:in `make'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /usr/lib64/ruby/1.8/rss/maker.rb:11:in `make'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; from /home/betelgeuse/bin/rss-changelog:153
&lt;br&gt;&amp;lt;/pre&amp;gt;
&lt;br&gt;&lt;br&gt;The full script is here &lt;a href=&quot;http://github.com/betelgeuse/scripts/blob/324ec2a18d473c39dfd9e3e12edc4fc0ecaa5990/rss-changelog&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/betelgeuse/scripts/blob/324ec2a18d473c39dfd9e3e12edc4fc0ecaa5990/rss-changelog&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26923---Bug--2406--Regression-in-RSS-2.0-creation-tp26539738p26539738.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26537387</id>
	<title>[ruby-core:26922] [Bug #2147](Closed) Cannot pp DelegateClass derived classes:  undefined method `inspect' NameError</title>
	<published>2009-11-26T18:57:07Z</published>
	<updated>2009-11-26T18:57:07Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2147 has been updated by Yuki Sonoda.
&lt;br&gt;&lt;br&gt;Status changed from Open to Closed
&lt;br&gt;% Done changed from 0 to 100
&lt;br&gt;&lt;br&gt;This issue was solved with changeset r25951.
&lt;br&gt;Mike, thank you for reporting this issue.
&lt;br&gt;Your contribution to Ruby is greatly appreciated.
&lt;br&gt;May Ruby be with you.
&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2147&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2147&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A25804---Bug--2147--Cannot-pp-DelegateClass-derived-classes%3A--undefined-method-%60inspect%27-NameError-tp25630614p26537387.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26536058</id>
	<title>[ruby-core:26921] [Bug #1157] missing zlib.rb?</title>
	<published>2009-11-26T15:06:09Z</published>
	<updated>2009-11-26T15:06:09Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #1157 has been updated by Ryan Bigg.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I too have encountered this issue with a completely bare-bones installation of Ruby 1.9.1-p243.
&lt;br&gt;&lt;br&gt;To fix it, I followed Lutz steps about downloading and compiling zlib and then I cd'd into the /ext/zlib directory, ran ruby extconf.rb &amp;&amp; make &amp;&amp; sudo make install then &amp;quot;sudo gem install rails&amp;quot; worked. I feel that going through the whole Ruby ./configure &amp;&amp; make &amp;&amp; sudo make install process is excessive.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/1157&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/1157&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A22058---Bug--1157--missing-zlib.rb--tp22009715p26536058.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26535793</id>
	<title>[ruby-core:26920] Re: email from redmine</title>
	<published>2009-11-26T14:37:13Z</published>
	<updated>2009-11-26T14:37:13Z</updated>
	<author>
		<name>danielcavanagh</name>
	</author>
	<content type="html">&amp;gt; On Tue, Nov 24, 2009 at 12:17 PM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26535793&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;danielcavanagh@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; i'm just wondering how i get redmine to send out an email to this list
&lt;br&gt;&amp;gt;&amp;gt; when i update an issue. i made an update on the 17th and it still hasn't
&lt;br&gt;&amp;gt;&amp;gt; come through (to this list), so i'm guessing there is something else i
&lt;br&gt;&amp;gt;&amp;gt; need to do?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Which issue? It was possibly a bug of redmine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- Yuki Sonoda (Yugui)
&lt;br&gt;&lt;br&gt;thanks yugui
&lt;br&gt;&lt;br&gt;the issue is &lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/452&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/452&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26889--email-from-redmine-tp26489915p26535793.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26535726</id>
	<title>[ruby-core:26919] Re: email from redmine</title>
	<published>2009-11-26T14:29:31Z</published>
	<updated>2009-11-26T14:29:31Z</updated>
	<author>
		<name>danielcavanagh</name>
	</author>
	<content type="html">&amp;gt; On Tue, Nov 24, 2009 at 12:17 PM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26535726&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;danielcavanagh@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; i'm just wondering how i get redmine to send out an email to this list
&lt;br&gt;&amp;gt;&amp;gt; when i update an issue. i made an update on the 17th and it still hasn't
&lt;br&gt;&amp;gt;&amp;gt; come through (to this list), so i'm guessing there is something else i
&lt;br&gt;&amp;gt;&amp;gt; need to do?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Which issue? It was possibly a bug of redmine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- Yuki Sonoda (Yugui)
&lt;br&gt;&lt;br&gt;thanks yugui
&lt;br&gt;&lt;br&gt;the issue is &lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/452&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/452&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26889--email-from-redmine-tp26489915p26535726.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26534196</id>
	<title>[ruby-core:26918] [Backport #2326] 1.8.7 Segmentation fault</title>
	<published>2009-11-26T11:50:20Z</published>
	<updated>2009-11-26T11:50:20Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2326 has been updated by Bryan McLellan.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I'm sending a patch containing Kirk's fix to debian and ubuntu as it is affecting a number of users on Ubuntu 9.10 (karmic).
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://bugs.launchpad.net/ruby/+bug/488115&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.launchpad.net/ruby/+bug/488115&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557924&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557924&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://tickets.opscode.com/browse/CHEF-530&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://tickets.opscode.com/browse/CHEF-530&lt;/a&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2326&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2326&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26497---Bug--2326--1.8.7-Segmentation-fault-tp26180745p26534196.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26528352</id>
	<title>[ruby-core:26917] Re: email from redmine</title>
	<published>2009-11-26T03:47:23Z</published>
	<updated>2009-11-26T03:47:23Z</updated>
	<author>
		<name>Yugui (Yuki Sonoda)</name>
	</author>
	<content type="html">On Tue, Nov 24, 2009 at 12:17 PM, &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26528352&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;danielcavanagh@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; i'm just wondering how i get redmine to send out an email to this list
&lt;br&gt;&amp;gt; when i update an issue. i made an update on the 17th and it still hasn't
&lt;br&gt;&amp;gt; come through (to this list), so i'm guessing there is something else i
&lt;br&gt;&amp;gt; need to do?
&lt;br&gt;&lt;br&gt;Which issue? It was possibly a bug of redmine.
&lt;br&gt;&lt;br&gt;-- Yuki Sonoda (Yugui)
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26889--email-from-redmine-tp26489915p26528352.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26528301</id>
	<title>[ruby-core:26916] [Bug #2404](Closed) [PATCH] force_encoding on frozen string in gem_prelude</title>
	<published>2009-11-26T03:45:52Z</published>
	<updated>2009-11-26T03:45:52Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2404 has been updated by Yui NARUSE.
&lt;br&gt;&lt;br&gt;Category set to core
&lt;br&gt;Status changed from Assigned to Closed
&lt;br&gt;Target version set to 1.9.2
&lt;br&gt;&lt;br&gt;fixed at r25932.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2404&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2404&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26910---Bug--2404---PATCH--force_encoding-on-frozen-string-in-gem_prelude-tp26520011p26528301.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26528218</id>
	<title>[ruby-core:26915] Re: Caching #to_s for immutables (and a possible future for constant-folding)</title>
	<published>2009-11-26T03:43:06Z</published>
	<updated>2009-11-26T03:43:06Z</updated>
	<author>
		<name>NARUSE, Yui-2</name>
	</author>
	<content type="html">Kurt Stephens wrote:
&lt;br&gt;&amp;gt; &amp;nbsp; I have a proof-of-concept patch to MRI that caches #to_s values for
&lt;br&gt;&amp;gt; immutable values. &amp;nbsp;It is implemented using a few fixed size hash tables.
&lt;br&gt;&lt;br&gt;I'm interested this idea,
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;nbsp; It requires a minor semantic change to Ruby core. &amp;nbsp;In practice, most
&lt;br&gt;&amp;gt; Ruby String literals quickly become garbage. &amp;nbsp;This minor change could
&lt;br&gt;&amp;gt; cascade into a huge performance improvement for all Ruby implementations
&lt;br&gt;&amp;gt; -- as will be illustrated below:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; #to_s may return frozen Strings.
&lt;br&gt;&lt;br&gt;This restriction seems big.
&lt;br&gt;&lt;br&gt;&amp;gt; Let me know if anyone is interested in this idea and patch:
&lt;br&gt;&lt;br&gt;If you have a patch, attach it, and we can try it in real world.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;NARUSE, Yui &amp;nbsp;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26528218&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;naruse@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26869--Caching--to_s-for-immutables-%28and-a-possible-future-for-constant-folding%29-tp26471848p26528218.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26525012</id>
	<title>[ruby-core:26914] [Bug #2403](Closed) Segment fault when converting method to block</title>
	<published>2009-11-25T22:54:05Z</published>
	<updated>2009-11-25T22:54:05Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2403 has been updated by Nobuyoshi Nakada.
&lt;br&gt;&lt;br&gt;Status changed from Assigned to Closed
&lt;br&gt;&lt;br&gt;Already fixed in 1.8.7 (2009-02-19 patchlevel 128).
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2403&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2403&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26909---Bug--2403--Segment-fault-when-converting-method-to-block-tp26518213p26525012.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26523305</id>
	<title>[ruby-core:26913] [Feature #2022](Assigned) Patch for openssl-1.0</title>
	<published>2009-11-25T17:52:36Z</published>
	<updated>2009-11-25T17:52:36Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2022 has been updated by Yui NARUSE.
&lt;br&gt;&lt;br&gt;Status changed from Open to Assigned
&lt;br&gt;&lt;br&gt;What's current status?
&lt;br&gt;Fedora 12 uses openssl 1.0 Beta 3; So Fedora people can't build ruby now.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2022&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2022&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A25210---Feature--2022--Patch-for-ruby-1.8.6-and-openssl-1.0-tp25216693p26523305.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520736</id>
	<title>[ruby-core:26912] [Bug #2404] [PATCH] force_encoding on frozen string in gem_prelude</title>
	<published>2009-11-25T13:37:19Z</published>
	<updated>2009-11-25T13:37:19Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2404 has been updated by Jeremy Kemper.
&lt;br&gt;&lt;br&gt;&lt;br&gt;To replicate on any platform:
&lt;br&gt;&lt;br&gt;GEM_HOME=foo ruby -e ''
&lt;br&gt;&lt;br&gt;Verified that the patch fixes it.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2404&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2404&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26910---Bug--2404---PATCH--force_encoding-on-frozen-string-in-gem_prelude-tp26520011p26520736.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520319</id>
	<title>[ruby-core:26911] [Bug #2404] [PATCH] force_encoding on frozen string in gem_prelude</title>
	<published>2009-11-25T13:07:32Z</published>
	<updated>2009-11-25T13:07:32Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2404 has been updated by Sam Ruby.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Problem only occurs if the GEM_HOME environment variable is set.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2404&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2404&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26910---Bug--2404---PATCH--force_encoding-on-frozen-string-in-gem_prelude-tp26520011p26520319.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520011</id>
	<title>[ruby-core:26910] [Bug #2404] [PATCH] force_encoding on frozen string in gem_prelude</title>
	<published>2009-11-25T12:46:07Z</published>
	<updated>2009-11-25T12:46:07Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Bug #2404: [PATCH] force_encoding on frozen string in gem_prelude
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2404&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2404&lt;/a&gt;&lt;br&gt;&lt;br&gt;Author: Sam Ruby
&lt;br&gt;Status: Open, Priority: High
&lt;br&gt;Category: core
&lt;br&gt;ruby -v: ruby 1.9.2dev (2009-11-26 trunk 25926) [i686-linux]
&lt;br&gt;&lt;br&gt;Simply entering any gem command or even irb on Ubuntu produces the following:
&lt;br&gt;&lt;br&gt;Error loading gem paths on load path in gem_prelude
&lt;br&gt;can't modify frozen string
&lt;br&gt;&amp;lt;internal:gem_prelude&amp;gt;:70:in `force_encoding'
&lt;br&gt;&amp;lt;internal:gem_prelude&amp;gt;:70:in `set_home'
&lt;br&gt;&amp;lt;internal:gem_prelude&amp;gt;:38:in `dir'
&lt;br&gt;&amp;lt;internal:gem_prelude&amp;gt;:83:in `set_paths'
&lt;br&gt;&amp;lt;internal:gem_prelude&amp;gt;:47:in `path'
&lt;br&gt;&amp;lt;internal:gem_prelude&amp;gt;:227:in `push_all_highest_version_gems_on_load_path'
&lt;br&gt;&amp;lt;internal:gem_prelude&amp;gt;:301:in `&amp;lt;compiled&amp;gt;'
&lt;br&gt;&lt;br&gt;Note: on Linux, File::ALT_SEPARATOR=nil, so the gsub will not be executed.
&lt;br&gt;&lt;br&gt;Patch attached.
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26910---Bug--2404---PATCH--force_encoding-on-frozen-string-in-gem_prelude-tp26520011p26520011.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518213</id>
	<title>[ruby-core:26909] [Bug #2403] Segment fault when converting method to block</title>
	<published>2009-11-25T10:48:00Z</published>
	<updated>2009-11-25T10:48:00Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Bug #2403: Segment fault when converting method to block
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2403&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2403&lt;/a&gt;&lt;br&gt;&lt;br&gt;Author: Jan Berdajs
&lt;br&gt;Status: Open, Priority: High
&lt;br&gt;ruby -v: ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
&lt;br&gt;&lt;br&gt;When trying to convert a method to a block with the ampersand operator, I get a segfault. I'm on Ubuntu, ruby from packages (see version).
&lt;br&gt;Test code: &lt;a href=&quot;http://www.pastie.org/714918&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.pastie.org/714918&lt;/a&gt;&lt;br&gt;Temp. fix: change &amp;:metoda to &amp;method(:metoda)
&lt;br&gt;&lt;br&gt;Error output:
&lt;br&gt;test.rb:10: [BUG] Segmentation fault
&lt;br&gt;ruby 1.8.7 (2008-08-11 patchlevel 72) [i486-linux]
&lt;br&gt;&lt;br&gt;Aborted
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26909---Bug--2403--Segment-fault-when-converting-method-to-block-tp26518213p26518213.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516039</id>
	<title>[ruby-core:26908] [Bug #2394] [BUG] pthread_mutex_lock: 22 revisited</title>
	<published>2009-11-25T08:40:15Z</published>
	<updated>2009-11-25T08:40:15Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2394 has been updated by Roger Pack.
&lt;br&gt;&lt;br&gt;&lt;br&gt;ruby -e 'fork { puts }' doesn't seem to quite do it, though maybe it would if I ran it over and over again.
&lt;br&gt;&lt;br&gt;Here's a more minimalistic test for it (reproduces every time):
&lt;br&gt;&lt;br&gt;require 'forkoff' # gem
&lt;br&gt;a = File.open('bii', 'w')
&lt;br&gt;[1].forkoff { |n|
&lt;br&gt;&amp;nbsp;a.write '1'
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;br&gt;[BUG] pthread_mutex_lock: Invalid argument (EINVAL)
&lt;br&gt;ruby 1.9.2dev (2009-11-26 trunk 25926) [i686-linux]
&lt;br&gt;&lt;br&gt;-- control frame ----------
&lt;br&gt;---------------------------
&lt;br&gt;&lt;br&gt;-- C level backtrace information -------------------------------------------
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9(rb_vm_bugreport+0x72) [0xb7e76992]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9 [0xb7d53581]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9(rb_bug+0x3a) [0xb7d5363a]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9(rb_bug_errno+0x7f5) [0xb7d543c5]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9(rb_thread_blocking_region+0x1fa) [0xb7e7d35a]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9 [0xb7d78d9a]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9 [0xb7d7b2be]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9(rb_io_fptr_finalize+0xe4) [0xb7d7b4d4]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9 [0xb7d69746]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9 [0xb7d6a632]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9(ruby_cleanup+0x12e) [0xb7d58f9e]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9 [0xb7e7c71e]
&lt;br&gt;/home/rdp/installs/ruby_trunk_installed//lib/libruby.so.1.9 [0xb7e7c761]
&lt;br&gt;/lib/libpthread.so.0 [0xb7cdffc0]
&lt;br&gt;/lib/libc.so.6(clone+0x5e) [0xb7bfea1e]
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2394&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2394&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26877---Bug--2394---BUG--pthread_mutex_lock%3A-22-revisited-tp26486514p26516039.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513595</id>
	<title>[ruby-core:26907] Re: [Bug #2378] Regression in ParseDate.parsedate('nn-nn')</title>
	<published>2009-11-25T06:29:19Z</published>
	<updated>2009-11-25T06:29:19Z</updated>
	<author>
		<name>Rick DeNatale</name>
	</author>
	<content type="html">On Mon, Nov 23, 2009 at 9:59 PM, Hiro Asari &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26513595&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;redmine@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; Issue #2378 has been updated by Hiro Asari.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I beg to differ. If you tell 100 programmers that &amp;quot;11-09&amp;quot; is some combination of date and time, I wager that the vast majority will answer: &amp;quot;November 9th&amp;quot;, &amp;quot;11th of September&amp;quot; or &amp;quot;November, 2009&amp;quot;, maybe &amp;quot;2011 September&amp;quot;.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Maybe we should only support ISO 8601, in which case &amp;quot;nn-nn&amp;quot; seems invalid (please correct me if I'm wrong).
&lt;br&gt;&lt;br&gt;ISO 8601 is really for computer interchange of time date information
&lt;br&gt;as I understand it.
&lt;br&gt;&lt;br&gt;That's important, but most use cases of date parsing would I think
&lt;br&gt;deal with parsing user input, and that has to deal with the vagaries
&lt;br&gt;of world culture:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Date_and_time_notation_by_country&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Date_and_time_notation_by_country&lt;/a&gt;&lt;br&gt;&lt;br&gt;To most non-Americans 9/11 means September 11, but to the rest of the
&lt;br&gt;world it means November 9. &amp;nbsp; Personally when I write dates I tend to
&lt;br&gt;write either 11 September or 9 November for this reason.
&lt;br&gt;&lt;br&gt;Ruby 1.8 tried to deal with this with heuristics, but I realize that
&lt;br&gt;the problem is pretty hard,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Rick DeNatale
&lt;br&gt;&lt;br&gt;Blog: &lt;a href=&quot;http://talklikeaduck.denhaven2.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://talklikeaduck.denhaven2.com/&lt;/a&gt;&lt;br&gt;Twitter: &lt;a href=&quot;http://twitter.com/RickDeNatale&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/RickDeNatale&lt;/a&gt;&lt;br&gt;WWR: &lt;a href=&quot;http://www.workingwithrails.com/person/9021-rick-denatale&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.workingwithrails.com/person/9021-rick-denatale&lt;/a&gt;&lt;br&gt;LinkedIn: &lt;a href=&quot;http://www.linkedin.com/in/rickdenatale&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.linkedin.com/in/rickdenatale&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26772---Bug--2378--Regression-in-ParseDate.parsedate%28%27nn-nn%27%29-tp26378834p26513595.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26509965</id>
	<title>[ruby-core:26906] Re: [Bug #1525](Closed) Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?</title>
	<published>2009-11-25T01:48:08Z</published>
	<updated>2009-11-25T01:48:08Z</updated>
	<author>
		<name>danielcavanagh</name>
	</author>
	<content type="html">On 25/11/2009, at 5:57 PM, Tanaka Akira wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; In article &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509965&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4B07C4C5.8060102@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;&amp;gt; &amp;nbsp;Hongli Lai &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509965&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hongli@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; % ./ruby -e 'fork { puts }'
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -e:1: [BUG] native_mutex_unlock return non-zero: 1
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ruby 1.9.2dev (2009-11-19 trunk 25848) [x86_64-freebsd6.4]
&lt;br&gt;&amp;gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; This is what I get on FreeBSD 7.1-RELEASE:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; FreeBSD 8.0-RELEASE behaves similar to FreeBSD 6.4.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; % uname -mrsv
&lt;br&gt;&amp;gt; FreeBSD 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26509965&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;root@...&lt;/a&gt;:/usr/obj/usr/src/sys/GENERIC &amp;nbsp;i386
&lt;br&gt;&amp;gt; % ./ruby -e 'fork { puts }'
&lt;br&gt;&amp;gt; -e:1: [BUG] pthread_mutex_unlock: Operation not permitted (EPERM)
&lt;br&gt;&amp;gt; ruby 1.9.2dev (2009-11-25 trunk 25911) [i386-freebsd8.0]
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -- control frame ----------
&lt;br&gt;&amp;gt; c:0009 p:---- s:0020 b:0020 l:000019 d:000019 CFUNC &amp;nbsp;:write
&lt;br&gt;&amp;gt; c:0008 p:---- s:0018 b:0018 l:000017 d:000017 CFUNC &amp;nbsp;:puts
&lt;br&gt;&amp;gt; c:0007 p:---- s:0016 b:0016 l:000015 d:000015 CFUNC &amp;nbsp;:puts
&lt;br&gt;&amp;gt; c:0006 p:0009 s:0013 b:0013 l:0010a4 d:000012 BLOCK &amp;nbsp;-e:1
&lt;br&gt;&amp;gt; c:0005 p:---- s:0011 b:0011 l:000010 d:000010 FINISH
&lt;br&gt;&amp;gt; c:0004 p:---- s:0009 b:0009 l:000008 d:000008 CFUNC &amp;nbsp;:fork
&lt;br&gt;&amp;gt; c:0003 p:0009 s:0006 b:0006 l:0010a4 d:000004 EVAL &amp;nbsp; -e:1
&lt;br&gt;&amp;gt; c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
&lt;br&gt;&amp;gt; c:0001 p:0000 s:0002 b:0002 l:0010a4 d:0010a4 TOP &amp;nbsp; 
&lt;br&gt;&amp;gt; ---------------------------
&lt;br&gt;&amp;gt; -e:1:in `&amp;lt;main&amp;gt;'
&lt;br&gt;&amp;gt; -e:1:in `fork'
&lt;br&gt;&amp;gt; -e:1:in `block in &amp;lt;main&amp;gt;'
&lt;br&gt;&amp;gt; -e:1:in `puts'
&lt;br&gt;&amp;gt; -e:1:in `puts'
&lt;br&gt;&amp;gt; -e:1:in `write'
&lt;/div&gt;&lt;br&gt;exactly the same thing happens on netbsd 5.0.1, if that helps
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A23572---Bug--1525--Deadlock-in-Ruby-1.9%27s-VM-caused-by-ConditionVariable.wait-and-fork--tp23746364p26509965.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26509217</id>
	<title>[ruby-core:26905] [Backport #2267](Assigned) IO#sync = true causes offset to not be updated after writing on OS X/FreeBSD</title>
	<published>2009-11-25T00:48:04Z</published>
	<updated>2009-11-25T00:48:04Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2267 has been updated by Shyouhei Urabe.
&lt;br&gt;&lt;br&gt;Status changed from Closed to Assigned
&lt;br&gt;Assigned to set to Kirk Haines
&lt;br&gt;&lt;br&gt;I don't have neither environment to reproduce so please reject it if not, but it seems to me that this issue affects 1.8.6.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2267&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2267&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26300---Bug--2267--IO-sync-%3D-true-causes-offset-to-not-be-updated-after-writing-on-OS-X-FreeBSD-tp26051998p26509217.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508761</id>
	<title>[ruby-core:26904] Re: [Bug #1525](Closed) Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?</title>
	<published>2009-11-24T23:57:29Z</published>
	<updated>2009-11-24T23:57:29Z</updated>
	<author>
		<name>Tanaka Akira-3</name>
	</author>
	<content type="html">In article &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508761&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;4B07C4C5.8060102@...&lt;/a&gt;&amp;gt;,
&lt;br&gt;&amp;nbsp; Hongli Lai &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508761&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hongli@...&lt;/a&gt;&amp;gt; writes:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; % ./ruby -e 'fork { puts }'
&lt;br&gt;&amp;gt;&amp;gt; -e:1: [BUG] native_mutex_unlock return non-zero: 1
&lt;br&gt;&amp;gt;&amp;gt; ruby 1.9.2dev (2009-11-19 trunk 25848) [x86_64-freebsd6.4]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is what I get on FreeBSD 7.1-RELEASE:
&lt;br&gt;&lt;br&gt;FreeBSD 8.0-RELEASE behaves similar to FreeBSD 6.4.
&lt;br&gt;&lt;br&gt;% uname -mrsv
&lt;br&gt;FreeBSD 8.0-RELEASE FreeBSD 8.0-RELEASE #0: Sat Nov 21 15:48:17 UTC 2009 &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508761&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;root@...&lt;/a&gt;:/usr/obj/usr/src/sys/GENERIC &amp;nbsp;i386
&lt;br&gt;% ./ruby -e 'fork { puts }'
&lt;br&gt;-e:1: [BUG] pthread_mutex_unlock: Operation not permitted (EPERM)
&lt;br&gt;ruby 1.9.2dev (2009-11-25 trunk 25911) [i386-freebsd8.0]
&lt;br&gt;&lt;br&gt;-- control frame ----------
&lt;br&gt;c:0009 p:---- s:0020 b:0020 l:000019 d:000019 CFUNC &amp;nbsp;:write
&lt;br&gt;c:0008 p:---- s:0018 b:0018 l:000017 d:000017 CFUNC &amp;nbsp;:puts
&lt;br&gt;c:0007 p:---- s:0016 b:0016 l:000015 d:000015 CFUNC &amp;nbsp;:puts
&lt;br&gt;c:0006 p:0009 s:0013 b:0013 l:0010a4 d:000012 BLOCK &amp;nbsp;-e:1
&lt;br&gt;c:0005 p:---- s:0011 b:0011 l:000010 d:000010 FINISH
&lt;br&gt;c:0004 p:---- s:0009 b:0009 l:000008 d:000008 CFUNC &amp;nbsp;:fork
&lt;br&gt;c:0003 p:0009 s:0006 b:0006 l:0010a4 d:000004 EVAL &amp;nbsp; -e:1
&lt;br&gt;c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
&lt;br&gt;c:0001 p:0000 s:0002 b:0002 l:0010a4 d:0010a4 TOP &amp;nbsp; 
&lt;br&gt;---------------------------
&lt;br&gt;-e:1:in `&amp;lt;main&amp;gt;'
&lt;br&gt;-e:1:in `fork'
&lt;br&gt;-e:1:in `block in &amp;lt;main&amp;gt;'
&lt;br&gt;-e:1:in `puts'
&lt;br&gt;-e:1:in `puts'
&lt;br&gt;-e:1:in `write'
&lt;br&gt;&lt;br&gt;[NOTE]
&lt;br&gt;You may have encountered a bug in the Ruby interpreter or extension libraries.
&lt;br&gt;Bug reports are welcome.
&lt;br&gt;For details: &lt;a href=&quot;http://www.ruby-lang.org/bugreport.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ruby-lang.org/bugreport.html&lt;/a&gt;&lt;br&gt;-- 
&lt;br&gt;Tanaka Akira
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A23572---Bug--1525--Deadlock-in-Ruby-1.9%27s-VM-caused-by-ConditionVariable.wait-and-fork--tp23746364p26508761.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508673</id>
	<title>[ruby-core:26903] [Backport #2240](Assigned) returning from Monitor#synchronize causes 'ThreadError: killed thread' when no waiting thread is alive</title>
	<published>2009-11-24T23:47:31Z</published>
	<updated>2009-11-24T23:47:31Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2240 has been updated by Shyouhei Urabe.
&lt;br&gt;&lt;br&gt;Status changed from Closed to Assigned
&lt;br&gt;Assigned to set to Kirk Haines
&lt;br&gt;&lt;br&gt;1.8.6 also fails on this test case.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2240&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2240&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26185---Bug--2240--returning-from-Monitor-synchronize-causes-%27ThreadError%3A-killed-thread%27-when-no-waiting-thread-is-alive-tp25977638p26508673.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508508</id>
	<title>[ruby-core:26902] [Backport #2202](Assigned) Call to a removed method doesn't raise an exception</title>
	<published>2009-11-24T23:23:39Z</published>
	<updated>2009-11-24T23:23:39Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2202 has been updated by Shyouhei Urabe.
&lt;br&gt;&lt;br&gt;Status changed from Closed to Assigned
&lt;br&gt;Assigned to set to Kirk Haines
&lt;br&gt;Priority changed from High to Normal
&lt;br&gt;&lt;br&gt;As the original message reports, 1.8.6 has this issue and should backport the fix.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2202&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2202&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26074---Bug--2202--Call-to-a-removed-method-doesn%27t-raise-an-exception-tp25883419p26508508.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26507984</id>
	<title>[ruby-core:26901] Re: [Bug #2400] string formating in, e. g. rb_raise, is truncated differently depending on OS/build environment</title>
	<published>2009-11-24T22:05:13Z</published>
	<updated>2009-11-24T22:05:13Z</updated>
	<author>
		<name>Nobuyoshi Nakada-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;At Wed, 25 Nov 2009 09:22:52 +0900,
&lt;br&gt;Florian Frank wrote in [ruby-core:26899]:
&lt;br&gt;&amp;gt; I am not sure if this is a problem. A method like this:
&lt;br&gt;&lt;br&gt;I don't think it is.
&lt;br&gt;&lt;br&gt;&amp;gt; The same happens also in rb_warn and maybe a lot of other
&lt;br&gt;&amp;gt; ruby functions. Apparently the variable BUFSIZ defined in
&lt;br&gt;&amp;gt; stdio.h determines the length of this formatting buffer in
&lt;br&gt;&amp;gt; the source file error.c, but it has a different value on
&lt;br&gt;&amp;gt; different platforms. Maybe the buffers should all have the
&lt;br&gt;&amp;gt; same length?
&lt;br&gt;&lt;br&gt;Rather, you should get rid of such too long messages, IMO.
&lt;br&gt;Who wants to see the flood by a message?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nobu Nakada
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26899---Bug--2400--string-formating-in%2C-e.-g.-rb_raise%2C-is-truncated-differently-depending-on-OS-build-environment-tp26505634p26507984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26507827</id>
	<title>[ruby-core:26900] [Bug #2378] Regression in ParseDate.parsedate('nn-nn')</title>
	<published>2009-11-24T21:42:43Z</published>
	<updated>2009-11-24T21:42:43Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Issue #2378 has been updated by Hiro Asari.
&lt;br&gt;&lt;br&gt;&lt;br&gt;I agree that the intended meaning of &amp;quot;11-09&amp;quot; is ambiguous, but the current behavior is surprising all the same.
&lt;br&gt;&lt;br&gt;I am OK with Ruby behaving the way it is, as long as it is specified.
&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2378&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2378&lt;/a&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26772---Bug--2378--Regression-in-ParseDate.parsedate%28%27nn-nn%27%29-tp26378834p26507827.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26505634</id>
	<title>[ruby-core:26899] [Bug #2400] string formating in, e. g. rb_raise, is truncated differently depending on OS/build environment</title>
	<published>2009-11-24T16:22:52Z</published>
	<updated>2009-11-24T16:22:52Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Bug #2400: string formating in, e. g. rb_raise, is truncated differently depending on OS/build environment
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2400&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2400&lt;/a&gt;&lt;br&gt;&lt;br&gt;Author: Florian Frank
&lt;br&gt;Status: Open, Priority: Normal
&lt;br&gt;Category: core
&lt;br&gt;ruby -v: ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin9.7.0]
&lt;br&gt;&lt;br&gt;I am not sure if this is a problem. A method like this:
&lt;br&gt;&lt;br&gt;static VALUE mFoo_raise(VALUE self, VALUE msg)
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; rb_raise(rb_eRuntimeError, &amp;quot;'%s'&amp;quot;, RSTRING_PTR(msg));
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;causes different length in Exception#message on different platforms:
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; [ RUBY_PLATFORM, RUBY_VERSION, RUBY_PATCHLEVEL ] * ' '
&lt;br&gt;&amp;nbsp;# =&amp;gt; &amp;quot;i686-linux 1.8.7 174&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; Foo.raise &amp;quot;a&amp;quot; * 10_000 rescue $!.message.size 
&lt;br&gt;&amp;nbsp;# =&amp;gt; 8191
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; [ RUBY_PLATFORM, RUBY_VERSION, RUBY_PATCHLEVEL ] * ' '
&lt;br&gt;&amp;nbsp;# =&amp;gt; &amp;quot;i686-darwin9.7.0 1.8.7 174&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; Foo.raise &amp;quot;a&amp;quot; * 10_000 rescue $!.message.size 
&lt;br&gt;&amp;nbsp;# =&amp;gt; 1023
&lt;br&gt;&lt;br&gt;Under Windows this seems to be 511.
&lt;br&gt;&lt;br&gt;The same happens also in rb_warn and maybe a lot of other ruby functions. Apparently the variable BUFSIZ defined in stdio.h determines the length of this formatting buffer in the source file error.c, but it has a different value on different platforms. Maybe the buffers should all have the same length?
&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26899---Bug--2400--string-formating-in%2C-e.-g.-rb_raise%2C-is-truncated-differently-depending-on-OS-build-environment-tp26505634p26505634.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26502557</id>
	<title>[ruby-core:26898] [Bug #2399] pthread_mutex_lock: 22</title>
	<published>2009-11-24T12:15:41Z</published>
	<updated>2009-11-24T12:15:41Z</updated>
	<author>
		<name>Aaron Patterson-5</name>
	</author>
	<content type="html">Bug #2399: pthread_mutex_lock: 22
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org/issues/show/2399&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org/issues/show/2399&lt;/a&gt;&lt;br&gt;&lt;br&gt;Author: Tim Pease
&lt;br&gt;Status: Open, Priority: Normal
&lt;br&gt;ruby -v: ruby 1.9.1p243
&lt;br&gt;&lt;br&gt;While working with some code that is forking two children and then registering signal handlers in the child processes, the following error crops up from time to time. The children are trapping on SIGHUP and then sending a message to the parent process (using a unix socket pair) that will restart the child.
&lt;br&gt;&lt;br&gt;&lt;br&gt;[BUG] pthread_mutex_lock: 22
&lt;br&gt;ruby 1.9.1p243 (2009-07-16 revision 24175) [i686-darwin10.2.0]
&lt;br&gt;&lt;br&gt;-- control frame ----------
&lt;br&gt;---------------------------
&lt;br&gt;-- Ruby level backtrace information-----------------------------------------
&lt;br&gt;&lt;br&gt;-- C level backtrace information -------------------------------------------
&lt;br&gt;0x1001085ed 0 &amp;nbsp; ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00000001001085ed rb_vm_bugreport + 77
&lt;br&gt;0x100027ce4 1 &amp;nbsp; ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x0000000100027ce4 report_bug + 260
&lt;br&gt;0x100027e78 2 &amp;nbsp; ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x0000000100027e78 rb_bug + 200
&lt;br&gt;0x100108f0f 3 &amp;nbsp; ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x0000000100108f0f native_mutex_lock + 31
&lt;br&gt;0x10010c3be 4 &amp;nbsp; ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x000000010010c3be set_unblock_function + 78
&lt;br&gt;0x10010e2cd 5 &amp;nbsp; ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x000000010010e2cd rb_thread_blocking_region + 93
&lt;br&gt;0x1000404ac 6 &amp;nbsp; ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00000001000404ac rb_write_internal + 44
&lt;br&gt;0x1000472ff 7 &amp;nbsp; ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00000001000472ff io_binwrite + 383
&lt;br&gt;0x1000476e0 8 &amp;nbsp; ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00000001000476e0 io_write + 528
&lt;br&gt;0x100102521 9 &amp;nbsp; ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x0000000100102521 vm_call0 + 833
&lt;br&gt;0x10010296f 10 &amp;nbsp;ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x000000010010296f rb_funcall + 527
&lt;br&gt;0x100042192 11 &amp;nbsp;ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x0000000100042192 rb_io_puts + 114
&lt;br&gt;0x1000f8b51 12 &amp;nbsp;ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00000001000f8b51 vm_call_cfunc + 337
&lt;br&gt;0x1000fa400 13 &amp;nbsp;ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00000001000fa400 vm_call_method + 896
&lt;br&gt;0x1000fb33c 14 &amp;nbsp;ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x00000001000fb33c vm_exec_core + 3164
&lt;br&gt;0x10010054e 15 &amp;nbsp;ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x000000010010054e vm_exec + 1102
&lt;br&gt;0x100101f93 16 &amp;nbsp;ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x0000000100101f93 rb_vm_invoke_proc + 691
&lt;br&gt;0x10010cfe3 17 &amp;nbsp;ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x000000010010cfe3 thread_start_func_2 + 835
&lt;br&gt;0x10010d101 18 &amp;nbsp;ruby &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0x000000010010d101 thread_start_func_1 + 17
&lt;br&gt;0x7fff84bc6f8e 19 &amp;nbsp;libSystem.B.dylib &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x00007fff84bc6f8e _pthread_start + 331
&lt;br&gt;0x7fff84bc6e41 20 &amp;nbsp;libSystem.B.dylib &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0x00007fff84bc6e41 thread_start + 13
&lt;br&gt;&lt;br&gt;[NOTE]
&lt;br&gt;You may encounter a bug of Ruby interpreter. Bug reports are welcome.
&lt;br&gt;For details: &lt;a href=&quot;http://www.ruby-lang.org/bugreport.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ruby-lang.org/bugreport.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;&lt;a href=&quot;http://redmine.ruby-lang.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://redmine.ruby-lang.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-ruby-core%3A26898---Bug--2399--pthread_mutex_lock%3A-22-tp26502557p26502557.html" />
</entry>

</feed>
