Skip to content
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

dotnet-dump collect on CentOS or OpenSuse fails #334

Closed
mikem8361 opened this issue Jun 14, 2019 · 0 comments
Closed

dotnet-dump collect on CentOS or OpenSuse fails #334

mikem8361 opened this issue Jun 14, 2019 · 0 comments
Assignees
Milestone

Comments

@mikem8361
Copy link
Member

On CentOS or OpenSuse, dotnet-dump collect fails with the below error but the dump is generated is intact and ok.

dotnet dump collect -p 30539
Writing minidump with heap to /home/dotnet/core_20190614_075820
Core dump generation FAILED 0x80004005
@mikem8361 mikem8361 added this to the 3.0 milestone Jun 14, 2019
@mikem8361 mikem8361 self-assigned this Jun 14, 2019
mikem8361 added a commit to mikem8361/coreclr that referenced this issue Jul 4, 2019
mikem8361 added a commit to mikem8361/coreclr that referenced this issue Jul 4, 2019
On CentOS or OpenSUSE dotnet-dump collect fails but a
valid coredump is generated. The "prctl()" call is failing
that gives the child createdump process permission to ptrace
to the runtime process. On CentOS/OpenSUSE the PR_SET_PTRACER
option isn't supported and not needed.

Issue: dotnet/diagnostics#334
jkotas pushed a commit to dotnet/coreclr that referenced this issue Jul 4, 2019
On CentOS or OpenSUSE dotnet-dump collect fails but a
valid coredump is generated. The "prctl()" call is failing
that gives the child createdump process permission to ptrace
to the runtime process. On CentOS/OpenSUSE the PR_SET_PTRACER
option isn't supported and not needed.

Issue: dotnet/diagnostics#334
picenka21 pushed a commit to picenka21/runtime that referenced this issue Feb 18, 2022
On CentOS or OpenSUSE dotnet-dump collect fails but a
valid coredump is generated. The "prctl()" call is failing
that gives the child createdump process permission to ptrace
to the runtime process. On CentOS/OpenSUSE the PR_SET_PTRACER
option isn't supported and not needed.

Issue: dotnet/diagnostics#334

Commit migrated from dotnet/coreclr@036e426
@dotnet dotnet locked as resolved and limited conversation to collaborators Jun 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant