mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-28 04:06:59 +00:00
The lambda attached to `_crash_fiber` was a coroutine. The coroutine would use `this` captured by the lambda after the `co_await`, where the lambda object (hence its captures) was already destroyed. No idea why it worked before and sanitizers did not complain in debug mode.