[opensource-dev] how to read minidumps

Thickbrick Sleaford thickbrick.sleaford at gmail.com
Tue Oct 4 03:23:51 PDT 2011


On Tuesday 04 October 2011 09:31:00 Lance Corrimal wrote:
> hi,
> 
> I'm pretty sure noone at LL is interested in the minidumps from my
> TPV, so I'll have to read them myself... how do i do that?
> 

At least on the Linux side, breakpad provides minidump_stackwalk, which takes 
a minidump file and a symbols file and produces a stack trace. That executable 
is not provided with the linden-packaged breakpad though. You will also need 
to make sure the symbols file you are using is from the same build that 
produced the minidump.

See 
http://code.google.com/p/google-
breakpad/wiki/LinuxStarterGuide#Processing_the_minidump_to_produce_a_stack_trace


-- 
Thickbrick


More information about the opensource-dev mailing list