-
Notifications
You must be signed in to change notification settings - Fork 507
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
SIGSEGV: panic: runtime error: invalid memory address or nil pointer dereference in v1.8.8 #414
Comments
This is definitely going to be a @jhump question |
I suspected based on the stack trace but could have been our use of it. I’ll open an issue in the |
As another data point, the above failing Also, I pulled down the After further debugging, I was able to simulate the exact panic by setting Now that I have a failing test in |
Sorry for the breakage. This was something that didn't have adequate test coverage in I should have a fix and a new release of |
This should be fixed as of v1.15.3 of protoreflect. @mprimeaux, could you please verify? |
@jhump I compiled |
@dragonsinth I executed the |
Thanks @dragonsinth. Sincerely appreciate your help and support. I'm not familiar with the process of updating the grpcurl brew formula. Should I open a PR over in this repo. |
@mprimeaux I think we'd have to make another point release first to be able to do that |
CC: @gpassini who's knowledge of this is fresher (no rush, whenever you're back) |
Thanks much. I've got a workaround as stated above so no rush. Again, appreciate your help and support. |
this is pretty confusing to new users. So glad to have a workaround but any timeline on the release? |
Sorry for the delay. The version 1.8.9 is now released! |
Thanks, @gpassini. Will the brew formula also be updated in the near future? Again, thanks for your help. |
Yes, I had an issue opening the update PR with Homebrew that I'm looking how to solve. But in the worst case they have some jobs that update formulas automatically. I'd say tomorrow it'll be updated either way. |
@mprimeaux here's the PR to update the version in Homebrew: Homebrew/homebrew-core#152288 |
I'm using an existing
.proto
file that been working nicely withgrpcurl
for the past months. It appears that version1.8.8
released a few days ago now results in a panic.I downloaded version
1.8.7
and things work as expected.Using version
1.8.8
results in the following panic:I did notice that version
1.8.8
updated toprotoreflect 1.15.2
. I figured I'd start here to see if anyone has run into this issue yet before opening an issue over in the other repository.The text was updated successfully, but these errors were encountered: