<?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: How generates core file without stop process? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824155#M781333</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not sure if it is possible without killing the process.&lt;BR /&gt;&lt;BR /&gt;# kill -6 PID&lt;BR /&gt;will produce a core file, but will also kil, the process.&lt;BR /&gt;&lt;BR /&gt;Other suggestion is to use truss/tusc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/tusc-7.8/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/tusc-7.8/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Sat, 15 Jul 2006 04:47:58 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2006-07-15T04:47:58Z</dc:date>
    <item>
      <title>How generates core file without stop process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824154#M781332</link>
      <description>How generates core file without stop process in HP-UX 11.11?</description>
      <pubDate>Sat, 15 Jul 2006 03:47:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824154#M781332</guid>
      <dc:creator>mzou</dc:creator>
      <dc:date>2006-07-15T03:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: How generates core file without stop process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824155#M781333</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Not sure if it is possible without killing the process.&lt;BR /&gt;&lt;BR /&gt;# kill -6 PID&lt;BR /&gt;will produce a core file, but will also kil, the process.&lt;BR /&gt;&lt;BR /&gt;Other suggestion is to use truss/tusc.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/tusc-7.8/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/tusc-7.8/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Sat, 15 Jul 2006 04:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824155#M781333</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-07-15T04:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: How generates core file without stop process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824156#M781334</link>
      <description>Not possible I think. What exactly you are trying to do? If you are looking at getting the run image of the processes, you can do that.</description>
      <pubDate>Sat, 15 Jul 2006 06:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824156#M781334</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-07-15T06:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: How generates core file without stop process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824157#M781335</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Don't think it's possible.&lt;BR /&gt;Check the following thread:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1005951" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1005951&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Read:&lt;BR /&gt;&lt;A href="http://www.ma.utexas.edu/cgi-bin/man-cgi?kill+1" target="_blank"&gt;http://www.ma.utexas.edu/cgi-bin/man-cgi?kill+1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;signum signame Name Description&lt;BR /&gt;0 SIGNULL Null Check access to pid&lt;BR /&gt;1 SIGHUP Hangup Terminate; can be trapped&lt;BR /&gt;2 SIGINT Interrupt Terminate; can be trapped&lt;BR /&gt;3 SIGQUIT Quit Terminate with core dump; can be trapped&lt;BR /&gt;9 SIGKILL Kill Forced termination; cannot be trapped&lt;BR /&gt;15 SIGTERM Terminate Terminate; can be trapped&lt;BR /&gt;24 SIGSTOP Stop Pause the process; cannot be trapped&lt;BR /&gt;25 SIGTSTP Terminal stop Pause the process; can be trapped&lt;BR /&gt;26 SIGCONT Continue Run a stopped process&lt;BR /&gt;&lt;BR /&gt;Darrel</description>
      <pubDate>Sat, 15 Jul 2006 08:24:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824157#M781335</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-07-15T08:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: How generates core file without stop process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824158#M781336</link>
      <description>Do a search for a utility called "gcore"; possibly on Google with +gcore +"HP-UX" as search targets. I figure you can search as easily as I now that you know "gcore". It's also possible to launch a process under the gdb debugger and dump a core.&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Jul 2006 22:10:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824158#M781336</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-07-15T22:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: How generates core file without stop process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824159#M781337</link>
      <description>Thank you, guys. &lt;BR /&gt;&lt;BR /&gt;1. HP's gdb (/opt/langtools/bin/gdb) from version 3.2 onwards has a command 'dumpcore' to achieve this.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1005951" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1005951&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2. gcore&lt;BR /&gt;&lt;BR /&gt;3. use comand "thread apply all bt"; this method just print call stack, sometimes it's enough&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Jul 2006 22:20:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824159#M781337</guid>
      <dc:creator>mzou</dc:creator>
      <dc:date>2006-07-15T22:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: How generates core file without stop process?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824160#M781338</link>
      <description>Thank you, guys. &lt;BR /&gt;&lt;BR /&gt;1. HP's gdb (/opt/langtools/bin/gdb) from version 3.2 onwards has a command 'dumpcore' to achieve this.&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1005951" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1005951&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;2. gcore&lt;BR /&gt;&lt;BR /&gt;3. use gdb comand "thread apply all bt" ; this method just print call stack, sometimes it's enough&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Jul 2006 22:20:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-generates-core-file-without-stop-process/m-p/3824160#M781338</guid>
      <dc:creator>mzou</dc:creator>
      <dc:date>2006-07-15T22:20:26Z</dc:date>
    </item>
  </channel>
</rss>

