Project

General

Profile

Activity

From 02/08/2010 to 02/14/2010

02/14/2010

01:03 PM Bug #2667: Segmentation fault error
=begin
what if you compile it with --prefix=xxx -- does it err?
could you post gdb backtrace information?
-r
=end
rogerdpack (Roger Pack)
04:22 AM Bug #2667: Segmentation fault error
=begin
I'm getting something very similar. I compiled ruby-1.9-p376 with --prefix=/usr and after a day it would imm...
Philippe (Philippe Latulippe)

02/13/2010

09:50 PM Bug #2743 (Closed): incorrect checksum for freed object
=begin
Executing following comamnd dumps core in r26632 and later.

r26630
$ ./ruby -I. -I./lib -I./.ext/x86_...
sakuro (Sakuro OZAWA)
08:59 PM Feature #2740: Extend const_missing to pass in the nesting
Hi,
2010/2/13 Yehuda Katz <[email protected]>:
> > 1. It changes the const_missing API, breaking code. It wou...
mame (Yusuke Endoh)
05:41 PM Feature #2740: Extend const_missing to pass in the nesting
Hi,
At Fri, 12 Feb 2010 11:15:14 +0900,
Yehuda Katz wrote in [ruby-core:28154]:
> ```ruby
> class Foo::Bar
> ...
nobu (Nobuyoshi Nakada)
08:53 AM Feature #2740: Extend const_missing to pass in the nesting
> Interesting idea. However, I see two problems with the proposal:
> 1. It changes the `const_missing` API, breaki...
wycats (Yehuda Katz)
02:14 AM Feature #2740: Extend const_missing to pass in the nesting
Interesting idea. However, I see two problems with the proposal:
1. It changes the const_missing API, breaking cod...
murphy (Kornelius Kalnbach)
05:11 PM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Hi,

In message "Re: [ruby-core:28130] [Feature #2709] $VERBOSE, $DEBUG and Kernel#sprintf"
on Wed, 10...
matz (Yukihiro Matsumoto)
02:06 PM Bug #2516: IO#reopen Compatibility (original: [ruby-dev:39479])
=begin
2010年2月11日15:24 Yusuke Endoh <[email protected]>:
> チケット #2516 が更新されました。 (by Yusuke Endoh)
>
>
> 遠藤です...
kosaki (Motohiro KOSAKI)
12:32 PM Bug #2742: IO#read/gets can be very slow in doze
=begin
This seems to help, though I'm not sure if it's the best way.


Index: io.c
=========================...
rogerdpack (Roger Pack)
09:03 AM Bug #2742 (Closed): IO#read/gets can be very slow in doze
=begin
this code

n = 100 * 1000 * 1000
puts "writing"
File.open("foo", 'wb'){|f| f.write(" " * n) }
puts ...
rogerdpack (Roger Pack)
11:19 AM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
遠藤です。

2010年2月13日10:40 Tanaka Akira <[email protected]>:
> 2010年2月13日10:31 Yusuke ENDOH <[email protected]>:
>> こ...
mame (Yusuke Endoh)
10:32 AM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
遠藤です。

2010年2月12日22:32 Yusuke ENDOH <[email protected]>:
> 2010年2月11日19:08 Yusuke ENDOH <[email protected]>:
>>...
mame (Yusuke Endoh)

02/12/2010

10:32 PM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
遠藤です。

2010年2月11日19:08 Yusuke ENDOH <[email protected]>:
>> 以下のようにすると T_ZOMBIE が見えてしまうのはバグでしょうか。
*snip*
> G...
mame (Yusuke Endoh)
04:02 PM Feature #2715: Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
=begin
Nobu: I want system "fail" and system "''fail" to behave identically - printing error message when command fa...
taw (Tomasz Wegrzanowski)
12:25 PM Bug #2712: TCPServer#gets gets stuck
=begin
遠藤です。

2010年2月12日9:39 Takahiro Kambe <[email protected]>:
>> EFAULT ってどのくらいあてになるんでしょうね。read 発行直後はちゃんと
...
mame (Yusuke Endoh)
09:39 AM Bug #2712: TCPServer#gets gets stuck
=begin
おはようございます。

In message <[email protected]>
on Thu, 11 Feb 2010 ...
taca (Takahiro Kambe)
11:24 AM Bug #2733 (Assigned): rubyspec: Time#+ rounds micro seconds rather than truncates FAILED
=begin

=end
naruse (Yui NARUSE)
11:23 AM Feature #2740 (Assigned): Extend const_missing to pass in the nesting
naruse (Yui NARUSE)
11:14 AM Feature #2740 (Closed): Extend const_missing to pass in the nesting
=begin
At the moment, it is impossible for const_missing to differentiate between these cases:

class Foo::...
wycats (Yehuda Katz)
11:20 AM Feature #2713 (Assigned): Rdoc: rdoc/usage missing in Ruby 1.9
=begin

=end
naruse (Yui NARUSE)
11:19 AM Bug #2717 (Assigned): Requiring rubygems/specification causes tons of warnings for NoMethodError
=begin

=end
naruse (Yui NARUSE)
11:17 AM Bug #2721 (Feedback): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin

=end
naruse (Yui NARUSE)

02/11/2010

11:01 PM Bug #2733: rubyspec: Time#+ rounds micro seconds rather than truncates FAILED
=begin
>> 個人的には切り捨てがわかりやすいのでそれでいいと思いますが、変える
>> なら変えてもらっても構わないです。rubyspec 側を修正します。
>
> 仕掛けがわかりやすいからといって結果がわかりやすいかと...
kosaki (Motohiro KOSAKI)
09:58 PM Bug #2733: rubyspec: Time#+ rounds micro seconds rather than truncates FAILED
=begin
遠藤です。

2010年2月11日21:36 Tanaka Akira <[email protected]>:
> 2010年2月11日2:58 Yusuke ENDOH <[email protected]>:
>>
>...
mame (Yusuke Endoh)
02:58 AM Bug #2733 (Rejected): rubyspec: Time#+ rounds micro seconds rather than truncates FAILED
=begin
akr さん
遠藤です。

Evan Phoenix と Time の挙動について相談した上で Time について一応の
確認です。


- 1.8 の Time#+ は usec で四捨五...
mame (Yusuke Endoh)
09:54 PM Bug #2658: rubyspec: Ruby character strings interpolates the return value of Object#inspect, without ivars, if Object#to_s does not return a String instance ERROR
=begin
遠藤です。

2010年2月9日21:42 Yusuke ENDOH <[email protected]>:
> このパッチを commit + push していただけますか?
> お忙しいようなら、許可さえもらえ...
mame (Yusuke Endoh)
08:44 PM Bug #2712: TCPServer#gets gets stuck
=begin
kosakiです。

>>> やるとしたら、io_read の中の READ_CHECK の直後だけでチェックしても
>>> だめで、buffer string に書こうとする直前で毎回チェックする必要が
>>...
kosaki (Motohiro KOSAKI)
06:36 PM Bug #2712: TCPServer#gets gets stuck
=begin
遠藤です。

2010年2月11日17:35 Tanaka Akira <[email protected]>:
> 2010年2月11日17:14 Yusuke ENDOH <[email protected]>:
>
>...
mame (Yusuke Endoh)
05:34 PM Bug #2712: TCPServer#gets gets stuck
=begin
遠藤です。

連投すみません。

2010年2月11日17:14 Yusuke ENDOH <[email protected]>:
> - read にバッファを明示して待ち状態にし、
> - read 分に満...
mame (Yusuke Endoh)
05:14 PM Bug #2712: TCPServer#gets gets stuck
=begin
遠藤です。

2010年2月11日16:46 Tanaka Akira <[email protected]>:
> 2010年2月9日22:23 Yusuke ENDOH <[email protected]>:
>>
>...
mame (Yusuke Endoh)
07:27 PM Bug #2735 (Closed): miniruby make failed on powerpc-darwin9.8.0
=begin
This issue was solved with changeset r26643.
Kazuhiro, thank you for reporting this issue.
Your contributio...
Anonymous
07:18 PM Bug #2735 (Closed): miniruby make failed on powerpc-darwin9.8.0
=begin
powerpc の Mac OS X で miniruby の make に失敗します。

IRC で教えてもらった話だと r26401 での修正漏れで missing/alloca.c の
RUBY_LI...
znz (Kazuhiro NISHIYAMA)
07:08 PM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
遠藤です。

2010年2月11日0:29 Yusuke ENDOH <[email protected]>:
> 以下のようにすると T_ZOMBIE が見えてしまうのはバグでしょうか。
>
>
> $ ./...
mame (Yusuke Endoh)
02:13 PM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin

=end
nobu (Nobuyoshi Nakada)
12:29 AM Bug #2732 (Closed): rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
=begin
なかださんかまつもとさん
遠藤です。

以下のようにすると T_ZOMBIE が見えてしまうのはバグでしょうか。


$ ./ruby -ve '
obj = "test"
...
mame (Yusuke Endoh)
03:24 PM Bug #2516: IO#reopen Compatibility (original: [ruby-dev:39479])
=begin
遠藤です。

IO#reopen について調べているのですが、さっぱりわかりません。


$ cat foo.txt
1
2
3

# 1.8: 途中位置の ...
mame (Yusuke Endoh)
03:03 AM Feature #2366: private constant
=begin
咳さん
遠藤です。

2010年2月10日18:22 Masatoshi SEKI <[email protected]>:
>> eval するような spec に書きなおして見ました。
>>...
mame (Yusuke Endoh)

02/10/2010

04:37 PM Bug #2730 (Closed): Some methods still failing to raise RuntimeError when a frozen object would not be modified
=begin
This issue was solved with changeset r26632.
Brian, thank you for reporting this issue.
Your contribution t...
nobu (Nobuyoshi Nakada)
09:04 AM Bug #2730 (Closed): Some methods still failing to raise RuntimeError when a frozen object would not be modified
=begin
Per matz's request in [ruby-core:23714], this ticket is for the methods that are still not raising a RuntimeE...
brixen (Brian Shirai)
03:03 PM Bug #2731 (Rejected): FileUtils.copy prints error message in $DEBUG mode when destination doesn't exist
=begin
Trying to copy a file with Ruby:

$ touch source
$ ls destination
ls: destination: No such file or di...
murphy (Kornelius Kalnbach)
04:43 AM Bug #2729: `unexpected break' occurs when a proc is called in ensure
=begin
Hi,

At Wed, 10 Feb 2010 04:36:18 +0900,
Nobuyoshi Nakada wrote in [ruby-core:28132]:
> Bug #2729: `unexp...
nobu (Nobuyoshi Nakada)
04:34 AM Bug #2729 (Closed): `unexpected break' occurs when a proc is called in ensure
=begin
Reproducing code:

class Bug
include Enumerable
def each
begin
yield :fo...
nobu (Nobuyoshi Nakada)
02:05 AM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Yukihiro Matsumoto wrote:
> We don't accept any proposal with the POLS reason by default, since
> the bac...
paddor (Patrik Wenger)

02/09/2010

10:37 PM Bug #2712 (Closed): TCPServer#gets gets stuck
=begin
This issue was solved with changeset r26625.
Yusuke, thank you for reporting this issue.
Your contribution ...
mame (Yusuke Endoh)
10:23 PM Bug #2712: TCPServer#gets gets stuck
=begin
遠藤です。

2010年2月5日0:18 Yusuke ENDOH <[email protected]>:
> 単一スレッドの状態で TCPServer#gets を呼ぶと Errno::ENOTCONN が
> ...
mame (Yusuke Endoh)
09:56 PM Feature #2366: private constant
=begin
咳さん
遠藤です。

2010年1月30日21:39 Masatoshi SEKI <[email protected]>:
> 時間と元気があるときに、evalするようなテストケースを提案してみ...
mame (Yusuke Endoh)
09:43 PM Bug #2658: rubyspec: Ruby character strings interpolates the return value of Object#inspect, without ivars, if Object#to_s does not return a String instance ERROR
=begin
Yugui さん
遠藤です。

2010年1月30日20:36 Yusuke ENDOH <[email protected]>:
> 2010年1月30日13:52 Yugui (Yuki Sonoda) <yug...
mame (Yusuke Endoh)
07:06 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
Hi Greg,

Search 'openssl rand_poll heap32nex' and check if your environment
hits the problem or not. You ...
nahi (Hiroshi Nakamura)
02:12 AM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
A common stack:

ntdll.dll!RtlpNtMakeTemporaryKey+0x5866
ntdll.dll!RtlTimeToElapsedTimeFields+0x11922
...
ghazel (Greg Hazel)
12:22 PM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Yukihiro Matsumoto wrote:
> We don't accept any proposal with the POLS reason by default, since
> the backg...
shyouhei (Shyouhei Urabe)
10:18 AM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Hi,

In message "Re: [ruby-core:28029] [Bug #2709] $VERBOSE, $DEBUG and Kernel#sprintf"
on Wed, 3 Feb ...
matz (Yukihiro Matsumoto)
07:29 AM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
=begin
Any updates here?
=end
paddor (Patrik Wenger)
04:03 AM Feature #2022: Patch for openssl-1.0
=begin
KOSAKI's patch looks good.
We may be able to commit fixes for tests.
=end
naruse (Yui NARUSE)
03:04 AM Bug #2724 (Third Party's Issue): fork from other than the main thread causes wrong pthread condition on NetBSD
NetBSD 5.0.[01] において、main thread 以外の pthread から fork すると、
pthread とカーネルスレッド (lwp) との関連が壊れるという現象が確認されています。

後...
naruse (Yui NARUSE)

02/08/2010

11:47 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
with mingw 1.9.x

>> Benchmark.realtime { OpenSSL::Random.random_bytes(1) }
=> 0.890625
>> Benchmark...
rogerdpack (Roger Pack)
04:12 PM Bug #2721 (Assigned): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin

=end
naruse (Yui NARUSE)
03:56 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
I'm on Windows 7. It does not happen on my CentOS box.
=end
ghazel (Greg Hazel)
03:55 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
I can't reproduce this on FreeBSD/Ubuntu.
Anyone can reproduce on some platform?
=end
naruse (Yui NARUSE)
03:35 PM Bug #2721 (Third Party's Issue): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
=begin
This seems to be true across 1.8.6, 1.8.7 and even 1.9.1 compiled with either MSVC6 or mingw.

The first ...
ghazel (Greg Hazel)
11:39 PM Bug #2384: mkmf find_executable doesn't find batch files in doze
=begin
Thank you this also allows
Process.spawn 'file.bat'
to work. Sweet.
-=r
=end
rogerdpack (Roger Pack)
 

Also available in: Atom