You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daemon crashes that manifest as exceptions reaching the server code have a traceback sent to the client, but errors that are caught somewhere and reported to report_internal_error just print the error there and exit.
We should arrange for the crash message to get sent to the client in this case as well.