From: Naohisa Goto Date: 2011-07-30T16:50:15+09:00 Subject: [ruby-dev:44274] [Ruby 1.9 - Bug #4456] Time#strftime で %F 指定子に大きな幅を指定した際の不具合 Issue #4456 has been updated by Naohisa Goto. Motohiro KOSAKI wrote: > 一週間たちましたが、こちら進捗はいかがでしょうか 無事にコミット権をもらえましたので、今日中にはtrunkとruby_1_9_3両方にコミットします。 ---------------------------------------- Bug #4456: Time#strftime で %F 指定子に大きな幅を指定した際の不具合 http://redmine.ruby-lang.org/issues/4456 Author: tadayoshi funaba Status: Assigned Priority: Normal Assignee: Naohisa Goto Category: core Target version: 1.9.3 ruby -v: - =begin $ ruby -e "Time.now.strftime('%100000F')" -e:1: [BUG] Segmentation fault ruby 1.9.3dev (2011-03-02) [i686-linux] -- Control frame information ----------------------------------------------- c:0004 p:---- s:0010 b:0010 l:000009 d:000009 CFUNC :(null) c:0003 p:0023 s:0006 b:0006 l:000d2c d:00034c EVAL -e:1 c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH c:0001 p:0000 s:0002 b:0002 l:000d2c d:000d2c TOP -- Ruby level backtrace information ---------------------------------------- -e:1:in `
' Segmentation fault =end -- http://redmine.ruby-lang.org