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

Failed assertion in connection_cache.hpp #1202

Closed
dmarce1 opened this issue Jul 25, 2014 · 2 comments
Closed

Failed assertion in connection_cache.hpp #1202

dmarce1 opened this issue Jul 25, 2014 · 2 comments

Comments

@dmarce1
Copy link
Member

dmarce1 commented Jul 25, 2014

I'm getting a failed assertion at line 573 of connection_cache.hpp when using the MPI parcel port:

assertion 'key_tracker_.size() == cache_.size()' failed: HPX(assertion_failure)

This assertion didn't come up when I tried using an older commit (from June 1st).

Its happening at a part in my code where there are lots of remote invocations with relatively small data communication (it is also just after - though not during - allocating bunch of components with new_).

@hkaiser hkaiser added this to the 0.9.9 milestone Jul 25, 2014
@hkaiser hkaiser self-assigned this Jul 25, 2014
@hkaiser
Copy link
Member

hkaiser commented Jul 25, 2014

How can I reproduce this?

@sithhell
Copy link
Member

On Friday, July 25, 2014 14:10:59 Hartmut Kaiser wrote:

How can I reproduce this?

run the after_588 test on 2 localities with 4 threads per locality and the MPI
parcelport.

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

3 participants