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

Fixes #3851: Error when running string flip #3852

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

stress-tess
Copy link
Member

@stress-tess stress-tess commented Oct 17, 2024

When running with multidim, multiloc, and runtime checks, I was seeing the server crash with the following error when running the ak.flip(string) test:

$CHPL_HOME/modules/internal/ChapelRange.chpl:2772: error: halt reached - With a positive count, the range must have a first index.

It ended up being a fairly easy fix once I ran it down... which took a second because this was a new error to me. This PR fixes #3851

When running with multidim, multiloc, and runtime checks, I was having the server crash with this error:
```
$CHPL_HOME/modules/internal/ChapelRange.chpl:2772: error: halt reached - With a positive count, the range must have a first index.
```

It ended up being a fairly easy fix once I ran it down... which took a second because this was a new error to me. This PR fixes Bears-R-Us#3851
Copy link
Contributor

@ajpotts ajpotts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this!

@ajpotts ajpotts added this pull request to the merge queue Oct 18, 2024
Merged via the queue into Bears-R-Us:master with commit 0ee2a36 Oct 18, 2024
11 checks passed
drculhane pushed a commit to drculhane/arkouda that referenced this pull request Oct 23, 2024
)

When running with multidim, multiloc, and runtime checks, I was having the server crash with this error:
```
$CHPL_HOME/modules/internal/ChapelRange.chpl:2772: error: halt reached - With a positive count, the range must have a first index.
```

It ended up being a fairly easy fix once I ran it down... which took a second because this was a new error to me. This PR fixes Bears-R-Us#3851

Co-authored-by: Tess Hayes <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

string flip error with runtime checks
3 participants