Re: [Libreoffice] segfault in sc

2011-10-12 Thread Michael Stahl
On 12/10/11 10:41, Caolán McNamara wrote: Personally, I think this crasher is some "didn't get rebuilt when it should have" problem. C. i got this the first time i built LO on the new laptop, so that is unlikely. then i commented out the calc test, and the smoketest also fails because soffi

Re: [Libreoffice] segfault in sc

2011-10-12 Thread Caolán McNamara
Personally, I think this crasher is some "didn't get rebuilt when it should have" problem. C. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] segfault in sc

2011-10-11 Thread julien2412
Impossible to achieve the compilation part after a git update. First a pb in autodoc (resolved by make clean && make && deliver in cosv part), then in xmloff (resolved) then sfx2. I haven't understood the pb for this last one (a float exception on a file in workdir). So make clean && ./g pull -r &&

Re: [Libreoffice] segfault in sc

2011-10-11 Thread julien2412
Thank you David for this patch that i'll be able to test only tonight (after job time :-) ). Perhaps it's obvious but why not commit and push this patch directly on master if it's useful ? Would I be the only one too to have the error : UcbContentProviderProxy::getContentProvider - No provider for

Re: [Libreoffice] segfault in sc

2011-10-11 Thread Michael Meeks
Hi Julien, On Mon, 2011-10-10 at 23:57 +0200, Julien Nabet wrote: > - cd sc > - export GDBCPPUNITTRACE="gdb --args" > - make -sr > - break app.cxx:309 > - run > - break __cxa_throw Some great traces :-) We don't want the break __cxa_throw there really though - just step through t

Re: [Libreoffice] segfault in sc

2011-10-10 Thread David Tardon
On Sun, Oct 09, 2011 at 02:19:02PM -0700, julien2412 wrote: > Hello, > > In sc, if i run make -sr, I've got this : > Error: UcbContentProviderProxy::getContentProvider - No provider for > 'com.sun.star.help.XMLHelp. From File > /home/maryline/compile-libreoffice/libo/ucb/source/core/provprox.cxx a

Re: [Libreoffice] segfault in sc

2011-10-10 Thread Markus Mohrhard
Hello Julien, 2011/10/10 Julien Nabet : > Le 10/10/2011 21:56, Michael Meeks a écrit : >> >> Hi Julien, >> >> On Mon, 2011-10-10 at 20:01 +0200, Julien Nabet wrote: >>> >>> In fact, I used make debug=true for the test but it was useless since I >>> compile the whole repo in debug (my autogen.lastr

Re: [Libreoffice] segfault in sc

2011-10-10 Thread Julien Nabet
Le 10/10/2011 21:56, Michael Meeks a écrit : Hi Julien, On Mon, 2011-10-10 at 20:01 +0200, Julien Nabet wrote: In fact, I used make debug=true for the test but it was useless since I compile the whole repo in debug (my autogen.lastrun includes these lines : Nice :-) well that means we

Re: [Libreoffice] segfault in sc

2011-10-10 Thread Michael Meeks
Hi Julien, On Mon, 2011-10-10 at 20:01 +0200, Julien Nabet wrote: > In fact, I used make debug=true for the test but it was useless since I > compile the whole repo in debug (my autogen.lastrun includes these lines : Nice :-) well that means we get wonderful debugging symbols with string

Re: [Libreoffice] segfault in sc

2011-10-10 Thread Julien Nabet
Le 10/10/2011 13:27, Michael Meeks a écrit : On Sun, 2011-10-09 at 22:46 -0700, julien2412 wrote: ... Secondly Julien - your build is with debug=true - that can change behaviour, but of course we should chase down those changed behaviours and try to work out which is causing the grief [ a

Re: [Libreoffice] segfault in sc

2011-10-10 Thread Michael Meeks
On Sun, 2011-10-09 at 22:46 -0700, julien2412 wrote: > Thank you Markus for having put the bt that I gave you in pastebin. :-) > Marc-Andre, when I read the Markus message this morning, I thought exactly > the same thing, so here it is : > http://pastebin.com/gTHqax6r Interestin

Re: [Libreoffice] segfault in sc

2011-10-09 Thread julien2412
Hello, Thank you Markus for having put the bt that I gave you in pastebin. Marc-Andre, when I read the Markus message this morning, I thought exactly the same thing, so here it is : http://pastebin.com/gTHqax6r Julien. -- View this message in context: http://nabble.documentfoundation.org/segfa

Re: [Libreoffice] segfault in sc

2011-10-09 Thread Marc-André Laverdière
Hello, Would you please run in Valgrind and give the output? (I think) you just need to /bin/sh source ./Env.Host.sh export VALGRIND=memcheck cd sc make -sr The output would be in workdir/unxlngi6.pro/CppunitTest/ Marc-André Laverdière Software Security Scientist Innovation Labs, Tata Consultan

Re: [Libreoffice] segfault in sc

2011-10-09 Thread Markus Mohrhard
Hello Julien, 2011/10/9 julien2412 : > Hello, > > In sc, if i run make -sr, I've got this : > Error: UcbContentProviderProxy::getContentProvider - No provider for > 'com.sun.star.help.XMLHelp. From File > /home/maryline/compile-libreoffice/libo/ucb/source/core/provprox.cxx at Line > 400 > Error: U

[Libreoffice] segfault in sc

2011-10-09 Thread julien2412
Hello, In sc, if i run make -sr, I've got this : Error: UcbContentProviderProxy::getContentProvider - No provider for 'com.sun.star.help.XMLHelp. From File /home/maryline/compile-libreoffice/libo/ucb/source/core/provprox.cxx at Line 400 Error: UcbContentProviderProxy::getContentProvider - No provi