From mboxrd@z Thu Jan 1 00:00:00 1970 From: ppastorino@cajval.sba.com.ar To: gcc-gnats@gcc.gnu.org Cc: ppastorino@cajval.sba.com.ar Subject: c++/4180: g++ 3.0 'Segmentation fault' creating an std::list (HP-UX 11.0) Date: Thu, 30 Aug 2001 08:56:00 -0000 Message-id: <20010830155451.22583.qmail@sourceware.cygnus.com> X-SW-Source: 2001-08/msg00728.html List-Id: >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 int main() { char buffer[8194]; //signal 11... std::list l; return 0; } >How-To-Repeat: just compile and execute a.out >Fix: >Release-Note: >Audit-Trail: >Unformatted: