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
I believe this issue is not related to the UI itself. The UI is being terminated by the watchdog due to a VIPC issue, which may occur after repeated connect/disconnect with the VIPC server (after camerad restarted). commaai/msgq#624
#29769 refactors DriverView to disconnect from the VIPC server after the preview, which makes this VIPC bug easier to trigger. Previously, the VIPC connection stayed active with camerad even after the preview.
vipc issues: Properly checking the return value of ipc_sendrecv_with_fds msgq#624. which causes an assertion failure on repeated connect/disconnect: ui: msgq_repo/msgq/visionipc/visionipc_client.cc:128: static std::set<VisionStreamType> VisionIpcClient::getAvailableStreams(const std::string &, bool): Assertionr == sizeof(request)' failed.`
Describe the bug
DriverMonitorRenderer
class #33375, UI crashes on exit ofDriverViewDialog
.0.9.7 release
did not have this behavior - it resets back to offroad home screen on exit ofDriverViewDialog
.IMG_4909.mov
Provide a route where the issue occurs
69cd3a350561a4d8
openpilot version
c515021
Additional info
No response
The text was updated successfully, but these errors were encountered: