-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some of the grip-samples crash in Ubuntu 12.10 #8
Comments
Is it possible to get a more detailed call stack including line numbers? @pushkar: Could this be an installation problem? We had random crashes before that were caused by something not being installed correctly on Linux. |
Segmentation faults are usually not. Someone needs to go in-depth and find out whats going on. A simple backtrace only helps you to get started. There are a few int to long int conversions, a few unit to int conversions in the code that are not static cast (Ana is using 32 bit). An Eigen Matrix is initialized in evalMassMatrix(), something might be wrong with it. |
Is there a reason why we do not specify the sizes of the integers directly On Tue, Feb 12, 2013 at 12:24 PM, Pushkar Kolhe [email protected]:
|
std types are different in Windows and Linux. We will have to typedef them in our own stdtype header and use it throughout our code base. http://stackoverflow.com/questions/5657825/whats-the-equivalent-of-int32-t-in-visual-c |
I've seen that done in some libraries. On Tue, Feb 12, 2013 at 12:29 PM, Pushkar Kolhe [email protected]:
|
Both of Ana's machines are 32-bit. I don't see why this should be a 32/64 bit compatibility issue. |
Sorry. I misread the original email On Tue, Feb 12, 2013 at 12:45 PM, Tobias Kunz [email protected]:
|
So here is the situation:
#0 __GI___libc_free (mem=0xa9) at malloc.c:2968
READMEs #1 0x080e4033 in dynamics::BodyNodeDynamics::evalMassMatrix() ()
Remove tabs from directory names? #2 0x0813aace in dynamics::SkeletonDynamics::computeDynamics(Eigen::Matrix<double, 3, 1, 0, 3, 1> const&, Eigen::Matrix<double, -1, 1, 0, -1, 1> const&, bool)
Thanks!
The text was updated successfully, but these errors were encountered: