<?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 CORE in PERL process?!? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371443#M713428</link>
    <description>Hello colleagues,&lt;BR /&gt;we run a PERL process, which sometimes calls executable libraries; at a certain moment the process dumps because of a SIGSEGV .... it produces a core file .... &lt;BR /&gt;A PERL program can really produce a core?!?&lt;BR /&gt;How can I get informations from the core? i.e. where the memory fault occurred.....&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;Enrico</description>
    <pubDate>Fri, 03 Sep 2004 02:34:52 GMT</pubDate>
    <dc:creator>Enrico Venturi</dc:creator>
    <dc:date>2004-09-03T02:34:52Z</dc:date>
    <item>
      <title>CORE in PERL process?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371443#M713428</link>
      <description>Hello colleagues,&lt;BR /&gt;we run a PERL process, which sometimes calls executable libraries; at a certain moment the process dumps because of a SIGSEGV .... it produces a core file .... &lt;BR /&gt;A PERL program can really produce a core?!?&lt;BR /&gt;How can I get informations from the core? i.e. where the memory fault occurred.....&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;Enrico</description>
      <pubDate>Fri, 03 Sep 2004 02:34:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371443#M713428</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2004-09-03T02:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: CORE in PERL process?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371444#M713429</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Memory Usage - â  What is using all of the memoryâ  ?&lt;BR /&gt;&lt;BR /&gt;by:eric.herberholz@hp.com&lt;BR /&gt;&lt;BR /&gt;Last modified: August 19, 2004&lt;BR /&gt;&lt;BR /&gt;Latest version available at external ftp site:&lt;BR /&gt;&lt;BR /&gt;ftp://eh:spear9@hprc.external.hp.com/memory.htm &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            Look at J&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           Steve</description>
      <pubDate>Fri, 03 Sep 2004 02:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371444#M713429</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2004-09-03T02:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: CORE in PERL process?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371445#M713430</link>
      <description>SIGSEGV ( signal for segmentation violation ) occurs because of memory access on voildated region and getting signal on that.&lt;BR /&gt;&lt;BR /&gt;You can start to debug core file as,&lt;BR /&gt;&lt;BR /&gt; file core&lt;BR /&gt; what core&lt;BR /&gt;&lt;BR /&gt; I hope you knew some informations there on core file. core file is created because of getting signals for the memory problem.&lt;BR /&gt;&lt;BR /&gt; It is good to start with debuggine mode to know the problem more.&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Sep 2004 03:27:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371445#M713430</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-09-03T03:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: CORE in PERL process?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371446#M713431</link>
      <description>unfortunately the problem rarely occurs during the normal process behaviour, then we've to run it more and more times ...&lt;BR /&gt;very difficult to run in debug mode...</description>
      <pubDate>Fri, 03 Sep 2004 03:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371446#M713431</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2004-09-03T03:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: CORE in PERL process?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371447#M713432</link>
      <description>for instance, through "xdb" is possible to understand where the fault occur in an executable..... &lt;BR /&gt;is there a similar tool for PERL modules?&lt;BR /&gt;by file and what I can get very few informations on the core, or better, on what caused the core (the SIGSEGV)</description>
      <pubDate>Fri, 03 Sep 2004 03:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371447#M713432</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2004-09-03T03:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: CORE in PERL process?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371448#M713433</link>
      <description>as suggested before, use the command 'file core' or 'what core' to see which program dumped the core - it should probably be from perl.&lt;BR /&gt;&lt;BR /&gt;then use a debugger such as gdb to get a stack trace (perl path here is an example):&lt;BR /&gt;gdb /opt/perl/bin/perl core&lt;BR /&gt;&lt;BR /&gt;gdb's backtrace (bt) command gives you the stack trace. you can also list the shared libraries loaded using "info sharedlibrary". if the backtrace is unable to list names of functions, you can check the instruction address and try finding out which shared library it was in, using the output of "info sharedlibrary".</description>
      <pubDate>Fri, 03 Sep 2004 03:47:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371448#M713433</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-09-03T03:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: CORE in PERL process?!?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371449#M713434</link>
      <description>Since perl loads the modules/libs dynamically, there is nothing that holds you from using dbx or gdb on the running perl process.&lt;BR /&gt;&lt;BR /&gt;A running perl script is nothing more than the perl process that runs the compiled script.&lt;BR /&gt;&lt;BR /&gt;Problems arise when perl forks of other processes that crash, like when using DBI and backend SQL processes are started&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Fri, 03 Sep 2004 04:20:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/core-in-perl-process/m-p/3371449#M713434</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2004-09-03T04:20:46Z</dc:date>
    </item>
  </channel>
</rss>

