-
-
Notifications
You must be signed in to change notification settings - Fork 426
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
go-callvis v0.7.0 go1.23.2 panic: runtime error: invalid memory address or nil pointer dereference [recovered] #197
Comments
I'm having the exact same issue. |
I wonder if this warning when installing go-callvis is related:
|
go1.23.3 darwin/arm64, same error |
I tried downgrading from 1.23.3 to 1.20.14, 1.21.12 ,and 1.22.9. I had the same problem with each. |
I finally got it to work by going back to 1.19.13. |
@edgan - but that'd mean that something is related to the core Go API between version 1.19 and 1.23, no? I didn't really look into the Since, I have some spare time, I could have a better look into the issue and try to do a bugfix or workaround. |
I'm seeing this with both 1.19.13 and 1.23 |
@edgan - but that'd mean that something is related to the core Go API between version 1.19 and 1.23, no? I didn't really look into the I've investigated a bit further and it seems like the issue has been fixed in this PR - #177 |
I tried the changes in PR #177. It gets rid of this error, but it has another one. I tried on both of my projects with the same results. Yet going back to I am running Edit: Created issue #201. New error from project one:
New error from project two:
|
👀 |
The text was updated successfully, but these errors were encountered: