<?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 Re: C++ Coredump while exiting from the program in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413610#M706940</link>
    <description>Also, what's your level of aC++ runtime?&lt;BR /&gt;swlist | grep -i ac++&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Cyrille&lt;BR /&gt;&lt;BR /&gt;PS: are you compiling / running on the same host?&lt;BR /&gt;</description>
    <pubDate>Fri, 05 Nov 2004 05:11:48 GMT</pubDate>
    <dc:creator>MAUCCI_2</dc:creator>
    <dc:date>2004-11-05T05:11:48Z</dc:date>
    <item>
      <title>C++ Coredump while exiting from the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413604#M706934</link>
      <description>Hi We are facing core dump problem while exiting from the program.&lt;BR /&gt;We have the -mt option during compilation and linking, but still we are facing this problem.&lt;BR /&gt;&lt;BR /&gt;The following is gdb trace.&lt;BR /&gt;HP gdb 3.2 for PA-RISC 1.1 or 2.0 (narrow), HP-UX 11.00.&lt;BR /&gt;Copyright 1986 - 2001 Free Software Foundation, Inc.&lt;BR /&gt;Hewlett-Packard Wildebeest 3.2 (based on GDB) is covered by the&lt;BR /&gt;GNU General Public License. Type "show copying" to see the conditions to&lt;BR /&gt;change it and/or distribute copies. Type "show warranty" for warranty/support.&lt;BR /&gt;..&lt;BR /&gt;Core was generated by `zrnevhmx'.&lt;BR /&gt;Program terminated with signal 11, Segmentation fault.&lt;BR /&gt;&lt;BR /&gt;warning: The shared libraries were not privately mapped; setting a&lt;BR /&gt;breakpoint in a shared library will not work until you rerun the program.&lt;BR /&gt;&lt;BR /&gt;#0  0xc004d958 in pthread_mutex_destroy+0x18 () from /usr/lib/libpthread.1&lt;BR /&gt;(gdb) where&lt;BR /&gt;#0  0xc004d958 in pthread_mutex_destroy+0x18 () from /usr/lib/libpthread.1&lt;BR /&gt;#1  0xc1f1cb28 in __thread_mutex_free+0x40 () from /opt/.../pf3party/irp/lib/libc.2&lt;BR /&gt;#2  0xc22bb62c in _HPMutexWrapper::~_HPMutexWrapper+0x34 () from /opt/.../pf3party/irp/lib/libstd_v2.2&lt;BR /&gt;#3  0xc22b6f24 in __rw::__null_string_ref_rep&lt;WCHAR_T&gt;,std::allocator&lt;WCHAR_T&gt;,__rw::__string_ref_rep&amp;lt;:allocator&amp;gt;&amp;gt;&amp;gt;::~__null_string_ref_rep&lt;WCHAR_T&gt;,std::allocator&lt;WCHAR_T&gt;,__rw::__string_ref_rep&amp;lt;:allocator&amp;gt;&amp;gt;&amp;gt;+0x2c () from /opt/.../pf3party/irp/lib/libstd_v2.2&lt;BR /&gt;#4  0xc14b55cc in __shlTerm+0x290 () from /opt/.../pf3party/irp/lib/libCsup_v2.2&lt;BR /&gt;#5  0xc14b56a4 in __shlInit+0x44 () from /opt/.../pf3party/irp/lib/libCsup_v2.2&lt;BR /&gt;#6  0xc21bae38 in _shlInit+0x20 () from /opt/.../pf3party/irp/lib/libstd_v2.2&lt;BR /&gt;#7  0xc14b5020 in __shlinit+0xac () from /opt/.../pf3party/irp/lib/libCsup_v2.2&lt;BR /&gt;#8  0xc14b5324 in __callInitFuncFromHandle+0xf0 () from /opt/.../pf3party/irp/lib/libCsup_v2.2&lt;BR /&gt;#9  0xc14b7288 in _niam_body+0xc0 () from /opt/.../pf3party/irp/lib/libCsup_v2.2&lt;BR /&gt;#10 0xc14b735c in _niam+0x1c () from /opt/.../pf3party/irp/lib/libCsup_v2.2&lt;BR /&gt;#11 0xc1e84574 in exit+0x74 () from /opt/.../pf3party/irp/lib/libc.2&lt;BR /&gt;&lt;BR /&gt;OS details:&lt;BR /&gt; B.11.11 U 9000/785 2009568404 unlimited-user license&lt;BR /&gt;aCC version:     HP aC++ B3910B A.03.52&lt;/WCHAR_T&gt;&lt;/WCHAR_T&gt;&lt;/WCHAR_T&gt;&lt;/WCHAR_T&gt;</description>
      <pubDate>Wed, 03 Nov 2004 01:02:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413604#M706934</guid>
      <dc:creator>Sreenivas_1</dc:creator>
      <dc:date>2004-11-03T01:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: C++ Coredump while exiting from the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413605#M706935</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;please make sure you built ALL the object files with -AA -mt, and that you linked the executable with -AA -mt.&lt;BR /&gt;&lt;BR /&gt;Can you run chatr on your executable and post the output?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Cyrille&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Nov 2004 03:54:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413605#M706935</guid>
      <dc:creator>MAUCCI_2</dc:creator>
      <dc:date>2004-11-04T03:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: C++ Coredump while exiting from the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413606#M706936</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;sigsegv is normally a sign of stack overflow or corruption&lt;BR /&gt;&lt;BR /&gt;Did this ever work&lt;BR /&gt;&lt;BR /&gt;Has the kernel been changed or patches added since it ran well&lt;BR /&gt;&lt;BR /&gt;            Steve Steel</description>
      <pubDate>Thu, 04 Nov 2004 04:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413606#M706936</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-11-04T04:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: C++ Coredump while exiting from the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413607#M706937</link>
      <description>Hi,&lt;BR /&gt; We have upgraded our compiler from aCC 3.31 to 3.52. This is the first time we are running after upgrading our compiler.&lt;BR /&gt;&lt;BR /&gt;We have compiled and linked all the libraries and source with -AA and -mt</description>
      <pubDate>Fri, 05 Nov 2004 00:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413607#M706937</guid>
      <dc:creator>Sreenivas_1</dc:creator>
      <dc:date>2004-11-05T00:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: C++ Coredump while exiting from the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413608#M706938</link>
      <description>hi,&lt;BR /&gt;see the following link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=482108" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=482108&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regds,&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Nov 2004 01:13:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413608#M706938</guid>
      <dc:creator>bhavin asokan</dc:creator>
      <dc:date>2004-11-05T01:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: C++ Coredump while exiting from the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413609#M706939</link>
      <description>Sreenivas,&lt;BR /&gt;&lt;BR /&gt;can you please attach the result of:&lt;BR /&gt;chatr &lt;YOUREXEC&gt;&lt;BR /&gt;odump -comp &lt;YOUREXEC&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Cyrille&lt;/YOUREXEC&gt;&lt;/YOUREXEC&gt;</description>
      <pubDate>Fri, 05 Nov 2004 05:07:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413609#M706939</guid>
      <dc:creator>MAUCCI_2</dc:creator>
      <dc:date>2004-11-05T05:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: C++ Coredump while exiting from the program</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413610#M706940</link>
      <description>Also, what's your level of aC++ runtime?&lt;BR /&gt;swlist | grep -i ac++&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Cyrille&lt;BR /&gt;&lt;BR /&gt;PS: are you compiling / running on the same host?&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Nov 2004 05:11:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/c-coredump-while-exiting-from-the-program/m-p/3413610#M706940</guid>
      <dc:creator>MAUCCI_2</dc:creator>
      <dc:date>2004-11-05T05:11:48Z</dc:date>
    </item>
  </channel>
</rss>

