-
Notifications
You must be signed in to change notification settings - Fork 604
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
[Testing] Crash reporting CDT tests #25100
base: dev
Are you sure you want to change the base?
Conversation
/cdt |
/cdt |
1 similar comment
/cdt |
c81ffcc
to
7224f8a
Compare
/cdt |
1 similar comment
/cdt |
aa73468
to
3bbc68c
Compare
/cdt |
3bbc68c
to
23c617b
Compare
/cdt |
1 similar comment
/cdt |
a0b7538
to
abe2d49
Compare
/cdt |
abe2d49
to
54a736e
Compare
/cdt |
54a736e
to
418605e
Compare
/cdt |
2 similar comments
/cdt |
/cdt |
c3c2b01
to
f94e69f
Compare
/cdt |
1 similar comment
/cdt |
1750595
to
68c962f
Compare
/cdt |
I chose to set the core_pattern as it is the most reliable and simplest option for our current setup. Note that in our current CDT setup, core dumps are not written to a file directly by the kernel but instead use a piping mechanism where they pipe the coredump to `apport`. Because of this, the RLIMIT_CORE of the process (set through ulimit) is not respected, meaning ulimit alone cannot disable core dumps. For reference, see the "Piping core dumps to a program" section of https://www.man7.org/linux/man-pages/man5/core.5.html
68c962f
to
d336b73
Compare
/cdt |
I'm just testing some failing CDT tests through this PR.
Backports Required
Release Notes