From owner-freebsd-questions@FreeBSD.ORG Sat Feb 4 22:07:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 645A516A420 for ; Sat, 4 Feb 2006 22:07:57 +0000 (GMT) (envelope-from andy@neu.net) Received: from orion.dandy.net (orion.dandy.net [209.128.224.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E27643D78 for ; Sat, 4 Feb 2006 22:07:41 +0000 (GMT) (envelope-from andy@neu.net) Received: from Mira.dandy.net (mira.dandy.net [209.128.224.15]) by orion.dandy.net (Postfix) with ESMTP id 2023C5CB1E for ; Sat, 4 Feb 2006 17:06:49 -0500 (EST) Date: Sat, 4 Feb 2006 17:07:39 -0500 (EST) From: andy@neu.net X-X-Sender: andyneu@Mira.dandy.net To: freebsd-questions@freebsd.org In-Reply-To: <20060204062419.D220B16A443@hub.freebsd.org> Message-ID: References: <20060204062419.D220B16A443@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Porblem with Openoffice 2.0.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 22:07:57 -0000 I have had Openoffice 2.0.1 installed and working perfectly for several weeks now. Suddenly, openoffice now fails to start. I thought maybe JDK14 was corrupted so I deinstalled and reinstalled it, however I still get the same problem. Below is the output from the end of the failed openoffice compile. Also, if I try to start openoffice from the command line I get the same message. -------------------------------------------------------------------------- Nothing to update for zip ------------- /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/testtools/source/bridgetest ------------- mkdir ../../unxfbsd.pro/lib/ mkdir: ../../unxfbsd.pro/lib/: File exists cd ../../unxfbsd.pro/lib && regcomp -register -br uno_types.rdb -r uno_services.rdb\ -c acceptor.uno.so \ -c bridgefac.uno.so \ -c connector.uno.so \ -c remotebridge.uno.so \ -c uuresolver.uno.so \ -c bridgetest.uno.so \ -c cppobj.uno.so \ -c uriproc.uno.so register component 'acceptor.uno.so' in registry 'uno_services.rdb' succesful! register component 'bridgefac.uno.so' in registry 'uno_services.rdb' succesful! register component 'connector.uno.so' in registry 'uno_services.rdb' succesful! register component 'remotebridge.uno.so' in registry 'uno_services.rdb' succesful! register component 'uuresolver.uno.so' in registry 'uno_services.rdb' succesful! register component 'bridgetest.uno.so' in registry 'uno_services.rdb' succesful! register component 'cppobj.uno.so' in registry 'uno_services.rdb' succesful! register component 'uriproc.uno.so' in registry 'uno_services.rdb' succesful! regcomp -register -br ../../unxfbsd.pro/lib/uno_types.rdb -r ../../unxfbsd.pro/lib/uno_services.rdb \ -c javaloader.uno.so -c javavm.uno.so register component 'javaloader.uno.so' in registry '../../unxfbsd.pro/lib/uno_services.rdb' succesful! register component 'javavm.uno.so' in registry '../../unxfbsd.pro/lib/uno_services.rdb' succesful! regcomp -register -br ../../unxfbsd.pro/misc/bridgetest/bootstrap.rdb -r ../../unxfbsd.pro/lib/uno_services.rdb -c \ file:///usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/testtools/source/bridgetest/../../unxfbsd.pro/class/testComponent.jar \ -env:URE_INTERNAL_JAVA_DIR=file:///usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/bin using loader com.sun.star.loader.Java2 An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x28CD8738 Function=inflate_fast+0xC Library=/lib/libz.so.3 Current Java thread: at java.util.zip.Inflater.inflateBytes(Native Method) at java.util.zip.Inflater.inflate(Inflater.java:219) - locked <0x2cfde658> (a java.util.zip.Inflater) at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:128) at java.io.DataInputStream.readFully(DataInputStream.java:266) at java.util.jar.JarFile.hasClassPathAttribute(JarFile.java:423) at java.util.jar.JavaUtilJarAccessImpl.jarFileHasClassPathAttribute(JavaUtilJarAccessImpl.java:15) at sun.misc.URLClassPath$JarLoader.getClassPath(URLClassPath.java:803) at sun.misc.URLClassPath.getLoader(URLClassPath.java:289) - locked <0x2cfd8868> (a sun.misc.URLClassPath) at sun.misc.URLClassPath.getResource(URLClassPath.java:156) at java.net.URLClassLoader$1.run(URLClassLoader.java:191) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:187) at java.lang.ClassLoader.loadClass(ClassLoader.java:289) - locked <0x2cfd85a8> (a java.net.URLClassLoader) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) Dynamic libraries: 0x8048000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/bin/regcomp.bin 0x2808f000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/libuno_sal.so.3 0x2823b000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/libuno_cppu.so.3 0x2826f000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/libuno_cppuhelpergcc3.so.3 0x282cd000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/libstlport_gcc.so 0x28375000 /lib/libm.so.4 0x2838b000 /usr/lib/libpthread.so.2 0x283b0000 /lib/libc.so.6 0x28487000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/libuno_salhelpergcc3.so.3 0x2849c000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/servicemgr.uno.so 0x284ba000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/shlibloader.uno.so 0x284c0000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/simplereg.uno.so 0x284d0000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/nestedreg.uno.so 0x284df000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/typemgr.uno.so 0x28502000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/implreg.uno.so 0x28515000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/security.uno.so 0x28530000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/libreg.so.3 0x2854d000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/libstore.so.3 0x28b48000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/regtypeprov.uno.so 0x28b8d000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/javaloader.uno.so 0x28b94000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/libjvmaccessgcc3.so.3 0x28ba8000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/javavm.uno.so 0x28bc2000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/libjvmfwk.so.3 0x28bdd000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/libxml2.so.2.6.17 0x28cd3000 /lib/libz.so.3 0x28ce3000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/sunjavaplugin.so 0x28cf5000 /usr/local/jdk1.4.2/jre/lib/i386/client/libjvm.so 0x29122000 /usr/lib/libstdc++.so.5 0x291ec000 /usr/local/jdk1.4.2/jre/lib/i386/native_threads/libhpi.so 0x291fa000 /usr/local/jdk1.4.2/jre/lib/i386/libverify.so 0x2920f000 /usr/local/jdk1.4.2/jre/lib/i386/libjava.so 0x2922d000 /usr/local/jdk1.4.2/jre/lib/i386/libzip.so 0x35040000 /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/solver/680/unxfbsd.pro/lib/uriproc.uno.so 0x2805b000 /libexec/ld-elf.so.1 Heap at VM Abort: Heap def new generation total 576K, used 122K [0x2cfc0000, 0x2d060000, 0x2d4a0000) eden space 512K, 24% used [0x2cfc0000, 0x2cfdebd0, 0x2d040000) from space 64K, 0% used [0x2d040000, 0x2d040000, 0x2d050000) to space 64K, 0% used [0x2d050000, 0x2d050000, 0x2d060000) tenured generation total 1408K, used 0K [0x2d4a0000, 0x2d600000, 0x30fc0000) the space 1408K, 0% used [0x2d4a0000, 0x2d4a0000, 0x2d4a0200, 0x2d600000) compacting perm gen total 4096K, used 895K [0x30fc0000, 0x313c0000, 0x34fc0000) the space 4096K, 21% used [0x30fc0000, 0x3109fdc0, 0x3109fe00, 0x313c0000) Local Time = Sat Feb 4 16:57:44 2006 Elapsed Time = 0 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2-p8-root_04_feb_2006_14_58 mixed mode) # # An error report file has been saved as hs_err_pid16907.log. # Please refer to the file for further information. # Abort (core dumped) dmake: Error code 134, while making '../../unxfbsd.pro/lib/uno_services.rdb' dmake: '../../unxfbsd.pro/lib/uno_services.rdb' removed. '---* tg_merge.mk *---' ERROR: Error 65280 occurred while making /usr/ports/editors/openoffice.org-2.0/work/OOA680_m1/testtools/source/bridgetest dmake: Error code 1, while making 'build_instsetoo_native' '---* tg_merge.mk *---' *** Error code 255 Stop in /usr/ports/editors/openoffice.org-2.0. *** Error code 1 Stop in /usr/ports/editors/openoffice.org-2.0. Any help would be appreciated. TIA