gohome1984 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

Breakpad reporter doesn't always launch #319

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Infrequently, but far too often, the breakpad reporter app doesn't get
launched.

What steps will reproduce the problem?
1. Reboot (this isn't strictly necessary, but it's the best way I found to
reproduce it)
2. Crash a breakpad-enabled app (say, Camino)

What is the expected output? What do you see instead?

The reporter isn't launched, but a crash dump is written.

Original issue reported on code.google.com by stuart.morgan on 26 May 2009 at 11:36

GoogleCodeExporter commented 9 years ago
I spent some time sprinkling log statements and rebooting, and was able to 
track this
down. It's a combination of a too-short timeout and incorrectly treating 
failure to
send the "keep going" message as a fatal error.

I think the reason rebooting triggered it is that it made the test cold, and 
thus
take longer.

http://breakpad.appspot.com/13002

Original comment by stuart.morgan on 26 May 2009 at 11:43

GoogleCodeExporter commented 9 years ago
Landed as r341.

Original comment by stuart.morgan on 28 May 2009 at 4:26