Closed GoogleCodeExporter closed 9 years ago
This is the default signal handler exiting your app. If you expect to recover
and continue you'll need to add your own signal handler that does recovery.
Breakpad is intended to produce minidumps for post-mortem debugging.
Original comment by ted.mielczarek
on 8 Mar 2014 at 1:39
Ok, how can it be done? I though breakpad already adds it's own signal handler
to catch signals so why just don't use it to prevent crash?
Original comment by d...@antonsmirnov.name
on 9 Mar 2014 at 7:07
You can't prevent crashes in the general case. Once your app has crashed and
written a minidump you should exit. You can do that in the minidump callback.
Original comment by ted.mielczarek
on 10 Mar 2014 at 11:36
ok, thank you
Original comment by d...@antonsmirnov.name
on 10 Mar 2014 at 11:37
Original issue reported on code.google.com by
d...@antonsmirnov.name
on 8 Mar 2014 at 9:09