dimahardie / google-breakpad

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

CrashGenerationServer hangs when the dump file cannot be created #418

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When using CrashGenerationServer if it cannot create the dump file (either 
because the directory does not exist or sufficient permissions are not 
available, and presumably any other reason which causes it to fail) the dump 
request callback is never called and the crashing application hangs instead of 
actually crashing.

I have attached minimal client and server applications that demonstrate the 
problem.

Tested with Visual Studio 2010 Pro, Windows 7, Breakpad revision 774.

Original issue reported on code.google.com by spence...@gmail.com on 26 Feb 2011 at 10:49

Attachments: