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
The simulation appears to lack proper synchronization when accessing shared state across multiple threads. Specifically, resources like self.simulator_state and self.world are accessed by multiple threads (simulated_car_thread, simulated_camera_thread, and the main thread) without explicit synchronization mechanisms. This can lead to race conditions, causing unpredictable behavior or crashes.
Provide a route where the issue occurs
none
openpilot version
0.9.7
Additional info
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
The simulation appears to lack proper synchronization when accessing shared state across multiple threads. Specifically, resources like
self.simulator_state
andself.world
are accessed by multiple threads (simulated_car_thread
,simulated_camera_thread
, and the mainthread
) without explicit synchronization mechanisms. This can lead to race conditions, causing unpredictable behavior or crashes.Provide a route where the issue occurs
none
openpilot version
0.9.7
Additional info
No response
The text was updated successfully, but these errors were encountered: