[#3419] Valgrind analysis of [BUG] unknown node type 0 — Andrew Walrond <andrew@...>

Hello list,

19 messages 2004/09/17
[#3422] Re: Valgrind analysis of [BUG] unknown node type 0 — ts <decoux@...> 2004/09/17

>>>>> "A" == Andrew Walrond <andrew@walrond.org> writes:

[#3423] Re: Valgrind analysis of [BUG] unknown node type 0 — Andrew Walrond <andrew@...> 2004/09/17

On Friday 17 Sep 2004 12:01, ts wrote:

[#3424] Re: Valgrind analysis of [BUG] unknown node type 0 — ts <decoux@...> 2004/09/17

>>>>> "A" == Andrew Walrond <andrew@walrond.org> writes:

[#3425] Re: Valgrind analysis of [BUG] unknown node type 0 — Andrew Walrond <andrew@...> 2004/09/17

On Friday 17 Sep 2004 12:37, ts wrote:

[#3426] Re: Valgrind analysis of [BUG] unknown node type 0 — ts <decoux@...> 2004/09/17

>>>>> "A" == Andrew Walrond <andrew@walrond.org> writes:

[#3428] Re: Valgrind analysis of [BUG] unknown node type 0 — Andrew Walrond <andrew@...> 2004/09/17

On Friday 17 Sep 2004 13:05, ts wrote:

[#3429] Re: Valgrind analysis of [BUG] unknown node type 0 — ts <decoux@...> 2004/09/17

>>>>> "A" == Andrew Walrond <andrew@walrond.org> writes:

Re: [PATCH] dir.c --- Dir.chdir error handling

From: Yukihiro Matsumoto <matz@...>
Date: 2004-09-16 05:17:15 UTC
List: ruby-core #3412
Hi,

In message "Re: [PATCH] dir.c --- Dir.chdir error handling"
    on Thu, 16 Sep 2004 12:59:05 +0900, H.Yamamoto <ocean@m2.ccsnet.ne.jp> writes:

|>Maybe you mean rb_gc() inside ruby_xmalloc()?
|
|Until now, my concern was just theory, but I could reproduce the problem
|in real code... This simple code has potential bug.
|
|  rb_str_intern(rb_str_new2("foo"));

The problem under artificial circumstance may not be a real problem.

|  rb_str_intern(rb_str_new2("foo"));

is not a realistic usage of rb_str_intern() where we have
rb_intern().

							matz.

In This Thread