Skip to content
Discussion options

You must be logged in to vote

TL;DR: If you use the crashpad backend in a container, you should do both (wait + durable volume).


For a more detailed perspective, you have to consider those two as mostly orthogonal aspects that play together and not a binary choice:

  • If you can, you should map the database path to a host directory, because relevant state (see below) that ideally should survive until the next start will be stored there
  • This is particularly important to backends that send reports during the next start (breakpad and inproc), since otherwise those wouldn't send any reports. However, it is also for crashpad because the crashpad_handler could fail to send a report and would retry on the next start
  • Crash-mar…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by supervacuus
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@JanFellner
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants