Mark, WDYT? I need to invoke the crash dumping mechanism from the program and abort ...
12 years, 3 months ago
(2012-08-07 14:01:12 UTC)
#1
Mark, WDYT?
I need to invoke the crash dumping mechanism from the program and abort right
after that (in my case this will be done from the ASan callback), but Breakpad
does not expose such an interface. Is it fine to just make HandleSignal()
public, or is it better to make a simpler interface that does not require
siginfo_t and ucontext from the user?
I wouldn’t make HandleSignal public. I like the other suggestion you had in your e-mail ...
12 years, 3 months ago
(2012-08-09 15:38:04 UTC)
#2
I wouldn’t make HandleSignal public. I like the other suggestion you had in your
e-mail better: provide another interface that doesn’t require the arguments that
HandleSignal does.
Issue 6461052: Make ExceptionHandler::HandleSignal() public
Created 12 years, 3 months ago by glider1
Modified 12 years, 3 months ago
Reviewers: Mark Mentovai, mseaborn1
Base URL: svn://svn.chromium.org/chrome/trunk/src/
Comments: 0