public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/14091] New: ostream crash on HPUX 11
@ 2004-02-10  9:21 geurts at retarget dot com
  2004-02-21 21:53 ` [Bug c++/14091] " danglin at gcc dot gnu dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: geurts at retarget dot com @ 2004-02-10  9:21 UTC (permalink / raw)
  To: gcc-bugs

Consider the following hello.c program.

    #include <stdio.h>
    #include <iostream>

    int main()
    {
        printf("%s\n","Hello C");
        std::cout << "Hello C++\n";
        return 0;
    }

I compile this program on  HPUX 11, version 'U'.
    
   > uname -a 
   HP-UX rubens B.11.00 U 9000/785 2003262084 unlimited-user license

The program compiles and executes correctly.
When I run the same executable on HPUX 11 version 'A', it crashed on the 
ostream code.

   > uname -a
   HP-UX memlinc B.11.00 A 9000/778 2004900209 two-user license
   > a.out
   Hello C
   Segmentation fault (core dumped)

Best regards,
W.

-- 
           Summary: ostream crash on HPUX 11
           Product: gcc
           Version: 3.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: geurts at retarget dot com
                CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: hppa2.0w-hp-hpux11.00


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14091


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

* [Bug c++/14091] ostream crash on HPUX 11
  2004-02-10  9:21 [Bug c++/14091] New: ostream crash on HPUX 11 geurts at retarget dot com
@ 2004-02-21 21:53 ` danglin at gcc dot gnu dot org
  2004-02-23 13:38 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: danglin at gcc dot gnu dot org @ 2004-02-21 21:53 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From danglin at gcc dot gnu dot org  2004-02-21 21:53 -------
> > uname -a
>   HP-UX memlinc B.11.00 A 9000/778 2004900209 two-user license

Check that that the latest linker patch recommended by HP is installed
on this system.  There is a known bug in the running of initializers that
can cause a segmentation fault at program startup.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14091


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

* [Bug c++/14091] ostream crash on HPUX 11
  2004-02-10  9:21 [Bug c++/14091] New: ostream crash on HPUX 11 geurts at retarget dot com
  2004-02-21 21:53 ` [Bug c++/14091] " danglin at gcc dot gnu dot org
@ 2004-02-23 13:38 ` pinskia at gcc dot gnu dot org
  2004-05-07 12:28 ` pinskia at gcc dot gnu dot org
  2004-05-14 18:24 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-02-23 13:38 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14091


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

* [Bug c++/14091] ostream crash on HPUX 11
  2004-02-10  9:21 [Bug c++/14091] New: ostream crash on HPUX 11 geurts at retarget dot com
  2004-02-21 21:53 ` [Bug c++/14091] " danglin at gcc dot gnu dot org
  2004-02-23 13:38 ` pinskia at gcc dot gnu dot org
@ 2004-05-07 12:28 ` pinskia at gcc dot gnu dot org
  2004-05-14 18:24 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-07 12:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-07 12:28 -------
Any news on if this was caused by the linker?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14091


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

* [Bug c++/14091] ostream crash on HPUX 11
  2004-02-10  9:21 [Bug c++/14091] New: ostream crash on HPUX 11 geurts at retarget dot com
                   ` (2 preceding siblings ...)
  2004-05-07 12:28 ` pinskia at gcc dot gnu dot org
@ 2004-05-14 18:24 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-14 18:24 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-14 12:38 -------
No feedback in 3 months (T-7 days).

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14091


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

end of thread, other threads:[~2004-05-14 12:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-10  9:21 [Bug c++/14091] New: ostream crash on HPUX 11 geurts at retarget dot com
2004-02-21 21:53 ` [Bug c++/14091] " danglin at gcc dot gnu dot org
2004-02-23 13:38 ` pinskia at gcc dot gnu dot org
2004-05-07 12:28 ` pinskia at gcc dot gnu dot org
2004-05-14 18:24 ` pinskia at gcc dot gnu dot org

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