-
Notifications
You must be signed in to change notification settings - Fork 9
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
nimsuggest SIGSEGV when passing some unknown files #101
Comments
@timotheecour Here's the nimsuggest bug tracker: https://github.com/nim-lang/nimsuggest. I'd recommend migrating this issue there. |
Can't reproduce for And the line 69 in modules.nim has changed now and the line at the time this issue was opened (https://github.com/timotheecour/Nim/blob/1c71b0be2ffa378945c61927d9351b88b5033b08/compiler/modules.nim#L69) does not exist anymore. |
no,
regardless, it still SIGSEGV's:
|
No crash if
|
@krux02 I see you transferred the issue to here, thanks! is there any way to transfer the set of all labels too? (i know, some may not be relevant, but may be simpler to reuse same labels) |
|
Is this still a bug because I can't seem to replciate it? |
if, fixed, please add a regression test case in a PR before closing this issue, thanks! (the test case obviously should be such that it would fail using an older nim, eg the one right after nim-lang/Nim#9757) |
/cc @Araq
now that nim-lang/Nim#9757 was merged, the caveats I had mentioned in that PR hold:
nimsuggest --stdin /Users/timothee/git_clone/nim/Nim/lib/system.nim
def /Users/timothee/git_clone/nim/Nim/lib/system.nim:106:22
def /Users/timothee/git_clone/nim/Nim/compiler/modules.nim:69:63
gives SIGSEGV
see stacktrace here:
nim-lang/Nim#9715 (comment)
The text was updated successfully, but these errors were encountered: