You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is volatile (line 84) and set to in (line 359). If runs concurrently with (which calls ), is null and throws NPE, which is not an and is thus uncaught.
Affected version: HEAD
File:
is volatile (line 84) and set to in (line 359). If runs concurrently with (which calls ), is null and throws NPE, which is not an and is thus uncaught.
Originally reported in #1944.