You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "will mason (Jira)" <ji...@apache.org> on 2021/11/04 13:12:00 UTC

[jira] [Updated] (NETBEANS-6173) Premature end of file

     [ https://issues.apache.org/jira/browse/NETBEANS-6173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

will mason updated NETBEANS-6173:
---------------------------------
    Labels: Regression  (was: )

> Premature end of file
> ---------------------
>
>                 Key: NETBEANS-6173
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-6173
>             Project: NetBeans
>          Issue Type: Bug
>    Affects Versions: 12.5
>         Environment: Linux/Ubuntu 21.04
> Java 16
> Compiler JDK 1.8
>            Reporter: will mason
>            Priority: Major
>              Labels: Regression
>         Attachments: netbeans-IDE-log.log, netbeans-UI-log.log
>
>
> Netbeans gives this assertion error:
> * I was loading a medium size Gradle project
> * I don't think there's a problem with the source files, they are straight down from github
> * I'm attaching the log files available
> {noformat}
> Sourcepath: /work/products/4AMS/FAMS-243/CaaServlet/src/main/resources:/work/products/4AMS/FAMS-243/CaaServlet/build/generated/sources/annotationProcessor/java/main:/work/products/4AMS/FAMS-243/CaaServlet/src/main/java
> java.lang.AssertionError: <error>
> 	at com.sun.tools.javac.jvm.ClassWriter$AttributeWriter.visitError(ClassWriter.java:659)
> 	at com.sun.tools.javac.code.Attribute$Error.accept(Attribute.java:388)
> 	at com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute(ClassWriter.java:682)
> 	at com.sun.tools.javac.jvm.ClassWriter$AttributeWriter.visitCompound(ClassWriter.java:656)
> 	at com.sun.tools.javac.code.Attribute$Compound.accept(Attribute.java:228)
> 	at com.sun.tools.javac.jvm.ClassWriter.writeCompoundAttribute(ClassWriter.java:682)
> 	at com.sun.tools.javac.jvm.ClassWriter.writeJavaAnnotations(ClassWriter.java:516)
> 	at com.sun.tools.javac.jvm.ClassWriter.writeClassFile(ClassWriter.java:1672)
> 	at com.sun.tools.javac.jvm.ClassWriter.writeClass(ClassWriter.java:1552)
> 	at com.sun.tools.javac.main.JavaCompiler.genCode(JavaCompiler.java:787)
> 	at com.sun.tools.javac.main.JavaCompiler.generate(JavaCompiler.java:1752)
> 	at com.sun.tools.javac.api.JavacTaskImpl$2.process(JavacTaskImpl.java:592)
> 	at com.sun.tools.javac.api.JavacTaskImpl$Filter.run(JavacTaskImpl.java:669)
> 	at com.sun.tools.javac.api.JavacTaskImpl.generate(JavacTaskImpl.java:595)
> 	at org.netbeans.modules.java.source.nbjavac.indexing.SuperOnePassCompileWorker$2.run(SuperOnePassCompileWorker.java:291)
> 	at org.netbeans.modules.java.source.parsing.FileManagerTransaction.runConcurrent(FileManagerTransaction.java:180)
> [catch] at org.netbeans.modules.java.source.nbjavac.indexing.SuperOnePassCompileWorker.compile(SuperOnePassCompileWorker.java:287)
> 	at org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
> 	at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
> 	at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists