Re: LO master OSX 64bit - SIGTRAP in __dyld_dyld_start()

2013-09-02 Thread Stephan Bergmann

On 08/30/2013 04:48 PM, Alexander Thurgood wrote:

I'm seeing this in my master builds of LO on startup :

Program received signal SIGTRAP, Trace/breakpoint trap.
0x7fff5fc01028 in __dyld__dyld_start ()
(gdb) bt full
#0  0x7fff5fc01028 in __dyld__dyld_start ()
No symbol table info available.
#1  0x0001 in ?? ()
No symbol table info available.(gdb) c


That is due to soffice re-exec'ing itself on OS X under certain 
conditions (like during first start for a given UserInstallation).



warn:legacy.osl:25772:1:desktop/source/deployment/misc/dp_platform.cxx:180:
Extension Manager: The extension supports an unknown platform. Check the
platform element in the description.xml
warn:legacy.osl:25772:1:desktop/source/deployment/misc/dp_platform.cxx:180:
Extension Manager: The extension supports an unknown platform. Check the
platform element in the description.xml


And that (unrelated) one is fixed now with 
0e40013d909c5b28f9d37cf7370fceed1a6ae891 Add macosx_x86_64 extension 
platform identifier.


Stephan

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LO master OSX 64bit - SIGTRAP in __dyld_dyld_start()

2013-09-02 Thread Alexander Thurgood
Le 02/09/13 11:33, Stephan Bergmann a écrit :

 
 And that (unrelated) one is fixed now with
 0e40013d909c5b28f9d37cf7370fceed1a6ae891 Add macosx_x86_64 extension
 platform identifier.
 

Oh, excellent, thanks !

Alex


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


LO master OSX 64bit - SIGTRAP in __dyld_dyld_start()

2013-08-30 Thread Alexander Thurgood

Hi all,

I'm seeing this in my master builds of LO on startup :

Program received signal SIGTRAP, Trace/breakpoint trap.
0x7fff5fc01028 in __dyld__dyld_start ()
(gdb) bt full
#0  0x7fff5fc01028 in __dyld__dyld_start ()
No symbol table info available.
#1  0x0001 in ?? ()
No symbol table info available.(gdb) c


The application will continue to load in gdb if I continue, but I was
wondering whether it was of any significance, and if so whether this
(which precedes the trap message) :

warn:legacy.osl:25772:1:desktop/source/deployment/misc/dp_platform.cxx:180:
Extension Manager: The extension supports an unknown platform. Check the
platform element in the description.xml
warn:legacy.osl:25772:1:desktop/source/deployment/misc/dp_platform.cxx:180:
Extension Manager: The extension supports an unknown platform. Check the
platform element in the description.xml

is potentially the cause of that trap ?



Alex

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LO master OSX 64bit - SIGTRAP in __dyld_dyld_start()

2013-08-30 Thread Tor Lillqvist


 I'm seeing this in my master builds of LO on startup :

 Program received signal SIGTRAP, Trace/breakpoint trap.
 0x7fff5fc01028 in __dyld__dyld_start ()

 The application will continue to load in gdb if I continue,


I think this is perfectly normal, I see it all the time, too, if I gdb
soffice right after a fresh build. soffice re-execs itself when starting
for the first time after an upgrade to a new version (including just a
build after a fresh pull, I guess), and this is how it shows up in gdb. As
you noticed, just continue.

warn:legacy.osl:25772:1:desktop/source/deployment/misc/dp_platform.cxx:180:
 Extension Manager: The extension supports an unknown platform. Check the
 platform element in the description.xml

 Those are not related.

--tml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LO master OSX 64bit - SIGTRAP in __dyld_dyld_start()

2013-08-30 Thread Alexander Thurgood
Le 30/08/13 17:20, Tor Lillqvist a écrit :

Hi Tor,


 
 I think this is perfectly normal, I see it all the time, too, if I gdb
 soffice right after a fresh build. soffice re-execs itself when starting
 for the first time after an upgrade to a new version (including just a
 build after a fresh pull, I guess), and this is how it shows up in gdb.
 As you noticed, just continue.

Ah, ok, thanks for this.

 
 
 warn:legacy.osl:25772:1:desktop/source/deployment/misc/dp_platform.cxx:180:
 Extension Manager: The extension supports an unknown platform. Check the
 platform element in the description.xml
 
 Those are not related.

OK, cheers.

Alex


___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice