[opensource-dev] how to read minidumps

Nexii Malthus nexiim at gmail.com
Tue Oct 4 13:40:49 PDT 2011


You can read the google breakpad generated dumps straight into visual
studio. I wasted so much time trying to get minidump_stackwalk and all that
on windows and they don't tell you that you can just use visual studio.

I got crash logging working on my own TPV, I send the reports to my own
crash logging server which accumulates them and provides me an interface to
check out minidumps and logs.

- Nexii Malthus

On Tue, Oct 4, 2011 at 4:55 PM, Marine Kelley <marinekelley at gmail.com>wrote:

> The Shadok is strong in this one...
>
> On 04/10/2011, Henri Beauchamp <sldev at free.fr> wrote:
> > On Tue, 4 Oct 2011 12:23:51 +0200, Thickbrick Sleaford wrote:
> >
> >> 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.
> >
> > We've got a saying for this kind of silliness, in France:
> > "Pourquoi faire simple quand on peut faire compliqué ?"
> > ("Why doing it the simple way when you can find a complex way to
> > do it ?")
> >
> > I guess the stack_trace.log file what just too simple in LL's view...
> > * rolls eyes and shakes head, sighing deeply *
> >
> > Henri.
> > _______________________________________________
> > Policies and (un)subscribe information available here:
> > http://wiki.secondlife.com/wiki/OpenSource-Dev
> > Please read the policies before posting to keep unmoderated posting
> > privileges
> >
> _______________________________________________
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/OpenSource-Dev
> Please read the policies before posting to keep unmoderated posting
> privileges
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20111004/d291cf81/attachment.htm 


More information about the opensource-dev mailing list