Closed GoogleCodeExporter closed 9 years ago
Could I also suggest we output a warning when the file open fails.
The code tests for it immediately after the CreateFile call and there are a
list of reported statuses to the calling code
crashRptProbe::crpGetPropertyW line 572 which are all ignored.
They should probably be converted into enums and reported.
Original comment by martinsi...@gmail.com
on 2 Jan 2013 at 4:21
Issue 181 has been merged into this issue.
Original comment by zexspect...@gmail.com
on 5 Jan 2013 at 8:02
I modified the code of CMiniDumpReader::Open() method, so now it should open
the file with correct access mode. I also added a check of Open()'s return code
to return an error message if minidump cannot be opened. You can checkout the
latest code from trunk.
Original comment by zexspect...@gmail.com
on 6 Jan 2013 at 4:42
This issue was closed by revision r1495.
Original comment by zexspect...@gmail.com
on 6 Jan 2013 at 4:42
Original issue reported on code.google.com by
martinsi...@gmail.com
on 2 Jan 2013 at 3:57