Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2004 19:30:38 GMT
From:      Jason Bacon <jbacon@mcw.edu>
To:        openoffice@FreeBSD.org
Subject:   Re: ports/75039: OpenOffice 1.1.2 javaldx crashes at startup
Message-ID:  <200412211930.iBLJUcex003015@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/75039; it has been noted by GNATS.

From: Jason Bacon <jbacon@mcw.edu>
To: freebsd-gnats-submit@freebsd.org, bacon@smithers.neuro.mcw.edu
Cc:  
Subject: Re: ports/75039: OpenOffice 1.1.2 javaldx crashes at startup
Date: Tue, 21 Dec 2004 13:29:09 -0600

 More followup info:
 
 Same problem occurs with oo-1.1.2 and oo-1.1.3.
 
 Rebuilt libpthread.so.1 with -g.  This pinpointed the seg fault to the exact 
 source statement.  Unfortunately, it's inline assembly code, and I don't have 
 a clue what the statement is supposed to do:
 
 sculpin bacon ~ 208: openoffice-1.1.3                                           
 Segmentation fault (core dumped)
 Segmentation fault (core dumped)
 sculpin bacon ~ 209: gdb /usr/local/OpenOffice.org1.1.3/program/javaldx 
 javaldx.core
 GNU gdb 6.1.1 [FreeBSD]
 Copyright 2004 Free Software Foundation, Inc.
 GDB is free software, covered by the GNU General Public License, and you are
 welcome to change it and/or distribute copies of it under certain conditions.
 Type "show copying" to see the conditions.
 There is absolutely no warranty for GDB.  Type "show warranty" for details.
 This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols 
 found)...
 Core was generated by `javaldx'.
 Program terminated with signal 11, Segmentation fault.
 Reading symbols from /usr/local/OpenOffice.org1.1.3/program/libsal.so.3...(no 
 debugging symbols found)...done.
 Loaded symbols for /usr/local/OpenOffice.org1.1.3/program/libsal.so.3
 Reading symbols from /usr/local/OpenOffice.org1.1.3/program/libcppu.so.3...(no 
 debugging symbols found)...done.
 Loaded symbols for /usr/local/OpenOffice.org1.1.3/program/libcppu.so.3
 Reading symbols 
 from /usr/local/OpenOffice.org1.1.3/program/libjvmaccessgcc3.so.3...(no 
 debugging symbols found)...done.
 Loaded symbols 
 for /usr/local/OpenOffice.org1.1.3/program/libjvmaccessgcc3.so.3
 Reading symbols from /usr/lib/libpthread.so.1...done.
 Loaded symbols for /usr/lib/libpthread.so.1
 Reading symbols from /lib/libm.so.3...done.
 Loaded symbols for /lib/libm.so.3
 Reading symbols from /lib/libc.so.5...done.
 Loaded symbols for /lib/libc.so.5
 Reading symbols 
 from /usr/local/OpenOffice.org1.1.3/program/libstlport_gcc.so...done.
 Loaded symbols for /usr/local/OpenOffice.org1.1.3/program/libstlport_gcc.so
 Reading symbols 
 from /usr/local/OpenOffice.org1.1.3/program/libsalhelpergcc3.so.3...done.
 Loaded symbols 
 for /usr/local/OpenOffice.org1.1.3/program/libsalhelpergcc3.so.3
 Reading symbols from /usr/libexec/ld-elf.so.1...done.
 Loaded symbols for /usr/libexec/ld-elf.so.1
 #0  _tcb_ctor (thread=0x0, initial=1)
     at /usr/src/lib/libpthread/arch/i386/i386/pthread_md.c:52
 52                      __asm __volatile("movl %%gs:0, %0" : "=r" (oldtls));
 (gdb) 


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412211930.iBLJUcex003015>