http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2184
*** shadow/2184 Thu Jun 14 09:21:01 2001 --- shadow/2184.tmp.19945 Thu Jun 14 09:21:01 2001 *************** *** 0 **** --- 1,118 ---- + +============================================================================+ + | Ant dumps core on build. | + +----------------------------------------------------------------------------+ + | Bug #: 2184 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: Sun | + | Severity: Minor OS/Version: Solaris | + | Priority: Other Component: Build Process | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + I don't know if this is useful to you, but during a build I got the error + message below. I have the core file if you would like me to send it to you. + The next build went just fine, so this does not appear to be a problem for me. + + ---- + Compiling 10 source files to /export/home/catfish/wwwroot/nge/publish/classes + RMI Compiling 1 class to /export/home/catfish/wwwroot/nge/publish/classes + RMI Compiling 1 class to /export/home/catfish/wwwroot/nge/publish/classes + RMI Compiling 1 class to /export/home/catfish/wwwroot/nge/publish/classes + RMI Compiling 1 class to /export/home/catfish/wwwroot/nge/publish/classes + RMI Compiling 1 class to /export/home/catfish/wwwroot/nge/publish/classes + Copying 13 files to /export/home/catfish/wwwroot/nge/publish/classes + + extract: + Expanding: /export/home/catfish/ws/nge/jars/jdom.jar into + /export/home/catfish/wwwroot/nge/publish/classes + Expanding: /export/home/catfish/ws/nge/jars/builder.jar into + /export/home/catfish/wwwroot/nge/publish/classes + + dist: + Building jar: /export/home/catfish/wwwroot/nge/publish/nge.jar + Warning: selected jar files include a META-INF/MANIFEST.MF which will be ignored + (please use manifest attribute to jar task) + + prepare_face: + Created dir: /export/home/catfish/tomcat_local/nge/WEB-INF/classes + Copying 3 files to /export/home/catfish/tomcat_local/nge/WEB-INF + Copying 25 files to /export/home/catfish/tomcat_local/nge/WEB-INF/classes + + face: + DONT FORGET to set your LOCAL_TOMCAT_HOME appropriately + Compiling 23 source files to + /export/home/catfish/tomcat_local/nge/WEB-INF/classes + error: I/O error in + com/motorcode/nge/publish/client/control/UploadListener.class. + SIGBUS 10 bus error + si_signo [10]: BUS + si_errno [14]: Bad address + si_code [3]: BUS_OBJERR [addr: 0xf9ba144c] + + stackpointer=FFBEC440 + + Exiting Thread (sys_thread_t:0xff30e2e8) : no stack + "Finalizer" (TID:0x153280, sys_thread_t:0x1531b8, state:CW, thread_t: [EMAIL PROTECTED], + threadID:0xfeca1dc8, stack_bottom:0xfeca2000, stack_size:0x20000) prio=8 + + [1] java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:146) + [2] java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:168) + [3] + java.lang.ref.Finalizer$FinalizerWorker$FinalizerThread.run(Finalizer.java:124) + ------------------- + "Reference Handler" (TID:0x150aa0, sys_thread_t:0x1509d8, state:CW, thread_t: + [EMAIL PROTECTED], threadID:0xfece1dc8, stack_bottom:0xfece2000, stack_size:0x20000) prio=10 + + [1] java.lang.Object.wait(Object.java:424) + [2] java.lang.ref.Reference$ReferenceHandler.run(Reference.java:130) + ------------------- + "Signal dispatcher" (TID:0x12ce20, sys_thread_t:0x12cd58, state:MW, thread_t: + [EMAIL PROTECTED], threadID:0xfed11dc8, stack_bottom:0xfed12000, stack_size:0x20000) prio=10 + + ------------------- + "main" (TID:0x38cc0, sys_thread_t:0x38bf8, state:R, thread_t: [EMAIL PROTECTED], + threadID:0x25118, stack_bottom:0xffbf0000, stack_size:0x20000) prio=5 *current + thread* + + [1] java.util.zip.ZipFile.read(Native Method) + [2] java.util.zip.ZipFile.access$5(ZipFile.java:330) + [3] java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:292) + [4] java.util.zip.ZipFile$1.fill(ZipFile.java:157) + [5] java.util.zip.InflaterInputStream.read(InflaterInputStream.java:122) + [6] java.io.BufferedInputStream.fill(BufferedInputStream.java:171) + [7] java.io.BufferedInputStream.read(BufferedInputStream.java:207) + [8] java.io.DataInputStream.readInt(DataInputStream.java:339) + [9] sun.tools.java.BinaryClass.load(BinaryClass.java:98) + [10] sun.tools.javac.BatchEnvironment.loadFile(BatchEnvironment.java:556) + [11] sun.tools.javac.BatchEnvironment.loadDefinition(BatchEnvironment.java:649) + [12] sun.tools.java.Environment.loadDefinition(Environment.java:174) + [13] sun.tools.java.Environment.loadDefinition(Environment.java:174) + [14] sun.tools.java.Environment.loadDefinition(Environment.java:174) + [15] + sun.tools.java.ClassDeclaration.getClassDefinitionNoCheck(ClassDeclaration.java:161) + [16] sun.tools.java.Imports.resolve(Imports.java:86) + [17] sun.tools.javac.SourceClass.basicCheck(SourceClass.java:1062) + [18] + sun.tools.java.ClassDeclaration.getClassDefinition(ClassDeclaration.java:111) + [19] sun.tools.javac.Main.compile(Main.java:182) + [20] java.lang.reflect.Method.invoke(Native Method) + [21] org.apache.tools.ant.taskdefs.Javac.doClassicCompile(Javac.java:465) + [22] org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:288) + [23] org.apache.tools.ant.Target.execute(Target.java:145) + [24] org.apache.tools.ant.Project.runTarget(Project.java:818) + [25] org.apache.tools.ant.Project.executeTarget(Project.java:516) + [26] org.apache.tools.ant.Project.executeTargets(Project.java:504) + [27] org.apache.tools.ant.Main.runBuild(Main.java:369) + [28] org.apache.tools.ant.Main.main(Main.java:149) + ------------------- + Abort - core dumped + + Compilation exited abnormally with code 134 at Thu Jun 14 12:13:40 + + uname -a gives: + SunOS typhoon 5.7 Generic_106541-08 sun4u sparc SUNW,Ultra-5_10 \ No newline at end of file
