[Libreoffice] Error Building, vcl segmentation fault

Michael Meeks michael.meeks at novell.com
Mon Oct 11 02:08:28 PDT 2010


Hi Julien,

	So - again this might go well in a bug; this is the 2nd time I've seen
this, and I can't recall the resolution previously.

On Sun, 2010-10-10 at 22:31 +0200, julien wrote:
> > do i need to add the option with-distro or can i keep on to build like 
> > this, without with-distro option in the autogen part ?
> > (I've got a Debian in testing updated)
>
> I make again with this :
> export VERBOSE=TRUE;make
> 
> and here is what i get :
> 
> Entering 
> /home/serval/libreoffice-source/build/build/libreoffice-3.2.99.2/vcl/util

	Can you patch this file

/home/serval/libreoffice-source/build/build/libreoffice-3.2.99.2/solenv/bin/checkdll.sh

	like this:

--- a/solenv/bin/checkdll.sh
+++ b/solenv/bin/checkdll.sh
@@ -63,7 +63,7 @@ if [ -x $checkdll ]; then
         export LD_LIBRARY_PATH;;
     esac
 
-    $checkdll "$@"
+    gdb $checkdll "$@"
     if [ $? -ne 0 ]; then exit 1 ; fi
 
     for parameter in $*; do


	Then - can you run these commands:

bash
cd home/serval/libreoffice-source/build/build/libreoffice-3.2.99.2/
source LinuxX86Env.Set.sh
cd vcl
build verbose=1

	You should get a gdb prompt for checkdll: just enter 'run'.

	Then when it crashes, can you do 'thread apply all backtrace' ? - and
hopefully we will get a good idea of where it is going wrong - if you
could whack that in the bug, and reply with the bug number here - I'm
sure we can get to the bottom of it.

	Thanks so much for helping to chase this one down ?

	ATB,

		Michael.

-- 
 michael.meeks at novell.com  <><, Pseudo Engineer, itinerant idiot




More information about the LibreOffice mailing list