-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
[2.1.11] NPE in SpscLinkedArrayQueue.lvElement #5927
Comments
Hi and thanks for reporting. This is a bug in the newly introduced operators of 2.1.11. As a temporary workaround, use the traditional |
Thank you for the immediate support! Thanks for the great work! |
You are welcome. Still, please keep using 2.1.11 as long as 2.1.12 comes out in case there are more mistakes such as this - you seem to be exceptionally lucky to stumble upon them as it takes about 1 minute on my desktop machine to trigger the bug by only using standard methods. |
Hi, we're seeing a similar crash in 2.2.12:
|
@DavidDTA could you provide a code sample that reproduces this issue? |
We just upgraded our project from 1.x, and did not see these errors in testing, but are seeing them in production. We're working to figure out the exact cause, and will provide more information as we have it. Here are some additional stack traces, in case you notice any pattern:
|
It crashes when it tries to clear the buffer of |
The full chain for the last stack trace is:
|
Thanks. I have some suspicion I have to verify. In the meantime, could you see if you put |
I can attempt this, but it will take time to collect that data. |
Thanks. Posted #6673 to track this issue specifically. |
For the record, using |
I've seen already a couple of those after upgrading. Unfortunately I cannot give you any reproduction as I have zero idea where it might come from but here are a couple of stacktraces:
This didn't happen on
2.1.10
or any of the previous versions. Please tell me if I can help more.The text was updated successfully, but these errors were encountered: