When trying to run ./TestLowerLimbIMUIKFromFile from a Docker instance under Windows 10 using Xming, sometimes the program just finishes silently.
It took quite some time to track this down and I believe it is an old bug from Simbody (see simbody/simbody#563), not this code, which is why I described it there (simbody/simbody#563 (comment)). I can replicate if I add the line signal(SIGPIPE, SIG_IGN); to the file or run ./TestLowerLimbIMUIKFromFile using debug.
But I am not sure where the bug is, or even if it is exactly the same one. Note that the crashing does not happen all the time and that ./TestUpperLimbIMUIKFromFile always works.
Please tell me if you need any more information about replicating this.
When trying to run
./TestLowerLimbIMUIKFromFilefrom a Docker instance under Windows 10 using Xming, sometimes the program just finishes silently.It took quite some time to track this down and I believe it is an old bug from Simbody (see simbody/simbody#563), not this code, which is why I described it there (simbody/simbody#563 (comment)). I can replicate if I add the line
signal(SIGPIPE, SIG_IGN);to the file or run./TestLowerLimbIMUIKFromFileusing debug.But I am not sure where the bug is, or even if it is exactly the same one. Note that the crashing does not happen all the time and that
./TestUpperLimbIMUIKFromFilealways works.Please tell me if you need any more information about replicating this.