[#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:31077] Conditional jump or move depends on uninitialised value(s) in StringIO.new("a").gets("\n")

From: Tanaka Akira <akr@...>
Date: 2007-06-28 03:41:01 UTC
List: ruby-dev #31077
valgrind 下で StringIO.new("a").gets("\n") とすると、
strio_getline で
Conditional jump or move depends on uninitialised value(s)
となります。

% valgrind ./ruby -rstringio -ve 'StringIO.new("a").gets("\n")'
==12270== Memcheck, a memory error detector.
==12270== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al.
==12270== Using LibVEX rev 1658, a library for dynamic binary translation.
==12270== Copyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.
==12270== Using valgrind-3.2.1-Debian, a dynamic binary instrumentation framework.
==12270== Copyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.
==12270== For more details, rerun with: -v
==12270== 
--12270-- DWARF2 CFI reader: unhandled CFI instruction 0:50
--12270-- DWARF2 CFI reader: unhandled CFI instruction 0:50
--12270-- DWARF2 CFI reader: unhandled CFI instruction 0:50
--12270-- DWARF2 CFI reader: unhandled CFI instruction 0:50
ruby 1.9.0 (2007-06-28 patchlevel 0) [i686-linux]
...
==12270== Conditional jump or move depends on uninitialised value(s)
==12270==    at 0x402892E: strio_getline (stringio.c:807)
==12270==    by 0x4028D92: strio_gets (stringio.c:872)
==12270==    by 0x80E5967: call_cfunc (insnhelper.ci:270)
==12270==    by 0x80EE1F7: vm_call_cfunc (insnhelper.ci:359)
==12270==    by 0x80EDEA2: vm_call_method (insnhelper.ci:520)
==12270==    by 0x80EA2D6: vm_eval (insns.def:1194)
==12270==    by 0x80EE33D: vm_eval_body (vm.c:1150)
==12270==    by 0x80EE97A: rb_thread_eval (vm.c:1358)
==12270==    by 0x80EFCBD: yarvcore_eval_iseq (yarvcore.c:97)
==12270==    by 0x80EFDB7: yarvcore_eval_parsed (yarvcore.c:129)
==12270==    by 0x8059C0F: ruby_exec_internal (eval.c:228)
==12270==    by 0x8059C4C: ruby_exec (eval.c:243)
==12270== 
==12270== Conditional jump or move depends on uninitialised value(s)
==12270==    at 0x4028939: strio_getline (stringio.c:807)
==12270==    by 0x4028D92: strio_gets (stringio.c:872)
==12270==    by 0x80E5967: call_cfunc (insnhelper.ci:270)
==12270==    by 0x80EE1F7: vm_call_cfunc (insnhelper.ci:359)
==12270==    by 0x80EDEA2: vm_call_method (insnhelper.ci:520)
==12270==    by 0x80EA2D6: vm_eval (insns.def:1194)
==12270==    by 0x80EE33D: vm_eval_body (vm.c:1150)
==12270==    by 0x80EE97A: rb_thread_eval (vm.c:1358)
==12270==    by 0x80EFCBD: yarvcore_eval_iseq (yarvcore.c:97)
==12270==    by 0x80EFDB7: yarvcore_eval_parsed (yarvcore.c:129)
==12270==    by 0x8059C0F: ruby_exec_internal (eval.c:228)
==12270==    by 0x8059C4C: ruby_exec (eval.c:243)
...
-- 
[田中 哲][たなか あきら][Tanaka Akira]

In This Thread

Prev Next