-
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
Extend integration tests for coredump, backtrace #1317
Comments
jrcheli
added a commit
that referenced
this issue
Feb 6, 2023
jrcheli
added a commit
that referenced
this issue
Feb 6, 2023
jrcheli
added a commit
that referenced
this issue
Feb 7, 2023
jrcheli
added a commit
that referenced
this issue
Feb 10, 2023
jrcheli
added a commit
that referenced
this issue
Feb 10, 2023
jrcheli
added a commit
that referenced
this issue
Feb 13, 2023
When this new integration test was created, we saw three issues which we're resolving in this issue:
|
seanvaleo
moved this from In Progress
to In Review
in AppScope 1.3.0 (Spring) Feature Release
Feb 14, 2023
jrcheli
added a commit
that referenced
this issue
Feb 14, 2023
github-project-automation
bot
moved this from In Review
to Done
in AppScope 1.3.0 (Spring) Feature Release
Feb 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extending the work in #1307...
Verify that an application's signal handlers are still called after appscope is done handling them.
The signals of interest are the abnormal termination ones appscope registers for:
SIGILL
SIGBUS
SIGFPE
SIGSEGV
The two scenarios of interest are when:
The text was updated successfully, but these errors were encountered: