-
Notifications
You must be signed in to change notification settings - Fork 53
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
mlogin could disable Manta's abort-on-core behavior #244
Comments
Here's an example of what happens before this issue is fixed:
Here's what happens after the change:
The
The change is
|
I also tested using
|
Proposed change: https://cr.joyent.us/2251 |
Code review on patchset 1 suggested that this behavior could reasonably be applied to the "-c" mode as well, as in the case where one uses
The |
Reviewed by: Joshua M. Clulow <jmc@joyent.com> Approved by: Joshua M. Clulow <jmc@joyent.com>
Published as v4.4.3. |
Manta job tasks currently fail immediately when any process dumps core:
I think that makes sense for most jobs, but probably not for interactive jobs. mlogin could work around this by running child processes in a contract using "ctrun -i signal,core".
The text was updated successfully, but these errors were encountered: