From owner-freebsd-questions@FreeBSD.ORG Thu Jun 23 10:39:20 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 81E0316A41C for ; Thu, 23 Jun 2005 10:39:20 +0000 (GMT) (envelope-from cknipe@hybyte.com) Received: from mail.uk.hybyte.net (mail.uk.hybyte.net [213.86.56.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4775043D49 for ; Thu, 23 Jun 2005 10:39:20 +0000 (GMT) (envelope-from cknipe@hybyte.com) Received: from localhost (localhost [127.0.0.1]) by mail.uk.hybyte.net (Postfix) with ESMTP id 78434EB2D3 for ; Thu, 23 Jun 2005 11:36:21 +0100 (BST) Received: from by localhost (amavisd-new, port ) id 5HTuUDOo for ; Thu, 23 Jun 2005 11:36:20 +0100 (BST) Received: from MEGADROID (wbs-146-184-170.telkomadsl.co.za [165.146.184.170]) by mail.uk.hybyte.net (Postfix) with ESMTP id A66A7EB2D1 for ; Thu, 23 Jun 2005 11:36:17 +0100 (BST) Message-ID: <084701c577df$cd256700$0b02a8c0@MEGADROID> From: "Chris Knipe" To: Date: Thu, 23 Jun 2005 12:39:11 +0200 Organization: HyByte MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Virus-Scanned: by amavisd-new at hybyte.com Cc: Subject: libc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2005 10:39:20 -0000 Lo all, Is there anywhere that I can see what has changed from FreeBSD 4.11 to FreeBSD 5.x, in regards to libc ? We are getting major errors and core dumps from one of our applications which runs flawlessly on 4.x, but just dumps on 5.x, complaining about __cxa_finalize () from /lib/libc.so.5 (FreeBSD 5.4-STABLE)... Would be good if someone can give some hints or pointers to debug this... Thanks allot, Chris.