<?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: core dump handling exceptions in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713324#M100765</link>
    <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;Thanks for the answer. As I read from the link you sent me, the problem described was related with the use of libs which are different from the ones that are shipped with the OS.&lt;BR /&gt;In our case we are linking also with the following flags that I forgot to include in my first e-mail:&lt;BR /&gt;&lt;BR /&gt;-l:libcl.sl -l:librt.sl -lpthread -l:libnss_dns.1 -l:libdld.sl&lt;BR /&gt;&lt;BR /&gt;If I execute ldd I obtain the following result:&lt;BR /&gt;&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libCsup_v2.2 =&amp;gt;        /usr/lib/libCsup_v2.2&lt;BR /&gt;        /usr/lib/libstd_v2.2 =&amp;gt; /usr/lib/libstd_v2.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libnss_dns.1 =&amp;gt;        /usr/lib/libnss_dns.1&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/lib/librt.2 =&amp;gt;     /usr/lib/librt.2&lt;BR /&gt;        /usr/lib/libcl.2 =&amp;gt;     /usr/lib/libcl.2&lt;BR /&gt;        /usr/lib/libisamstub.1 =&amp;gt;       /usr/lib/libisamstub.1&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are those libs the correct ones or do I need to link with others?.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Jan 2006 06:46:17 GMT</pubDate>
    <dc:creator>rmonjor</dc:creator>
    <dc:date>2006-01-24T06:46:17Z</dc:date>
    <item>
      <title>core dump handling exceptions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713322#M100763</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We are developing C++ program under HP-UX B.11.11 U 9000/800, using aCC compiler (HP ANSI C++ B3910B A.03.65). Everything seems to run well except when an exception is raised, then we have a core like this&lt;BR /&gt;&lt;BR /&gt;#0  0xc020d5b8 in kill+0x10 () from /usr/lib/libc.2&lt;BR /&gt;#1  0xc01a6f7c in raise+0x24 () from /usr/lib/libc.2&lt;BR /&gt;#2  0xc01e81e0 in abort_C+0x160 () from /usr/lib/libc.2&lt;BR /&gt;#3  0xc01e823c in abort+0x1c () from /usr/lib/libc.2&lt;BR /&gt;#4  0xc3b7383c in std::terminate+0x38 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#5  0xc3b6daf8 in TCompTechCleanupAutomaticLocal::DestructActiveObject+0x80 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#6  0xc3b71650 in TExceptionActionCleanup::ProcessThrow+0x24 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#7  0xc3b73dec in ThrowException+0x168 () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#8  0xc3b74254 in __throw__FPvT1+0x14c () from /usr/lib/libCsup_v2.2&lt;BR /&gt;#9  0xa3ce58 in FwOracleDataBaseDao::getNumSql (this=0x400d48c8, sqlName=@0x77ff0da4)&lt;BR /&gt;    at ./fwBatch/fwDataAccess/fwDataBaseAccess/fwOracleDataBaseDao/FwOracleDataBaseDao.cpp:716&lt;BR /&gt;#10 0xa3e1a0 in FwOracleDataBaseDao::setSQL (this=0x400d48c8, sqlIndex=1, sqlName=@0x77ff0be0, type=2,&lt;BR /&gt;    num={&lt;CLASS allocator=""&gt;&amp;gt; = {&lt;NO data="https://community.hpe.com/" fields=""&gt;}, static npos = 4294967295, static __nullref = {__ref_hdr_ = {&lt;BR /&gt;          __mutex_ = {&lt;CLASS __rw_mutex_base=""&gt; = {_C_mutex = {pmutex = 0x77fc4bf0}}, &lt;NO data="https://community.hpe.com/" fields=""&gt;},&lt;BR /&gt;          __refs_ = 2013082664, __capacity_ = 2012980092, __nchars_ = 2012978468}, __eos_char_ = 119 'w'},&lt;BR /&gt;      _C_data = 0x4007efa8 "0.0"}) at ./fwBatch/fwDataAccess/fwDataBaseAccess/fwOracleDataBaseDao/FwOracleDataBaseDao.cpp:821&lt;BR /&gt;#11 0xa8c7c in FWBatchInstance::Prueba_OCI () at ./FwIns.cpp:478&lt;BR /&gt;#12 0x9e18ac in FwBase::runProcess (this=0x40082830) at ./fwBatch/fwBase/FwBase.cpp:643&lt;BR /&gt;#13 0xa9cd0 in main (argc=1, argv=0x77ff0864) at ./FwIns.cpp:860&lt;BR /&gt;&lt;BR /&gt;The compiler parameters are:&lt;BR /&gt;&lt;BR /&gt;-AA +DAportable +DS2.0  -g0 -D_RWSTD_MULTI_THREAD&lt;BR /&gt;&lt;BR /&gt;and the linker parameters are&lt;BR /&gt;&lt;BR /&gt;-AA -Bnodelete -g -Wl,+s -Wl,+n +DAportable +DS2.0&lt;BR /&gt;&lt;BR /&gt;We are also using the following Oracle libraries:&lt;BR /&gt;&lt;BR /&gt;-locci9 -lclntst9 &lt;BR /&gt;&lt;BR /&gt;Can someone help here?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/NO&gt;&lt;/CLASS&gt;&lt;/NO&gt;&lt;/CLASS&gt;</description>
      <pubDate>Thu, 19 Jan 2006 14:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713322#M100763</guid>
      <dc:creator>rmonjor</dc:creator>
      <dc:date>2006-01-19T14:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: core dump handling exceptions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713323#M100764</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This may point you&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.borland.com/thread.jspa?messageID=3505" target="_blank"&gt;http://support.borland.com/thread.jspa?messageID=3505&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;              Steve Steel</description>
      <pubDate>Fri, 20 Jan 2006 10:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713323#M100764</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2006-01-20T10:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: core dump handling exceptions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713324#M100765</link>
      <description>Hi Steve,&lt;BR /&gt;&lt;BR /&gt;Thanks for the answer. As I read from the link you sent me, the problem described was related with the use of libs which are different from the ones that are shipped with the OS.&lt;BR /&gt;In our case we are linking also with the following flags that I forgot to include in my first e-mail:&lt;BR /&gt;&lt;BR /&gt;-l:libcl.sl -l:librt.sl -lpthread -l:libnss_dns.1 -l:libdld.sl&lt;BR /&gt;&lt;BR /&gt;If I execute ldd I obtain the following result:&lt;BR /&gt;&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libc.2 =&amp;gt;      /usr/lib/libc.2&lt;BR /&gt;        /usr/lib/libCsup_v2.2 =&amp;gt;        /usr/lib/libCsup_v2.2&lt;BR /&gt;        /usr/lib/libstd_v2.2 =&amp;gt; /usr/lib/libstd_v2.2&lt;BR /&gt;        /usr/lib/libm.2 =&amp;gt;      /usr/lib/libm.2&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libnss_dns.1 =&amp;gt;        /usr/lib/libnss_dns.1&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;        /usr/lib/libpthread.1 =&amp;gt;        /usr/lib/libpthread.1&lt;BR /&gt;        /usr/lib/librt.2 =&amp;gt;     /usr/lib/librt.2&lt;BR /&gt;        /usr/lib/libcl.2 =&amp;gt;     /usr/lib/libcl.2&lt;BR /&gt;        /usr/lib/libisamstub.1 =&amp;gt;       /usr/lib/libisamstub.1&lt;BR /&gt;        /usr/lib/libdld.2 =&amp;gt;    /usr/lib/libdld.2&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are those libs the correct ones or do I need to link with others?.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 06:46:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713324#M100765</guid>
      <dc:creator>rmonjor</dc:creator>
      <dc:date>2006-01-24T06:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: core dump handling exceptions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713325#M100766</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Are you building a 32 bit or 64 bit application ? For 64 bit, use the respective libraries. Also, run your application with "tusc". it will provide more information about the system calls and etc.. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.8/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-7.8/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 24 Jan 2006 06:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713325#M100766</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-24T06:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: core dump handling exceptions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713326#M100767</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1)Do you have latest compiler and &lt;BR /&gt;Patch Name: PHSS_26946&lt;BR /&gt;&lt;BR /&gt;Patch Description: s700_800 11.11 HP aC++ -AA runtime libraries (aCC A.03.37)&lt;BR /&gt;&lt;BR /&gt;Creation Date: 02/09/25&lt;BR /&gt;&lt;BR /&gt;Post Date:  02/10/28&lt;BR /&gt;&lt;BR /&gt;Hardware Platforms - OS Releases:&lt;BR /&gt; s700: 11.11&lt;BR /&gt; s800: 11.11&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2)Was everything -mt compiled&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            Steve Steel</description>
      <pubDate>Wed, 25 Jan 2006 05:12:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713326#M100767</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2006-01-25T05:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: core dump handling exceptions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713327#M100768</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for the answers. Related with the questions above, we have the following:&lt;BR /&gt;&lt;BR /&gt;Q: Are you building a 32 bit or 64 bit application?&lt;BR /&gt;&lt;BR /&gt;A: We are building a 32 bit application, using the  corresponding Oracle libs. About the system libs, I think we are also using the right ones.&lt;BR /&gt;&lt;BR /&gt;Q: Do you have latest compiler and Patch Name: PHSS_26946&lt;BR /&gt;&lt;BR /&gt;Patch Description: s700_800 11.11 HP aC++ -AA runtime libraries (aCC A.03.37)&lt;BR /&gt;&lt;BR /&gt;Creation Date: 02/09/25&lt;BR /&gt;&lt;BR /&gt;Post Date: 02/10/28&lt;BR /&gt;&lt;BR /&gt;Hardware Platforms - OS Releases:&lt;BR /&gt;s700: 11.11&lt;BR /&gt;s800: 11.11&lt;BR /&gt;&lt;BR /&gt;A: The aCC version is B3910B A.03.65. If we make swlist we have the following:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;democpd:dasw/home/dasw# /usr/sbin/swlist B3913DBEVAL&lt;BR /&gt;# Initializing...&lt;BR /&gt;# Contacting target "***"...&lt;BR /&gt;#&lt;BR /&gt;# Target:  ***:/&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# B3913DBEVAL                   C.03.65.VAL2   HP aC++ Compiler for Servers Evaluation License&lt;BR /&gt;  B3913DBEVAL.C-Dev-Tools       B.11.11.14.VAL C Language Development Tools&lt;BR /&gt;  B3913DBEVAL.ACXX              C.03.65.VAL    HP aC++&lt;BR /&gt;  B3913DBEVAL.WDB-GUI           B.11.11.14.VAL GUI for the HP WDB Debugger&lt;BR /&gt;  B3913DBEVAL.WDB               B.11.11.14.VAL HP Wildebeest (HP WDB) Debugger&lt;BR /&gt;  B3913DBEVAL.DebugPrg          B.11.11.14.VAL Debugging Support Tools&lt;BR /&gt;  B3913DBEVAL.Auxiliary-Opt     B.11.11.14.VAL Auxiliary Optimizer for HP Languages.&lt;BR /&gt;&lt;BR /&gt;But we do not have the PHSS_26946 installed. We will see if we can install it. &lt;BR /&gt;&lt;BR /&gt;Q: Was everything -mt compiled&lt;BR /&gt;&lt;BR /&gt;A: yes, it was.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2006 10:57:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713327#M100768</guid>
      <dc:creator>rmonjor</dc:creator>
      <dc:date>2006-01-25T10:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: core dump handling exceptions</title>
      <link>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713328#M100769</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You can post this same question with all the details to HP aCC mailing list, there you will get specific answer.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h21007.www2.hp.com/dspp/ml/ml_MailingLists_IDX/1,1275,,00.html#24" target="_blank"&gt;http://h21007.www2.hp.com/dspp/ml/ml_MailingLists_IDX/1,1275,,00.html#24&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 25 Jan 2006 11:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/core-dump-handling-exceptions/m-p/3713328#M100769</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-25T11:45:56Z</dc:date>
    </item>
  </channel>
</rss>

