Kaiede/Bedrockifier

Rare Crash on First Backup

Closed this issue · 2 comments

Hit this once with a dev build that didn't have any specific changes. Unfortunately, logging was not set to trace when I hit it, so I just know it happened while attempting to run through a backup. It isn't a consistent crash either which is worrying.

Close this out if there are no other reported hits in 90 days.

Another approach here would be to leverage a backtracing library to make it possible to get data on crashes when running inside of Docker.

https://github.com/swift-server/swift-backtrace

Haven't seen this again, but have added backtrace reporting to the service to make it possible to diagnose crashes in the future. It doesn't require debug/trace level logging to enable.