-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
strbasics.strip SIGBUS with --gc:arc #17173
Labels
Comments
timotheecour
added a commit
to timotheecour/Nim
that referenced
this issue
Mar 2, 2021
Araq
pushed a commit
that referenced
this issue
Mar 2, 2021
ringabout
added a commit
to ringabout/Nim
that referenced
this issue
Mar 22, 2021
* fixes nim-lang#17173 * add testcase (nim-lang#17214) * Apply suggestions from code review * fix for newruntime * Apply suggestions from code review * Update lib/system.nim * Update lib/system.nim * Update lib/system.nim Co-authored-by: Danil Yarantsev <[email protected]> Co-authored-by: flywind <[email protected]> Co-authored-by: Danil Yarantsev <[email protected]>
ringabout
pushed a commit
to ringabout/Nim
that referenced
this issue
Mar 22, 2021
ardek66
pushed a commit
to ardek66/Nim
that referenced
this issue
Mar 26, 2021
* fixes nim-lang#17173 * add testcase (nim-lang#17214) * Apply suggestions from code review * fix for newruntime * Apply suggestions from code review * Update lib/system.nim * Update lib/system.nim * Update lib/system.nim Co-authored-by: Danil Yarantsev <[email protected]> Co-authored-by: flywind <[email protected]> Co-authored-by: Danil Yarantsev <[email protected]>
ardek66
pushed a commit
to ardek66/Nim
that referenced
this issue
Mar 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example
Current Output
Traceback (most recent call last)
/Users/timothee/git_clone/nim/timn/tests/nim/all/t11905.nim(7) t11905
/Users/timothee/git_clone/nim/Nim_devel/lib/std/strbasics.nim(97) strip
/Users/timothee/git_clone/nim/Nim_devel/lib/std/strbasics.nim(67) setSlice
SIGBUS: Illegal storage access. (Attempt to read from nil?)
Expected Output
works
Additional Information
1.5.1 e9a287f
The text was updated successfully, but these errors were encountered: