<?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: gdb 5.2 (wdb) problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/gdb-5-2-wdb-problem/m-p/3716647#M100779</link>
    <description>Thanks for your response.  This is the contents of the commands file:&lt;BR /&gt;&lt;BR /&gt;set height 0&lt;BR /&gt;&lt;BR /&gt;echo \n&lt;BR /&gt;echo ==== Thread Information\n&lt;BR /&gt;info thread&lt;BR /&gt;echo ---- Thread Information\n\n&lt;BR /&gt;&lt;BR /&gt;echo ==== Backtraces\n&lt;BR /&gt;thread apply all backtrace 500&lt;BR /&gt;echo ---- Backtraces\n\n&lt;BR /&gt;&lt;BR /&gt;echo ==== Shared Libraries\n&lt;BR /&gt;info sharedlibrary&lt;BR /&gt;echo ---- Shared Libraries\n\n&lt;BR /&gt;&lt;BR /&gt;echo ==== Local Backtrace\n&lt;BR /&gt;backtrace 500&lt;BR /&gt;echo ---- Local Backtrace\n\n&lt;BR /&gt;&lt;BR /&gt;detach&lt;BR /&gt;</description>
    <pubDate>Wed, 25 Jan 2006 13:20:36 GMT</pubDate>
    <dc:creator>mversaci</dc:creator>
    <dc:date>2006-01-25T13:20:36Z</dc:date>
    <item>
      <title>gdb 5.2 (wdb) problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gdb-5-2-wdb-problem/m-p/3716645#M100777</link>
      <description>I'm getting an error when attempting to run gdb against a process.  Here is a sample of the error, any ideas ? TIA&lt;BR /&gt;&lt;BR /&gt;going to run gdb -nx --batch --command 21331/commands /v100u/psoft/psfs8uat/bin/PSAPPSRV 18148&lt;BR /&gt;&lt;BR /&gt;ttrace_wait: No child processes.&lt;BR /&gt;n.&lt;BR /&gt;21331/commands:1: Error in sourced command file:&lt;BR /&gt;Couldn't read register flags (#0): Invalid argument&lt;BR /&gt;Quitting: ttrace: Permission denied.&lt;BR /&gt;=== gdb 18148&lt;BR /&gt;(no debugging symbols found)&lt;BR /&gt;--- gdb 18148&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 14:56:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gdb-5-2-wdb-problem/m-p/3716645#M100777</guid>
      <dc:creator>mversaci</dc:creator>
      <dc:date>2006-01-24T14:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 5.2 (wdb) problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gdb-5-2-wdb-problem/m-p/3716646#M100778</link>
      <description>Can you tell what exactly you have in 21331/commands file? Also, please make sure that the process with pid 18148 is live at attach time.</description>
      <pubDate>Wed, 25 Jan 2006 12:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gdb-5-2-wdb-problem/m-p/3716646#M100778</guid>
      <dc:creator>Himabindu Vuppula</dc:creator>
      <dc:date>2006-01-25T12:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 5.2 (wdb) problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gdb-5-2-wdb-problem/m-p/3716647#M100779</link>
      <description>Thanks for your response.  This is the contents of the commands file:&lt;BR /&gt;&lt;BR /&gt;set height 0&lt;BR /&gt;&lt;BR /&gt;echo \n&lt;BR /&gt;echo ==== Thread Information\n&lt;BR /&gt;info thread&lt;BR /&gt;echo ---- Thread Information\n\n&lt;BR /&gt;&lt;BR /&gt;echo ==== Backtraces\n&lt;BR /&gt;thread apply all backtrace 500&lt;BR /&gt;echo ---- Backtraces\n\n&lt;BR /&gt;&lt;BR /&gt;echo ==== Shared Libraries\n&lt;BR /&gt;info sharedlibrary&lt;BR /&gt;echo ---- Shared Libraries\n\n&lt;BR /&gt;&lt;BR /&gt;echo ==== Local Backtrace\n&lt;BR /&gt;backtrace 500&lt;BR /&gt;echo ---- Local Backtrace\n\n&lt;BR /&gt;&lt;BR /&gt;detach&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Jan 2006 13:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gdb-5-2-wdb-problem/m-p/3716647#M100779</guid>
      <dc:creator>mversaci</dc:creator>
      <dc:date>2006-01-25T13:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: gdb 5.2 (wdb) problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/gdb-5-2-wdb-problem/m-p/3716648#M100780</link>
      <description>It looks like the debuggee process died while gdb is debuggee. Can you make sure this happened? I.e., check if 18148 is in ps output.&lt;BR /&gt;&lt;BR /&gt;Also, try issuing the commands at gdb command prompt and see which command is cauing the problem. For this, you want to start up gdb without --batch and --command options.</description>
      <pubDate>Thu, 26 Jan 2006 12:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/gdb-5-2-wdb-problem/m-p/3716648#M100780</guid>
      <dc:creator>Himabindu Vuppula</dc:creator>
      <dc:date>2006-01-26T12:48:52Z</dc:date>
    </item>
  </channel>
</rss>

