Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Where should we post crash reports?

Prospero Frobozz
Astronerd
Join date: 10 Feb 2006
Posts: 164
02-13-2007 22:30
I don't always get a stack dump and an automatically sent crash report....

I just posted a brief report to the comments of the blog re: the latest First Look client. Tofu, are you reading these threads? Should we post stuff here?

Basically, the last several First Look clients have been randomly crashing with "double free or corruption" errors caught somewhere within glibc.

-Rob
_____________________
---
Prospero Frobozz (http://slprofiles.com/slprofiles.asp?id=6307)
aka Rob Knop (http://www.pobox.com/~rknop)
Tofu Linden
Linden Lab Employee
Join date: 29 Aug 2006
Posts: 471
02-14-2007 01:31
I do usually read the FL threads but Steve et al should be getting on top of any heap bugs etc., which aren't specifically Linuxy.
Alexis Starbrook
CEO - Alexis Digital
Join date: 7 Dec 2006
Posts: 135
02-14-2007 03:01
A lot of times, SL will detect the crash and ask you if you want to send a crash report after it bombs out.
_____________________
Prospero Frobozz
Astronerd
Join date: 10 Feb 2006
Posts: 164
02-14-2007 10:04
From: Alexis Starbrook
A lot of times, SL will detect the crash and ask you if you want to send a crash report after it bombs out.


Yeah -- but with this crash, generally things freeze up and sit there until I "kill %1" (or "kill <process>" the process. Sometimes there's a stack trace that goes in next time I run SL, sometimes there's not.

I did discover that

export MALLOC_CHECK_=1

before running SL seems to make many of the freezes go away. Of course, this is a little like putting makeup on an infection :) What this does is tells glibc to not whine and bitch about some memory errors like double-frees. It makes for a more stable (at least, so far, in my experience) SL cruise, but ti is probably not as useful for finding bugs....

-Rob
_____________________
---
Prospero Frobozz (http://slprofiles.com/slprofiles.asp?id=6307)
aka Rob Knop (http://www.pobox.com/~rknop)