public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* Re: libstdc++/4019: Using libstdc++ on AlphaLinux causes a Segementation fault
@ 2001-08-24 11:33 bkoz
  0 siblings, 0 replies; 3+ messages in thread
From: bkoz @ 2001-08-24 11:33 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, max, nobody

Synopsis: Using libstdc++ on AlphaLinux causes a Segementation fault

State-Changed-From-To: open->analyzed
State-Changed-By: bkoz
State-Changed-When: Fri Aug 24 11:33:35 2001
State-Changed-Why:
    I cannot reproduce this, and suspect this is related to a problem with your build. How did you configure your build directory/
    
    -benjamin

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=4019&database=gcc


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: libstdc++/4019: Using libstdc++ on AlphaLinux causes a Segementation fault
@ 2001-12-28 14:57 pme
  0 siblings, 0 replies; 3+ messages in thread
From: pme @ 2001-12-28 14:57 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, max, nobody

Synopsis: Using libstdc++ on AlphaLinux causes a Segementation fault

State-Changed-From-To: analyzed->closed
State-Changed-By: pme
State-Changed-When: Fri Dec 28 14:57:40 2001
State-Changed-Why:
    Four months later, still no feedback.  Also, this platform
    has been reported as successful for 3.0.1:
    http://gcc.gnu.org/ml/gcc/2001-08/msg01020.html

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4019


^ permalink raw reply	[flat|nested] 3+ messages in thread

* libstdc++/4019: Using libstdc++ on AlphaLinux causes a Segementation fault
@ 2001-08-14  7:16 max
  0 siblings, 0 replies; 3+ messages in thread
From: max @ 2001-08-14  7:16 UTC (permalink / raw)
  To: gcc-gnats

>Number:         4019
>Category:       libstdc++
>Synopsis:       Using libstdc++ on AlphaLinux causes a Segementation fault
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Aug 14 07:16:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     max@takefive.co.at
>Release:        gcc-3.0
>Organization:
>Environment:
Reading specs from /opt/gcc-3.0/lib/gcc-lib/alphaev56-unknown-linux-gnu/3.0/specs
Configured with: ./configure --prefix=/opt/gcc-3.0 --enable-shared --enable-languages=c,c++
Thread model: single
gcc version 3.0


>Description:
With gcc-3.0 release linking a test with -lstdc++ always leads to a crash during loading of the shared lib. Even if no symbol from the lib is used.

e.g. simple helloWorld.C

//-----------------------------------
#include <stdio.h>

int main(int, char**)
{
        printf("Hello\n");
}
//-----------------------------------

[maxl@extreme /FromNet]$ g++ helloWorld.C

[maxl@extreme /FromNet]$ ldd ./a.out 
        libstdc++.so.3 => /opt/gcc-3.0/lib/libstdc++.so.3 (0x000002000011e000)
        libm.so.6.1 => /lib/libm.so.6.1 (0x00000200002a4000)
        libgcc_s.so.1 => /opt/gcc-3.0/lib/libgcc_s.so.1 (0x00000200003dc000)
        libc.so.6.1 => /lib/libc.so.6.1 (0x00000200004e6000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x0000020000000000)

[maxl@extreme /FromNet]$ ./a.out 
Segmentation fault

Therefore also the complete libstdc++ testsuite failed.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-12-28 22:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-24 11:33 libstdc++/4019: Using libstdc++ on AlphaLinux causes a Segementation fault bkoz
  -- strict thread matches above, loose matches on Subject: below --
2001-12-28 14:57 pme
2001-08-14  7:16 max

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).