six-leo / google-breakpad

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

Breakpad doesn't catch Invalid Parameter errors on Windows in Release mode #523

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Build and run CrashGenerationApp in Release configuration (run both client 
and server for OOP handling).
2. Choose "Invalid Param" from client menu.

What is the expected output? What do you see instead?
Expected - Client initiate dump request on server and exit quitely.
Actual - Client crash (with Windows message stating "crash_generation_app.exe 
has stopped working"), no dump created by server.

What version of the product are you using? On what operating system?
Latest Breakpad trunk, Windows 7 64-bit

Please provide any additional information below.
Breakpad unit tests also failing in Release configuration - see attached.

Original issue reported on code.google.com by ron...@gmail.com on 24 Mar 2013 at 12:29

Attachments: