Skip to content
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

Immediate crash when running hpx/octotiger with _GLIBCXX_DEBUG defined. #1902

Closed
dmarce1 opened this issue Dec 8, 2015 · 2 comments
Closed

Comments

@dmarce1
Copy link
Member

dmarce1 commented Dec 8, 2015

I have built Boost, HPX, and Octo-tiger all in debug mode and with the flag "-D_GLIBCXX_DEBUG". It crashes immediately, even with one thread on one core.

The stack trace is here:
https://gist.github.com/dmarce1/5cb302574b90c239fc0d

The particular version of octotiger is here: dmarce1/octotiger@03ef5be

@dmarce1 dmarce1 changed the title Immediate crash when running octotiger with _GLIBCXX_DEBUG defined. Immediate crash when running hpx/octotiger with _GLIBCXX_DEBUG defined. Dec 8, 2015
@hkaiser
Copy link
Member

hkaiser commented Dec 9, 2015

Are you sure that you linked with the correct (debug) libstdc version? Using this compilation flag changes the ABI of the standard library, so using the 'normal' version will not work.

@dmarce1
Copy link
Member Author

dmarce1 commented Dec 9, 2015

That's probably it. I will check and reopen if that is not the case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants