-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snapshot functionality - library part #1307
Comments
@abetones:
We will discuss the details of this in the future. This comment here is just a mark point. |
QA instructionsThe instructions below can be used for different applications but I would recommend testing logic on the application which by itself registers a signal handler for
In terminal 1
In terminal 2
The process should have ended and the redis itself should generate its own backtrace on stdout see the function
Terminal 1
Rest of steps are the same like in scenario 1 and behavior should be just like the one described in the scenario 1. |
- replace `SCOPE_ERROR_SIGNAL_HANDLER` with snapshot Closes: criblio#1307
Manually setting this issue to closed, since it's been merged into release/1.3. |
SCOPE_ERROR_SIGNAL_HANDLER
with snapshot logic/tmp/appscope/<PID>
SIGSTOP
after generating snapshotSIGCONT
call orignal application handlerThe text was updated successfully, but these errors were encountered: