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
-
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...
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_... -
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... -
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
> ... -
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... -
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... -
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... -
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)
>
>
> 遠藤です... -
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
=========================... -
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 ... -
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]>:
>> こ... -
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]>:
>>...
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... -
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... -
12:25 PM Bug #2712: TCPServer#gets gets stuck
- =begin
遠藤です。
2010年2月12日9:39 Takahiro Kambe <[email protected]>:
>> EFAULT ってどのくらいあてになるんでしょうね。read 発行直後はちゃんと
... -
09:39 AM Bug #2712: TCPServer#gets gets stuck
- =begin
おはようございます。
In message <[email protected]>
on Thu, 11 Feb 2010 ... -
11:24 AM Bug #2733 (Assigned): rubyspec: Time#+ rounds micro seconds rather than truncates FAILED
- =begin
=end
-
11:23 AM Feature #2740 (Assigned): Extend const_missing to pass in the nesting
-
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::... -
11:20 AM Feature #2713 (Assigned): Rdoc: rdoc/usage missing in Ruby 1.9
- =begin
=end
-
11:19 AM Bug #2717 (Assigned): Requiring rubygems/specification causes tons of warnings for NoMethodError
- =begin
=end
-
11:17 AM Bug #2721 (Feedback): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
- =begin
=end
02/11/2010
-
11:01 PM Bug #2733: rubyspec: Time#+ rounds micro seconds rather than truncates FAILED
- =begin
>> 個人的には切り捨てがわかりやすいのでそれでいいと思いますが、変える
>> なら変えてもらっても構わないです。rubyspec 側を修正します。
>
> 仕掛けがわかりやすいからといって結果がわかりやすいかと... -
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]>:
>>
>... -
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 で四捨五... -
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 していただけますか?
> お忙しいようなら、許可さえもらえ... -
08:44 PM Bug #2712: TCPServer#gets gets stuck
- =begin
kosakiです。
>>> やるとしたら、io_read の中の READ_CHECK の直後だけでチェックしても
>>> だめで、buffer string に書こうとする直前で毎回チェックする必要が
>>... -
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]>:
>
>... -
05:34 PM Bug #2712: TCPServer#gets gets stuck
- =begin
遠藤です。
連投すみません。
2010年2月11日17:14 Yusuke ENDOH <[email protected]>:
> - read にバッファを明示して待ち状態にし、
> - read 分に満... -
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]>:
>>
>... -
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... -
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... -
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 が見えてしまうのはバグでしょうか。
>
>
> $ ./... -
02:13 PM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
- =begin
=end
-
12:29 AM Bug #2732 (Closed): rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
- =begin
なかださんかまつもとさん
遠藤です。
以下のようにすると T_ZOMBIE が見えてしまうのはバグでしょうか。
$ ./ruby -ve '
obj = "test"
... -
03:24 PM Bug #2516: IO#reopen Compatibility (original: [ruby-dev:39479])
- =begin
遠藤です。
IO#reopen について調べているのですが、さっぱりわかりません。
$ cat foo.txt
1
2
3
# 1.8: 途中位置の ... -
03:03 AM Feature #2366: private constant
- =begin
咳さん
遠藤です。
2010年2月10日18:22 Masatoshi SEKI <[email protected]>:
>> eval するような spec に書きなおして見ました。
>>...
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... -
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... -
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... -
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... -
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... -
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...
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 ... -
10:23 PM Bug #2712: TCPServer#gets gets stuck
- =begin
遠藤です。
2010年2月5日0:18 Yusuke ENDOH <[email protected]>:
> 単一スレッドの状態で TCPServer#gets を呼ぶと Errno::ENOTCONN が
> ... -
09:56 PM Feature #2366: private constant
- =begin
咳さん
遠藤です。
2010年1月30日21:39 Masatoshi SEKI <[email protected]>:
> 時間と元気があるときに、evalするようなテストケースを提案してみ... -
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... -
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 ... -
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
... -
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... -
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 ... -
07:29 AM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
- =begin
Any updates here?
=end
-
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
-
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) との関連が壊れるという現象が確認されています。
後...
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... -
04:12 PM Bug #2721 (Assigned): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
- =begin
=end
-
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
-
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
-
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 ... -
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
Also available in: Atom