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 was able to test rtosim ik and id on Arch Linux, however, I have encountered a random seg fault when executing rtosim_ik_id. It seems that there is some thread synchronization problem that can manifest randomly. Please see the attached file, which depicts one correct execution and 2 seg faults at different places.
I will look into the problem and if you have some clue where the problem may reside please let me know.
this problem has been lingering around for a while. I have some ideas but I haven't been able to completely solve it. My impression is that it only happens at initialisation and it is not deterministic, so it has to deal with thread synchronisation, as you have suggested. Also, it seems to only happen when running ID and not when running IK only. I think the problem could be due to the change of working directory in OpenSIm, which may result in other threads to be unable to open various configuration files.
I could try to add an extra mutex around the block of code I think it's the problem, but I'm happy to take suggestions.
Hi,
Thank you for the nice work!
I was able to test rtosim ik and id on Arch Linux, however, I have encountered a random seg fault when executing rtosim_ik_id. It seems that there is some thread synchronization problem that can manifest randomly. Please see the attached file, which depicts one correct execution and 2 seg faults at different places.
I will look into the problem and if you have some clue where the problem may reside please let me know.
Regards,
Dimitar
seg_fault.txt
The text was updated successfully, but these errors were encountered: