[#42945] [Ruby 1.8-Bug#4231][Open] configure.bat --with-winsock2 が socket/extconf.rbに効いていない — Masahiro Kitajima <redmine@...>

Bug #4231: configure.bat --with-winsock2 が socket/extconf.rbに効いていない

8 messages 2011/01/05

[#43027] [Ruby 1.9-Feature#4280][Assigned] SJIS should be an alias of Windows-31J, not of Shift_JIS — Usaku NAKAMURA <redmine@...>

Feature #4280: SJIS should be an alias of Windows-31J, not of Shift_JIS

13 messages 2011/01/14
[#43030] [Ruby 1.9-Feature#4280] SJIS should be an alias of Windows-31J, not of Shift_JIS — Motohiro KOSAKI <redmine@...> 2011/01/14

チケット #4280 が更新されました。 (by Motohiro KOSAKI)

[#43031] Re: [Ruby 1.9-Feature#4280] SJIS should be an alias of Windows-31J, not of Shift_JIS — "U.Nakamura" <usa@...> 2011/01/14

こんにちは、なかむら(う)です。

[#43033] Re: [Ruby 1.9-Feature#4280] SJIS should be an alias of Windows-31J, not of Shift_JIS — KOSAKI Motohiro <kosaki.motohiro@...> 2011/01/14

2011年1月14日16:35 U.Nakamura <usa@garbagecollect.jp>:

[#43039] ext/openssl development repository — Hiroshi Nakamura <nakahiro@...>

W3J1YnktY29yZTozNDQxNl3jga7ml6XmnKzlkJHjgZHniYjjgafjgZnjgIIKCuacgOi/kU1hcnRp

21 messages 2011/01/14
[#43040] Re: ext/openssl development repository — "U.Nakamura" <usa@...> 2011/01/14

こんにちは、なかむら(う)です。

[#43041] Re: ext/openssl development repository — Yusuke ENDOH <mame@...> 2011/01/14

遠藤です。

[#43053] Re: ext/openssl development repository — Hiroshi Nakamura <nakahiro@...> 2011/01/17

MjAxMS8xLzE0IFl1c3VrZSBFTkRPSCA8bWFtZUB0c2cubmUuanA+Ogo+Pj4gwqAgwqAgwqAgwqAg

[#43092] pthread_cond を用いたConditionVariable — keiju@... (Keiju ISHITSUKA)

けいじゅ@いしつかです.

15 messages 2011/01/24

[ruby-dev:43000] [bug:trunk] valgrind ./ruby -ve ''

From: Tanaka Akira <akr@...>
Date: 2011-01-11 02:04:11 UTC
List: ruby-dev #43000
以下のように、ruby -ve '' としたときに、
不適切なアクセスが valgrind で検出されます。

% valgrind ./ruby -ve ''
==15880== Memcheck, a memory error detector
==15880== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==15880== Using Valgrind-3.6.0.SVN-Debian and LibVEX; rerun with -h
for copyright info
==15880== Command: ./ruby -ve
==15880==
ruby 1.9.3dev (2011-01-10 trunk 30506) [x86_64-linux]
==15880== Invalid read of size 4
==15880==    at 0x41EA2B: slot_sweep (gc.c:1961)
==15880==    by 0x4203FE: gc_sweep (gc.c:2106)
==15880==    by 0x42048D: rb_objspace_free (gc.c:411)
==15880==    by 0x4DF935: ruby_vm_destruct (vm.c:1550)
==15880==    by 0x4197F1: ruby_cleanup (eval.c:208)
==15880==    by 0x419964: ruby_run_node (eval.c:265)
==15880==    by 0x4168FA: main (main.c:38)
==15880==  Address 0x5c6bb3c is 300 bytes inside a block of size 944 free'd
==15880==    at 0x4C240FD: free (vg_replace_malloc.c:366)
==15880==    by 0x4DF912: ruby_vm_destruct (vm.c:1542)
==15880==    by 0x4197F1: ruby_cleanup (eval.c:208)
==15880==    by 0x419964: ruby_run_node (eval.c:265)
==15880==    by 0x4168FA: main (main.c:38)
==15880==
==15880==
==15880== HEAP SUMMARY:
==15880==     in use at exit: 257,954 bytes in 4,810 blocks
==15880==   total heap usage: 16,418 allocs, 11,608 frees, 2,564,952
bytes allocated
==15880==
==15880== LEAK SUMMARY:
==15880==    definitely lost: 208 bytes in 3 blocks
==15880==    indirectly lost: 176 bytes in 2 blocks
==15880==      possibly lost: 0 bytes in 0 blocks
==15880==    still reachable: 257,570 bytes in 4,805 blocks
==15880==         suppressed: 0 bytes in 0 blocks
==15880== Rerun with --leak-check=full to see details of leaked memory
==15880==
==15880== For counts of detected and suppressed errors, rerun with: -v
==15880== ERROR SUMMARY: 40 errors from 1 contexts (suppressed: 4 from 4)
-- 
[田中 哲][たなか あきら][Tanaka Akira]

In This Thread

Prev Next