This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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



>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:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]