<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Stack of a Running Process in Unix/Linux</title>
	<atom:link href="http://www.techpulp.com/blog/2008/07/stack-of-a-running-process-in-unixlinux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techpulp.com/blog/2008/07/stack-of-a-running-process-in-unixlinux/</link>
	<description>The pulp of technology</description>
	<lastBuildDate>Sat, 12 May 2012 22:10:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Nick</title>
		<link>http://www.techpulp.com/blog/2008/07/stack-of-a-running-process-in-unixlinux/#comment-135</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 07 Feb 2011 14:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.techpulp.com/?p=10#comment-135</guid>
		<description>You could also use gdb if you don&#039;t mind stopping the process for a while.

&lt;code&gt;
bash# gdb konqueror 22937
...
...
(gdb) bt
...
...
(gdb) quit
&lt;/code&gt;

This is the way to attach gdb to an already running process. You need to give PID along with the command.</description>
		<content:encoded><![CDATA[<p>You could also use gdb if you don&#8217;t mind stopping the process for a while.</p>
<p><code><br />
bash# gdb konqueror 22937<br />
...<br />
...<br />
(gdb) bt<br />
...<br />
...<br />
(gdb) quit<br />
</code></p>
<p>This is the way to attach gdb to an already running process. You need to give PID along with the command.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

