public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* c++/4180: g++ 3.0 'Segmentation fault' creating an std::list (HP-UX 11.0)
@ 2001-08-30  8:56 ppastorino
  0 siblings, 0 replies; 2+ messages in thread
From: ppastorino @ 2001-08-30  8:56 UTC (permalink / raw)
  To: gcc-gnats; +Cc: ppastorino

>Number:         4180
>Category:       c++
>Synopsis:       g++ 3.0 'Segmentation fault' creating an std::list (HP-UX 11.0)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 30 08:56:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     ppastorino@cajval.sba.com.ar
>Release:        unknown-1.0
>Organization:
>Environment:
This is the environment where the problem occurs:

uname -mrs
-----------

HP-UX B.11.00 9000/800

gcc -v
-------

Reading specs from /opt/gcc/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.0/specs
Configured with: configure  : (reconfigured) configure  : (reconfigured) config 
Thread model: single
gcc version 3.0

compiler command line :
-----------------------

c++ test.cc
>Description:
This simple C++ program ends with 'Segmentation fault' when tryng to create an std::list instance on HP-UPX 11.0.

source code
-----------
#include <list>

int main()
{
        char buffer[8194];

        //signal 11... 
        std::list<int> l;
        return 0;
}









>How-To-Repeat:
just compile and execute a.out
>Fix:

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


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

* Re: c++/4180: g++ 3.0 'Segmentation fault' creating an std::list (HP-UX 11.0)
@ 2002-01-04 21:35 rodrigc
  0 siblings, 0 replies; 2+ messages in thread
From: rodrigc @ 2002-01-04 21:35 UTC (permalink / raw)
  To: gcc-bugs, gcc-prs, nobody, ppastorino

Synopsis: g++ 3.0 'Segmentation fault' creating an std::list (HP-UX 11.0)

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Fri Jan  4 21:35:37 2002
State-Changed-Why:
    Could not reproduce problem with gcc 3.0.3.

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


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

end of thread, other threads:[~2002-01-05  5:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-30  8:56 c++/4180: g++ 3.0 'Segmentation fault' creating an std::list (HP-UX 11.0) ppastorino
2002-01-04 21:35 rodrigc

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).