mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +00:00
The test fails in CI sometimes, and we want a coredump from a failure to debug that. We made the test send a `signal SIGSEGV` to Scylla on failure, but apparently that doesn't work as intended on our CI hosts. (The CI runner seemingly can't find any coredump afterwards). We can use gdb's `gcore` command to produce a coredump in a more predictable way. Refs scylladb/scylladb#22501 Closes scylladb/scylladb#27498