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

racy condition in SegHead function #3367

Closed
ajpotts opened this issue Jun 27, 2024 · 1 comment · Fixed by #3369
Closed

racy condition in SegHead function #3367

ajpotts opened this issue Jun 27, 2024 · 1 comment · Fixed by #3369
Assignees
Labels
bug Something isn't working

Comments

@ajpotts
Copy link
Contributor

ajpotts commented Jun 27, 2024

When I compile with GasNet I get a build error:

/src/ReductionMsg.chpl:964: error: Racy promotion of scalar method receiver
              cullOverReferences :   0.815 seconds
make: *** [Makefile:383: arkouda_server] Error 1
@ajpotts ajpotts added the bug Something isn't working label Jun 27, 2024
@ajpotts ajpotts self-assigned this Jun 27, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Jun 27, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Jun 27, 2024
ajpotts added a commit to ajpotts/arkouda that referenced this issue Jun 27, 2024
@ajpotts
Copy link
Contributor Author

ajpotts commented Jun 27, 2024

This bug was introduced in this PR: #3324

ajpotts added a commit to ajpotts/arkouda that referenced this issue Jun 28, 2024
github-merge-queue bot pushed a commit that referenced this issue Jun 28, 2024
* Closes #3367 racy condition in SegHead function

* Replace loop with more performant version

---------

Co-authored-by: Amanda Potts <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant