Comments on: A script snippet for aggregating GDB backtraces http://www.xaprb.com/blog/2009/08/30/a-script-snippet-for-aggregating-gdb-backtraces/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Xaprb http://www.xaprb.com/blog/2009/08/30/a-script-snippet-for-aggregating-gdb-backtraces/#comment-18699 Xaprb Thu, 23 Sep 2010 02:16:15 +0000 http://www.xaprb.com/blog/?p=1258#comment-18699 I’ve actually deprecated the bt-aggregate tool and replaced it with one called pmp, which is better. I re-fixed the link above.

]]>
By: Xaprb http://www.xaprb.com/blog/2009/08/30/a-script-snippet-for-aggregating-gdb-backtraces/#comment-18268 Xaprb Sat, 08 May 2010 10:56:34 +0000 http://www.xaprb.com/blog/?p=1258#comment-18268 It’s at Aspersa now. I fixed the link.

]]>
By: Dathan Pattishall http://www.xaprb.com/blog/2009/08/30/a-script-snippet-for-aggregating-gdb-backtraces/#comment-18265 Dathan Pattishall Fri, 07 May 2010 23:07:37 +0000 http://www.xaprb.com/blog/?p=1258#comment-18265 Hey your back trace script is not on the URL listed above. Could you reupload it?

]]>
By: Xaprb http://www.xaprb.com/blog/2009/08/30/a-script-snippet-for-aggregating-gdb-backtraces/#comment-16917 Xaprb Tue, 01 Sep 2009 13:43:57 +0000 http://www.xaprb.com/blog/?p=1258#comment-16917 Paul,

gdb -ex "set pagination 0" -ex "thread apply all bt" --batch -p $(pidof mysqld)

]]>
By: Paul McCullagh http://www.xaprb.com/blog/2009/08/30/a-script-snippet-for-aggregating-gdb-backtraces/#comment-16910 Paul McCullagh Tue, 01 Sep 2009 07:27:14 +0000 http://www.xaprb.com/blog/?p=1258#comment-16910 Hi Baron,

I am lazy, but I know you are not!

It would be great if you could include the sample taking in your program, so that I just have to specify the proc ID… :)

]]>