Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion More Garbage Collection Issues

Newsgroups: perl.perl6.internals
Path: g2news1.google.com!news3.google.com!newsfeed.stanford.edu!nntp.perl.org
Return-Path: <ni...@glencros.demon.co.uk>
Mailing-List: contact perl6-internals-h...@perl.org; run by ezmlm
Delivered-To: mailing list perl6-intern...@perl.org
Received: (qmail 696 invoked from network); 29 Mar 2005 20:43:03 -0000
Received: from x1a.develooper.com (HELO x1.develooper.com) (216.52.237.111)
  by lists.develooper.com with SMTP; 29 Mar 2005 20:43:03 -0000
Received: (qmail 31343 invoked by uid 225); 29 Mar 2005 20:43:03 -0000
Delivered-To: perl6-intern...@perl.org
Received: (qmail 31339 invoked by alias); 29 Mar 2005 20:43:02 -0000
X-Spam-Status: No, hits=-2.6 required=8.0
	tests=BAYES_00
X-Spam-Check-By: la.mx.develooper.com
Received-SPF: neutral (x1.develooper.com: local policy)
Received: from smtpout15.mailhost.ntl.com (HELO mta05-winn.mailhost.ntl.com) (212.250.162.15)
    by la.mx.develooper.com (qpsmtpd/0.28) with ESMTP; Tue, 29 Mar 2005 12:42:59 -0800
Received: from aamta01-winn.mailhost.ntl.com ([212.250.162.8])
          by mta05-winn.mailhost.ntl.com with ESMTP
          id <20050329204253.DLVH12099.mta05-winn.mailhost.ntl....@aamta01-winn.mailhost.ntl.com>
          for <perl6-intern...@perl.org>; Tue, 29 Mar 2005 21:42:53 +0100
Received: from [192.168.1.10] (really [213.106.6.234])
          by aamta01-winn.mailhost.ntl.com with ESMTP
          id <20050329204253.WRNU1187.aamta01-winn.mailhost.ntl.com@[192.168.1.10]>
          for <perl6-intern...@perl.org>; Tue, 29 Mar 2005 21:42:53 +0100
Message-ID: <4249BDDF.9030703@glencros.demon.co.uk>
Date: Tue, 29 Mar 2005 21:43:11 +0100
User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050317)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To:  perl6-intern...@perl.org
Subject: Re: More Garbage Collection Issues
References: <Pine.LNX.4.62.0503282006090.15632@okcomputer.antiflux.org> <200503290919.j2T9JTH16506@thu8.leo.home>
In-Reply-To: <200503290919.j2T9JTH16506@thu8.leo.home>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Approved: n...@nntp.perl.org
From: ni...@glencros.demon.co.uk (Nick Glencross)

Leopold Toetsch wrote:

>Cory Spencer <cspen...@sprocket.org> wrote:
>
>  
>
>>I've come across another garbage collection/DOD issue that I'm trying to
>>solve (without much success) and would appreciate some tips/advice on how
>>to locate the source of the problem.
>>
Running valgrind (on supported platforms, obviously) may sometimes work.

The DOD certainly has a few things flagged up, which I'm going to 
quickly investigate to see if they are serious or not...

Nick

e.g.

==914== Conditional jump or move depends on uninitialised value(s)
==914==    at 0x80C9700: trace_mem_block (dod.c:1004)
==914==    by 0x80CB9D3: trace_system_stack (cpu_dep.c:117)
==914==    by 0x80CB9A1: trace_system_areas (cpu_dep.c:98)
==914==    by 0x80C8F5A: Parrot_dod_trace_root (dod.c:362)
==914==    by 0x80C8FB3: trace_active_PMCs (dod.c:374)
==914==    by 0x80C99B9: Parrot_dod_ms_run (dod.c:1198)
==914==    by 0x80C9A79: Parrot_do_dod_run (dod.c:1237)
==914==    by 0x80C7920: more_traceable_objects (smallobject.c:114)


==914== Conditional jump or move depends on uninitialised value(s)
==914==    at 0x80C7846: contained_in_pool (smallobject.c:55)
==914==    by 0x80C85CD: is_buffer_ptr (headers.c:517)
==914==    by 0x80C970F: trace_mem_block (dod.c:1004)
==914==    by 0x80CB9D3: trace_system_stack (cpu_dep.c:117)
==914==    by 0x80CB9A1: trace_system_areas (cpu_dep.c:98)
==914==    by 0x80C8F5A: Parrot_dod_trace_root (dod.c:362)
==914==    by 0x80C8FB3: trace_active_PMCs (dod.c:374)
==914==    by 0x80C99B9: Parrot_dod_ms_run (dod.c:1198)
==914==