Commit 654cef3
authored
CA-421991: Fix QEMU coredumps on XS9 (#6793)
On XS8, systemd's coredump handler ignores the process core rlimit so
QEMU coredumps work correctly.
On XS9, systemd's coredump handler respects the process core rlimit so
QEMU coredumps end up truncated to 64 MiB which prevents gdb from
loading them correctly.
Fix this by removing the setting of the core rlimit from the wrapper so
that it behaves like XS8. This is fine since the systemd coredump
handler ensures that the root fs will not run out of space.1 file changed
+0
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 68 | | |
79 | 69 | | |
80 | 70 | | |
| |||
117 | 107 | | |
118 | 108 | | |
119 | 109 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | 110 | | |
124 | 111 | | |
125 | 112 | | |
| |||
0 commit comments