dimahardie / google-breakpad

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

HandleInvalidParameter and HandlePureVirtualCall do not initialize EXCEPTION_RECORD properly. #392

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Simulate invalid parameter error.
2. Setup FilterCallback to filter by address.
3. Run program.

What is the expected output?
FilterCallback able to detect address of error.

What do you see instead?
EXCEPTION_RECORD::ExceptionAddress always NULL.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by vitalyb...@google.com on 5 Aug 2010 at 9:32

GoogleCodeExporter commented 8 years ago
It is duplicate of http://breakpad.appspot.com/142001

Original comment by vitalyb...@google.com on 6 Aug 2010 at 2:39