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

Segfault in hello_world example #1162

Closed
Finomnis opened this issue Jun 22, 2014 · 3 comments
Closed

Segfault in hello_world example #1162

Finomnis opened this issue Jun 22, 2014 · 3 comments

Comments

@Finomnis
Copy link
Contributor

I'm currently working in Stampede, and since a couple of days I frequently encounter segfaults, even at the most basic examples.

I recorded two of them (both whilst running the hello_world example, not reproducably):
https://gist.github.com/anonymous/56cebba3cc33de365fe7
https://gist.github.com/anonymous/e68191fd2a0410e746a1
https://gist.github.com/Finomnis/b5e747be9bde6856b1f6

They look too random to me to actually be hpx-bugs, I almost guess they are bugs in the linked libraries of stampede.

I hope someone has a better idea of what's happening.

@hkaiser
Copy link
Member

hkaiser commented Jun 22, 2014

The only explanation for this I could provide is that you have some configuration or library flavor mismatch. Is boost built with the same compiler? Are you sure to load the right runtime libraries? etc...

@hkaiser hkaiser added this to the 0.9.9 milestone Jun 22, 2014
@Finomnis
Copy link
Contributor Author

It should be, it's the official boost package provided by the cluster environment.
The most up-to-date compiler on the cluster is gcc-4.7.1, and the boost library is in a folder 4.7.1, so I guess it fits together ...
It's boost 1.51 though, i think i will manually build boost 1.55 and try again...

@Finomnis
Copy link
Contributor Author

Fixed by a3e0882.

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