[#39810] 2.0 feature questionnaire — SASADA Koichi <ko1@...>
I made a questionnaire "What do you want to introduce in 2.0?" in my
2011/10/1 SASADA Koichi <ko1@atdot.net>:
Hi,
On Sun, Oct 2, 2011 at 1:30 AM, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
Oops, I was mentioned.
See below.
(10/07/2011 02:19 PM), Evan Phoenix wrote:
>> No, it isn't. VM-aware extensions shall obey the MVM-safe APIs.
2011/10/1 SASADA Koichi <ko1@atdot.net>:
On Monday, October 24, 2011 at 10:29 PM, Charles Oliver Nutter wrote:
On Mon, Oct 24, 2011 at 10:29 PM, Charles Oliver Nutter <headius@headius.com
On Tue, Oct 25, 2011 at 3:51 PM, Rocky Bernstein <rockyb@rubyforge.org> wrote:
On Tue, Oct 25, 2011 at 1:51 PM, Rocky Bernstein <rockyb@rubyforge.org>wrote:
On Wed, Oct 26, 2011 at 12:43 AM, Tim Felgentreff <tim@nada1.de> wrote:
[#39823] Discussion results — SASADA Koichi <ko1@...>
Hi,
I did not have the fortune of attending the discussion, but I would
Hi,
Hello Matz,
Hello,
On Mon, Oct 3, 2011 at 8:16 AM, Yusuke Endoh <mame@tsg.ne.jp> wrote:
Hello,
How does String#margin behave when given irregular input?
On Mon, Oct 3, 2011 at 11:05 AM, Jim Freeze <jimfreeze@gmail.com> wrote:
Sent from my iPad
On Mon, Oct 3, 2011 at 1:52 PM, Gmail <jimfreeze@gmail.com> wrote:
On Mon, Oct 3, 2011 at 14:16, Yusuke Endoh <mame@tsg.ne.jp> wrote:
[#39824] Road to 2.0 — SASADA Koichi <ko1@...>
Hi,
Hello,
[#39886] [Ruby 1.9 - Bug #5393][Open] some style fixes in enum.c docs — b t <redmine@...>
[#39888] [Ruby 1.9 - Feature #5394][Open] Anonymous Symbols, Anonymous Methods — Kurt Stephens <ks.ruby@...>
[#39915] [Ruby 1.9 - Feature #5400][Open] Remove flip-flops in 2.0 — Magnus Holm <judofyr@...>
Hello,
[#39918] [Ruby 1.9 - Bug #5401][Open] Ruby 1.9.3 interpreter crash — Conrad Taylor <conradwt@...>
[#39937] redmine 2.0 tracker — SASADA Koichi <ko1@...>
There is no 2.0 tracker (sub-project) in redmine.
[#39957] [Ruby 1.9 - Bug #5407][Open] Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3 — Heesob Park <phasis@...>
[#39986] problems with Refinements — Shugo Maeda <shugo@...>
Hi,
There are also the group of people that think refinements are just a
Hi,
> Unfortunately, I missed Brian's talk, so we have to wait until the
Hi,
> I am not sure why
On Fri, Oct 7, 2011 at 6:02 AM, Steve Klabnik <steve@steveklabnik.com>wrote:
[#39993] [Ruby 1.9 - Feature #2348] RBTree Should be Added to the Standard Library — David Graham <david.malcom.graham@...>
(2011.10.07 01:50 ), David Graham wrote:
On 07/10/2011, at 1:16 PM, Kenta Murata wrote:
(2011/10/07 1:50), David Graham wrote:
On Thu, Oct 6, 2011 at 6:34 PM, SASADA Koichi <ko1@atdot.net> wrote:
[#40058] Statistical Profiling — Perry Smith <pedzsan@...>
Would it be plausible to somehow, get the (ruby) stack of the running ruby process (or a particular thread), periodically? For example, every 10 seconds.
[#40073] [Ruby 1.9 - Feature #5427][Open] Not complex patch to improve `require` time (load.c) — Yura Sokolov <funny.falcon@...>
[#40117] [Ruby 1.9 - Bug #5437][Open] Using fibers leads to huge memory leak — Robert Pankowecki <robert.pankowecki@...>
[#40138] [Ruby 1.9 - Feature #5444][Open] Object.free — Thomas Sawyer <transfire@...>
[#40172] plans for 2.0. — Carter Cheng <cartercheng@...>
Hello,
2011/10/17 Carter Cheng <cartercheng@gmail.com>:
[#40188] [Ruby 2.0 - Feature #5454] keyword arguments — Yukihiro Matsumoto <matz@...>
This looks very interesting! Would someone be willing to translate to english? I've only got a vague idea of what is being discussed.
Hi,
Hi,
Thanks for the translation!
From the current patch it seems to me that this would raise an ArgumentError, as it does now. Neither name nor age are "keyword arguments". There is no way to define keyword arguments without a default.
On Tue, Oct 18, 2011 at 1:33 AM, Haase, Konstantin <
[#40200] [Ruby 1.9 - Bug #5459][Open] Silence -Wmissing-declarations and -Wold-style-definition warnings in mkmf — Nikolai Weibull <now@...>
[#40203] invoking garbage_collect in gc.c — Carter Cheng <cartercheng@...>
Hello,
[#40259] Counseling — Perry Smith <pedzsan@...>
Ruby and I are back in counseling... Its always the same thing with her. "I'm throwing an Encoding exception!!!"
What's your $LC_CTYPE? What OS are you on?
Hi all,
Gon軋lo Silva wrote:
On Oct 21, 2011, at 9:43 AM, Perry Smith wrote:
To try and cut to the core of the issue: in Ruby 1.8 it was common practice to use the String class to represent both "proper strings" as well as a "bag-o-bytes". In Ruby 1.9, you can only properly use the String class to represent "proper strings". For a "bag-o-bytes" we're left with Array, but there are times when Array is not the right abstraction (e.g. reading data from a socket, identifying a start and stop token, and writing the bytes between to a file on disk). Also, the "BINARY" encoding is not the right abstraction, because you still have an object which will worry about encodings and, due to Ruby always trying to do "the right thing", bugs can be very difficult to track down. Consider:
> What Ruby needs (IMHO), is the equivalent of Obj-C's NSData class. That is,
On Saturday, October 22, 2011 at 12:43 PM, Jon wrote:
[#40271] Can rubygems save us from "binary-compatibility hell"? — Yusuke Endoh <mame@...>
Hello, rubygems developers --
Dne 22.10.2011 4:48, Yusuke Endoh napsal(a):
On Oct 31, 2011, at 2:41 PM, V咜 Ondruch wrote:
Dne 1.11.2011 0:05, Eric Hodel napsal(a):
On Nov 1, 2011, at 2:03 PM, V咜 Ondruch wrote:
Forwarding this again to ruby-core as received a postmaster delivery failure.
Hello,
On Thu, Nov 10, 2011 at 4:38 PM, Yusuke Endoh <mame@tsg.ne.jp> wrote:
Hello,
2011/11/10 Yusuke Endoh <mame@tsg.ne.jp>:
Hello,
[#40281] [Ruby 2.0 - Bug #5470][Open] r33507 and r33508 break the build under MinGW — Luis Lavena <luislavena@...>
[#40284] set_trace_func changed? — Intransition <transfire@...>
Did something change about `set_trace_func` between 1.8.7 and 1.9.3?
[#40290] [ruby-trunk - Feature #5474][Assigned] keyword argument — Yusuke Endoh <mame@...>
More refinement below. I think we're on a good path here.
Hi,
On Wed, Oct 26, 2011 at 2:08 PM, Yukihiro Matsumoto <matz@ruby-lang.org>wrote:
Hi,
On Wed, Oct 26, 2011 at 7:30 PM, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
Hi,
On Thu, Oct 27, 2011 at 3:16 AM, Nobuyoshi Nakada <nobu@ruby-lang.org> wrote:
Hi,
Hi,
Hi,
See below.
Hi,
> |> It's Python way, and I won't take it.
[#40311] [ruby-trunk - Feature #5478][Open] import Set into core, add syntax — Konstantin Haase <Konstantin.Haase@...>
On 2011-12-04, at 16:15:00, Alexey Muranov wrote:
[#40312] [ruby-trunk - Feature #5479][Open] import StringIO into core, add String#to_io — Konstantin Haase <Konstantin.Haase@...>
On Tue, Oct 25, 2011 at 10:14:54PM +0900, Charles Nutter wrote:
My main request was to add String#to_io, as Aaron described, so this protocol can actually be used. This is the only reason why I proposed moving StringIO to core. We could also add String#to_io as a monkey-patch to String in stringio in the stdlib.
On Wed, Oct 26, 2011 at 02:22:21AM +0900, Haase, Konstantin wrote:
[#40314] [ANN] 2011 Call for grant proposals — Shugo Maeda <shugo@...>
Hello,
Hello,
> Ruby reference manual for you, me and everyoneApplicant: Yutaka Hara
[#40316] [ruby-trunk - Feature #5481][Open] Gemifying Ruby standard library — Hiroshi Nakamura <nakahiro@...>
On Tue, Oct 25, 2011 at 14:45, Intransition <transfire@gmail.com> wrote:
[#40322] [ruby-trunk - Feature #5482][Open] Rubinius as basis for Ruby 2.0 — Thomas Sawyer <transfire@...>
Come back when all 1.9 features and callcc are implemented :-)
(2011/10/25 12:46), Yusuke Endoh wrote:
On Mon, Oct 24, 2011 at 9:58 PM, SASADA Koichi <ko1@atdot.net> wrote:
On Tue, Oct 25, 2011 at 11:45 PM, Tim Felgentreff <tim@nada1.de> wrote:
[#40356] JIT development for MRI — Carter Cheng <cartercheng@...>
Hello,
Hello Charlie,
Hi,
Dear Koichi SASADA,
I noticed that you used context threading in YARV. Do you have some analysis
Thanks for reference.
Thanks Koichi.
On Wed, Oct 26, 2011 at 6:43 PM, Carter Cheng <cartercheng@gmail.com> wrote:
Hi Carter,
Thanks Koichi. How do profiling based approaches differ from trace recording
[#40412] [ruby-trunk - Bug #5486][Open] rb_stat() doesn’t respect input encoding — Nikolai Weibull <now@...>
On Fri, Oct 28, 2011 at 07:28, Usaku NAKAMURA <redmine@ruby-lang.org> wrote:
On Fri, Oct 28, 2011 at 08:14, Nikolai Weibull <now@bitwi.se> wrote:
On Sun, Mar 11, 2012 at 22:41, Nobuyoshi Nakada <nobu@ruby-lang.org> wrote:
Hello,
2012/3/15 U.Nakamura <usa@garbagecollect.jp>:
[#40427] cfp consistency error — Aaron Patterson <tenderlove@...>
Hi, I'm getting a cfp consistency error when I use trunk ruby. Here is
[#40453] Test case format — Jon <jon.forums@...>
I see no mention of a required (or preferred) test case format after reviewing:
2011/10/27 Jon <jon.forums@gmail.com>:
[#40489] [ruby-trunk - Bug #5497][Open] Math.log10(10_000) error on HP-UX/PA — The Written Word Inc <bugs-ruby@...>
[#40492] [ruby-trunk - Feature #5505][Open] BasicObject#__extend__ — Thomas Sawyer <transfire@...>
[#40527] [ANN] Ruby 1.9.3-p0 is out — "Yuki Sonoda (Yugui)" <yugui@...>
-----BEGIN PGP SIGNED MESSAGE-----
Hello,
On Sun, Oct 30, 2011 at 11:11 PM, Luis Lavena <luislavena@gmail.com> wrote:
On Sun, Oct 30, 2011 at 11:20 AM, Yugui <yugui@yugui.jp> wrote:
> On Sun, Oct 30, 2011 at 11:20 AM, Yugui <yugui@yugui.jp> wrote:
[#40562] [ruby-trunk - Bug #5525][Open] UDPSocket#bind(ip, port) fails under IPv6 => Errno::EAFNOSUPPORT — Iñaki Baz Castillo <ibc@...>
[#40571] [ruby-trunk - Bug #5529][Open] Bus error with Fibers on OSX Lion — Dave Thomas <dave@...>
[#40586] [ruby-trunk - Feature #5531][Open] deep_value for dealing with nested hashes — Kyle Peyton <kylepeyton@...>
[ruby-core:40205] Re: [Ruby 1.9 - Bug #5407] Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
Hello,
I'm glad to here the solution of this problem.
Thanks to all the people that tackled it.
There is only one proposal from me.
In mswin, /Oy- is always specified.
So, in mingw, We should specify -fno-omit-frame-pointer, I think.
# Of course, if this option does not exist depending on a compiler
# version, we should check it in configure script.
Nobu and Luis, how do you think?
In message "[ruby-core:40204] [Ruby 1.9 - Bug #5407] Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3"
on Oct.18,2011 20:11:41, <h.shirosaki@gmail.com> wrote:
>
> Issue #5407 has been updated by Hiroshi Shirosaki.
>
>
> I have same issues as above.
> trunk@33473 and 1.9.3dev build fails on Windows XP SP3 with gcc version 4.6.1 (tdm-1).
>
> And build with -fno-omit-frame-pointer flag works fine.
>
>
> This document explains about setjmp and Frame-Pointer Omission.
> http://msdn.microsoft.com/en-us/library/2kxx5t2c.aspx
>
> I tried to write a patch of this issue.
>
> diff --git a/configure.in b/configure.in
> index fff3a07..1ca63b3 100644
> --- a/configure.in
> +++ b/configure.in
> @@ -44,6 +44,12 @@ target_os="`echo ${target_os} | sed 's/msvc$//'`"
> AS_CASE(["$target_cpu-$target_os"], [x86_64-mingw*], [
> target_cpu=x64
> ])
> +AS_CASE(["$target_os"], [mingw*], [
> +kernel_name=`uname -s`
> +gcc_version=`$CC --version | head -n1`
> +AS_CASE(["$kernel_name-$gcc_version"],
> + [*NT-5.1-*" 4.6."*], [optflags="-O3 -fno-omit-frame-pointer"])
> +])
> ])
>
> AC_DEFUN([RUBY_CPPOUTFILE],
>
> ----------------------------------------
> Bug #5407: Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
> http://redmine.ruby-lang.org/issues/5407
>
> Author: Heesob Park
> Status: Open
> Priority: Normal
> Assignee:
> Category:
> Target version:
> ruby -v: -
>
>
> I guess this bug is related with Bug #5375(http://redmine.ruby-lang.org/issues/5375).
>
>
> First, it fails when configuring tk.
>
> $ make
> CC = gcc
> LD = ld
> LDSHARED = gcc -shared -s
> CFLAGS = -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long
> -long -Wno-missing-field-initializers -Werror=pointer-arith -Werror=write-string
> s -Werror=declaration-after-statement -Werror=implicit-function-declaration
> XCFLAGS = -include ruby/config.h -include ruby/missing.h -fvisibility=hi
> dden -DRUBY_EXPORT
> CPPFLAGS = -I. -I.ext/include/i386-mingw32 -I./include -I.
> DLDFLAGS = -Wl,--enable-auto-image-base,--enable-auto-import -Wl,--out-i
> mplib=libmsvcrt-ruby191.dll.a msvcrt-ruby191.def
> SOLIBS = msvcrt-ruby191.res.o -lshell32 -lws2_32 -limagehlp
> generating enc.mk
> generating encdb.h
> encdb.h unchanged
> making enc
> make[1]: Entering directory `/c/work/ruby-1.9.3-rc1'
> make[1]: Nothing to be done for `enc'.
> make[1]: Leaving directory `/c/work/ruby-1.9.3-rc1'
> making srcs under enc
> make[1]: Entering directory `/c/work/ruby-1.9.3-rc1'
> make[1]: Nothing to be done for `srcs'.
> make[1]: Leaving directory `/c/work/ruby-1.9.3-rc1'
> generating transdb.h
> transdb.h unchanged
> making trans
> make[1]: Entering directory `/c/work/ruby-1.9.3-rc1'
> make[1]: Nothing to be done for `./enc/trans'.
> make[1]: Leaving directory `/c/work/ruby-1.9.3-rc1'
> making encs
> make[1]: Entering directory `/c/work/ruby-1.9.3-rc1'
> make[1]: Leaving directory `/c/work/ruby-1.9.3-rc1'
> configuring tk
> c:/work/ruby-1.9.3-rc1/lib/mkmf.rb:1398: [BUG] Segmentation fault
> ruby 1.9.3dev (2011-09-23) [i386-mingw32]
>
> -- Control frame information -----------------------------------------------
> c:0016 p:---- s:0129 b:0129 l:000128 d:000128 CFUNC :fetch
> c:0015 p:0081 s:0125 b:0125 l:000124 d:000124 METHOD c:/work/ruby-1.9.3-rc1/lib/
> mkmf.rb:1398
> c:0014 p:0036 s:0118 b:0118 l:002678 d:002678 METHOD c:/work/ruby-1.9.3-rc1/lib/
> mkmf.rb:1417
> c:0013 p:0014 s:0112 b:0112 l:000102 d:000111 BLOCK c:/work/ruby-1.9.3-rc1/ext/
> tk/extconf.rb:64
> c:0012 p:---- s:0108 b:0108 l:000107 d:000107 FINISH
> c:0011 p:---- s:0106 b:0106 l:000105 d:000105 CFUNC :each_key
> c:0010 p:0339 s:0103 b:0103 l:000102 d:000102 TOP c:/work/ruby-1.9.3-rc1/ext/
> tk/extconf.rb:63
> c:0009 p:---- s:0073 b:0073 l:000072 d:000072 FINISH
> c:0008 p:---- s:0071 b:0071 l:000070 d:000070 CFUNC :load
> c:0007 p:0759 s:0067 b:0067 l:000066 d:000066 METHOD ./ext/extmk.rb:174
> c:0006 p:0046 s:0045 b:0045 l:0000dc d:000044 BLOCK ./ext/extmk.rb:468
> c:0005 p:---- s:0042 b:0042 l:000041 d:000041 FINISH
> c:0004 p:---- s:0040 b:0040 l:000039 d:000039 CFUNC :each
> c:0003 p:1285 s:0037 b:0037 l:0000dc d:001728 EVAL ./ext/extmk.rb:464
> c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
> c:0001 p:0000 s:0002 b:0002 l:0000dc d:0000dc TOP
>
> -- Ruby level backtrace information ----------------------------------------
> ./ext/extmk.rb:464:in `<main>'
> ./ext/extmk.rb:464:in `each'
> ./ext/extmk.rb:468:in `block in <main>'
> ./ext/extmk.rb:174:in `extmake'
> ./ext/extmk.rb:174:in `load'
> c:/work/ruby-1.9.3-rc1/ext/tk/extconf.rb:63:in `<top (required)>'
> c:/work/ruby-1.9.3-rc1/ext/tk/extconf.rb:63:in `each_key'
> c:/work/ruby-1.9.3-rc1/ext/tk/extconf.rb:64:in `block in <top (required)>'
> c:/work/ruby-1.9.3-rc1/lib/mkmf.rb:1417:in `with_config'
> c:/work/ruby-1.9.3-rc1/lib/mkmf.rb:1398:in `arg_config'
> c:/work/ruby-1.9.3-rc1/lib/mkmf.rb:1398:in `fetch'
>
> -- C level backtrace information -------------------------------------------
> F:\WINDOWS\system32\ntdll.dll(KiFastSystemCallRet+0x0) [0x7c93e514]
> F:\WINDOWS\system32\kernel32.dll(WaitForSingleObject+0x12) [0x7c7d2542]
>
> -- Other runtime information -----------------------------------------------
>
> * Loaded script: ./ext/extmk.rb
>
> * Loaded features:
>
> 0 enumerator.so
> 1 c:/work/ruby-1.9.3-rc1/rbconfig.rb
> 2 mkmf.rb
> 3 c:/work/ruby-1.9.3-rc1/lib/fileutils.rb
> 4 c:/work/ruby-1.9.3-rc1/lib/shellwords.rb
> 5 c:/work/ruby-1.9.3-rc1/lib/optparse.rb
> 6 c:/work/ruby-1.9.3-rc1/lib/optparse/shellwords.rb
>
> [NOTE]
> You may have encountered a bug in the Ruby interpreter or extension libraries.
> Bug reports are welcome.
> For details: http://www.ruby-lang.org/bugreport.html
>
>
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> make: *** [exts.mk] Error 3
>
> ================================================================================
>
> Second, if I skip tk by removing tk, it fails when making rdoc.
>
> Generating RDoc documentation
> Parsing sources...
> 0% [ 1/767] addr2line.c
> 0% [ 2/767] array.c
> 0% [ 3/767] bignum.c
> 0% [ 4/767] class.c
> 0% [ 5/767] compar.c
> 0% [ 6/767] compile.c
> 0% [ 7/767] complex.c
> 1% [ 8/767] cont.c
> 1% [ 9/767] debug.c
> 1% [10/767] dir.c
> 1% [11/767] dln.c
> 1% [12/767] dln_find.c
> 1% [13/767] dmydln.c
> 1% [14/767] dmyencoding.c
> 1% [15/767] dmyext.c
> 2% [16/767] dmyversion.c
> 2% [17/767] encoding.c
> 2% [18/767] enum.c
> 2% [19/767] enumerator.c
> 2% [20/767] error.c
> c:/work/ruby-1.9.3-rc1/lib/rdoc/parser/c.rb:846: [BUG] Segmentation fault
> ruby 1.9.3dev (2011-09-23) [i386-mingw32]
>
> -- Control frame information -----------------------------------------------
> c:0016 p:---- s:0078 b:0078 l:000077 d:000077 CFUNC :Integer
> c:0015 p:0172 s:0074 b:0074 l:000073 d:000073 METHOD c:/work/ruby-1.9.3-rc1/lib/
> rdoc/parser/c.rb:846
> c:0014 p:0075 s:0057 b:0057 l:000042 d:000056 BLOCK c:/work/ruby-1.9.3-rc1/lib/
> rdoc/parser/c.rb:345
> c:0013 p:---- s:0049 b:0049 l:000048 d:000048 FINISH
> c:0012 p:---- s:0047 b:0047 l:000046 d:000046 CFUNC :scan
> c:0011 p:0015 s:0043 b:0043 l:000042 d:000042 METHOD c:/work/ruby-1.9.3-rc1/lib/
> rdoc/parser/c.rb:326
> c:0010 p:0041 s:0040 b:0040 l:000039 d:000039 METHOD c:/work/ruby-1.9.3-rc1/lib/
> rdoc/parser/c.rb:1039
> c:0009 p:0164 s:0037 b:0037 l:000036 d:000036 METHOD c:/work/ruby-1.9.3-rc1/lib/
> rdoc/rdoc.rb:334
> c:0008 p:0020 s:0028 b:0028 l:000019 d:000027 BLOCK c:/work/ruby-1.9.3-rc1/lib/
> rdoc/rdoc.rb:379
> c:0007 p:---- s:0025 b:0025 l:000024 d:000024 FINISH
> c:0006 p:---- s:0023 b:0023 l:000022 d:000022 CFUNC :map
> c:0005 p:0095 s:0020 b:0020 l:000019 d:000019 METHOD c:/work/ruby-1.9.3-rc1/lib/
> rdoc/rdoc.rb:377
> c:0004 p:0222 s:0014 b:0014 l:000013 d:000013 METHOD c:/work/ruby-1.9.3-rc1/lib/
> rdoc/rdoc.rb:434
> c:0003 p:0067 s:0008 b:0008 l:000e8c d:002094 EVAL ./bin/rdoc:20
> c:0002 p:---- s:0004 b:0004 l:000003 d:000003 FINISH
> c:0001 p:0000 s:0002 b:0002 l:000e8c d:000e8c TOP
>
> -- Ruby level backtrace information ----------------------------------------
> ./bin/rdoc:20:in `<main>'
> c:/work/ruby-1.9.3-rc1/lib/rdoc/rdoc.rb:434:in `document'
> c:/work/ruby-1.9.3-rc1/lib/rdoc/rdoc.rb:377:in `parse_files'
> c:/work/ruby-1.9.3-rc1/lib/rdoc/rdoc.rb:377:in `map'
> c:/work/ruby-1.9.3-rc1/lib/rdoc/rdoc.rb:379:in `block in parse_files'
> c:/work/ruby-1.9.3-rc1/lib/rdoc/rdoc.rb:334:in `parse_file'
> c:/work/ruby-1.9.3-rc1/lib/rdoc/parser/c.rb:1039:in `scan'
> c:/work/ruby-1.9.3-rc1/lib/rdoc/parser/c.rb:326:in `do_methods'
> c:/work/ruby-1.9.3-rc1/lib/rdoc/parser/c.rb:326:in `scan'
> c:/work/ruby-1.9.3-rc1/lib/rdoc/parser/c.rb:345:in `block in do_methods'
> c:/work/ruby-1.9.3-rc1/lib/rdoc/parser/c.rb:846:in `handle_method'
> c:/work/ruby-1.9.3-rc1/lib/rdoc/parser/c.rb:846:in `Integer'
>
> -- C level backtrace information -------------------------------------------
> F:\WINDOWS\system32\ntdll.dll(KiFastSystemCallRet+0x0) [0x7c93e514]
> F:\WINDOWS\system32\kernel32.dll(WaitForSingleObject+0x12) [0x7c7d2542]
>
> -- Other runtime information -----------------------------------------------
>
> * Loaded script: ./bin/rdoc
>
> * Loaded features:
>
> 0 enumerator.so
> 1 c:/work/ruby-1.9.3-rc1/.ext/i386-mingw32/enc/encdb.so
> 2 c:/work/ruby-1.9.3-rc1/.ext/i386-mingw32/enc/cp949.so
> 3 c:/work/ruby-1.9.3-rc1/.ext/i386-mingw32/enc/trans/transdb.so
> 4 c:/work/ruby-1.9.3-rc1/lib/rdoc.rb
> 5 c:/work/ruby-1.9.3-rc1/lib/rdoc/encoding.rb
> 6 c:/work/ruby-1.9.3-rc1/.ext/i386-mingw32/strscan.so
> 7 c:/work/ruby-1.9.3-rc1/lib/rdoc/text.rb
> 8 c:/work/ruby-1.9.3-rc1/lib/rdoc/code_object.rb
> 9 c:/work/ruby-1.9.3-rc1/lib/rdoc/context.rb
> 10 c:/work/ruby-1.9.3-rc1/lib/rdoc/top_level.rb
> 11 c:/work/ruby-1.9.3-rc1/lib/rdoc/class_module.rb
> 12 c:/work/ruby-1.9.3-rc1/lib/rdoc/normal_class.rb
> 13 c:/work/ruby-1.9.3-rc1/lib/rdoc/normal_module.rb
> 14 c:/work/ruby-1.9.3-rc1/lib/rdoc/anon_class.rb
> 15 c:/work/ruby-1.9.3-rc1/lib/rdoc/single_class.rb
> 16 c:/work/ruby-1.9.3-rc1/lib/rdoc/method_attr.rb
> 17 c:/work/ruby-1.9.3-rc1/lib/rdoc/token_stream.rb
> 18 c:/work/ruby-1.9.3-rc1/lib/rdoc/any_method.rb
> 19 c:/work/ruby-1.9.3-rc1/lib/rdoc/alias.rb
> 20 c:/work/ruby-1.9.3-rc1/lib/rdoc/ghost_method.rb
> 21 c:/work/ruby-1.9.3-rc1/lib/rdoc/meta_method.rb
> 22 c:/work/ruby-1.9.3-rc1/lib/rdoc/attr.rb
> 23 c:/work/ruby-1.9.3-rc1/lib/rdoc/constant.rb
> 24 c:/work/ruby-1.9.3-rc1/lib/rdoc/require.rb
> 25 c:/work/ruby-1.9.3-rc1/lib/rdoc/include.rb
> 26 c:/work/ruby-1.9.3-rc1/lib/rdoc/code_objects.rb
> 27 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/blank_line.rb
> 28 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/document.rb
> 29 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/heading.rb
> 30 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/list.rb
> 31 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/list_item.rb
> 32 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/raw.rb
> 33 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/paragraph.rb
> 34 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/indented_paragraph.rb
> 35 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/rule.rb
> 36 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/verbatim.rb
> 37 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/parser.rb
> 38 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/attribute_manager.rb
> 39 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/inline.rb
> 40 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup.rb
> 41 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/pre_process.rb
> 42 c:/work/ruby-1.9.3-rc1/lib/rdoc/stats.rb
> 43 c:/work/ruby-1.9.3-rc1/lib/rdoc/parser/simple.rb
> 44 c:/work/ruby-1.9.3-rc1/lib/rdoc/parser.rb
> 45 c:/work/ruby-1.9.3-rc1/lib/rdoc/ruby_token.rb
> 46 c:/work/ruby-1.9.3-rc1/lib/e2mmap.rb
> 47 c:/work/ruby-1.9.3-rc1/lib/irb/output-method.rb
> 48 c:/work/ruby-1.9.3-rc1/lib/irb/notifier.rb
> 49 c:/work/ruby-1.9.3-rc1/lib/irb/slex.rb
> 50 c:/work/ruby-1.9.3-rc1/.ext/i386-mingw32/stringio.so
> 51 c:/work/ruby-1.9.3-rc1/lib/rdoc/ruby_lex.rb
> 52 c:/work/ruby-1.9.3-rc1/lib/rdoc/parser/ruby_tools.rb
> 53 c:/work/ruby-1.9.3-rc1/lib/rdoc/parser/ruby.rb
> 54 c:/work/ruby-1.9.3-rc1/lib/rdoc/known_classes.rb
> 55 c:/work/ruby-1.9.3-rc1/lib/rdoc/parser/c.rb
> 56 c:/work/ruby-1.9.3-rc1/lib/optparse.rb
> 57 c:/work/ruby-1.9.3-rc1/.ext/i386-mingw32/etc.so
> 58 c:/work/ruby-1.9.3-rc1/lib/fileutils.rb
> 59 c:/work/ruby-1.9.3-rc1/lib/rdoc/ri/store.rb
> 60 c:/work/ruby-1.9.3-rc1/lib/rdoc/ri.rb
> 61 c:/work/ruby-1.9.3-rc1/rbconfig.rb
> 62 c:/work/ruby-1.9.3-rc1/lib/rdoc/ri/paths.rb
> 63 c:/work/ruby-1.9.3-rc1/lib/rdoc/options.rb
> 64 c:/work/ruby-1.9.3-rc1/lib/find.rb
> 65 c:/work/ruby-1.9.3-rc1/.ext/i386-mingw32/date_core.so
> 66 c:/work/ruby-1.9.3-rc1/.ext/common/date/format.rb
> 67 c:/work/ruby-1.9.3-rc1/.ext/common/date.rb
> 68 c:/work/ruby-1.9.3-rc1/lib/time.rb
> 69 c:/work/ruby-1.9.3-rc1/lib/rubygems/defaults.rb
> 70 c:/work/ruby-1.9.3-rc1/lib/rubygems/deprecate.rb
> 71 c:/work/ruby-1.9.3-rc1/lib/rubygems/exceptions.rb
> 72 c:/work/ruby-1.9.3-rc1/lib/rubygems/custom_require.rb
> 73 c:/work/ruby-1.9.3-rc1/lib/rubygems.rb
> 74 c:/work/ruby-1.9.3-rc1/lib/rubygems/version.rb
> 75 c:/work/ruby-1.9.3-rc1/lib/rubygems/requirement.rb
> 76 c:/work/ruby-1.9.3-rc1/lib/rubygems/platform.rb
> 77 c:/work/ruby-1.9.3-rc1/lib/rubygems/specification.rb
> 78 c:/work/ruby-1.9.3-rc1/lib/rubygems/path_support.rb
> 79 c:/work/ruby-1.9.3-rc1/.ext/i386-mingw32/pathname.so
> 80 c:/work/ruby-1.9.3-rc1/.ext/common/pathname.rb
> 81 c:/work/ruby-1.9.3-rc1/lib/erb.rb
> 82 c:/work/ruby-1.9.3-rc1/lib/rdoc/erbio.rb
> 83 c:/work/ruby-1.9.3-rc1/lib/rdoc/generator.rb
> 84 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/formatter.rb
> 85 c:/work/ruby-1.9.3-rc1/lib/cgi/core.rb
> 86 c:/work/ruby-1.9.3-rc1/lib/cgi/cookie.rb
> 87 c:/work/ruby-1.9.3-rc1/lib/cgi/util.rb
> 88 c:/work/ruby-1.9.3-rc1/lib/cgi.rb
> 89 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/to_html.rb
> 90 c:/work/ruby-1.9.3-rc1/lib/rdoc/cross_reference.rb
> 91 c:/work/ruby-1.9.3-rc1/lib/rdoc/markup/to_html_crossref.rb
> 92 c:/work/ruby-1.9.3-rc1/lib/rdoc/generator/markup.rb
> 93 c:/work/ruby-1.9.3-rc1/lib/rdoc/generator/darkfish.rb
> 94 c:/work/ruby-1.9.3-rc1/lib/rdoc/generator/ri.rb
> 95 c:/work/ruby-1.9.3-rc1/lib/rdoc/rdoc.rb
> 96 c:/work/ruby-1.9.3-rc1/lib/rdoc/stats/quiet.rb
> 97 c:/work/ruby-1.9.3-rc1/lib/rdoc/stats/normal.rb
> 98 c:/work/ruby-1.9.3-rc1/.ext/i386-mingw32/enc/utf_16le.so
> 99 c:/work/ruby-1.9.3-rc1/.ext/i386-mingw32/enc/trans/single_byte.so
> 100 c:/work/ruby-1.9.3-rc1/.ext/i386-mingw32/enc/trans/utf_16_32.so
>
> [NOTE]
> You may have encountered a bug in the Ruby interpreter or extension libraries.
> Bug reports are welcome.
> For details: http://www.ruby-lang.org/bugreport.html
>
>
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
> make: *** [rdoc] Error 3
>
>
>
>
> --
> http://redmine.ruby-lang.org
Regards,
--
U.Nakamura <usa@garbagecollect.jp>