<?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: backtraces and prelink</title>
	<atom:link href="http://blogs.linux.ie/caolan/2007/04/16/backtraces-and-prelink/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.linux.ie/caolan/2007/04/16/backtraces-and-prelink/</link>
	<description>babblings!</description>
	<lastBuildDate>Thu, 27 Oct 2011 12:28:47 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: inquisitive</title>
		<link>http://blogs.linux.ie/caolan/2007/04/16/backtraces-and-prelink/comment-page-1/#comment-117247</link>
		<dc:creator>inquisitive</dc:creator>
		<pubDate>Tue, 21 Oct 2008 18:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2007/04/16/backtraces-and-prelink/#comment-117247</guid>
		<description>If you have the answer to this question, that would be awesome:

http://stackoverflow.com/questions/219800/convert-memory-address-range-in-running-linux-process-to-symbols-in-object-file</description>
		<content:encoded><![CDATA[<p>If you have the answer to this question, that would be awesome:</p>
<p><a href="http://stackoverflow.com/questions/219800/convert-memory-address-range-in-running-linux-process-to-symbols-in-object-file" rel="nofollow">http://stackoverflow.com/questions/219800/convert-memory-address-range-in-running-linux-process-to-symbols-in-object-file</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous debugger</title>
		<link>http://blogs.linux.ie/caolan/2007/04/16/backtraces-and-prelink/comment-page-1/#comment-57562</link>
		<dc:creator>Anonymous debugger</dc:creator>
		<pubDate>Tue, 20 Nov 2007 09:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2007/04/16/backtraces-and-prelink/#comment-57562</guid>
		<description>&gt; So, for something like openoffice.org the debuginfo is about 400Megs in size

Include only .debug_frame section, that&#039;s much smaller (it contains only info on all function names and number of their args) and have full debug symbols in separate package.  For an example how to do this, see glibc debian package.</description>
		<content:encoded><![CDATA[<p>&gt; So, for something like openoffice.org the debuginfo is about 400Megs in size</p>
<p>Include only .debug_frame section, that&#8217;s much smaller (it contains only info on all function names and number of their args) and have full debug symbols in separate package.  For an example how to do this, see glibc debian package.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caolan</title>
		<link>http://blogs.linux.ie/caolan/2007/04/16/backtraces-and-prelink/comment-page-1/#comment-24414</link>
		<dc:creator>caolan</dc:creator>
		<pubDate>Thu, 19 Apr 2007 06:54:09 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2007/04/16/backtraces-and-prelink/#comment-24414</guid>
		<description>It is a point that the &quot;vanilla&quot; openoffice.org rpms don&#039;t make a matching &quot;debuginfo&quot; rpm available which would enable the user that has it installed to run their office inside gdb which would give a pre-mapped to symbol names call-stack &lt;b&gt;with&lt;/b&gt; function parameters and ability to examine what went wrong directly. So there is an argument for making a debuginfo rpm for the vanilla OOo so that the oooqa team members could keep that installed and use gdb on reproducible crashes to get better stacktraces for devs</description>
		<content:encoded><![CDATA[<p>It is a point that the &#8220;vanilla&#8221; openoffice.org rpms don&#8217;t make a matching &#8220;debuginfo&#8221; rpm available which would enable the user that has it installed to run their office inside gdb which would give a pre-mapped to symbol names call-stack <b>with</b> function parameters and ability to examine what went wrong directly. So there is an argument for making a debuginfo rpm for the vanilla OOo so that the oooqa team members could keep that installed and use gdb on reproducible crashes to get better stacktraces for devs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qa interested ooo user</title>
		<link>http://blogs.linux.ie/caolan/2007/04/16/backtraces-and-prelink/comment-page-1/#comment-24274</link>
		<dc:creator>qa interested ooo user</dc:creator>
		<pubDate>Wed, 18 Apr 2007 19:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.linux.ie/caolan/2007/04/16/backtraces-and-prelink/#comment-24274</guid>
		<description>&gt;&gt; So, for something like openoffice.org the debuginfo is
&gt;&gt; about 400Megs in size which is sort of large to ask 
&gt;&gt; someone to download.

For some (more and more) people 400Megs is no problem anymore.

&gt;&gt; Anyway, crashes happen when the user isnâ€™t prepared, so 
&gt;&gt; they never have a debugging OOo to hand and if they do
&gt;&gt; install the debuginfo they wonâ€™t be able to reproduce the &gt;&gt; problem.

Members of oooqa team would have experience to reproduce the crash. So take the number of oooqa members who have broadband. Imagine those would submit crash reports from the debug version of ooo. Would that signifcantly help core devels to save time for mixing more bugs?
I dont know the answer, just want to ask a good question ;-)</description>
		<content:encoded><![CDATA[<p>&gt;&gt; So, for something like openoffice.org the debuginfo is<br />
&gt;&gt; about 400Megs in size which is sort of large to ask<br />
&gt;&gt; someone to download.</p>
<p>For some (more and more) people 400Megs is no problem anymore.</p>
<p>&gt;&gt; Anyway, crashes happen when the user isnâ€™t prepared, so<br />
&gt;&gt; they never have a debugging OOo to hand and if they do<br />
&gt;&gt; install the debuginfo they wonâ€™t be able to reproduce the &gt;&gt; problem.</p>
<p>Members of oooqa team would have experience to reproduce the crash. So take the number of oooqa members who have broadband. Imagine those would submit crash reports from the debug version of ooo. Would that signifcantly help core devels to save time for mixing more bugs?<br />
I dont know the answer, just want to ask a good question <img src='http://blogs.linux.ie/caolan/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

