[#71439] [Ruby trunk - Feature #11339] [PATCH] io.c: avoid kwarg parsing in C API — matz@...
Issue #11339 has been updated by Yukihiro Matsumoto.
7 messages
2015/11/11
[#71473] Re: [Ruby trunk - Feature #11339] [PATCH] io.c: avoid kwarg parsing in C API
— Eric Wong <normalperson@...>
2015/11/13
Entire series for sockets
[#71450] Ruby 2.3.0-preview1 Released — "NARUSE, Yui" <naruse@...>
Hi,
5 messages
2015/11/11
[#71617] [Ruby trunk - Feature #11664] [PATCH] introduce rb_autoload_value to replace rb_autoload — nobu@...
Issue #11664 has been updated by Nobuyoshi Nakada.
3 messages
2015/11/20
[#71721] [Ruby trunk - Feature #11741] Migrate Ruby to Git from Subversion — me@...
Issue #11741 has been updated by Jon Moss.
4 messages
2015/11/28
[ruby-core:71291] [Backport200 - Backport #9802] [Rejected] hash with array process seems has problems for ruby2.0.0p451 windows build
From:
nobu@...
Date:
2015-11-01 00:47:30 UTC
List:
ruby-core #71291
Issue #9802 has been updated by Nobuyoshi Nakada. Status changed from Feedback to Rejected ---------------------------------------- Backport #9802: hash with array process seems has problems for ruby2.0.0p451 windows build https://bugs.ruby-lang.org/issues/9802#change-54666 * Author: hake huang * Status: Rejected * Priority: Normal * Assignee: ---------------------------------------- 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. ~~~ à?.u1A^?f@E'`?f??( z?f0??f: [BUG] Segmentation fault 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] ~~~ -- https://bugs.ruby-lang.org/