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
Describe the bug
Running the simulator in debug SITL, the launch start but pauses several times with 3 different errors time_wait, result and `timeout.
The simulation is still running but you need to press continue(F5) until the process runs without pausing.
This doesn't happen in Ubuntu Bionic (18.04)
To Reproduce
Steps to reproduce the behavior:
Install the toolchain for OSX (depending your libraries you may need to install gazebo 9)
Install Visual Studio Code
Clone Firmware
Open Firmware folder with Visual Studio Code
Install recommended extensions for Visual Studio Code
Launch Debug SITL (gazebo iris)
The program pause in pthread_cond_wait
Expected behavior
The program shouldn't pause in the wait of a lockstep.
Log Files and Screenshots
Debug console log :
Loaded '/usr/lib/system/libsystem_m.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libsystem_malloc.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libsystem_network.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libsystem_networkextension.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libsystem_notify.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libsystem_sandbox.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libsystem_secinit.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libsystem_kernel.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libsystem_platform.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libsystem_pthread.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libsystem_symptoms.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libsystem_trace.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libunwind.dylib'. Symbols loaded.
Loaded '/usr/lib/system/libxpc.dylib'. Symbols loaded.
Loaded '/usr/lib/closure/libclosured.dylib'. Symbols loaded.
Loaded '/usr/lib/libobjc.A.dylib'. Symbols loaded.
Loaded '/usr/lib/libc++abi.dylib'. Symbols loaded.
Loaded '/Users/dev/projects/Firmware/build/px4_sitl_default/bin/px4'. Symbols loaded.
=thread-selected,id="2"
Execute debugger commands using "-exec <command>", for example "-exec info registers" will list registers in use (when GDB is the debugger)
The program '/Users/dev/projects/Firmware/build/px4_sitl_default/bin/px4' has exited with code 0 (0x00000000).
@pedrogasg have you found out more about this? I can reproduce an exception pause on macOS now but it doesn't seem to be the same backtrace from what I can tell.
Hello, I actually start to working in a linux machine after this, my last try was to set the miDebuggerPath to lldb-mi, but I have some issue so I give up for the moment, if some is working to solve this maybe can follow this track...
Describe the bug
Running the simulator in debug SITL, the launch start but pauses several times with 3 different errors
time_wait
,result
and `timeout.The simulation is still running but you need to press continue(F5) until the process runs without pausing.
This doesn't happen in Ubuntu Bionic (18.04)
To Reproduce
Steps to reproduce the behavior:
pthread_cond_wait
Expected behavior
The program shouldn't pause in the wait of a lockstep.
Log Files and Screenshots
Debug console log :
backtrace
Drone (please complete the following information):
Additional context
Tested in different versions of OSX
The text was updated successfully, but these errors were encountered: