From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30264 invoked by alias); 10 May 2007 21:00:58 -0000 Received: (qmail 30244 invoked by uid 22791); 10 May 2007 21:00:56 -0000 X-Spam-Check-By: sourceware.org Received: from mail-1.netbauds.net (HELO mail-1.netbauds.net) (62.232.161.102) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 10 May 2007 21:00:49 +0000 Received: from host86-128-75-84.range86-128.btcentralplus.com ([86.128.75.84]:50848 "EHLO [172.16.32.4]" smtp-auth: "darryl" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: rhost-flags-OK-OK-OK-FAIL) by mail-1.netbauds.net with ESMTPSA id S523606AbXEJVAm (ORCPT ); Thu, 10 May 2007 22:00:42 +0100 Message-ID: <464387F9.1020509@netbauds.net> Date: Thu, 10 May 2007 21:00:00 -0000 From: Darryl Miles User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.8.0.8) Gecko/20061109 SeaMonkey/1.0.6 MIME-Version: 1.0 To: Bruce Bailey CC: gcc-help@gcc.gnu.org Subject: Re: FW: C++ PHP Extension Segfaults Under Apache. References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg00107.txt.bz2 Bruce Bailey wrote: > It appears that if I link my top level "C" program (httpd, 'apache' in > this case) with g++, my problem disappears. I suspect that this MIGHT > be a problem with the gcc compiler. Has anyone heard of this pattern > before? Anything to do with GCC3 and GCC4, stdc++ libraries ? Run "ldd httpd" and "ldd all_my_dsos.so" and compare for same version of C++ libraries. Darryl