From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14637 invoked by alias); 29 May 2002 07:46:10 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 14579 invoked by uid 71); 29 May 2002 07:46:06 -0000 Date: Wed, 29 May 2002 01:06:00 -0000 Message-ID: <20020529074606.14567.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Daniel van Vugt Subject: Re: c/5925: execs crash in shared lib destructor = do_global_dtors_aux Reply-To: Daniel van Vugt X-SW-Source: 2002-05/txt/msg00937.txt.bz2 List-Id: The following reply was made to PR c/5925; it has been noted by GNATS. From: Daniel van Vugt To: gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, murf@e-tools.com, gcc-bugs@gcc.gnu.org Cc: Subject: Re: c/5925: execs crash in shared lib destructor = do_global_dtors_aux Date: Wed, 29 May 2002 15:45:29 +0800 With respect to GCC bug 5925; http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=5925 I seem to be getting the same problem with gcc 2.95.2 on SCO OpenServer 5.0.6. It only occurs with our proprietary code and I can't seem to replicate the problem using hello.tar.gz. Stepping through in GDB, the segfault always occurs somewhere in the __do_global_dtors_aux of one of our shared libraries. - Daniel van Vugt