Timeout error on testWrapping - hardware dependent?

Provide easy-to-use, extensible software for modeling, simulating, controlling, and analyzing the neuromusculoskeletal system.
POST REPLY
User avatar
Sebastian Krapf
Posts: 8
Joined: Thu Oct 25, 2012 6:09 am

Timeout error on testWrapping - hardware dependent?

Post by Sebastian Krapf » Thu Mar 21, 2013 2:31 am

Hi all,

I had to change my system due to some (to old) library issues (not related to opesim) from debian 6.0.6 stable (gcc version 4.4.5, liblapack-dev 3.2.1-8) to debian 7.0 wheezy (see signature).

I installed an tested SimTK and OpenSim on my laptop an everything worked fine. So decidet to migrate my desktop PC as well. On both systems I installed EXACTLY the same software and libraries. Strangely on my PC the testWrapping fails. The test part

Loaded model ShoulderModel from file TestShoulderModel.osim
.......
Integrating from 0 to 0.02

shows the follwing errror message

*** glibc detected *** ../../../testWrapping: double free or corruption (!prev): 0x0000000001d86f00 ***

Does anybody have an idea what might be the problem in this case and how I could solve this?

Please find attached the output running "./testWrapping" and "ctest -vv testWrapping"
Attachments
ctest_-vv_testWrapping.txt
(10.76 KiB) Downloaded 59 times
testWrapping.txt
(15.08 KiB) Downloaded 68 times
debian 7.0 wheezy
gcc version 4.7.2 (Debian 4.7.2-5)
liblapack-dev 3.4.1-6

User avatar
Kevin Xu
Posts: 9
Joined: Mon Jul 09, 2012 11:33 am

Re: Timeout error on testWrapping - hardware dependent?

Post by Kevin Xu » Mon Mar 25, 2013 10:59 am

Hi Sebatian,

Thanks for the notice - I'm able to reproduce this problem on my own machine. We're looking into this at the moment.


Cheers,

Kevin

User avatar
Sebastian Krapf
Posts: 8
Joined: Thu Oct 25, 2012 6:09 am

Re: Timeout error on testWrapping - hardware dependent?

Post by Sebastian Krapf » Tue May 07, 2013 10:59 am

Hi Kevin,

Did You find a solution to our problem so far?

Best Regards

Sebastian
debian 7.0 wheezy
gcc version 4.7.2 (Debian 4.7.2-5)
liblapack-dev 3.4.1-6

User avatar
Kevin Xu
Posts: 9
Joined: Mon Jul 09, 2012 11:33 am

Re: Timeout error on testWrapping - hardware dependent?

Post by Kevin Xu » Wed May 29, 2013 1:39 pm

Hi Sebastian,

testWrapping should be passing in OpenSim 3.1. You can give it a shot making a clean build of the 3.1-WW beta source release (at the bottom of https://simtk.org/project/xml/downloads.xml?group_id=91) and see if the problem still exists.


Cheers,
Kevin

POST REPLY