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
While encountering #10116 I did multiple recompiles via CodeServer to figure out the root cause of the issue. All these recompiles failed with the mentioned NPE. Finally after discovering the workaround the compile continued but failed with an OutOfMemoryError.
It looks like CodeServer or Compiler do not cleanup heap correctly if an unexpected exception is caught in GwtAstBuilder.createMembers() and rethrown as InternalCompilerException.