HoriSun / closure-compiler

Automatically exported from code.google.com/p/closure-compiler
0 stars 0 forks source link

INTERNAL COMPILER ERROR. #496

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I built with ant task 
<jscomp compilationLevel="simple" warning="quiet" debug="false" 
output="output/file.js">

            <externs dir="${lib.home}/js/ext-3.3.1">
                <file name="ext-all-debug.js" />
            </externs>
            <sources dir="${web.folder}/js">

                 <file name="mbe.js"/>

            </sources>

        </jscomp>

and I get 

 java.lang.RuntimeException: INTERNAL COMPILER ERROR.
Please report this problem.
null
  Node(FUNCTION ): /archivio/deploy/lib/js/ext-3.3.1/ext-all-debug.js:780:13
    function getNodes(ns, mode, tagName){
  Parent(BLOCK): /archivio/deploy/lib/js/ext-3.3.1/ext-all-debug.js:672:25
Ext.DomQuery = function(){

    at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508)
    at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418)
    at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:62)
    at net.sf.antcontrib.logic.ForEach.executeSequential(ForEach.java:178)
    at net.sf.antcontrib.logic.ForEach.execute(ForEach.java:254)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.eclipse.ant.internal.launching.remote.EclipseDefaultExecutor.executeTargets(EclipseDefaultExecutor.java:32)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    at org.eclipse.ant.internal.launching.remote.InternalAntRunner.run(InternalAntRunner.java:423)
    at org.eclipse.ant.internal.launching.remote.InternalAntRunner.main(InternalAntRunner.java:137)

Original issue reported on code.google.com by andrea.c...@gtempaccount.com on 23 Jun 2011 at 6:14

GoogleCodeExporter commented 8 years ago
It is possible to get the full exception trace?  This is missing the call stack 
in the compiler itself.

Original comment by johnl...@google.com on 23 Jun 2011 at 11:05

GoogleCodeExporter commented 8 years ago
this issue has been fixed by latest version.

Original comment by andrea.c...@gtempaccount.com on 24 Jun 2011 at 5:50

GoogleCodeExporter commented 8 years ago
Thanks for the follow up

Original comment by concavel...@gmail.com on 26 Jun 2011 at 9:46