Commit 2686b01
committed
CA-421991: Fix QEMU coredumps on XS9
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.
Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>1 parent 862a44b commit 2686b01
1 file changed
Lines changed: 0 additions & 13 deletions
| 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