<?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 q4 question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/q4-question/m-p/2632006#M592178</link>
    <description>Hi,&lt;BR /&gt;   Is it possible to find out the type of a pointer member from within q4?&lt;BR /&gt;&lt;BR /&gt;Are q4 documents publicly&lt;BR /&gt; available?&lt;BR /&gt;&lt;BR /&gt;kallolbiswas@yaho.com</description>
    <pubDate>Tue, 18 Dec 2001 05:47:32 GMT</pubDate>
    <dc:creator>Kallol   Biswas</dc:creator>
    <dc:date>2001-12-18T05:47:32Z</dc:date>
    <item>
      <title>q4 question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/q4-question/m-p/2632006#M592178</link>
      <description>Hi,&lt;BR /&gt;   Is it possible to find out the type of a pointer member from within q4?&lt;BR /&gt;&lt;BR /&gt;Are q4 documents publicly&lt;BR /&gt; available?&lt;BR /&gt;&lt;BR /&gt;kallolbiswas@yaho.com</description>
      <pubDate>Tue, 18 Dec 2001 05:47:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/q4-question/m-p/2632006#M592178</guid>
      <dc:creator>Kallol   Biswas</dc:creator>
      <dc:date>2001-12-18T05:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: q4 question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/q4-question/m-p/2632007#M592179</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This link shows the basic steps to analyzing a crashdump using q4.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.unixguide.net/hp/hpuxcrashdump.shtml" target="_blank"&gt;http://www.unixguide.net/hp/hpuxcrashdump.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong&lt;BR /&gt;Brainbench MVP for Unix Admin&lt;BR /&gt;&lt;A href="http://www.brainbench.com" target="_blank"&gt;http://www.brainbench.com&lt;/A&gt;</description>
      <pubDate>Tue, 18 Dec 2001 05:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/q4-question/m-p/2632007#M592179</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2001-12-18T05:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: q4 question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/q4-question/m-p/2632008#M592180</link>
      <description>You can, with the "catalog" and "fields" commands.  See the online help or the documentation for information on these commands.&lt;BR /&gt;&lt;BR /&gt;The q4 documentation can be found on your system under /usr/contrib/bin/Q4Docs.tar.Z.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Steve</description>
      <pubDate>Tue, 18 Dec 2001 09:19:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/q4-question/m-p/2632008#M592180</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2001-12-18T09:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: q4 question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/q4-question/m-p/2632009#M592181</link>
      <description>Sorry, the documentation is under /usr/contrib/doc</description>
      <pubDate>Tue, 18 Dec 2001 09:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/q4-question/m-p/2632009#M592181</guid>
      <dc:creator>Steven Gillard_2</dc:creator>
      <dc:date>2001-12-18T09:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: q4 question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/q4-question/m-p/2632010#M592182</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Basic investigation of crash :-&lt;BR /&gt;&lt;BR /&gt;crash commands&lt;BR /&gt;cd /var/adm/crash/core.* &lt;BR /&gt;q4 . &lt;BR /&gt;trace event 0&lt;BR /&gt;&lt;BR /&gt;Stack trace from the first crash event:&lt;BR /&gt;stack trace for event 0&lt;BR /&gt;&lt;BR /&gt;crash event was an HPMC      &amp;lt;- typically hardware&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;crash event was a  TOC       &amp;lt;- hang or Serviceguard TOC&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt; crash event was a  Panic     &amp;lt;- typically software&lt;BR /&gt;&lt;BR /&gt;q4&amp;gt; examine panicstr using a&lt;BR /&gt;( fault here)&lt;BR /&gt;&lt;BR /&gt;q4&amp;gt; load ???r crash_event_t from &amp;amp; crash_event_table until crash_event_ptr max 100&lt;BR /&gt;(loading 3 crash_event_t???s as an array (stopped bu ???until??? clause)&lt;BR /&gt;&lt;BR /&gt;q4&amp;gt;runningprocs&lt;BR /&gt;(02 2 0x2)&lt;BR /&gt;&lt;BR /&gt;q4&amp;gt; trace event 1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Tue, 18 Dec 2001 09:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/q4-question/m-p/2632010#M592182</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2001-12-18T09:26:02Z</dc:date>
    </item>
  </channel>
</rss>

