-
Notifications
You must be signed in to change notification settings - Fork 52
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
Wrong ogre library loaded at runtime when Ogre1.x and Ogre2.x are both installed #36
Labels
bug
Something isn't working
Comments
2 similar comments
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Louise Poubel (Bitbucket: chapulina, GitHub: chapulina). I believe it's because of this issue that I think this means no tests are being run for
|
The tests are being moved to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original report (archived issue) by Ian Chen (Bitbucket: Ian Chen, GitHub: iche033).
Description
Compilation works fine and the correct version of ogre libraries are linked but the wrong version of ogre library gets loaded during run time. It always loads the first libOgreMain.so it finds in the path, resulting in memory corruption when a test or a demo is run.
Steps to Reproduce
Install ogre 1.9 (e.g. libogre-1.9-dev)
install ogre 2.1 (e.g. from source into $HOME/local)
build ign-rendering
run
make test
Expected behavior:
tests run without crashing
Actual behavior:
test crashes with a msg about memory corruption
The text was updated successfully, but these errors were encountered: