<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Segmentation fault (program cc1plus) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/segmentation-fault-program-cc1plus/m-p/2939578#M929558</link>
    <description>Good Morning!&lt;BR /&gt;&lt;BR /&gt;We are getting the following error when trying to compile using HP's version 3.2 gcc:&lt;BR /&gt;&lt;BR /&gt;Pid 17226 received a SIGSEGV for stack growth failure. &lt;BR /&gt;Possible causes: insufficient memory or swap space, &lt;BR /&gt;or stack size exceeded maxssiz. &lt;BR /&gt;g++: Internal error: Segmentation fault (program cc1plus) &lt;BR /&gt;Please submit a full bug report. &lt;BR /&gt;&lt;BR /&gt;maxssiz is already at 32MB.&lt;BR /&gt;&lt;BR /&gt;Any ideas on how to fix this error.&lt;BR /&gt;&lt;BR /&gt;Thx, Dario</description>
    <pubDate>Mon, 31 Mar 2003 15:14:25 GMT</pubDate>
    <dc:creator>Dario_1</dc:creator>
    <dc:date>2003-03-31T15:14:25Z</dc:date>
    <item>
      <title>Segmentation fault (program cc1plus)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/segmentation-fault-program-cc1plus/m-p/2939578#M929558</link>
      <description>Good Morning!&lt;BR /&gt;&lt;BR /&gt;We are getting the following error when trying to compile using HP's version 3.2 gcc:&lt;BR /&gt;&lt;BR /&gt;Pid 17226 received a SIGSEGV for stack growth failure. &lt;BR /&gt;Possible causes: insufficient memory or swap space, &lt;BR /&gt;or stack size exceeded maxssiz. &lt;BR /&gt;g++: Internal error: Segmentation fault (program cc1plus) &lt;BR /&gt;Please submit a full bug report. &lt;BR /&gt;&lt;BR /&gt;maxssiz is already at 32MB.&lt;BR /&gt;&lt;BR /&gt;Any ideas on how to fix this error.&lt;BR /&gt;&lt;BR /&gt;Thx, Dario</description>
      <pubDate>Mon, 31 Mar 2003 15:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/segmentation-fault-program-cc1plus/m-p/2939578#M929558</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-03-31T15:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault (program cc1plus)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/segmentation-fault-program-cc1plus/m-p/2939579#M929559</link>
      <description>Well, maxssiz is only one of the possible problems. You need to also check maxdsiz (very likely) or you may need to add more swap space or enable pseudo-swap (kernel parameter swapmem_on=1). &lt;BR /&gt;&lt;BR /&gt;For a development machine, maxssiz at 32MB might be a little low although I would not exceed 64MB except in very unusual cases because it can lead to very poor programming practices.&lt;BR /&gt;</description>
      <pubDate>Mon, 31 Mar 2003 15:56:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/segmentation-fault-program-cc1plus/m-p/2939579#M929559</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2003-03-31T15:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault (program cc1plus)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/segmentation-fault-program-cc1plus/m-p/2939580#M929560</link>
      <description>Clay:&lt;BR /&gt;&lt;BR /&gt;Thank you for the answer.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dario</description>
      <pubDate>Mon, 31 Mar 2003 17:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/segmentation-fault-program-cc1plus/m-p/2939580#M929560</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-03-31T17:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Segmentation fault (program cc1plus)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/segmentation-fault-program-cc1plus/m-p/2939581#M929561</link>
      <description>Guys:&lt;BR /&gt;&lt;BR /&gt;I made maxssiz 50MB and it worked. Now I am getting the following library error:&lt;BR /&gt;&lt;BR /&gt;ld: Can't find library or mismatched ABI for -lgcc &lt;BR /&gt;Fatal error. &lt;BR /&gt;collect2: ld returned 1 exit status &lt;BR /&gt;&lt;BR /&gt;Here is the output of getconf KERNEL_BITS = 64&lt;BR /&gt;and we are running 11i. &lt;BR /&gt;&lt;BR /&gt;Also here is the file command executed in every file under /usr/local/pa20_64/bin&lt;BR /&gt;&lt;BR /&gt;addr2line:      ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;ar:             ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;as:             ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;c++:            ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;c++filt:        ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;cpp:            ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;g++:            ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;gas:            ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;gasp:           ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;gcc:            ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;gcc64:          ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;gccbug:         commands text&lt;BR /&gt;gcov:           ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;gprof:          ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;hppa64-hp-hpux11.00-c++:        ELF-64 executable object file - PA-RISC 2.0 (LP6&lt;BR /&gt;4)&lt;BR /&gt;hppa64-hp-hpux11.00-g++:        ELF-64 executable object file - PA-RISC 2.0 (LP6&lt;BR /&gt;4)&lt;BR /&gt;hppa64-hp-hpux11.00-gcc:        ELF-64 executable object file - PA-RISC 2.0 (LP6&lt;BR /&gt;4)&lt;BR /&gt;hppa64-hp-hpux11.00-gcc-3.2:    ELF-64 executable object file - PA-RISC 2.0 (LP6&lt;BR /&gt;4)&lt;BR /&gt;ld:             ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;nm:             ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;objcopy:        ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;objdump:        ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;ranlib:         ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;readelf:        ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;size:           ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;strings:        ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;strip:          ELF-64 executable object file - PA-RISC 2.0 (LP64)&lt;BR /&gt;&lt;BR /&gt;Any ideas, thank you.</description>
      <pubDate>Mon, 31 Mar 2003 20:34:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/segmentation-fault-program-cc1plus/m-p/2939581#M929561</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-03-31T20:34:32Z</dc:date>
    </item>
  </channel>
</rss>

