[#54777] [ruby-trunk - Feature #8368][Open] Socket.getifaddrs — "akr (Akira Tanaka)" <akr@...>
6 messages
2013/05/04
[#54784] Call setlocale(LC_ALL, "") instead of setlocale(LC_CTYPE, "") — Nikolai Weibull <now@...>
Hi!
6 messages
2013/05/04
[#54786] Re: Call setlocale(LC_ALL, "") instead of setlocale(LC_CTYPE, "")
— Tanaka Akira <akr@...>
2013/05/04
2013/5/5 Nikolai Weibull <now@disu.se>:
[#54800] Re: Call setlocale(LC_ALL, "") instead of setlocale(LC_CTYPE, "")
— Nikolai Weibull <now@...>
2013/05/05
On Sun, May 5, 2013 at 12:56 AM, Tanaka Akira <akr@fsij.org> wrote:
[#54810] Re: Call setlocale(LC_ALL, "") instead of setlocale(LC_CTYPE, "")
— KOSAKI Motohiro <kosaki.motohiro@...>
2013/05/05
>> I think it is acceptable that make ruby more robust.
[#54850] [ruby-trunk - Feature #8377][Open] Deprecate :: for method calls in 2.1 — "charliesome (Charlie Somerville)" <charliesome@...>
27 messages
2013/05/07
[#54915] [ruby-trunk - Feature #8377] Deprecate :: for method calls in 2.1
— "jeremyevans0 (Jeremy Evans)" <merch-redmine@...>
2013/05/11
[#54924] Re: [ruby-changes:28599] hsbt:r40651 (trunk): fixed wrong document for Socket.tcp by @lann [fix GH-302] — Tanaka Akira <akr@...>
2013/5/12 hsbt <ko1@atdot.net>:
4 messages
2013/05/12
[#54939] [ruby-trunk - Bug #8399][Open] Remove usage of RARRAY_PTR in C extensions when not needed — "dbussink (Dirkjan Bussink)" <d.bussink@...>
32 messages
2013/05/12
[#55001] [ruby-trunk - Bug #8399] Remove usage of RARRAY_PTR in C extensions when not needed
— "dbussink (Dirkjan Bussink)" <d.bussink@...>
2013/05/15
[#55004] Re: [ruby-trunk - Bug #8399] Remove usage of RARRAY_PTR in C extensions when not needed
— SASADA Koichi <ko1@...>
2013/05/15
(2013/05/15 14:38), dbussink (Dirkjan Bussink) wrote:
[#55053] [ruby-trunk - Feature #8426][Open] Implement class hierarchy method caching — "charliesome (Charlie Somerville)" <charliesome@...>
21 messages
2013/05/19
[#55077] Re: [ruby-trunk - Feature #8426][Open] Implement class hierarchy method caching
— SASADA Koichi <ko1@...>
2013/05/20
Great work!
[#55083] Re: [ruby-trunk - Feature #8426][Open] Implement class hierarchy method caching
— Charlie Somerville <charlie@...>
2013/05/20
On Monday, 20 May 2013 at 1:35 PM, SASADA Koichi wrote:
[#55085] Re: [ruby-trunk - Feature #8426][Open] Implement class hierarchy method caching
— SASADA Koichi <ko1@...>
2013/05/20
(2013/05/20 18:21), Charlie Somerville wrote:
[#55058] [ruby-trunk - Feature #5458] DL should be removed — "luislavena (Luis Lavena)" <luislavena@...>
3 messages
2013/05/19
[#55068] Re: [ruby-cvs:48003] zzak:r40834 (trunk): * lib/pp.rb: Document PP::ObjectMixin [Fixes GH-312] — Tanaka Akira <akr@...>
2013/5/20 <zzak@ruby-lang.org>:
7 messages
2013/05/20
[#55071] Re: [ruby-cvs:48003] zzak:r40834 (trunk): * lib/pp.rb: Document PP::ObjectMixin [Fixes GH-312]
— Zachary Scott <zachary@...>
2013/05/20
@akr Oh, thank you for pointing that out!
[#55072] Re: [ruby-cvs:48003] zzak:r40834 (trunk): * lib/pp.rb: Document PP::ObjectMixin [Fixes GH-312]
— Tanaka Akira <akr@...>
2013/05/20
2013/5/20 Zachary Scott <zachary@zacharyscott.net>:
[#55073] Re: [ruby-cvs:48003] zzak:r40834 (trunk): * lib/pp.rb: Document PP::ObjectMixin [Fixes GH-312]
— Zachary Scott <zachary@...>
2013/05/20
On Sun, May 19, 2013 at 10:11 PM, Tanaka Akira <akr@fsij.org> wrote:
[#55075] Re: [ruby-cvs:48003] zzak:r40834 (trunk): * lib/pp.rb: Document PP::ObjectMixin [Fixes GH-312]
— Tanaka Akira <akr@...>
2013/05/20
2013/5/20 Zachary Scott <zachary@zacharyscott.net>:
[#55096] [ruby-trunk - Feature #8430][Open] Rational number literal — "mrkn (Kenta Murata)" <muraken@...>
28 messages
2013/05/21
[#55197] [ruby-trunk - Feature #8461][Open] Easy way to disable certificate checking in XMLRPC::Client — "herwinw (Herwin Weststrate)" <herwin@...>
11 messages
2013/05/29
[#55198] [ruby-trunk - Feature #8462][Open] Module.remove_const inconsistant naming — "kyledecot (Kyle Decot)" <kyle.decot@...>
7 messages
2013/05/29
[ruby-core:54737] [ruby-trunk - Bug #8353][Closed] segfault with puma-1.6.3
From:
"nobu (Nobuyoshi Nakada)" <nobu@...>
Date:
2013-05-02 08:08:36 UTC
List:
ruby-core #54737
Issue #8353 has been updated by nobu (Nobuyoshi Nakada). Status changed from Open to Closed trevor (trevor 6) wrote: > /lib64/libpthread.so.0() [0x3533c0f500] > /usr/local/lib/libruby.so.2.0(+0x7fa38) [0x7f36f86c3a38] gc.c:2594 > /usr/local/lib/libruby.so.2.0(+0x182c17) [0x7f36f87c6c17] vm_method.c:115 This line is rb_gc_mark_unlinked_live_method_entries(), and it seems same as [Bug #8100]. ---------------------------------------- Bug #8353: segfault with puma-1.6.3 https://bugs.ruby-lang.org/issues/8353#change-39080 Author: trevor (trevor 6) Status: Closed Priority: Normal Assignee: Category: Target version: ruby -v: 2.0.0 Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN not sure if this is helpful, but it's all I can provide. intel xeon X5670, linux 2.6.32 --- /usr/local/lib/ruby/gems/2.0.0/gems/puma-1.6.3/lib/puma/client.rb:127: [BUG] Segmentation fault ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-linux] -- Control frame information ----------------------------------------------- c:0007 p:---- s:0028 e:000027 CFUNC :readpartial c:0006 p:0031 s:0024 e:000023 METHOD /usr/local/lib/ruby/gems/2.0.0/gems/puma-1.6.3/lib/puma/client.rb:127 c:0005 p:0048 s:0020 e:000019 BLOCK /usr/local/lib/ruby/gems/2.0.0/gems/puma-1.6.3/lib/puma/reactor.rb:55 [FINISH] c:0004 p:---- s:0016 e:000015 CFUNC :each c:0003 p:0057 s:0013 e:000012 METHOD /usr/local/lib/ruby/gems/2.0.0/gems/puma-1.6.3/lib/puma/reactor.rb:26 c:0002 p:0015 s:0005 e:000004 BLOCK /usr/local/lib/ruby/gems/2.0.0/gems/puma-1.6.3/lib/puma/reactor.rb:95 [FINISH] c:0001 p:---- s:0002 e:000001 TOP [FINISH] /usr/local/lib/ruby/gems/2.0.0/gems/puma-1.6.3/lib/puma/reactor.rb:95:in `block in run_in_thread' /usr/local/lib/ruby/gems/2.0.0/gems/puma-1.6.3/lib/puma/reactor.rb:26:in `run' /usr/local/lib/ruby/gems/2.0.0/gems/puma-1.6.3/lib/puma/reactor.rb:26:in `each' /usr/local/lib/ruby/gems/2.0.0/gems/puma-1.6.3/lib/puma/reactor.rb:55:in `block in run' /usr/local/lib/ruby/gems/2.0.0/gems/puma-1.6.3/lib/puma/client.rb:127:in `try_to_finish' /usr/local/lib/ruby/gems/2.0.0/gems/puma-1.6.3/lib/puma/client.rb:127:in `readpartial' -- C level backtrace information ------------------------------------------- /usr/local/lib/libruby.so.2.0(+0x19e38a) [0x7f36f87e238a] vm_dump.c:647 /usr/local/lib/libruby.so.2.0(+0x673fc) [0x7f36f86ab3fc] error.c:283 /usr/local/lib/libruby.so.2.0(rb_bug+0xb8) [0x7f36f86ab6d8] error.c:302 /usr/local/lib/libruby.so.2.0(+0x125975) [0x7f36f8769975] signal.c:649 /lib64/libpthread.so.0() [0x3533c0f500] /usr/local/lib/libruby.so.2.0(+0x7fa38) [0x7f36f86c3a38] gc.c:2594 /usr/local/lib/libruby.so.2.0(+0x182c17) [0x7f36f87c6c17] vm_method.c:115 /usr/local/lib/libruby.so.2.0(+0x8262e) [0x7f36f86c662e] gc.c:2946 /usr/local/lib/libruby.so.2.0(+0x83a27) [0x7f36f86c7a27] gc.c:3038 /usr/local/lib/libruby.so.2.0(+0x849b8) [0x7f36f86c89b8] gc.c:3060 /usr/local/lib/libruby.so.2.0(+0x1331bc) [0x7f36f87771bc] string.c:1335 /usr/local/lib/libruby.so.2.0(rb_str_modify_expand+0x19b) [0x7f36f87810db] string.c:1374 /usr/local/lib/libruby.so.2.0(+0x9730b) [0x7f36f86db30b] io.c:2236 /usr/local/lib/libruby.so.2.0(+0x9761b) [0x7f36f86db61b] io.c:2443 /usr/local/lib/libruby.so.2.0(+0x187019) [0x7f36f87cb019] vm_insnhelper.c:1438 /usr/local/lib/libruby.so.2.0(+0x18aba7) [0x7f36f87ceba7] insns.def:1017 /usr/local/lib/libruby.so.2.0(+0x190ddb) [0x7f36f87d4ddb] vm.c:1175 /usr/local/lib/libruby.so.2.0(rb_yield+0x8d) [0x7f36f87ddbfd] vm.c:679 /usr/local/lib/libruby.so.2.0(rb_ary_each+0x57) [0x7f36f86734b7] array.c:1678 /usr/local/lib/libruby.so.2.0(+0x187019) [0x7f36f87cb019] vm_insnhelper.c:1438 /usr/local/lib/libruby.so.2.0(+0x18b02d) [0x7f36f87cf02d] insns.def:1002 /usr/local/lib/libruby.so.2.0(+0x190ddb) [0x7f36f87d4ddb] vm.c:1175 /usr/local/lib/libruby.so.2.0(+0x192404) [0x7f36f87d6404] vm.c:648 /usr/local/lib/libruby.so.2.0(+0x19250a) [0x7f36f87d650a] vm.c:715 /usr/local/lib/libruby.so.2.0(+0x1abb8e) [0x7f36f87efb8e] /usr/local/lib/libruby.so.2.0(+0x1abe50) [0x7f36f87efe50] thread_pthread.c:724 /lib64/libpthread.so.0() [0x3533c07851] /lib64/libc.so.6(clone+0x6d) [0x35334e890d] -- http://bugs.ruby-lang.org/