When a web worker crashes, the main thread does not get informed of this, and as such keeps waiting for the worker to return. This is problematic when loading traces cause the parser worker to crash. When a web worker crashes, this event should be handled by the main thread.