<?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: strace &amp;lt;?&amp;gt; in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415875#M82061</link>
    <description>It looks like you are using HP-UX, not Linux.&lt;BR /&gt;&lt;BR /&gt;strace under HP-UX is different - &lt;A href="http://docs.hp.com/en/B3921-90010/strace.1M.html" target="_blank"&gt;http://docs.hp.com/en/B3921-90010/strace.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For tracing syscalls use tusc - &lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=61086d6e1de021106d6e1de02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=61086d6e1de021106d6e1de02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
    <pubDate>Fri, 08 May 2009 16:10:24 GMT</pubDate>
    <dc:creator>Ivan Krastev</dc:creator>
    <dc:date>2009-05-08T16:10:24Z</dc:date>
    <item>
      <title>strace &lt;?&gt;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415870#M82056</link>
      <description>Hi, can anybody help me on how to run this command. Is it equivelant in struss in Solaris???&lt;BR /&gt;I need to trace a java program which got error.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 May 2009 03:05:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415870#M82056</guid>
      <dc:creator>Idham</dc:creator>
      <dc:date>2009-05-08T03:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: strace &lt;?&gt;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415871#M82057</link>
      <description>Hi&lt;BR /&gt;Just attach the strace to the java pid with &lt;BR /&gt;#strace -p &lt;PID&gt;&lt;BR /&gt;&lt;A href="http://www.linuxmanpages.com/man1/strace.1.php" target="_blank"&gt;http://www.linuxmanpages.com/man1/strace.1.php&lt;/A&gt;&lt;BR /&gt;&lt;/PID&gt;</description>
      <pubDate>Fri, 08 May 2009 06:17:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415871#M82057</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-05-08T06:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: strace &lt;?&gt;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415872#M82058</link>
      <description>Java applications usually are multithreaded so use -F -f options.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 08 May 2009 07:05:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415872#M82058</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-05-08T07:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: strace &lt;?&gt;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415873#M82059</link>
      <description>Thanks... but if i issue the command:&lt;BR /&gt;# strace -p 10581&lt;BR /&gt;usage: [ mid sid level] ...&lt;BR /&gt;&lt;BR /&gt;seems like HPUX use different method&lt;BR /&gt;</description>
      <pubDate>Fri, 08 May 2009 07:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415873#M82059</guid>
      <dc:creator>Idham</dc:creator>
      <dc:date>2009-05-08T07:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: strace &lt;?&gt;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415874#M82060</link>
      <description>What is the OS ? Version? &lt;BR /&gt;&lt;BR /&gt;Unix strace is like mentioned: &lt;BR /&gt;&lt;BR /&gt;#strace -p 5999&lt;BR /&gt;Process 5999 attached - interrupt to quit&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 May 2009 16:08:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415874#M82060</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-05-08T16:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: strace &lt;?&gt;</title>
      <link>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415875#M82061</link>
      <description>It looks like you are using HP-UX, not Linux.&lt;BR /&gt;&lt;BR /&gt;strace under HP-UX is different - &lt;A href="http://docs.hp.com/en/B3921-90010/strace.1M.html" target="_blank"&gt;http://docs.hp.com/en/B3921-90010/strace.1M.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For tracing syscalls use tusc - &lt;A href="http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=61086d6e1de021106d6e1de02110275d6e10RCRD" target="_blank"&gt;http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801/?ciid=61086d6e1de021106d6e1de02110275d6e10RCRD&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 08 May 2009 16:10:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/strace-lt-gt/m-p/4415875#M82061</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2009-05-08T16:10:24Z</dc:date>
    </item>
  </channel>
</rss>

