Your message dated Wed, 07 Sep 2005 11:38:23 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#323184: valgrind does not work for simplest programs
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 15 Aug 2005 10:10:15 +0000
>From [EMAIL PROTECTED] Mon Aug 15 03:10:15 2005
Return-path: <[EMAIL PROTECTED]>
Received: from baerbel.mug.maschinenbau.tu-darmstadt.de [130.83.48.97] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E4bv4-0005AA-00; Mon, 15 Aug 2005 03:10:14 -0700
Received: from baerbel.mug.maschinenbau.tu-darmstadt.de (localhost [127.0.0.1])
        by baerbel.mug.maschinenbau.tu-darmstadt.de (8.13.4/8.13.4) with ESMTP 
id j7FAABfN026910
        for <[EMAIL PROTECTED]>; Mon, 15 Aug 2005 12:10:11 +0200
Received: (from [EMAIL PROTECTED])
        by baerbel.mug.maschinenbau.tu-darmstadt.de (8.13.4/8.13.4/Submit) id 
j7FAABJS026908
        for [EMAIL PROTECTED]; Mon, 15 Aug 2005 12:10:11 +0200
Date: Mon, 15 Aug 2005 12:10:11 +0200
From: Elrond <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: valgrind does not work for simplest programs
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1021/Mon Aug 15 09:05:53 2005 on 
baerbel.mug.maschinenbau.tu-darmstadt.de
X-Virus-Status: Clean
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: valgrind
Version: 3.0.0-1
Severity: serious

Hi,

starting the new valgrind on simplest programs (like one
printf("Hello %s\n", "world");) just goes this:

        ==1366== Process terminating with default action of signal 4 (SIGILL)
        ==1366==  Illegal operand at address 0xB0039D4C
        ==1366==    at 0x1B8E4C20: (within /lib/ld-2.3.2.so)

Same for /bin/ls from coreutils from stable.

valgrind 2.4.0 works happily on this box.

System characteristics:
        libc6: 2.3.2.ds1-21 or 2.3.5-3
        coreutils: 5.2.1-2
        gcc: 3.3.5-8
        kernel: 2.4.29


    Elrond

---------------------------------------
Received: (at 323184-done) by bugs.debian.org; 7 Sep 2005 16:38:08 +0000
>From [EMAIL PROTECTED] Wed Sep 07 09:38:08 2005
Return-path: <[EMAIL PROTECTED]>
Received: from extern.fluidsignal.com (union.fluidsignal.com) [200.124.172.25] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1ED2w4-0000vk-00; Wed, 07 Sep 2005 09:38:08 -0700
Received: from localhost (localhost [127.0.0.1])
        by union.fluidsignal.com (Postfix) with ESMTP id D1D495383;
        Wed,  7 Sep 2005 11:38:05 -0500 (COT)
Received: from union.fluidsignal.com ([127.0.0.1])
        by localhost (union.fluidsignal.com [127.0.0.1]) (amavisd-new, port 
10024)
        with LMTP id 21772-01; Wed, 7 Sep 2005 11:37:48 -0500 (COT)
Received: from [192.168.125.101] (unknown [192.168.125.101])
        by union.fluidsignal.com (Postfix) with ESMTP id 8213D5382;
        Wed,  7 Sep 2005 11:37:48 -0500 (COT)
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 07 Sep 2005 11:38:23 -0500
From: =?ISO-8859-1?Q?Andr=E9s_Rold=E1n?= <[EMAIL PROTECTED]>
Organization: Fluidsignal Group S.A.
User-Agent: Debian Thunderbird 1.0.6 (X11/20050802)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Elrond <[EMAIL PROTECTED]>,
        [EMAIL PROTECTED]
Subject: Re: Bug#323184: valgrind does not work for simplest programs
References: <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
X-Enigmail-Version: 0.91.0.0
Content-Type: text/plain; charset=ISO-8859-1
X-Virus-Scanned: by FluidScans using ClamAV at union.fluidsignal.com
Content-Transfer-Encoding: quoted-printable
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1



Elrond wrote:
> Hi,
>=20
> This problem has been partly fixed in 3.0.1-1.
>=20
> Partly means, that
> a) programs now mostly run under valgrind
> b) valgrind now throws loads of warnings against me
>    (probably some suppressions are needed, maybe some fixes
>     to libc6 are still needed, whatever)
> c) some programs SEGV after running.

I'll update valgrind debian suppressions related to those warning.
Thanks for the notification

- --
Andr=E9s Rold=E1n

[EMAIL PROTECTED]               /       Fluidsignal Group S.A.
[EMAIL PROTECTED]               /       The Debian Project

Mobile: +57 300-7920981
GPG F/P: 0EE9 27C9 55F1 92E4 3809  B852 D8E0 724B B293 96EB
http://people.fluidsignal.com/~aroldan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDHxd+2OByS7KTlusRAnzNAJsGwQ2oANRjhL9/5aRsemiaV/2hRACg5OBU
K8AWiiKYKJpAEl3eE9748Qc=3D
=3Dvjmh
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to