[#30872] segv when reentering into Fiber with callcc — sheepman <sheepman@...>

こんばんは、sheepman です。

15 messages 2007/06/01
[#30899] Re: segv when reentering into Fiber with callcc — SASADA Koichi <ko1@...> 2007/06/06

 ささだです。

[#30905] Re: segv when reentering into Fiber with callcc — "Yusuke ENDOH" <mame@...> 2007/06/06

遠藤と申します。

[#30906] Re: segv when reentering into Fiber with callcc — SASADA Koichi <ko1@...> 2007/06/06

 ささだです。

[#30929] secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...>

-----BEGIN PGP SIGNED MESSAGE-----

51 messages 2007/06/08
[#30930] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <4669066C.2080307@sarion.co.jp>,

[#30934] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/08

-----BEGIN PGP SIGNED MESSAGE-----

[#30935] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <46694461.4060706@sarion.co.jp>,

[#30936] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/08

-----BEGIN PGP SIGNED MESSAGE-----

[#30938] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <46697C0B.8060402@sarion.co.jp>,

[#30939] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/08

-----BEGIN PGP SIGNED MESSAGE-----

[#30940] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <4669DAB0.4050705@sarion.co.jp>,

[#30944] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/09

-----BEGIN PGP SIGNED MESSAGE-----

[#30945] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/09

In article <466AA73C.9030407@sarion.co.jp>,

[#30946] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/09

-----BEGIN PGP SIGNED MESSAGE-----

[#30950] Re: secrand.rb — Nobuyoshi Nakada <nobu@...> 2007/06/11

なかだです。

[#31173] Re: Random — Tanaka Akira <akr@...> 2007/07/10

In article <469253E9.9010203@sarion.co.jp>,

[#31174] Re: Random — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/07/10

-----BEGIN PGP SIGNED MESSAGE-----

[#31178] Re: Random — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/07/11

-----BEGIN PGP SIGNED MESSAGE-----

[#31179] Re: Random — Tanaka Akira <akr@...> 2007/07/11

In article <4694338C.7090303@sarion.co.jp>,

[#31183] Re: Random — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/07/11

-----BEGIN PGP SIGNED MESSAGE-----

[#30971] Linux/ia64で'ucontext_t' undeclared — akira yamada / やまだあきら <akira@...>

最近のRuby 1.9をLinux/ia64上でmakeしようとすると

16 messages 2007/06/13
[#30973] Re: Linux/ia64で'ucontext_t' undeclared — Yukihiro Matsumoto <matz@...> 2007/06/13

まつもと ゆきひろです

[#30974] Re: Linux/ia64で'ucontext_t' undeclared — akira@... 2007/06/13

Yukihiro Matsumoto さんは書きました:

[#30975] Re: Linux/ia64で'ucontext_t' undeclared — Yukihiro Matsumoto <matz@...> 2007/06/13

まつもと ゆきひろです

[ruby-dev:31070] Use of uninitialised value by /\s/u

From: Tanaka Akira <akr@...>
Date: 2007-06-27 15:41:58 UTC
List: ruby-dev #31070
valgrind の結果をまた調べると、/\s/u で未初期化メモリを使用
するようです。

% valgrind ./ruby -ve '/\s/u'
==13719== Memcheck, a memory error detector.
==13719== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==13719== Using LibVEX rev 1658, a library for dynamic binary translation.
==13719== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==13719== Using valgrind-3.2.1-Debian, a dynamic binary instrumentation framework.
==13719== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==13719== For more details, rerun with: -v
==13719== 
--13719-- DWARF2 CFI reader: unhandled CFI instruction 0:50
--13719-- DWARF2 CFI reader: unhandled CFI instruction 0:50
--13719-- DWARF2 CFI reader: unhandled CFI instruction 0:50
--13719-- DWARF2 CFI reader: unhandled CFI instruction 0:50
ruby 1.9.0 (2007-06-27 patchlevel 0) [i686-linux]
==13719== Use of uninitialised value of size 4
==13719==    at 0x80C3A6B: st_add_direct (st.c:301)
==13719==    by 0x80BB407: parse_exp (regparse.c:5046)
==13719==    by 0x80BB9E4: parse_branch (regparse.c:5223)
==13719==    by 0x80BBB3B: parse_subexp (regparse.c:5260)
==13719==    by 0x80BBCDC: parse_regexp (regparse.c:5304)
==13719==    by 0x80BBD8E: onig_parse_make_tree (regparse.c:5331)
==13719==    by 0x80A7B89: onig_compile (regcomp.c:5364)
==13719==    by 0x809A50F: make_regexp (re.c:711)
==13719==    by 0x809BF34: rb_reg_initialize (re.c:1489)
==13719==    by 0x809C0CD: rb_reg_compile (re.c:1527)
==13719==    by 0x8086D46: ruby_yyparse (parse.y:3601)
==13719==    by 0x8088AD6: yycompile (parse.y:4626)
==13719== 
==13719== Use of uninitialised value of size 4
==13719==    at 0x80C3A84: st_add_direct (st.c:301)
==13719==    by 0x80BB407: parse_exp (regparse.c:5046)
==13719==    by 0x80BB9E4: parse_branch (regparse.c:5223)
==13719==    by 0x80BBB3B: parse_subexp (regparse.c:5260)
==13719==    by 0x80BBCDC: parse_regexp (regparse.c:5304)
==13719==    by 0x80BBD8E: onig_parse_make_tree (regparse.c:5331)
==13719==    by 0x80A7B89: onig_compile (regcomp.c:5364)
==13719==    by 0x809A50F: make_regexp (re.c:711)
==13719==    by 0x809BF34: rb_reg_initialize (re.c:1489)
==13719==    by 0x809C0CD: rb_reg_compile (re.c:1527)
==13719==    by 0x8086D46: ruby_yyparse (parse.y:3601)
==13719==    by 0x8088AD6: yycompile (parse.y:4626)
warning: useless use of a literal in void context
==13719== 
==13719== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 19 from 1)
==13719== malloc/free: in use at exit: 881,991 bytes in 7,040 blocks.
==13719== malloc/free: 7,136 allocs, 96 frees, 888,749 bytes allocated.
==13719== For counts of detected errors, rerun with: -v
==13719== searching for pointers to 7,040 not-freed blocks.
==13719== checked 649,916 bytes.
==13719== 
==13719== LEAK SUMMARY:
==13719==    definitely lost: 0 bytes in 0 blocks.
==13719==      possibly lost: 68 bytes in 1 blocks.
==13719==    still reachable: 881,923 bytes in 7,039 blocks.
==13719==         suppressed: 0 bytes in 0 blocks.
==13719== Reachable blocks (those to which a pointer was found) are not shown.
==13719== To see them, rerun with: --show-reachable=yes
-- 
[田中 哲][たなか あきら][Tanaka Akira]

In This Thread

Prev Next