<?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 Getting Core Dump in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487629#M214375</link>
    <description>I am trying to execute one application on HP-UX vvvvv B.11.11 U 9000/800 697359306 unlimited-user license. It is giving me core dump.It is a C++ Application .&lt;BR /&gt;&lt;BR /&gt;Appreciate if you can please let me know your inputs. Thanks!! &lt;BR /&gt;</description>
    <pubDate>Thu, 17 Feb 2005 01:33:01 GMT</pubDate>
    <dc:creator>Rohit Goyal</dc:creator>
    <dc:date>2005-02-17T01:33:01Z</dc:date>
    <item>
      <title>Getting Core Dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487629#M214375</link>
      <description>I am trying to execute one application on HP-UX vvvvv B.11.11 U 9000/800 697359306 unlimited-user license. It is giving me core dump.It is a C++ Application .&lt;BR /&gt;&lt;BR /&gt;Appreciate if you can please let me know your inputs. Thanks!! &lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 01:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487629#M214375</guid>
      <dc:creator>Rohit Goyal</dc:creator>
      <dc:date>2005-02-17T01:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Core Dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487630#M214376</link>
      <description>Can you post what exactly the error message before&lt;BR /&gt;core dump? How big is your C++ file?&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 01:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487630#M214376</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-02-17T01:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Core Dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487631#M214377</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You may try to increase kernel value of maxdsize. &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sreejith M&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 04:04:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487631#M214377</guid>
      <dc:creator>sreejith_4</dc:creator>
      <dc:date>2005-02-17T04:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Core Dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487632#M214378</link>
      <description>According to your truss output, the process received a SIGABRT which is usually due to someone pressing CTRL-C when the process is running.</description>
      <pubDate>Thu, 17 Feb 2005 04:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487632#M214378</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-02-17T04:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Core Dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487633#M214379</link>
      <description>The size of my executable is :- test.out (9121416)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 05:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487633#M214379</guid>
      <dc:creator>Rohit Goyal</dc:creator>
      <dc:date>2005-02-17T05:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Core Dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487634#M214380</link>
      <description>I am not pressing ctrl+ c&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My program is Aborting due to some reason which i am not able to figure out&lt;BR /&gt;&lt;BR /&gt;$ ./test.out&lt;BR /&gt;Inside main()&lt;BR /&gt;Before DatabaseUtil::Instance&lt;BR /&gt;=== LOG BEGIN === 02/17/2005 16:31:04 NONDB_LOG(Level = ERR,0) use KTK_[NON]DB_LOG to change&lt;BR /&gt;Connecting to omordtst/omordtst as ddlbos6&lt;BR /&gt;Abort(coredump)&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 06:02:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487634#M214380</guid>
      <dc:creator>Rohit Goyal</dc:creator>
      <dc:date>2005-02-17T06:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Core Dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487635#M214381</link>
      <description>Your truss output show the following error&lt;BR /&gt;&lt;BR /&gt;mmap(NULL, 962560, PROT_READ|PROT_EXEC, MAP_SHARED|MAP_SHLIB, 6, 0x45000) .............................. ERR#12 ENOMEM&lt;BR /&gt;&lt;BR /&gt;This shows that a mmap call failed due to ENOMEM, which is because there is insufficient room in the address space to effect the mapping. (as you are not useing MAP_FIXED).&lt;BR /&gt;&lt;BR /&gt;So you need to increase the memory in your address space.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 17 Feb 2005 10:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487635#M214381</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-02-17T10:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Getting Core Dump</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487636#M214382</link>
      <description>I am trying to execute one application on HP-UX vvvvv B.11.11 U 9000/800 697359306 unlimited-user license. It is giving me core dump.It is a C++ Application .&lt;BR /&gt;&lt;BR /&gt;I am attaching the file containing the tusc output&lt;BR /&gt;&lt;BR /&gt;$ ulimit -Sa&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         1953124&lt;BR /&gt;stack(kbytes)        195312&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     4194303&lt;BR /&gt;&lt;BR /&gt;$ ulimit -Ha&lt;BR /&gt;time(seconds)        unlimited&lt;BR /&gt;file(blocks)         unlimited&lt;BR /&gt;data(kbytes)         1953124&lt;BR /&gt;stack(kbytes)        195312&lt;BR /&gt;memory(kbytes)       unlimited&lt;BR /&gt;coredump(blocks)     unlimited&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/stand/system&lt;BR /&gt;&lt;BR /&gt;* Tunable parameters&lt;BR /&gt;&lt;BR /&gt;STRMSGSZ        65535&lt;BR /&gt;bufpages        (NPROC*3)&lt;BR /&gt;dbc_max_pct     2&lt;BR /&gt;dbc_min_pct     2&lt;BR /&gt;dnlc_hash_locks 512&lt;BR /&gt;max_thread_proc 256&lt;BR /&gt;maxdsiz         2000000000&lt;BR /&gt;maxdsiz_64bit   0X2000000000&lt;BR /&gt;maxfiles        2048&lt;BR /&gt;maxfiles_lim    2048&lt;BR /&gt;maxssiz         200000000&lt;BR /&gt;maxssiz_64bit   200000000&lt;BR /&gt;maxswapchunks   4096&lt;BR /&gt;maxtsiz         0X4000000&lt;BR /&gt;maxtsiz_64bit   0X40000000&lt;BR /&gt;maxuprc         ((NPROC*9)/10)&lt;BR /&gt;maxusers        60&lt;BR /&gt;maxvgs          500&lt;BR /&gt;msgmap          (MSGTQL+2)&lt;BR /&gt;msgmax          32768&lt;BR /&gt;msgmnb          65535&lt;BR /&gt;msgmni          (NPROC)&lt;BR /&gt;msgseg          (MSGTQL*4)&lt;BR /&gt;msgssz          128&lt;BR /&gt;msgtql          6640&lt;BR /&gt;nfile           (15*NPROC+2048)&lt;BR /&gt;nflocks         (NPROC)&lt;BR /&gt;ninode          (8*NPROC+2048)&lt;BR /&gt;nproc           1600&lt;BR /&gt;nstrpty         60&lt;BR /&gt;nstrtel         (MAXUSERS)&lt;BR /&gt;nswapdev        25&lt;BR /&gt;semmni          (NPROC*5)&lt;BR /&gt;semmns          (SEMMNI*2)&lt;BR /&gt;semmnu          (NPROC-4)&lt;BR /&gt;semume          64&lt;BR /&gt;semvmx          32768&lt;BR /&gt;shmmax          0X40000000&lt;BR /&gt;shmmni          512&lt;BR /&gt;shmseg          32&lt;BR /&gt;swapmem_on      0&lt;BR /&gt;timeslice       1&lt;BR /&gt;unlockable_mem  (MAXUSERS*10)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ /usr/sbin/swapinfo -mat&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        4096       0    4096    0%       0       -    1  31,0x016003&lt;BR /&gt;reserve       -    2620   -2620&lt;BR /&gt;total      4096    2620    1476   64%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;B3692A GlancePlus C.03.58.00    12:16:53   omtest 9000/800                                                  Current  Avg  High&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;CPU  Util   S                                                                                                |  2%    2%    3%&lt;BR /&gt;Disk Util   FF                                                                                               |  2%    4%    6%&lt;BR /&gt;Mem  Util   S        SU                                                       U                              | 69%   69%   69%&lt;BR /&gt;Swap Util   R                                                           R                                    | 64%   64%   64%&lt;BR /&gt;------------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;                                                        MEMORY REPORT                                             Users=    2&lt;BR /&gt;Event         Current   Cumulative   Current Rate   Cum Rate   High Rate&lt;BR /&gt;--------------------------------------------------------------------------------&lt;BR /&gt;Page Faults         7          104         1.3       15.5        69.2&lt;BR /&gt;Page In             1           10         0.1        1.4         6.4&lt;BR /&gt;Page Out            0            0         0.0        0.0         0.0&lt;BR /&gt;KB Paged In      24kb        108kb         4.6       16.1        60.0&lt;BR /&gt;KB Paged Out      0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;Reactivations       0            0         0.0        0.0         0.0&lt;BR /&gt;Deactivations       0            0         0.0        0.0         0.0&lt;BR /&gt;KB Deactivated    0kb          0kb         0.0        0.0         0.0&lt;BR /&gt;VM Reads            1            7         0.1        1.0         1.1&lt;BR /&gt;VM Writes           0            0         0.1        0.0         0.0&lt;BR /&gt;&lt;BR /&gt;Total VM :  2.90gb   Sys Mem  : 411.1mb   User Mem:  2.34gb   Phys Mem:  4.00gb&lt;BR /&gt;Active VM:  1.52gb   Buf Cache:  18.7mb   Free Mem:  1.24gb&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ file ./test.out&lt;BR /&gt;./test.out:     PA-RISC1.1 shared executable dynamically linked -not stripped&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$ getconf KERNEL_BITS&lt;BR /&gt;64&lt;BR /&gt;&lt;BR /&gt;$ uname -srvm&lt;BR /&gt;HP-UX B.11.11 U 9000/800&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Appreciate if you can please let me know your inputs. Thanks!!</description>
      <pubDate>Fri, 18 Feb 2005 01:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/getting-core-dump/m-p/3487636#M214382</guid>
      <dc:creator>Rohit Goyal</dc:creator>
      <dc:date>2005-02-18T01:18:34Z</dc:date>
    </item>
  </channel>
</rss>

