[#62297] Re: [ruby-cvs:52906] nari:r45760 (trunk): * gc.c (gc_after_sweep): suppress unnecessary expanding heap. — Eric Wong <normalperson@...>
nari@ruby-lang.org wrote:
7 messages
2014/05/02
[#62307] Re: [ruby-cvs:52906] nari:r45760 (trunk): * gc.c (gc_after_sweep): suppress unnecessary expanding heap.
— SASADA Koichi <ko1@...>
2014/05/03
(2014/05/03 4:41), Eric Wong wrote:
[#62402] Re: [ruby-cvs:52906] nari:r45760 (trunk): * gc.c (gc_after_sweep): suppress unnecessary expanding heap.
— Eric Wong <normalperson@...>
2014/05/05
SASADA Koichi <ko1@atdot.net> wrote:
[#62523] [ruby-trunk - Feature #9632] [PATCH 0/2] speedup IO#close with linked-list from ccan — ko1@...
Issue #9632 has been updated by Koichi Sasada.
3 messages
2014/05/11
[#62556] doxygen (Re: Re: [ruby-trunk - Feature #9632] [PATCH 0/2] speedup IO#close with linked-list from ccan) — Tanaka Akira <akr@...>
2014-05-11 8:50 GMT+09:00 Eric Wong <normalperson@yhbt.net>:
3 messages
2014/05/13
[#62727] [RFC] vm_method.c (rb_method_entry_make): avoid freed me in m_tbl — Eric Wong <normalperson@...>
rb_unlink_method_entry may cause old_me to be swept before the new
7 messages
2014/05/24
[#63039] Re: [RFC] vm_method.c (rb_method_entry_make): avoid freed me in m_tbl
— SASADA Koichi <ko1@...>
2014/06/10
Hi,
[#63077] Re: [RFC] vm_method.c (rb_method_entry_make): avoid freed me in m_tbl
— Eric Wong <normalperson@...>
2014/06/10
SASADA Koichi <ko1@atdot.net> wrote:
[#63086] Re: [RFC] vm_method.c (rb_method_entry_make): avoid freed me in m_tbl
— SASADA Koichi <ko1@...>
2014/06/11
(2014/06/11 4:47), Eric Wong wrote:
[#63087] Re: [RFC] vm_method.c (rb_method_entry_make): avoid freed me in m_tbl
— Eric Wong <normalperson@...>
2014/06/11
SASADA Koichi <ko1@atdot.net> wrote:
[#62862] [RFC] README.EXT: document rb_gc_register_mark_object — Eric Wong <normalperson@...>
Any comment on officially supporting this as part of the C API?
5 messages
2014/05/30
[ruby-core:62377] [Backport200 - Backport #9802] [Feedback] hash with array process seems has problems for ruby2.0.0p451 windows build
From:
nobu@...
Date:
2014-05-05 03:59:03 UTC
List:
ruby-core #62377
Issue #9802 has been updated by Nobuyoshi Nakada. Description updated Status changed from Open to Feedback How to reproduce? And it doesn't occur with the trunk? ---------------------------------------- Backport #9802: hash with array process seems has problems for ruby2.0.0p45= 1 windows build https://bugs.ruby-lang.org/issues/9802#change-46535 * Author: hake huang * Status: Feedback * Priority: Normal * Assignee:=20 ---------------------------------------- when I write a hash parser, like below: ~~~ test: - path: a.c .... - path: b.c ~~~ and I can see below error when the parser finish. ~~~ =C3=A0?.=02=18u1=02A^?f@E'=02`=7F?f??(=02 z?f0??f=01: [BUG] Segmentation fa= ult ruby 2.0.0p451 (2014-02-24) [i386-mingw32] -- Control frame information ----------------------------------------------- c:0001 p:7964620 s:0002 E:001bbc TOP [FINISH] -- C level backtrace information ------------------------------------------- C:\Windows\SYSTEM32\ntdll.dll(KiFastSystemCallRet+0x0) [0x779E70B4] C:\Windows\system32\kernel32.dll(WaitForSingleObjectEx+0x43) [0x7635C2F3] C:\Windows\system32\kernel32.dll(WaitForSingleObject+0x12) [0x7635C2A2] C:\Ruby200\bin\msvcrt-ruby200.dll(rb_vm_bugreport+0xa7) [0x668F7FA7] C:\Ruby200\bin\msvcrt-ruby200.dll(rb_name_err_mesg_new+0x69d) [0x667BE36D] C:\Ruby200\bin\msvcrt-ruby200.dll(rb_bug+0x2e) [0x667BF16E] C:\Ruby200\bin\msvcrt-ruby200.dll(rb_check_safe_str+0x180) [0x6687E3B0] [0x00401866] C:\Windows\SYSTEM32\ntdll.dll(EtwReplyNotification+0x366) [0x77A17F1A] ~~~ --=20 https://bugs.ruby-lang.org/