-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error in ./Logger2: realloc(): invalid pointer #4
Comments
I don't know, try building with debug symbols, disable optimisation and get a stack trace from gdb |
Thanks for the quick response! I'm new to ubuntu and was quite happy about the way makefiles worked. I have spent the last few hours trying to figure out gcc to build with debug symbols. However, this may take some more time. I will come back to this in the coming week or two. |
gdb gave me this:
Had to rebuild OpenCV without Qt, since it would always link to Qt5. The GUI is loading now. |
Oh, yes there's definitely issues with OpenCV and Qt5. I would get everything built with Qt4 only. |
I can make the Logger2 project on Ubuntu 14.04
But when I try to run it through ./Logger2 I get:
*** Error in
./Logger2': realloc(): invalid pointer: 0x00007f769dc3f840 ***Aborted (core dumped)`
I get the same error (with the same pointer adress) when trying to run Logger1 with the fix from mp3guy/Logger1#1 (comment)
This happens both when my kinectv1 is plugged in and when it's not.
Do you have any idea of what's going on?
I only have 3.5 GB of space on my drive. Could that have anything to do with it?
The text was updated successfully, but these errors were encountered: