scylladb/seastar

Additional data when segfaulting

nvartolomei opened this issue · 0 comments

Currently a segfault is reported as:

Segmentation fault on shard 0.
Backtrace:
  ...

I believe we could add additional data about the context in which the segfault happens to aid debugging. I believe we should have access to the current scheduling group name, maybe tasktrace too. Anything else?