Project

General

Profile

Activity

From 06/25/2011 to 07/01/2011

07/01/2011

10:59 PM Feature #4893: Literal Instantiation breaks Object Model
Lazaridis Ilias wrote:
> Yukihiro Matsumoto wrote:
> > Introducing a new global status is a very bad idea. It does...
matz (Yukihiro Matsumoto)
02:12 PM Feature #4893: Literal Instantiation breaks Object Model
Yukihiro Matsumoto wrote:
> Introducing a new global status is a very bad idea. It doesn't work well with threads. ...
lazaridis.com (Lazaridis Ilias)
02:13 AM Feature #4893 (Rejected): Literal Instantiation breaks Object Model
Introducing a new global status is a very bad idea. It doesn't work
well with threads. Besides that, it makes prog...
matz (Yukihiro Matsumoto)
04:33 PM Feature #4512: [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant
Also pushed to "fcntl-dupfd-cloexec" branch of git://bogomips.org/ruby.git
http://bogomips.org/ruby.git/log/?h=fcntl...
normalperson (Eric Wong)
01:09 PM Feature #4512 (Feedback): [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant
I've reviewed linux kernel source code and concluded this patch doesn't have the same issue with O_CLOEXEC when run o... kosaki (Motohiro KOSAKI)
03:05 PM Bug #4958: Internal server error (PhusionPassenger::Rack::ApplicationSpawner::Error)
straceなどの情報を採取することは可能でしょうか? kosaki (Motohiro KOSAKI)
02:29 PM Bug #4958 (Closed): Internal server error (PhusionPassenger::Rack::ApplicationSpawner::Error)
障害内容:
PhusionPassenger 経由で Ruby on Rails のコンテンツを接続しているのですが、
数日前から Web ブラウザからアクセスすると「Internal server error 」が表示され、
...
iura (Masahiro Iura)
02:28 PM Bug #4956 (Closed): [PATCH] string.c (tr_s_bang): fix leak with heap strings
This issue was solved with changeset r32349.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)
11:21 AM Bug #4956 (Closed): [PATCH] string.c (tr_s_bang): fix leak with heap strings
Trivially reproduced with:
loop { "this string is too long to embed".tr_s!(" \t\r\n\f", " ") }
This also af...
normalperson (Eric Wong)
12:13 PM Bug #4957 (Closed): IO.copystream seems make hangup on cygwin (was 2011-07-01 Snapshot build)
2011年7月1日版 Snapshot をビルド→テストしたところ test_io.rb test_thread.rb で 12件エラー。
[~/tmp/snapshot] tar zxf snapshot.tar.gz; cd...
mfurui (Mitsuru FURUI)
11:08 AM Bug #4953 (Closed): [PATCH] thread.c (do_select): fix memory leak
This issue was solved with changeset r32348.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
kosaki (Motohiro KOSAKI)
08:07 AM Bug #4953 (Closed): [PATCH] thread.c (do_select): fix memory leak
Reproducible trivially:
loop { IO.select([$stdin], nil, nil, 0) }
If you prefer git:
git pull git://bo...
normalperson (Eric Wong)
10:58 AM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
nariです。
原因が大体わかったので、あとで再現コードとパッチ作ります。
とりあえず担当者を変えておきます。
authorNari (Narihiro Nakamura)
09:16 AM Bug #4951 (Closed): Fiber#resume causing segfault on Mac OS X 10.6.8
Hi, Dan
Thank you for your reporting.
I think 'Backport92' is right project to submit backport request.
I close ...
nagachika (Tomoyuki Chikanaga)
03:53 AM Bug #4951 (Closed): Fiber#resume causing segfault on Mac OS X 10.6.8
=begin
The following:
Fiber.new { puts "foo" }.resume
produces a segfault with the following output.
So...
dweinand (Dan Weinand)
08:28 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
Oh sorry, it must be:
module LangModuleSpecInObject
module LangModuleTop
end
end
include LangModuleSpecInO...
naruse (Yui NARUSE)
07:49 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
Can you elaborate?
If I remove "end" in the line 7, it works for me (otherwise, it was an syntax error).
matz.
matz (Yukihiro Matsumoto)
05:29 AM Bug #3422 (Assigned): Object.const_get(:A, false) can access BasicObject::A
Following code still doesn't work:
module LangModuleSpecInObject
module LangModuleTop
end
end
include Lang...
naruse (Yui NARUSE)
03:37 AM Bug #3422 (Closed): Object.const_get(:A, false) can access BasicObject::A
Yui NARUSE wrote:
> r32283 breaks following codes:
Oops, r32342 fix this. thanks!
naruse (Yui NARUSE)
03:36 AM Bug #3422 (Assigned): Object.const_get(:A, false) can access BasicObject::A
r32283 breaks following codes:
module LangModuleSpecInObject
module LangModuleTop
end
end
include LangModu...
naruse (Yui NARUSE)
08:23 AM Bug #4926 (Closed): --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
This issue was solved with changeset r32347.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is...
ko1 (Koichi Sasada)
07:29 AM Bug #4950 (Closed): ほぼ同時に異なる種類のシグナルを受信すると片方のシグナルハンドラが実行されない
This issue was solved with changeset r32345.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ...
ko1 (Koichi Sasada)
06:23 AM Bug #4950: ほぼ同時に異なる種類のシグナルを受信すると片方のシグナルハンドラが実行されない
 ささだです.

 ちょうど小崎さんに同じ問題を指摘されて,しかも解決策も提示して頂いたの
で,パッチを作っていました.これで動きます(デバッグプリント込み).

http://www.atdot.net/sp/...
ko1 (Koichi Sasada)
06:23 AM Bug #4950: ほぼ同時に異なる種類のシグナルを受信すると片方のシグナルハンドラが実行されない
 ささだです.

 ちょうど小崎さんに同じ問題を指摘されて,しかも解決策も提示して頂いたの
で,パッチを作っていました.これで動きます(デバッグプリント込み).

http://www.atdot.net/sp/...
ko1 (Koichi Sasada)
12:18 AM Bug #4950: ほぼ同時に異なる種類のシグナルを受信すると片方のシグナルハンドラが実行されない
シグナルがメインスレッドで処理されるまで配送を遅延しているので、タイマースレッドが polling をやめてしまうと配送が滞留するという問題みたいでした。
以下のように polling する条件に追加すると期待したような動作になりま...
nagachika (Tomoyuki Chikanaga)
12:04 AM Bug #4950 (Closed): ほぼ同時に異なる種類のシグナルを受信すると片方のシグナルハンドラが実行されない
以下のようなスクリプトを実行すると [1,2] か [2,1] が表示されることが期待されますが、
実際には [1] が表示されます(稀に [2] になることもあります)。
a = []
trap(:INT) { a.pus...
nagachika (Tomoyuki Chikanaga)
04:29 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
I have a working solution for MRI 1.8.7, 1.9 and REE. See https://github.com/kstephens/ref/tree/master-mri-gc_api. ... kstephens (Kurt Stephens)
12:23 AM Feature #3436: Spawn the timer thread lazily
On Wed, Jun 29, 2011 at 10:44:59PM +0900, Motohiro KOSAKI wrote:
> Issue #3436 has been updated by Motohiro KOSAKI....
Spakman (Mark Somerville)
12:17 AM Feature #4481 (Feedback): Add client_ca method to OpenSSL::SSLSocket
Just added Ippei's patch. I took the liberty to add a sentence to RDoc pointing out that in contrast to SSLContext#cl... MartinBosslet (Martin Bosslet)
12:12 AM Bug #4863 (Third Party's Issue): config.charset not found
元々外部のオプショナルなものが消失しただけなので、ext/iconv としてはどうすることもできません。せいぜいその二つのファイルを削除するくらいですね。
nobu (Nobuyoshi Nakada)
12:00 AM Bug #4544: Ripperで「:"a \n b \n c"」を正常にパースできない
Thank you for solving this issue ! exkazuu (Kazunori SAKAMOTO)

06/30/2011

11:54 PM Bug #4546 (Closed): ruby-indent-beg-re の値が壊れている
This issue was solved with changeset r32338.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ...
mrkn (Kenta Murata)
08:27 PM Bug #4546: ruby-indent-beg-re の値が壊れている
いれといてください。 nobu (Nobuyoshi Nakada)
11:48 PM Feature #4481 (Closed): Add client_ca method to OpenSSL::SSLSocket
This issue was solved with changeset r32337.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ...
Anonymous
10:38 PM Bug #4613 (Closed): define_method lacks trace events
Fixed by r32335. ko1 (Koichi Sasada)
10:12 PM Bug #4926: --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
辻本です。
>  というわけで,この比較を見てから判断したいのですが,すみませんがこの観
> 点からベンチマークなどを取ってみては頂けないでしょうか.
了解しました。
# Bugの話からそれてしまったので、パフォー...
ktsj (Kazuki Tsujimoto)
09:31 PM Bug #3971 (Closed): Problem compiling 1.9.2-p0 under AIX 5.3
This issue was solved with changeset r32333.
Glauber, thank you for reporting this issue.
Your contribution to Ruby i...
kanemoto (Yutaka Kanemoto)
09:23 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
遠藤です。

2011年6月30日21:11 Narihiro Nakamura <[email protected]>:
> もし、64KBのスタック領域でGCするのであれば、その情報を
> th->mach...
mame (Yusuke Endoh)
09:11 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
nariです。
もうしわけないんですが、Fiberはあんまりわかってないので、GCのスタックオー
バフロー対策についてお答えします。
現在のマークは、基本的にはオブジェクト、子オブジェクト、孫オブジェクト
と、gc_m...
authorNari (Narihiro Nakamura)
09:00 PM Feature #4893: Literal Instantiation breaks Object Model
Shyouhei Urabe wrote:
> Please wait matz. Maybe you can nudge him.
Would like to avoid to "nudge" him, he seems ...
lazaridis.com (Lazaridis Ilias)
07:37 PM Bug #4040: SystemStackError with Hash[*a] for Large _a_
Let us pending it to next version.... ko1 (Koichi Sasada)
05:39 PM Bug #3892 (Closed): ObjectSpace.count_tdata_objects の rdoc が ObjectSpace.count_nodes と同じ
r32323 で修正しました. ko1 (Koichi Sasada)
11:46 AM Bug #2545: Array#delete_if is borked if user calls 'break'
Just met this problem:
ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32]
I'd also consider it a bug and that ...
daz (Dave B)
11:44 AM Feature #4896: Add newpad() support to Curses
Hiroshi Nakamura wrote:
> My bad, I though curses does not have a maintainer, so I moved this out from 1.9.3.
> Shu...
shugo (Shugo Maeda)
11:37 AM Bug #1152: profiler.rb is not concurrent-execution threadsafe
I'm not the maintainer of profiler.rb. According to git blame,
it seems to be written by Matz and ocean, so I assig...
shugo (Shugo Maeda)
11:21 AM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
Oops, the n += 1 was misplaced indeed :)
I tried on Fedora 15 with the official 0.9.8k and was able to reproduce t...
MartinBosslet (Martin Bosslet)
11:09 AM Feature #4541: Inconsistent Array.slice()
What I think is less confusing is to always return an array when passing ranges, like the following example:
```ru...
rosenfeld (Rodrigo Rosenfeld Rosas)
06:47 AM Feature #4541: Inconsistent Array.slice()
Changing to "feature" as this is a spec change.
As I stated earlier, I'm against either propositions.
marcandre (Marc-Andre Lafortune)
04:49 AM Feature #4541: Inconsistent Array.slice()
This discussion might help explain the rational for the current behavior: http://blade.nagaokaut.ac.jp/cgi-bin/scat.r... gwright (Gary Wright)
07:03 AM Feature #4946 (Closed): Building libruby-static.a with option nodynamic and --with-static-link-ext doesn't disable dlopen
I uncomment option nodynamic in ext/Setup and run ./configure --with-static-link-ext, then make libruby-static.a
I...
regularfry (Alex Young)
05:41 AM Feature #2565: adding hooks for better tracing
Hi, I am interested in this functionality too. I'm interested in this because I have an application where object cre... tenderlovemaking (Aaron Patterson)
01:12 AM Bug #3880: Ruby 1.9.1 - crash in timeout.rb
This is a 3rd party issue, I guess. usa (Usaku NAKAMURA)
12:47 AM Bug #3606 (Closed): Thread.stop and puts fail to work as documented.
This issue was solved with changeset r32298.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
kosaki (Motohiro KOSAKI)
12:31 AM Bug #3137 (Closed): complex.rb changes exceptions of Math
This issue was solved with changeset r32297.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is...
keiju (Keiju Ishitsuka)
12:19 AM Bug #4944 (Closed): crash in FIPS mode after unchecked EVP_DigestInit_ex failure
=begin
I've got a host configured to be compliant with ((<U.S. Federal Information Processing Standard 140-2|URL:htt...
jared.jennings.ctr (Jared Jennings)
12:08 AM Bug #1145 (Closed): IRB adds trailing quote to wtring methods when performing auto-completion
This issue was solved with changeset r32295.
C, thank you for reporting this issue.
Your contribution to Ruby is grea...
keiju (Keiju Ishitsuka)

06/29/2011

11:08 PM Bug #2460 (Closed): RubySpecでFiberのSpecがおちる
元々の RubySpecでFiberのSpecがおちる問題はasariさんがspecを書き換えたことで解決しているので、残課題は595で取り扱うべきだと思います。重複クローズします。 kosaki (Motohiro KOSAKI)
11:08 PM Bug #595 (Closed): Fiber ignores ensure clause
kosaki (Motohiro KOSAKI)
11:02 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
スタックを食いつぶしてるのはGC処理だと最初に書いてあるのに、nariさんの見解が出てないのはどうしてでしょう?
スタックサイズを大きくすれば当然最大ファイバー数が減るので、想定スタック消費量の見解がないとスタックサイズ変更の決定な...
kosaki (Motohiro KOSAKI)
10:53 PM Feature #4222 (Closed): Irb tab completion support for the valid (but rare) obj::method invocation syntax
これはすでに対応していました。 keiju (Keiju Ishitsuka)
10:51 PM Bug #3760 (Closed): help "String.new" (for example) no longer works in irb
This issue was solved with changeset r32286.
Dave, thank you for reporting this issue.
Your contribution to Ruby is g...
keiju (Keiju Ishitsuka)
10:50 PM Bug #3231 (Feedback): Digest Does Not Build
Charlie, I heard that it doesn't happen for Usaku at present. Do you still suffer by this problem? Can you narrow dow... nahi (Hiroshi Nakamura)
10:44 PM Feature #3436 (Closed): Spawn the timer thread lazily
Fixed by r32244.
kosaki (Motohiro KOSAKI)
10:44 PM Bug #3919 (Closed): Ruby in PowerTOP - too many CPU wakeups
Fixed by r32244.

kosaki (Motohiro KOSAKI)
10:16 PM Bug #3880: Ruby 1.9.1 - crash in timeout.rb
Usa, can you take at look at this? If 'Feedback' is enough, reassign to me. nahi (Hiroshi Nakamura)
08:28 PM Feature #4541: Inconsistent Array.slice()
Nobuyoshi, could you explain why you don't find the current behavior confusing and would like to keep it as it is? Wh... rosenfeld (Rodrigo Rosenfeld Rosas)
12:54 PM Feature #4541: Inconsistent Array.slice()
This is not a bug.
I'm against the spec change of this behavior.
nobu (Nobuyoshi Nakada)
07:53 PM Bug #3150 (Third Party's Issue): net/https peer verification doesn't do anything
Finally I found that Apple ships patched version of OpenSSL.
http://www.opensource.apple.com/source/OpenSSL098/Ope...
nahi (Hiroshi Nakamura)
05:53 PM Feature #4896: Add newpad() support to Curses
I thought feature freeze was pushed back to end of June? zenspider (Ryan Davis)
05:52 PM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
The failure I was getting is from the wrong place of 'n += 1'. So it just means 1.0.0d is safe. And I can replicate t... nahi (Hiroshi Nakamura)
04:30 PM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
Great. Thanks. I changed the priority since Martin found the way to replicate. What makes the story more interesting ... nahi (Hiroshi Nakamura)
04:04 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
Eric Hodel wrote:
> This patch does not pick up the proper rbconfig.rb
Based on my tests, ./rbconfig.rb is the co...
lazaridis.com (Lazaridis Ilias)
02:46 AM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
This patch does not pick up the proper rbconfig.rb nor compiled executables like zlib, socket or openssl.
Look at ...
drbrain (Eric Hodel)
12:58 AM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
Unfortunately - you did not properly configure your ruby build and that was the issue - there is clearly the --disabl... wishdev (John Higgins)
03:53 PM Bug #1679 (Closed): rb_w32_getenv() invalidates previous environment pointers
usa (Usaku NAKAMURA)
03:52 PM Bug #1679: rb_w32_getenv() invalidates previous environment pointers
In current trunk (at least), this problem is not occurred.
The return value of getenv("RUBY_LIB") is rb_str_new()'ed...
usa (Usaku NAKAMURA)
02:20 PM Bug #3423 (Closed): Inconsistent behaviour of Module#const_get with included modules
This issue was solved with changeset r32283.
Magnus, thank you for reporting this issue.
Your contribution to Ruby is...
matz (Yukihiro Matsumoto)
02:20 PM Bug #3422 (Closed): Object.const_get(:A, false) can access BasicObject::A
This issue was solved with changeset r32283.
Magnus, thank you for reporting this issue.
Your contribution to Ruby is...
matz (Yukihiro Matsumoto)
01:55 PM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
Sorry, this issue must be covered by #3423.
matz.
matz (Yukihiro Matsumoto)
01:41 PM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
the patch should be applied before 1.9.3.
matz.
matz (Yukihiro Matsumoto)
02:08 PM Bug #4863 (Open): config.charset not found
shyouhei (Shyouhei Urabe)
01:43 PM Bug #4943 (Closed): test/testunit/test_parallel.rb reports an Error on mswin/mingw
1.9.3のcode freezeまでになんとかなる気がしてないので備忘録として。
1) Error:
test_quit(TestParallel::TestParallelWorker):
Errno::EPERM:...
usa (Usaku NAKAMURA)
01:08 PM Bug #4937 (Closed): trunk@32244 MinGW build failure - thread_win32.c
usa (Usaku NAKAMURA)
12:23 AM Bug #4937: trunk@32244 MinGW build failure - thread_win32.c
fixed by trunk@32268 with `make test` and `make test-all TESTS='openssl fiddle psych'` all passing jonforums (Jon Forums)
10:30 AM Bug #4241 (Closed): IMAPTest#test_imaps_verify_none does not stop
This bug was introduced by r30451, and fixed by reverting this at r30488.
And the original issue should be medicated...
nahi (Hiroshi Nakamura)
09:31 AM Feature #4893: Literal Instantiation breaks Object Model
Please wait matz. Maybe you can nudge him. shyouhei (Shyouhei Urabe)
02:54 AM Bug #3862 (Closed): Bugs in the OpenSSL extension on sparc64
Great! Thanks, Jeremy, for investigating the issue! MartinBosslet (Martin Bosslet)
01:04 AM Bug #3862: Bugs in the OpenSSL extension on sparc64
This appears to be fixed, running the following on OpenBSD-sparc64 -current works:
testrb test/openssl/test_*
...
jeremyevans0 (Jeremy Evans)
01:46 AM Feature #4936 (Assigned): Android標準ブラウザに対してWEBrickのDigest認証を行った際の挙動
既に Opera 向けの hack が入ってるようなので Android 向けの対応もまぁいいんじゃないでしょうか。
テスト書いたらコミットします。
naruse (Yui NARUSE)

06/28/2011

11:52 PM Bug #3660 (Rejected): Trace events seem to be missing
These trace messages is spec that ignore c-func and c-return event, now.
If you want to print c-func and c-return ...
keiju (Keiju Ishitsuka)
11:46 PM Bug #4445: ext/openssl の verify_callback が rb_protect で保護されていない
Thanks for the input, I will keep them in mind when investigating this! MartinBosslet (Martin Bosslet)
10:26 PM Bug #4445: ext/openssl の verify_callback が rb_protect で保護されていない
Note: #4611 and #4875 both crashes at ossl_ssl_verify_callback (1.9.2p274, 1.9.2p180.) I suspected this issue related... nahi (Hiroshi Nakamura)
11:28 PM Bug #3351: stack overflow on super
I had catched by this with rails/sequel/custom backend for delayed_jobs.
After figuring, I ought to do some manipula...
funny_falcon (Yura Sokolov)
11:17 PM Bug #4863: config.charset not found
前も別の API だから直ちに廃棄するつもりはないよって議論したような記憶があるんですが naruse (Yui NARUSE)
10:44 PM Bug #4863: config.charset not found
へ?
そりゃ初耳です。というかレガシーって宣言すればそれだけで廃棄していいんだ?
# かなり大きな話題のような...
shyouhei (Shyouhei Urabe)
06:55 PM Bug #4863 (Rejected): config.charset not found
iconvはレガシーライブラリであり、近い将来廃棄します。
nobu (Nobuyoshi Nakada)
11:08 PM Bug #3866: Multipart Form Parsing bug
http://blade.nagaokaut.ac.jp/cgi-bin/vframe.rb/ruby/ruby-dev/37506?37282-37744
と同じ問題のようですね。
xibbar (Takeyuki FUJIOKA)
10:25 AM Bug #3866: Multipart Form Parsing bug
Fujioka-san, thanks for your response. Please handle this.
Here's a ticket: http://web.archive.org/web/2009052308110...
nahi (Hiroshi Nakamura)
06:53 AM Bug #3866: Multipart Form Parsing bug
おはようございます。
# ruby-devはたぶん初投稿なのではじめまして。

とりあえず、何はともあれweb.archive.orgで調べたらなんかでてきました。
http://web.archive.org/we...
ayokura (Yoshihiko Nagoya)
06:53 AM Bug #3866: Multipart Form Parsing bug
おはようございます。
# ruby-devはたぶん初投稿なのではじめまして。

とりあえず、何はともあれweb.archive.orgで調べたらなんかでてきました。
http://web.archive.org/we...
ayokura (Yoshihiko Nagoya)
05:59 AM Bug #3866: Multipart Form Parsing bug
ruby-devでも救援募集です。

cgi.rbのmultipart-form周りで何か問題があるらしいんですが、参照先のRailsのチケット管理システムがなくなっている(移動した)らしく、詳細がわかりません。どなたか、コ...
nahi (Hiroshi Nakamura)
05:59 AM Bug #3866: Multipart Form Parsing bug
ruby-devでも救援募集です。

cgi.rbのmultipart-form周りで何か問題があるらしいんですが、参照先のRailsのチケット管理システムがなくなっている(移動した)らしく、詳細がわかりません。どなたか、コ...
nahi (Hiroshi Nakamura)
10:04 PM Bug #3128 (Open): Randomness specs
It's a Ruby language specification issue, so I clear 'Target version'. nahi (Hiroshi Nakamura)
09:46 PM Bug #4070 (Rejected): possible XMLRPC connectino leak
Shyouhei, I added a comment to the pull request. We can use call_async instead of call for non Keep-Alive TCP connect... nahi (Hiroshi Nakamura)
08:56 PM Bug #4931 (Closed): debug.rbでvarコマンドを実行するとTypeErrorで落ちる
ありがとうございました。r32271で修正しました。なんと、1.9以後誰もつかってなかったんですねvarコマンド。。。orz nahi (Hiroshi Nakamura)
08:50 PM Bug #3862: Bugs in the OpenSSL extension on sparc64
Yes, I'd really appreciate your help there since I neither have access to OpenBSD nor sparc64 right now. It would be ... MartinBosslet (Martin Bosslet)
11:32 AM Bug #3862: Bugs in the OpenSSL extension on sparc64
Based on the when I submitted this bug, I assume that the OpenSSL version was 0.9.8k (1.0.0a wasn't included in OpenB... jeremyevans0 (Jeremy Evans)
08:49 PM Feature #4893: Literal Instantiation breaks Object Model
Shyouhei Urabe wrote:
> Not sure about IBM737 but yes, 1.9.3 branch will be created from trunk.
Ok, I'm working n...
lazaridis.com (Lazaridis Ilias)
08:33 PM Bug #3924 (Open): Performance bug (in require?)
Oops, I'm very sorry. I wanted to close only #3906. Reopened it. nahi (Hiroshi Nakamura)
04:20 PM Bug #3924: Performance bug (in require?)
Well, you can't close both tickets as duplicates of each other.
Which one stays open? The Windows one or this one, ...
cabo (Carsten Bormann)
06:17 AM Bug #3924 (Closed): Performance bug (in require?)
I close this ticket as 'Duplicated'. Please refer #3924. nahi (Hiroshi Nakamura)
08:28 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
rubygems should *not* block ruby from running.
The attached WORKAROUND(!) patch "gem_prelude.diff" removes the blo...
lazaridis.com (Lazaridis Ilias)
04:28 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
Usaku NAKAMURA wrote:
> Sorry, I can't understand what you want to say in reality.
> (It's the limitation of my Eng...
lazaridis.com (Lazaridis Ilias)
04:12 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
Sorry, I can't understand what you want to say in reality.
(It's the limitation of my English skill, not your proble...
usa (Usaku NAKAMURA)
03:46 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
Usaku NAKAMURA wrote:
> It's spec.
> We don't support to run ruby without installation.
Even if you have such a ...
lazaridis.com (Lazaridis Ilias)
03:24 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
And, to run the installed ruby not just built one, you have to chdir to another directory than the build directory. nobu (Nobuyoshi Nakada)
02:55 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
In other words, you have to `nmake install` before you run the ruby.exe. shyouhei (Shyouhei Urabe)
02:47 PM Bug #4941 (Rejected): cannot load such file -- rubygems.rb (LoadError)
It's spec.
We don't support to run ruby without installation.
usa (Usaku NAKAMURA)
02:37 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
Correct formatting:
$ win32\configure
$ nmake
$ miniruby -e"p 'hello'" #=> hello
$ ruby -e"p 'hello'"
lazaridis.com (Lazaridis Ilias)
02:35 PM Bug #4941 (Rejected): cannot load such file -- rubygems.rb (LoadError)
=begin
From within the directory of a fresh trunk checkout:
$ win32\configure
$ nmake
$ miniruby -e"p 'hello'...
lazaridis.com (Lazaridis Ilias)
08:03 PM Bug #4939 (Third Party's Issue): Signal handling does not working if single grave accent ( ` ) initiated command was issued before Signal.trap
> I've suggest it's not a Ruby bug.
Then, closed. ;-)
kosaki (Motohiro KOSAKI)
01:47 PM Bug #4939: Signal handling does not working if single grave accent ( ` ) initiated command was issued before Signal.trap
The problem disappears after upgrade to Linux foo 2.6.39-0-generic #5~20110427-Ubuntu SMP Wed Apr 27 17:41:08 UTC 201... senotrusov (Stanislav Senotrusov)
01:04 PM Bug #4939: Signal handling does not working if single grave accent ( ` ) initiated command was issued before Signal.trap
Thank you for pointing #4777. I've just read it and found it similar.
As it #4777 in my case when I sent CONT sign...
senotrusov (Stanislav Senotrusov)
09:55 AM Bug #4939: Signal handling does not working if single grave accent ( ` ) initiated command was issued before Signal.trap
Looks similar to #4777. Would you please see that issue and try the resolution? (Updating Linux Kernel to 2.6.38.4 or... nahi (Hiroshi Nakamura)
09:53 AM Bug #4939 (Feedback): Signal handling does not working if single grave accent ( ` ) initiated command was issued before Signal.trap
nahi (Hiroshi Nakamura)
04:21 AM Bug #4939 (Third Party's Issue): Signal handling does not working if single grave accent ( ` ) initiated command was issued before Signal.trap
If grave accent ( ` ) shell command (`whoami` in the following case) is called BEFORE Signal.trap,
the signals will ...
senotrusov (Stanislav Senotrusov)
08:01 PM Feature #4512 (Assigned): [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant
> why not just give this to io.c/file.c maintainers?
We don't have io.c/file.c maintainers too. Anyway I assigned...
kosaki (Motohiro KOSAKI)
12:23 PM Feature #4512: [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant
Hiroshi Nakamura <[email protected]> wrote:
> We're looking for a fcntl maintainer...

Since fcntl is related...
normalperson (Eric Wong)
06:22 AM Feature #4512: [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant
We're looking for a fcntl maintainer... nahi (Hiroshi Nakamura)
06:53 PM Bug #3448: broken iconv library
iconv is a legacy library and will be removed from future releases, so its use is strongly discouraged. nobu (Nobuyoshi Nakada)
03:09 PM Feature #4197 (Closed): Improvement of the benchmark library
This issue was solved with changeset r32269.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is...
naruse (Yui NARUSE)
03:09 PM Bug #4940 (Closed): Fixes for the benchmark library
This issue was solved with changeset r32269.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is...
naruse (Yui NARUSE)
09:06 AM Bug #4940 (Closed): Fixes for the benchmark library
Hello,
Seeing the 1.9.3 release coming, I thought it was a good time to introduce some small fixes for the benchma...
Eregon (Benoit Daloze)
01:53 PM Bug #3784: Seg fault in IO.select from webrick
Hiroshi Nakamura <[email protected]> wrote:
> Marcello, sorry for late reply.
>
> According to the dump you ...
normalperson (Eric Wong)
12:56 PM Bug #3784: Seg fault in IO.select from webrick
Marcello, sorry for late reply.
According to the dump you posted, though it threw SEGV at :select but it happened ...
nahi (Hiroshi Nakamura)
12:44 PM Bug #3784: Seg fault in IO.select from webrick
Enrico, sorry for late reply.
Is it still occurs with the newer 1.9.2 version? (1.9.2p180 is the latest released v...
nahi (Hiroshi Nakamura)
12:42 PM Bug #3784: Seg fault in IO.select from webrick
#3879 looks similar to the original issue on OS X. SEGV from IO.select in WEBrick on ruby 1.9.2p0 (2010-08-18 revisio... nahi (Hiroshi Nakamura)
12:40 PM Feature #3879 (Closed): Segfault
It looks similar to #3784 in getting SEGV from IO.select called from WEBrick. I close this as duplicated. Please refe... nahi (Hiroshi Nakamura)
12:33 PM Bug #4403 (Rejected): require command loads file twice when required symlink or file under directory which is symlink (symbolic link)
As Kirk said. 1.9 expands a path for required feature for double load detection but it does not follow symlink. I can... nahi (Hiroshi Nakamura)
11:17 AM Bug #4870 (Assigned): forkのテストが非常にまれに失敗する
ああ、担当者を設定し忘れていましたか。すいません。
ええと、ちょっと原因不明すぎて193に間に合う気がしないので遺憾ながら 1.9.x に設定しました。
以下調査状況
Macのlibcまわりのコードを読んだ感じだと _s...
kosaki (Motohiro KOSAKI)
10:47 AM Bug #4870: forkのテストが非常にまれに失敗する
振り損ねていたようです。たぶん他に誰にも拾えないので処遇をお任せします。 nahi (Hiroshi Nakamura)
09:49 AM Bug #4937: trunk@32244 MinGW build failure - thread_win32.c
This was introduced in r32244 by Koichi Sasada. Assigning it to him.
Sasada-san, seems the signature change in thr...
luislavena (Luis Lavena)
07:32 AM Feature #4906: rb_w32_add_socket / rb_w32_remove_socket
Usaku NAKAMURA wrote:
> 1.9.3 feature is already freezed.
> Wait next version, sorry.
Mr. Usaku Nakamura,
Sim...
luislavena (Luis Lavena)
07:03 AM Feature #4896 (Assigned): Add newpad() support to Curses
My bad, I though curses does not have a maintainer, so I moved this out from 1.9.3.
Shugo, please handle this.
1....
nahi (Hiroshi Nakamura)
06:43 AM Feature #4896: Add newpad() support to Curses
Why was this moved to 1.9.x?
I have used this patch to write a browser-like tool and it seems to work OK.
Can w...
drbrain (Eric Hodel)
06:18 AM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
1.9.X? nahi (Hiroshi Nakamura)
06:17 AM Feature #3906 (Closed): Initializing and loading Rails environment takes really long on Windows XP
I close this ticket as 'Duplicated'. Please refer #3924. nahi (Hiroshi Nakamura)
05:14 AM Bug #4480 (Closed): Thread-local variables issue: Thread#[] returns nil when called first time
nahi (Hiroshi Nakamura)
05:14 AM Bug #4480: Thread-local variables issue: Thread#[] returns nil when called first time
Updated RDoc at r32260 based on Andrei's patch. I just wanted to remove Thread.main thing to concentrate Thread#[] be... nahi (Hiroshi Nakamura)
04:40 AM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
Martin Bosslet wrote:
> 1) Error:
> test_write_nonblock(OpenSSL::TestPair):
> OpenSSL::SSL::SSLError: SSL_read::...
MartinBosslet (Martin Bosslet)
03:40 AM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
Not sure if it is related:
I tested again using Ubuntu 10.04 with OpenSSL 0.9.8k and make test-all TESTS="openssl/...
MartinBosslet (Martin Bosslet)
01:20 AM Bug #4232 (Closed): unexpected behavior of '#{}' in irb
This issue was solved with changeset r32257.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
keiju (Keiju Ishitsuka)
12:58 AM Feature #4938 (Closed): Add Random.bytes [patch]
It could be useful to add a `Random.bytes` method (equivalent to `Random::DEFAULT.bytes`), as per the simple patch at... marcandre (Marc-Andre Lafortune)
12:18 AM Bug #4409 (Closed): DRb: discrepency between DRb.here? and DRb.uri leads to failure to dereference a DrbObject
This issue was solved with changeset r32254.
Nicolas, thank you for reporting this issue.
Your contribution to Ruby i...
seki (Masatoshi Seki)
12:11 AM Bug #4793 (Closed): 特定のSyntaxErrorでirbが落ちる
パッチ適用しました。 keiju (Keiju Ishitsuka)

06/27/2011

11:58 PM Bug #4937 (Closed): trunk@32244 MinGW build failure - thread_win32.c
The signature of `native_stop_timer_thread` at
https://github.com/ruby/ruby/blob/trunk/thread_win32.c#L748
...
jonforums (Jon Forums)
11:01 PM Bug #3880 (Feedback): Ruby 1.9.1 - crash in timeout.rb
Hi Elvita, sorry for late response. We're planning 1.9.3 release soon and we want to know if it still causes SEGV or ... nahi (Hiroshi Nakamura)
10:51 PM Feature #4906: rb_w32_add_socket / rb_w32_remove_socket
Version concerns aside, do any mods need to be made, or does it appear to be OK as-is? jonforums (Jon Forums)
04:10 PM Feature #4906 (Assigned): rb_w32_add_socket / rb_w32_remove_socket
1.9.3 feature is already freezed.
Wait next version, sorry.
usa (Usaku NAKAMURA)
08:24 PM Feature #4936 (Closed): Android標準ブラウザに対してWEBrickのDigest認証を行った際の挙動
Android標準ブラウザはDigest認証時に、Authorizationリクエストヘッダで「algorithm=MD5」と送るべきところを「algorithm=md5」としてしまう(小文字で送ってしまう)ため、WEBrickではア... blueday (blue day)
08:23 PM Bug #4445: ext/openssl の verify_callback が rb_protect で保護されていない
Yes, I'll look into it! MartinBosslet (Martin Bosslet)
07:23 PM Bug #4045: build error on mswin
こんにちは、なかむら(う)です。

In message "[ruby-dev:43962] Re: [Ruby 1.9 - Bug #4045][Closed] build error on mswin"
on...
usa (Usaku NAKAMURA)
07:23 PM Bug #4045: build error on mswin
こんにちは、なかむら(う)です。

In message "[ruby-dev:43962] Re: [Ruby 1.9 - Bug #4045][Closed] build error on mswin"
on...
usa (Usaku NAKAMURA)
04:18 PM Bug #4045 (Closed): build error on mswin
その後起きたり起きなかったり。
2週間ほど見てないけど、直ったのかどうかもよくわからない。
なんかよくわからんのでいったんクローズしておきます。
usa (Usaku NAKAMURA)
07:11 PM Feature #4893: Literal Instantiation breaks Object Model
Not sure about IBM737 but yes, 1.9.3 branch will be created from trunk. shyouhei (Shyouhei Urabe)
06:47 PM Feature #4893: Literal Instantiation breaks Object Model
I'd like to test the modification against the sources which are to become 1.9.3 (and which contain the IBM737 transco... lazaridis.com (Lazaridis Ilias)
05:28 PM Bug #4332 (Feedback): Some seemingly random segfaults
Meh, sorry for late response.
I tried failircd with the latest ruby (1.9.3dev of today) but it seems to work with ...
nahi (Hiroshi Nakamura)
04:53 PM Bug #4611: [BUG] Segementation fault reported
On Mon, Jun 27, 2011 at 11:32, Hiroshi Nakamura <[email protected]> wrote:
>> could you attach a crash log in ~/L...
nahi (Hiroshi Nakamura)
11:53 AM Bug #4611: [BUG] Segementation fault reported
Hi,

On Tue, Apr 26, 2011 at 02:40, Shota Fukumori <[email protected]> wrote:
> Issue #4611 has been updated by...
nahi (Hiroshi Nakamura)
04:34 PM Bug #3976 (Third Party's Issue): ruby/1.9.1/webrick/server.rb:90: [BUG] Segmentation fault
It looks like ruby-debug19 issue. Please see https://redmine.ruby-lang.org/issues/3826#note-6
I close this as duplic...
nahi (Hiroshi Nakamura)
04:31 PM Bug #3826: Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
I'll point ruby-debug19/ruby-debug-ide19 issues to this.
* Please check the version of ruby-debug19, and try the ...
nahi (Hiroshi Nakamura)
04:23 PM Bug #4480: Thread-local variables issue: Thread#[] returns nil when called first time
On Sun, Jun 26, 2011 at 20:12, SASADA Koichi <[email protected]> wrote:
> It seems intentional.  When the first access...
nahi (Hiroshi Nakamura)
04:13 PM Bug #3323 (Closed): Spawning process on unicode path is not supported on windows
fixed at r29166. usa (Usaku NAKAMURA)
04:08 PM Bug #2137 (Closed): Dir.glob does not support unicode on Windows
p Dir.glob('*'.force_encoding('utf-8')).first.encoding #=> #<Encoding:UTF-8> usa (Usaku NAKAMURA)
04:04 PM Bug #4404 (Rejected): Make Dir.glob respect backslash as if slash in windows
\ in glob parameter has special meaning.
So, we can't treat it as directory separator.
This is described in RDoc of...
usa (Usaku NAKAMURA)
02:54 PM Bug #3198 (Rejected): O_APPEND for redirect fd is ignored on windows
なぜかartonさんに割り当てられてるけど勝手に分捕ります。
で、「仕様」ということで今回はreject。
なんか新しい解決策を誰かが思いついたらまた考えましょう。
# 子プロセスをsuspend状態で作ってremote t...
usa (Usaku NAKAMURA)
01:02 PM Bug #4008: Rails 3::declarative_authorization::authorization_rules request => segvault ruby 1.9.2
Here's a summary of crash.log: https://gist.github.com/1048296
As nobu said, infinite recursion should be the cause....
nahi (Hiroshi Nakamura)
01:02 PM Bug #4157 (Assigned): test_pty で、たまに出る Failure
いやいや、再現するならreopenしましょうよ。closeされたチケットを追っかけてくれる人が
この世にいるだろうか(反語)
というわけで Kishimotoさんアサインでリザレクトします。
kosaki (Motohiro KOSAKI)
12:18 PM Bug #4157: test_pty で、たまに出る Failure
すいません。かなり頻度は低くなっているようなのですが、while make test-all TESTS="test_pty.rb" ; do : ; done をしばらく(100回ほどやってみると最長で3分ほど)動かしてみるとやはり... metanest (Makoto Kishimoto)
11:31 AM Feature #4935: Quoted Label Form for 1.9 Hashes
Sorry, meant to list this as a feature. Test attached. adgar (Michael Edgar)
11:28 AM Feature #4935 (Closed): Quoted Label Form for 1.9 Hashes
As discussed in the "Shorthand Hash Syntax for Strings" thread/feature request, several (including Matz) expressed in... adgar (Michael Edgar)
10:48 AM Feature #4891: Vector#normalize
=begin
Just for curiosity's sake, what is expected from Vector[0,0,0].normalize ?
* ((<WolframAlpha|URL:http://ww...
sakuro (Sakuro OZAWA)
07:53 AM Bug #4934: winsock listen backlog may only be set once, and is set to 5
Here is a patch to set the default value to 1024. ghazel (Greg Hazel)
07:22 AM Bug #4934: winsock listen backlog may only be set once, and is set to 5
Also set on win32 in ruby for socketpair here:
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/win32/win32.c?view=...
ghazel (Greg Hazel)
07:19 AM Bug #4934 (Closed): winsock listen backlog may only be set once, and is set to 5
This is commonly observed as a bug in Windows servers, where under light load clients begin to get ECONNREFUSED. This... ghazel (Greg Hazel)
07:29 AM Bug #4926: --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
 ささだです.

(2011/06/26 16:19), Kazuki Tsujimoto wrote:
> ちなみに、ポストしたパッチはキャッシュヒット率を向上させる面もあるので
> 別途取り込みを検討していただけ...
ko1 (Koichi Sasada)
07:29 AM Bug #4926: --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
 ささだです.

(2011/06/26 16:19), Kazuki Tsujimoto wrote:
> ちなみに、ポストしたパッチはキャッシュヒット率を向上させる面もあるので
> 別途取り込みを検討していただけ...
ko1 (Koichi Sasada)
03:23 AM Feature #4553: Add Set#pick and Set#pop
Any update on this? It seems like a reasonable hole to fill in Ruby 1.9.3. adgar (Michael Edgar)
02:08 AM Bug #3022: What are $. and ARGF.lineno ?
Perl actually keeps a separate document to explain these variables, 'Perlvar' http://perldoc.perl.org/perlvar.html steveklabnik (Steve Klabnik)
02:04 AM Bug #4930: $prefix/lib/ruby/gems and its subdirs are world writable
=begin
Or simply add (({File.umask(022)})) before calling (({Gem.ensure_gem_subdirectories})) in tool/rbinstall.rb.
...
sakuro (Sakuro OZAWA)
01:31 AM Bug #4930: $prefix/lib/ruby/gems and its subdirs are world writable
=begin
Patch attached.
Tested on OSX. I'm sorry I don't know how permission stuff works on Windows:)
=end
sakuro (Sakuro OZAWA)
01:59 AM Bug #1650: Time range === is slow
Ah bug I pointed out in ruby-core:8609
currently there is following error.
-:1:in `each': can't iterate from Tim...
neleai (Ondrej Bilka)
01:42 AM Feature #4917: `NilClass#to_ary`
This minor performance issue becomes a huge problem when NilClass#method_missing is defined, such as in ActiveSupport... y_feldblum (Jay Feldblum)
01:34 AM Bug #3683 (Closed): getgrnam on computer with NIS group (+)?
This issue was solved with changeset r32242.
Rocky, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
12:55 AM Feature #4142 (Closed): multipart/form-data for net/http
r32241 で書きました。 naruse (Yui NARUSE)
12:50 AM Bug #4844 (Feedback): RVM crash while running resque worker pool
It is not a reproducible code. naruse (Yui NARUSE)
12:45 AM Bug #4511 (Closed): Ripper#end_seen? の戻り値に関するコメント
This issue was solved with changeset r32239.
Sho, thank you for reporting this issue.
Your contribution to Ruby is gr...
naruse (Yui NARUSE)
12:45 AM Bug #4847 (Closed): Documentation Error for Hash#reject
This issue was solved with changeset r32238.
Michael, thank you for reporting this issue.
Your contribution to Ruby i...
naruse (Yui NARUSE)
12:39 AM Bug #4700 (Feedback): JSON Documentation
https://github.com/flori/json/issues/79 naruse (Yui NARUSE)
12:38 AM Bug #4223: GC.stress = true で謎の ArgumentError
うーん、UFSでもZFSでも再現しなくて謎なので、再現できる岸本さんが頑張ってください naruse (Yui NARUSE)
12:20 AM Bug #4438: rescue args type check omitted
=begin
Right now, the current behavior simply calls (({===})) on whichever handlers are listed; this
results in int...
adgar (Michael Edgar)

06/26/2011

11:57 PM Bug #4445: ext/openssl の verify_callback が rb_protect で保護されていない
Martin, can you handle this? Original reporter said that verify_cb does not use rb_protect to invoke a callback so an... nahi (Hiroshi Nakamura)
06:12 PM Bug #4445 (Assigned): ext/openssl の verify_callback が rb_protect で保護されていない
naruse (Yui NARUSE)
11:54 PM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
I'm particularly worried if current documentation of WeakRef states it is currently unreliable until this can be fixe... rosenfeld (Rodrigo Rosenfeld Rosas)
04:44 PM Feature #4168 (Open): WeakRef is unsafe to use in Ruby 1.9
I have to say this is an open problem. No one is responding comment # 43. shyouhei (Shyouhei Urabe)
04:35 PM Feature #4168 (Assigned): WeakRef is unsafe to use in Ruby 1.9
naruse (Yui NARUSE)
11:53 PM Feature #3793: No test for OpenSSL::PKCS12
Hiroshi Nakamura wrote:
> Martin, thank you for your concern. I'll change 'Assignee' of ext/openssl tickets to you. ...
MartinBosslet (Martin Bosslet)
11:41 PM Feature #3793: No test for OpenSSL::PKCS12
Martin, thank you for your concern. I'll change 'Assignee' of ext/openssl tickets to you. Please send those ticket ba... nahi (Hiroshi Nakamura)
10:48 PM Feature #3793: No test for OpenSSL::PKCS12
Hiroshi, I could take this if you'd like?
I'm basically through with 1.9.3 issues assigned to me, please let
me...
MartinBosslet (Martin Bosslet)
10:43 PM Bug #4325 (Closed): [ext/openssl] Encoding of subclasses fails when it shouldn't
I agree to wait until this causes problems for anyone. The current solution seems fine for now. MartinBosslet (Martin Bosslet)
10:39 PM Bug #4931 (Assigned): debug.rbでvarコマンドを実行するとTypeErrorで落ちる
nahi (Hiroshi Nakamura)
10:17 PM Bug #4931 (Closed): debug.rbでvarコマンドを実行するとTypeErrorで落ちる
=begin
辻本です。
debug.rbをロードしてvarコマンドを実行すると例外を吐いて落ちます。
$ ./ruby -Ilib -rdebug -e '0'
Debug.rb
Emacs support ...
ktsj (Kazuki Tsujimoto)
08:23 PM Bug #4480: Thread-local variables issue: Thread#[] returns nil when called first time
(2011/06/26 18:24), Yui NARUSE wrote:
> In ruby 1.9.2p180
> t = Thread.new do
> Thread.current[:var] = "va...
ko1 (Koichi Sasada)
06:24 PM Bug #4480 (Assigned): Thread-local variables issue: Thread#[] returns nil when called first time
naruse (Yui NARUSE)
08:06 PM Feature #4893: Literal Instantiation breaks Object Model
Lazaridis Ilias wrote:
[...]
> I've to call "initialize" from "rb_str_new" instead from "str_new".
>
> Will post...
lazaridis.com (Lazaridis Ilias)
06:36 PM Feature #4893: Literal Instantiation breaks Object Model
Lazaridis Ilias wrote:
> John Higgins wrote:
> > The patch doesn't work....
Seems you were right, essentially it...
lazaridis.com (Lazaridis Ilias)
04:54 PM Feature #4893: Literal Instantiation breaks Object Model
John Higgins wrote:
> The patch doesn't work....
The basic functionality works (see a simple test StringInit.rb),...
lazaridis.com (Lazaridis Ilias)
12:56 PM Feature #4893: Literal Instantiation breaks Object Model
Actually I stand slightly corrected - require/load seems to work on the empty file - but require_relative does not.
...
wishdev (John Higgins)
12:43 PM Feature #4893: Literal Instantiation breaks Object Model
The patch doesn't work....
The 'strings.rb' file I believe is about as simple as we can get. The 'empty_file' atte...
wishdev (John Higgins)
11:39 AM Feature #4893 (Assigned): Literal Instantiation breaks Object Model
OK, Ilias did his homework. It's your move matz. Though I don't like the call_initialize= thing (thread unsafe), th... shyouhei (Shyouhei Urabe)
11:01 AM Feature #4893: Literal Instantiation breaks Object Model
Yukihiro Matsumoto wrote:
> Your request has been too vague for me. Your definition of terms such as "object model"...
lazaridis.com (Lazaridis Ilias)
11:01 AM Feature #4893: Literal Instantiation breaks Object Model
Deleted by myself, duplicate post. lazaridis.com (Lazaridis Ilias)
07:54 PM Bug #4062: "gem uninstall" does not honor --program-suffix
=begin
Following tests appear to test this feature.
* source:test/rubygems/test_gem_uninstaller.rb#L91
* source:te...
sakuro (Sakuro OZAWA)
05:19 PM Bug #4062: "gem uninstall" does not honor --program-suffix
=begin
Reproducible with r32231.
Environment setup.
$ ruby-r32231 -v
ruby 1.9.3dev (2011-06-26 trunk 32231) [x86_6...
sakuro (Sakuro OZAWA)
04:22 PM Bug #4062 (Assigned): "gem uninstall" does not honor --program-suffix
naruse (Yui NARUSE)
07:49 PM Bug #4561 (Closed): 1.9.2 requires parentheses around argument of method call in an array, where 1.8.7 did not
ko1 (Koichi Sasada)
07:31 PM Bug #3080: class_variable_set issue with duped Module
Let's discuss after 1.9.3. Sorry.
ko1 (Koichi Sasada)
02:52 PM Bug #3080 (Assigned): class_variable_set issue with duped Module
naruse (Yui NARUSE)
07:31 PM Bug #4769: Updated SMTP standards
Net::SMTP has no maintainer. naruse (Yui NARUSE)
07:29 PM Bug #982: stack level too deep for long Array initialization
すみません,1.9.3 の後の課題とさせて下さい.
ko1 (Koichi Sasada)
07:26 PM Bug #4029 (Rejected): Stack consistency error (sp: 7, bp: 8) using external libs
Is it reproducible? If so, we'll reopen it. ko1 (Koichi Sasada)
04:10 PM Bug #4029 (Assigned): Stack consistency error (sp: 7, bp: 8) using external libs
Do you have any information? naruse (Yui NARUSE)
07:21 PM Bug #4930: $prefix/lib/ruby/gems and its subdirs are world writable
I confirmed this on FreeBSD... naruse (Yui NARUSE)
07:20 PM Bug #4930 (Assigned): $prefix/lib/ruby/gems and its subdirs are world writable
naruse (Yui NARUSE)
06:43 PM Bug #4930 (Closed): $prefix/lib/ruby/gems and its subdirs are world writable
=begin
$ sudo rm -rf /usr/local/lib/ruby
$ umask
022
$ sudo sh -c umask
0022
$ sudo make install-nodoc
...
sakuro (Sakuro OZAWA)
07:17 PM Bug #4926 (Assigned): --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
naruse (Yui NARUSE)
04:19 PM Bug #4926: --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
=begin
辻本です。
すみません、vm_clear_all_inline_method_cacheの動きについては勘違いしていました。
ちなみに、ポストしたパッチはキャッシュヒット率を向上させる面もあるので
別途取...
ktsj (Kazuki Tsujimoto)
10:53 AM Bug #4926: --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
 ささだです.

 なかなか見つけづらいバグを見つけて頂いてありがとうございます.

 この問題は,vm_clear_all_inline_method_cache() が未実装だから,という
理由 *ではなく*...
ko1 (Koichi Sasada)
10:53 AM Bug #4926: --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
 ささだです.

 なかなか見つけづらいバグを見つけて頂いてありがとうございます.

 この問題は,vm_clear_all_inline_method_cache() が未実装だから,という
理由 *ではなく*...
ko1 (Koichi Sasada)
10:31 AM Bug #4926: --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
=begin
辻本です。
自己レスです。
チケット登録してから気づいたのですが、これは本質的にはvm_clear_all_inline_method_cacheを
実装しないといけないという話でした。
vm.c=6...
ktsj (Kazuki Tsujimoto)
02:44 AM Bug #4926 (Closed): --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
=begin
辻本です。
--gc-stressオプションをつけてtest/ruby/enc/test_emoji.rbを実行するとテストに失敗します。
$ make RUBYOPT=-W TESTS='ruby/en...
ktsj (Kazuki Tsujimoto)
07:15 PM Bug #4925 (Assigned): Infinite recursion allowed in rescue clause
naruse (Yui NARUSE)
07:11 PM Bug #4882 (Assigned): Delegator#methods should accept the singleton flag argument
naruse (Yui NARUSE)
07:10 PM Bug #4266: Timeouts in threads cause "ThreadError: deadlock; recursive locking"
Let's talk it after 1.9.3 release.
ko1 (Koichi Sasada)
07:09 PM Bug #4875 (Assigned): Segmentation fault in http.rb
naruse (Yui NARUSE)
07:07 PM Bug #4847 (Assigned): Documentation Error for Hash#reject
naruse (Yui NARUSE)
07:06 PM Bug #4844 (Assigned): RVM crash while running resque worker pool
naruse (Yui NARUSE)
07:05 PM Bug #4623 (Feedback): Consistent crash related to action_mailer
nahi (Hiroshi Nakamura)
06:50 PM Bug #4623 (Assigned): Consistent crash related to action_mailer
naruse (Yui NARUSE)
07:05 PM Bug #4613 (Assigned): define_method lacks trace events
Please close it. nahi (Hiroshi Nakamura)
07:03 PM Bug #4821 (Assigned): Random Segfaults (in start_thread?)
naruse (Yui NARUSE)
06:59 PM Bug #4537: Incorrectly creating private method via attr_accessor
Behavior: It inherits current visibility (visibility of top-level is "private"). 1.8 also causes an exception. It s... ko1 (Koichi Sasada)
06:45 PM Bug #4537 (Assigned): Incorrectly creating private method via attr_accessor
naruse (Yui NARUSE)
06:58 PM Bug #4681 (Assigned): Timeout.timeout doesn't actually time out?
naruse (Yui NARUSE)
06:55 PM Bug #4675 (Third Party's Issue): rails script/server abort trap [BUG] Segmentation fault
It seems mongrel's issue. naruse (Yui NARUSE)
06:54 PM Bug #4673 (Feedback): URI::Generic registry is not properly set.
naruse (Yui NARUSE)
06:52 PM Bug #4651 (Closed): Bus Error using continuation on x86_64-darwin11.0.0 (Lion)
naruse (Yui NARUSE)
12:43 AM Bug #4651: Bus Error using continuation on x86_64-darwin11.0.0 (Lion)
this seems to be fixed in trunk by https://github.com/ruby/ruby/commit/be953b4d1ce3f0dfc7f24c84ec7a51e027102557
(t...
levinalex (Levin Alexander)
06:49 PM Bug #4611 (Assigned): [BUG] Segementation fault reported
naruse (Yui NARUSE)
06:47 PM Bug #4594 (Rejected): Don't depend on extension automagic
naruse (Yui NARUSE)
06:46 PM Bug #4546 (Assigned): ruby-indent-beg-re の値が壊れている
naruse (Yui NARUSE)
06:43 PM Bug #4533 (Assigned): rake db:migrate ----Segmentation fault
naruse (Yui NARUSE)
06:41 PM Bug #4525 (Assigned): Exponential performance when summing Enumerable
naruse (Yui NARUSE)
06:39 PM Bug #4403 (Assigned): require command loads file twice when required symlink or file under directory which is symlink (symbolic link)
nahi (Hiroshi Nakamura)
06:37 PM Bug #4517 (Feedback): ArgumentError when sorting array of objects
naruse (Yui NARUSE)
06:36 PM Bug #4511 (Assigned): Ripper#end_seen? の戻り値に関するコメント
naruse (Yui NARUSE)
06:35 PM Bug #4501 (Feedback): 1.9.2-p180 fails to compile on OSX 10.7
Is this still reproducible? naruse (Yui NARUSE)
06:33 PM Bug #4492 (Assigned): Segfault on successive stack overflows
naruse (Yui NARUSE)
06:31 PM Bug #4490 (Assigned): struct timespec declared without defining HAVE_STRUCT_TIMESPEC, clashes with pthreads.
naruse (Yui NARUSE)
06:30 PM Bug #4488 (Feedback): Segmentation fault when calling new (or in rspec)
Would you show a reproducible code? naruse (Yui NARUSE)
06:27 PM Bug #4487 (Assigned): require_relative fails in an eval'ed file
naruse (Yui NARUSE)
06:24 PM Bug #4485 (Assigned): Gem.bin_path('rake') does not return the path of the system-installed rake
naruse (Yui NARUSE)
06:21 PM Bug #4478 (Rejected): hash order preservation fails on 64bit machine
1.9.0 is too old (and this is pre released one) and obsoleted.
Please reopen this if it still happens on the latest ...
naruse (Yui NARUSE)
06:18 PM Bug #4472 (Third Party's Issue): mongrel on Windows XP
It looks like mongrel's issue. naruse (Yui NARUSE)
06:14 PM Bug #4458 (Assigned): Time#strftime で %z 指定子での結果への空白を詰めかたが正しくない
naruse (Yui NARUSE)
06:13 PM Bug #4457 (Assigned): Time#strftime で %z 指定子などに大きな幅を指定した際の不具合
naruse (Yui NARUSE)
06:11 PM Bug #4438 (Assigned): rescue args type check omitted
naruse (Yui NARUSE)
06:10 PM Bug #4437 (Feedback): Hash does not match character read from file via IO#getc
I can't reproduce this with 1.9.2p188 on FreeBSD.
Can you reproduce with p180 (or latest ruby_1_9_2 branch)?
naruse (Yui NARUSE)
06:09 PM Bug #3456 (Closed): bisarre comma
This issue was solved with changeset r32235.
Shyouhei, thank you for reporting this issue.
Your contribution to Ruby ...
shyouhei (Shyouhei Urabe)
06:01 PM Bug #4435 (Third Party's Issue): Step over/step into extend statement causes bus error in ruby 1.9.2p180
It seems ruby-debug's issue. naruse (Yui NARUSE)
05:58 PM Bug #4410 (Third Party's Issue): Install fails with missing readline.so in fileutils.rb
It seems debian package's issue; please report this to ruby-deb/lucas. naruse (Yui NARUSE)
05:54 PM Bug #4409 (Assigned): DRb: discrepency between DRb.here? and DRb.uri leads to failure to dereference a DrbObject
naruse (Yui NARUSE)
05:53 PM Bug #4408 (Assigned): Net::SSH connections are subject to plaintext recovery due to lack of CTR mode
naruse (Yui NARUSE)
05:52 PM Bug #4405 (Assigned): WIN32OLE & Threads incompatible
naruse (Yui NARUSE)
05:51 PM Bug #4404 (Assigned): Make Dir.glob respect backslash as if slash in windows
naruse (Yui NARUSE)
05:48 PM Bug #4398 (Assigned): Highlighting of "'?" in Emacs
naruse (Yui NARUSE)
05:47 PM Bug #4386 (Rejected): encoding: directive does not affect regex expressions
naruse (Yui NARUSE)
05:44 PM Bug #4379 (Assigned): [patch] eval(s, b, "(eval)", n) discards location
Matz, how do you think, 1.8's result is:
% ruby -ve 'p eval("raise", binding, "(eval)", 999)'
ruby 1.8.7 (2010-08...
naruse (Yui NARUSE)
05:41 PM Bug #4372 (Rejected): Segmentation fault - hpricot
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
05:41 PM Bug #4363 (Rejected): Ruby segfaults when any gem module is required
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
05:39 PM Bug #4355 (Third Party's Issue): Segmentation Fault
It seems ruby-debug's issue. naruse (Yui NARUSE)
05:38 PM Bug #4241: IMAPTest#test_imaps_verify_none does not stop
Aaron, do you still gets a SEGV? Or do you want to someone take over this? nahi (Hiroshi Nakamura)
05:37 PM Bug #4223 (Assigned): GC.stress = true で謎の ArgumentError
nahi (Hiroshi Nakamura)
05:04 PM Bug #4223: GC.stress = true で謎の ArgumentError
私の手元の環境では変わってません。
$ cat foo.rb
# foo.rb
GC.stress = true
t = Time.local(2000)
File.utime(t + 1, t + 2, "foo.rb...
metanest (Makoto Kishimoto)
04:49 PM Bug #4223 (Feedback): GC.stress = true で謎の ArgumentError
現在のtrunkで再現しませんがどうでしょう naruse (Yui NARUSE)
05:37 PM Bug #4353 (Rejected): Missing Patch Level on ruby-lang.org FTP
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
05:36 PM Bug #4157 (Closed): test_pty で、たまに出る Failure
ありがとうございます。修正済み扱いで閉じますので、再現したらご連絡をお願いします。 nahi (Hiroshi Nakamura)
05:00 PM Bug #4157: test_pty で、たまに出る Failure
trunk の r32231 で再現できませんでした metanest (Makoto Kishimoto)
04:28 PM Bug #4157 (Assigned): test_pty で、たまに出る Failure
もうこれ再現しないと思うんですがいかがでしょうが naruse (Yui NARUSE)
05:35 PM Bug #4352 (Assigned): [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
naruse (Yui NARUSE)
05:32 PM Bug #4350 (Feedback): Segmentation fault and Bus Error
Would you show a small reproducible code? naruse (Yui NARUSE)
05:29 PM Feature #4347 (Assigned): Tracing cannot be re-enabled after callcc [patch]
naruse (Yui NARUSE)
05:28 PM Bug #4341 (Closed): baserubyに1.8.xを指定すると make benchmark がエラー
This seems resolved. naruse (Yui NARUSE)
05:27 PM Bug #4341 (Assigned): baserubyに1.8.xを指定すると make benchmark がエラー
naruse (Yui NARUSE)
05:24 PM Bug #4332 (Assigned): Some seemingly random segfaults
naruse (Yui NARUSE)
05:19 PM Bug #4323 (Assigned): Proc#hash is Ill-Behaved
naruse (Yui NARUSE)
05:11 PM Bug #4307 (Assigned): include fails after undef_method
naruse (Yui NARUSE)
05:08 PM Feature #4299 (Assigned): no warning: found = in conditional, should be ==
naruse (Yui NARUSE)
05:06 PM Bug #4294 (Closed): IO.popen ['"ping"', 'localhost -n 3'] fails
I think current IO.popen should have enough doc.
> * [env, cmdname, arg1, ..., opts] : command name...
naruse (Yui NARUSE)
04:58 PM Bug #4251 (Third Party's Issue): Segmentation fault when using ruby-prof and Ruby 1.9.2
It seems ruby-prof's issue. naruse (Yui NARUSE)
04:56 PM Feature #4234 (Assigned): Hash#default_proc= Doesn't Accept nil Argument
naruse (Yui NARUSE)
04:53 PM Feature #4233 (Assigned): autoload Can't Require Gems
naruse (Yui NARUSE)
04:47 PM Bug #4199 (Feedback): make test ruby-1.9.2-p0 failed on Solaris10 x86
Contribution is welcomed. naruse (Yui NARUSE)
04:46 PM Bug #4198 (Rejected): parse error involving spaceship operator
Spaceship operator doesn't have asociativity, so a <=> b <=> c is parse error. naruse (Yui NARUSE)
04:40 PM Bug #4173 (Assigned): TestProcess#test_wait_and_sigchild が、たまに失敗する
とりあえず現在FreeBSDではskipにしてます naruse (Yui NARUSE)
04:40 PM Bug #921: autoload is not thread-safe
I discussed this with Shyouhei, Sasada, Tanaka and Naruse. And we don't have a consensus. nahi (Hiroshi Nakamura)
04:37 PM Feature #859: open-uri doesn't allow redirection to https
Tanaka-san, please handle this. nahi (Hiroshi Nakamura)
04:33 PM Bug #4167 (Closed): URI.encode encodes reserved character of #
URI.encode is obsoleted.
Note that HTML5 seems specify the behavior of escaping and unescaping for addressbar.
Fu...
naruse (Yui NARUSE)
04:32 PM Bug #2460: RubySpecでFiberのSpecがおちる
> 「単独では無理」というのはFiberに限った事でしょうか。
> それともexit周りのspecは難しい、という事でしょうか。
後者だと思います。
Fiber に限らず、Ruby プロセス終了時の挙動は実際に終了させなけれ...
mame (Yusuke Endoh)
04:28 PM Bug #4160 (Assigned): test_core_03_notify(Rinda::TupleSpaceProxyTest) が失敗する
naruse (Yui NARUSE)
04:26 PM Bug #4140 (Rejected): segfault recursion inside a thread
Ruby cannot guarantee SystemStackError to be thrown. naruse (Yui NARUSE)
04:24 PM Bug #4079 (Rejected): Segmentation fault
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
04:23 PM Bug #4070 (Assigned): possible XMLRPC connectino leak
naruse (Yui NARUSE)
04:21 PM Bug #4058 (Closed): __method__ does not return correct method name for aliased methods
naruse (Yui NARUSE)
04:14 PM Bug #4056 (Rejected): Crash in non-blocking read
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
04:12 PM Bug #4054 (Closed): Segmentation Fault
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
04:10 PM Bug #4040 (Assigned): SystemStackError with Hash[*a] for Large _a_
naruse (Yui NARUSE)
04:08 PM Bug #1066: Frequent failure: test_io.rb test 2 on OS X 10.5.6
At least, My Mac OS X 10.6.7 can't reproduce this issue.
kosaki (Motohiro KOSAKI)
04:07 PM Bug #4012 (Assigned): Get segmentation fault when trying to call method from 3rd party's API
naruse (Yui NARUSE)
04:04 PM Bug #4008 (Assigned): Rails 3::declarative_authorization::authorization_rules request => segvault ruby 1.9.2
naruse (Yui NARUSE)
04:00 PM Bug #3128 (Assigned): Randomness specs
nahi (Hiroshi Nakamura)
03:59 PM Bug #4916: [BUG] Segmentation fault - dyld: lazy symbol binding failed: Symbol not found: _ASN1_put_eoc
(2011/06/26 10:43), Martin Bosslet wrote:
> Could you please verify that it works for you, too?

It works. Th...
ko1 (Koichi Sasada)
10:43 AM Bug #4916: [BUG] Segmentation fault - dyld: lazy symbol binding failed: Symbol not found: _ASN1_put_eoc
I added the wrapper solution in r32230 and tested it with OpenSSL 0.9.7m and 1.0.0d on Fedora 15 32bit.
Fortunately ...
MartinBosslet (Martin Bosslet)
10:32 AM Bug #4916 (Closed): [BUG] Segmentation fault - dyld: lazy symbol binding failed: Symbol not found: _ASN1_put_eoc
This issue was solved with changeset r32230.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i...
Anonymous
03:58 PM Bug #4005 (Closed): YAML fails to roundtrip Time objects
1.9.3's YAML now dumps 9 digits of fractional (6 digits before).
So this seems resolved.
naruse (Yui NARUSE)
03:52 PM Bug #3975 (Rejected): German Umlaut in environment variable breaks usage of FileUtils
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
03:52 PM Bug #3952 (Rejected): Abort in thread.c:2501
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
03:51 PM Bug #3927 (Third Party's Issue): Ruby can't interprete rmagick library
This looks rmagick's issue. naruse (Yui NARUSE)
03:48 PM Bug #3919 (Assigned): Ruby in PowerTOP - too many CPU wakeups
naruse (Yui NARUSE)
03:48 PM Bug #3880 (Assigned): Ruby 1.9.1 - crash in timeout.rb
naruse (Yui NARUSE)
03:40 PM Bug #3867 (Feedback): Bus Error when running drb/ssl regression tests on loongson/OpenBSD
We don't have loongson.
Contribution is welcomed.
naruse (Yui NARUSE)
03:38 PM Bug #3844 (Feedback): Kernel.methods(false) not documented
Documentation contribution is welcomed. naruse (Yui NARUSE)
03:35 PM Bug #3826 (Third Party's Issue): Repeatable SEGV(seg fault) with ruby-debug19/ruby-debug-ide
It seems ruby-debug-ide's issue.
Please reopen this if this is ruby's issue.
naruse (Yui NARUSE)
03:32 PM Bug #3739 (Rejected): IO sets streams attached to pseudo-terminal devices to buffered
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
03:29 PM Bug #3744 (Feedback): Fails to compile on OpenSolaris
We don't have Solaris.
Contribution is welcomed.
naruse (Yui NARUSE)
03:18 PM Bug #3796 (Feedback): make check fails on powerpc64 linux
Contribution is welcomed. naruse (Yui NARUSE)
03:14 PM Bug #3726 (Closed): require degradation from 1.9.1
On 1.9.3, require gets faster than 1.9.2.
So I close this as duplicated.
naruse (Yui NARUSE)
03:10 PM Bug #3716 (Rejected): segfault on String.gsub
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
03:10 PM Bug #4929: test/dl/test_func.rb was crashed on Mac
This issue is only happend w/ --gc-stress.
i.e. seems similar with Bug#4927.
kosaki (Motohiro KOSAKI)
03:09 PM Bug #4929 (Closed): test/dl/test_func.rb was crashed on Mac
% time make test-all TESTS="-v -q --gc-stress ../test/dl/test_func.rb"
./miniruby -I../lib -I. -I.ext/common ../...
kosaki (Motohiro KOSAKI)
03:08 PM Bug #3683 (Assigned): getgrnam on computer with NIS group (+)?
naruse (Yui NARUSE)
03:07 PM Bug #3606 (Assigned): Thread.stop and puts fail to work as documented.
naruse (Yui NARUSE)
03:05 PM Bug #3600 (Feedback): HP-UX compilation
Contribution is welcomed. naruse (Yui NARUSE)
03:02 PM Bug #3586 (Closed): Using Nokogiri-1.4.2 with ruby 1.9.2dev (2010-07-06 revision 28549) and Rails3.beta4
naruse (Yui NARUSE)
03:01 PM Bug #3531 (Rejected): segmentation fault caused by etc/activation.rb (wxruby)
timeout naruse (Yui NARUSE)
03:00 PM Bug #3423 (Assigned): Inconsistent behaviour of Module#const_get with included modules
naruse (Yui NARUSE)
02:59 PM Bug #3422 (Assigned): Object.const_get(:A, false) can access BasicObject::A
naruse (Yui NARUSE)
02:58 PM Bug #3351 (Assigned): stack overflow on super
naruse (Yui NARUSE)
02:58 PM Feature #4796 (Open): Coverage should be restartable
Unfortunately this patch seems to cause SEGV on os x. [#4927]
I cannot fix it because I have no os x. So I can't he...
mame (Yusuke Endoh)
02:57 PM Feature #3348 (Assigned): rubyspec: Kernel.spawn redirects both STDERR and STDOUT to the given name ERROR
naruse (Yui NARUSE)
02:55 PM Bug #3332 (Rejected): r27953: gem install causes "uninitialized constant Gem::Commands::InstallCommand"
timeout naruse (Yui NARUSE)
02:54 PM Bug #3198 (Assigned): O_APPEND for redirect fd is ignored on windows
決定の問題だと思うので、決めてください naruse (Yui NARUSE)
02:50 PM Bug #4927: crash on test/coverage/test_coverage.rb
This crash disappered when I revert r32071.
But instead, following test failure was shown.
----------------------...
kosaki (Motohiro KOSAKI)
01:12 PM Bug #4927 (Assigned): crash on test/coverage/test_coverage.rb
> Could you try this patch?

I have no luck. crashed again.
Thread 0 Crashed: Dispatch queue: com.apple.main-t...
kosaki (Motohiro KOSAKI)
09:23 AM Bug #4927: crash on test/coverage/test_coverage.rb
Hello.

2011/6/26 Motohiro KOSAKI <[email protected]>:
> test-all w/ --gc-stress got crash on may mac ...
mame (Yusuke Endoh)
03:06 AM Bug #4927 (Closed): crash on test/coverage/test_coverage.rb
test-all w/ --gc-stress got crash on may mac os x.
% time make test-all TESTS="-v -q -j8 --gc-stress"
/Users/...
kosaki (Motohiro KOSAKI)
02:48 PM Bug #3024 (Assigned): mkmf: Directory names with spaces cause invalid Makefiles to be generated
naruse (Yui NARUSE)
02:47 PM Bug #3022 (Assigned): What are $. and ARGF.lineno ?
Eric, how do we document $.? naruse (Yui NARUSE)
02:46 PM Bug #2756 (Assigned): Issues with Math and Complex behavior on 1.9
naruse (Yui NARUSE)
02:43 PM Bug #2729 (Assigned): `unexpected break' occurs when a proc is called in ensure
naruse (Yui NARUSE)
02:42 PM Bug #2641 (Rejected): Seg fault running miniruby during ruby build on Haiku
timeout naruse (Yui NARUSE)
02:41 PM Bug #2550 (Assigned): failed to build with Solaris's make
naruse (Yui NARUSE)
02:37 PM Bug #2137 (Assigned): Dir.glob does not support unicode on Windows
What's happened on this, please explain. naruse (Yui NARUSE)
02:27 PM Bug #1679 (Assigned): rb_w32_getenv() invalidates previous environment pointers
naruse (Yui NARUSE)
02:24 PM Bug #1342 (Feedback): signal handling on HP-UX
Graham, the patch is still available?
If so, I'll merge it.
naruse (Yui NARUSE)
02:20 PM Bug #1152 (Assigned): profiler.rb is not concurrent-execution threadsafe
naruse (Yui NARUSE)
02:16 PM Feature #3112 (Closed): require "yaml" doesn't use psych as default
naruse (Yui NARUSE)
02:08 PM Feature #1906 (Assigned): Kernel#backtrace: Objectifying Kernel#caller
naruse (Yui NARUSE)
02:06 PM Bug #1813 (Assigned): Threading seg fault (1.9.1-p129 Linux/Mac)
naruse (Yui NARUSE)
02:04 PM Bug #1801 (Rejected): parse error on variable/method collision
This is intentional. naruse (Yui NARUSE)
01:59 PM Feature #1400 (Assigned): Please add a method to enumerate fields in OpenStruct
naruse (Yui NARUSE)
01:57 PM Bug #1650 (Assigned): Time range === is slow
naruse (Yui NARUSE)
01:51 PM Bug #1145 (Assigned): IRB adds trailing quote to wtring methods when performing auto-completion
naruse (Yui NARUSE)
01:45 PM Bug #3448 (Rejected): broken iconv library
//ignore is GNU libiconv's feature naruse (Yui NARUSE)
08:14 AM Bug #3862 (Feedback): Bugs in the OpenSSL extension on sparc64
Jeremy Evans wrote:
> =begin
> The OpenSSL extension has some bugs on sparc64, either in the code or in the test s...
MartinBosslet (Martin Bosslet)
12:05 AM Bug #4881 (Closed): super() in define_method which returns proc causes SEGV
This issue was solved with changeset r32227.
Thomas, thank you for reporting this issue.
Your contribution to Ruby is...
nagachika (Tomoyuki Chikanaga)

06/25/2011

11:28 PM Bug #4072 (Closed): dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
This issue was solved with changeset r32226.
三村, thank you for reporting this issue.
Your contribution to Ruby is gre...
nagachika (Tomoyuki Chikanaga)
10:23 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
まつもと ゆきひろです

In message "Re: [ruby-dev:43895] [Ruby 1.9 - Bug #4072][Assigned] dRubyで作成したサーバプログラムがsleepしていてもexit...
matz (Yukihiro Matsumoto)
10:23 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
まつもと ゆきひろです

In message "Re: [ruby-dev:43895] [Ruby 1.9 - Bug #4072][Assigned] dRubyで作成したサーバプログラムがsleepしていてもexit...
matz (Yukihiro Matsumoto)
09:53 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
> 遠藤です。
>
> 2011年6月24日14:43 KOSAKI Motohiro <[email protected]>:
>> ところで、話は変わるのですが thread.stopも p...
kosaki (Motohiro KOSAKI)
09:53 AM Bug #4072: dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
> 遠藤です。
>
> 2011年6月24日14:43 KOSAKI Motohiro <[email protected]>:
>> ところで、話は変わるのですが thread.stopも p...
kosaki (Motohiro KOSAKI)
09:20 AM Bug #4072 (Assigned): dRubyで作成したサーバプログラムがsleepしていてもexitしてしまう
kosakiです
unblock functionはGVL持たずに呼ばれるので、そこがthread stateによって挙動を変えていたら「死ねばいいのに」レベルだと思っています。よってわたし的にはこのパッチはOK。
ただI...
kosaki (Motohiro KOSAKI)
10:00 PM Bug #4881: super() in define_method which returns proc causes SEGV
Hi,
Thank you for your reporting.
This issue seems similar to #2420 and #3136 .
According to discussion in #3136...
nagachika (Tomoyuki Chikanaga)
08:10 PM Feature #4893: Literal Instantiation breaks Object Model
Yukihiro Matsumoto wrote:
> Your request has been too vague for me. Your definition of terms such as "object model"...
lazaridis.com (Lazaridis Ilias)
06:24 PM Bug #4920 (Closed): Process.daemon()呼び出しによりタイマースレッドが2つ出来てしまう
fixed by r32221.
kosaki (Motohiro KOSAKI)
03:51 PM Bug #3137: complex.rb changes exceptions of Math
r32055 の修正だと、CMath.#log で底に数値以外を与える場合に Math.#log のように TypeError が発生しませんでした。
CMath.log(8, "2") # => ArgumentError
sho-h (Sho Hashimoto)
01:01 PM Bug #4925 (Rejected): Infinite recursion allowed in rescue clause
The issue pertains to the following example:
def a
b
rescue NameError
a
end
a
The type of exception ra...
wuputah (Jonathan Dance)
 

Also available in: Atom