From owner-freebsd-stable@FreeBSD.ORG Tue May 16 05:50:38 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADF4916A412 for ; Tue, 16 May 2006 05:50:38 +0000 (UTC) (envelope-from needacoder@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15B6143D5A for ; Tue, 16 May 2006 05:50:33 +0000 (GMT) (envelope-from needacoder@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so115268nfc for ; Mon, 15 May 2006 22:50:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f6A93ScfudEKbMbw01ga7fJaTbfWa4NfRLNyyxRScRTaQhBMNkbo22pRGK1Jc2eUK+GnupRhHLmfURLiQQns/rHRNyoWHfACyoDc3bPq5PioQYtki0iL5VdmvGj+rENFayd+ViCAjdrCezI5lY1qZM5KQWVC1vFk3jdX7F6lF64= Received: by 10.49.5.8 with SMTP id h8mr2713053nfi; Mon, 15 May 2006 14:34:49 -0700 (PDT) Received: by 10.49.75.2 with HTTP; Mon, 15 May 2006 14:34:49 -0700 (PDT) Message-ID: <1e4841eb0605151434q36953533n9db96245404f75f7@mail.gmail.com> Date: Mon, 15 May 2006 17:34:49 -0400 From: "m m" To: "Alexander Kabaev" In-Reply-To: <20060514195510.783fa765@kan.dnsalias.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1e4841eb0605111757t36fdf8cfv267799a17dffc650@mail.gmail.com> <20060514195510.783fa765@kan.dnsalias.net> Cc: stable@freebsd.org Subject: Re: improper handling of dlpened's C++/atexit() code? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 05:50:38 -0000 > You'll need to build ld-elf.so.1 and libc.so.6 to get a sensible > backtrace. Can you please point us to a reference on how to do this? I rebuilt the rtld-elf and libc libraries with CFLAGS=3D-g3 in /etc/make.conf, however the stack trace looks basically the same (missing functions and no line numbers).