Open GoogleCodeExporter opened 9 years ago
Same problem here. I'm guessing by the date that I should look for a different
solution for crash reporting, as no one has replied since 6th March.
Original comment by Luke.Whi...@gmail.com
on 29 May 2013 at 11:14
Can you go back from revision 1125 and see where this broke? Or perhaps it
never worked in the first place?
Original comment by thestig@chromium.org
on 29 May 2013 at 11:34
> Can you go back from revision 1125 and see where this broke?
I'll do it on this weekend.
> Or perhaps it never worked in the first place?
i didn't use breakpad before, so i don't know.
Original comment by petr.per...@ovsoft.ru
on 30 May 2013 at 8:24
I suspect this is just an issue with the unit tests, FWIW.
Original comment by ted.mielczarek
on 30 May 2013 at 11:37
Not sure about the PureVirtualCallMiniDumpTest, but the invalid parameter
failures are real issues.
The issue can be reproduced using the crash_generation_app sample:
1. Build in Release configuration.
2. Launch the app and start the server.
3. Launch the app again as client - and choose the Invalid Param option.
4. App crashes - nothing is sent to server.
Original comment by ron...@gmail.com
on 30 May 2013 at 1:08
ExceptionHandlerTest.PureVirtualCallMiniDumpTest broke in revision 1034.
This two are broken at least from 1019. Looks like earlier build systems
versions doesn't support vc10.
ExceptionHandlerDeathTest.InvalidParameterTest
ExceptionHandlerTest.InvalidParameterMiniDumpTest
Original comment by petr.per...@ovsoft.ru
on 3 Jun 2013 at 5:56
If you don't change the gyp checkout, you can still use the most current
version to generate the MSVS build files at older revisions. I went back as far
as r600 and the behavior has always been the same for at least
ExceptionHandlerTest.InvalidParameterMiniDumpTest - works in debug mode but
broken in release mode.
Original comment by thestig@chromium.org
on 3 Jun 2013 at 9:57
Original issue reported on code.google.com by
petr.per...@ovsoft.ru
on 6 Mar 2013 at 5:29