Your message dated Thu, 21 Jul 2005 19:15:41 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#284793: libc6-prof: Running programs compiled with 
-profile fails
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; 8 Dec 2004 20:18:11 +0000
>From [EMAIL PROTECTED] Wed Dec 08 12:18:11 2004
Return-path: <[EMAIL PROTECTED]>
Received: from pc-3531.ethz.ch (kom-pc-aw.ethz.ch) [129.132.66.20] 
        by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
        id 1Cc8GI-0000ee-00; Wed, 08 Dec 2004 12:18:11 -0800
Received: (qmail 20166 invoked by uid 9289); 8 Dec 2004 20:17:39 -0000
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Arno Wagner <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libc6-prof: Running programs compiled with -profile fails
X-Mailer: reportbug 3.2
Date: Wed, 08 Dec 2004 21:17:39 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: libc6-prof
Version: 2.3.2.ds1-18
Severity: grave
Justification: renders package unusable

When compiling even only a hello.c with -profile, the executable does 
exit with an error message immediately. This makes the profile-library
completely unusable as far as I can tell. 

I did try to google for this problem (no applicable results) and 
had a look into  /usr/share/doc/libc6-prof/ (no information there).

Example:

E ~/exp/c/misc>cat hello.c
#include <stdlib.h>

int  main() {
  printf(" hello \n");
}

E ~/exp/c/misc>gcc -profile hello.c 
E ~/exp/c/misc>a.out
Inconsistency detected by ld.so: dl-version.c: 230: _dl_check_map_versions: 
Assertion `needed != ((void *)0)' failed!
E ~/exp/c/misc>

gcc is gcc version 3.3.4 (Debian 1:3.3.4-13)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libc6-prof depends on:
ii  libc6                       2.3.2.ds1-18 GNU C Library: Shared libraries an

-- no debconf information

---------------------------------------
Received: (at 284793-done) by bugs.debian.org; 21 Jul 2005 17:15:47 +0000
>From [EMAIL PROTECTED] Thu Jul 21 10:15:47 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cs.tu-berlin.de [130.149.17.13] (root)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DveeB-0004Cq-00; Thu, 21 Jul 2005 10:15:47 -0700
Received: from mailhost.cs.tu-berlin.de ([EMAIL PROTECTED] [130.149.17.13])
        by mail.cs.tu-berlin.de (8.9.3p2/8.9.3) with ESMTP id TAA07205;
        Thu, 21 Jul 2005 19:15:44 +0200 (MEST)
Received: from localhost (localhost [127.0.0.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP id 6BDE0F2DC;
        Thu, 21 Jul 2005 19:15:44 +0200 (MEST)
Received: from mailhost.cs.tu-berlin.de ([127.0.0.1])
 by localhost (bueno [127.0.0.1]) (amavisd-new, port 10224) with ESMTP
 id 10242-32; Thu, 21 Jul 2005 19:15:41 +0200 (MEST) 11338
Received: from bolero.cs.tu-berlin.de (bolero.cs.tu-berlin.de [130.149.19.1])
        by mailhost.cs.tu-berlin.de (Postfix) with ESMTP;
        Thu, 21 Jul 2005 19:15:41 +0200 (MEST)
Received: (from [EMAIL PROTECTED])
        by bolero.cs.tu-berlin.de (8.12.10+Sun/8.12.8/Submit) id j6LHFfSw027780;
        Thu, 21 Jul 2005 19:15:41 +0200 (MEST)
From: Matthias Klose <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 21 Jul 2005 19:15:41 +0200
To: Daniel Jacobowitz <[EMAIL PROTECTED]>
Cc: Arno Wagner <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#284793: libc6-prof: Running programs compiled with -profile 
fails
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
        <[EMAIL PROTECTED]>
X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid
X-Virus-Scanned: by amavisd-new at cs.tu-berlin.de
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

Closing this one, use -p or --profile, as documented.

Daniel Jacobowitz writes:
> On Wed, Dec 08, 2004 at 09:17:39PM +0100, Arno Wagner wrote:
> > E ~/exp/c/misc>gcc -profile hello.c 
> > E ~/exp/c/misc>a.out
> > Inconsistency detected by ld.so: dl-version.c: 230: _dl_check_map_versions: 
> > Assertion `needed != ((void *)0)' failed!
> > E ~/exp/c/misc>


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

Reply via email to