<?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 error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error/m-p/3158527#M718073</link>
    <description>One other possibility, though not very likely: some other session removed the executable and replaced it with a new one.&lt;BR /&gt;&lt;BR /&gt;This might happen if you're not the only one working on it, for instance.&lt;BR /&gt;&lt;BR /&gt;You can check this by looking at the timestamp of the executable after this happens.&lt;BR /&gt;&lt;BR /&gt;Perhaps copying the executable and running gdb on this copy could help.</description>
    <pubDate>Fri, 09 Jan 2004 02:23:38 GMT</pubDate>
    <dc:creator>Elmar P. Kolkman</dc:creator>
    <dc:date>2004-01-09T02:23:38Z</dc:date>
    <item>
      <title>GDB error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error/m-p/3158523#M718069</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Iâ  m receiving error message when running GDB.&lt;BR /&gt;&lt;BR /&gt;Does someone know these errors? (Please donâ  t recommend to work with WDB...)&lt;BR /&gt;&lt;BR /&gt;(gdb)Program terminated with signal SIGKILL, Killed.&lt;BR /&gt;The program no longer exists.&lt;BR /&gt;You can't do that without a process to debug.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advanced,&lt;BR /&gt;Ayelet</description>
      <pubDate>Wed, 07 Jan 2004 11:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error/m-p/3158523#M718069</guid>
      <dc:creator>ayelet_1</dc:creator>
      <dc:date>2004-01-07T11:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: GDB error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error/m-p/3158524#M718070</link>
      <description>the program you're trying to grab crashed.&lt;BR /&gt;&lt;BR /&gt;find the core file then:&lt;BR /&gt;&lt;BR /&gt;gdb -c core_file /path/to/binary</description>
      <pubDate>Wed, 07 Jan 2004 11:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error/m-p/3158524#M718070</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-01-07T11:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: GDB error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error/m-p/3158525#M718071</link>
      <description>There is no core file...&lt;BR /&gt;&lt;BR /&gt;Ayelet</description>
      <pubDate>Wed, 07 Jan 2004 11:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error/m-p/3158525#M718071</guid>
      <dc:creator>ayelet_1</dc:creator>
      <dc:date>2004-01-07T11:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: GDB error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error/m-p/3158526#M718072</link>
      <description>(i am not very sure about this, but ...)&lt;BR /&gt;&lt;BR /&gt;if you are getting this message as soon as you run gdb (perhaps even without any arguments), please check what exists in your .gdbinit or ~/.gdbinit file. also post your gdb command.&lt;BR /&gt;&lt;BR /&gt;the message is telling you that the program being debugged was killed due to a SIGKILL signal - as if someone did a 'kill -9' on it.&lt;BR /&gt;this is possible if&lt;BR /&gt;1. you are trying to attach to an already running process which got killed by itself some other process&lt;BR /&gt;2. you started the process from within gdb but the process killed itself&lt;BR /&gt;&lt;BR /&gt;if yours is the first case, try starting the process from within gdb. if it is the second case, try setting a breakpoint early in the process (say on "main" if you can).&lt;BR /&gt;&lt;BR /&gt;perhaps we can make out more from the output of chatr on the executable and the tusc trace of the process.</description>
      <pubDate>Fri, 09 Jan 2004 01:35:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error/m-p/3158526#M718072</guid>
      <dc:creator>ranganath ramachandra</dc:creator>
      <dc:date>2004-01-09T01:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: GDB error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error/m-p/3158527#M718073</link>
      <description>One other possibility, though not very likely: some other session removed the executable and replaced it with a new one.&lt;BR /&gt;&lt;BR /&gt;This might happen if you're not the only one working on it, for instance.&lt;BR /&gt;&lt;BR /&gt;You can check this by looking at the timestamp of the executable after this happens.&lt;BR /&gt;&lt;BR /&gt;Perhaps copying the executable and running gdb on this copy could help.</description>
      <pubDate>Fri, 09 Jan 2004 02:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/gdb-error/m-p/3158527#M718073</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2004-01-09T02:23:38Z</dc:date>
    </item>
  </channel>
</rss>

