Re: core dump when compiling LibreOffice ~master

2012-08-07 Thread Jean-Tiare LE BIGOT
I had the same problem. The crash is in sot_test_sot. from what I remember, there is a test throwing a RuntimeException. An important point is that It occurred to me only in Ubuntu 12.10 *alpha*. Moving back to the previous stable version "fixed" the problem. Sadly, I've not been able to find t

Re: core dump when compiling LibreOffice ~master

2012-08-07 Thread John Smith
On Tue, Aug 7, 2012 at 4:53 PM, John Smith wrote: > On Tue, Aug 7, 2012 at 3:37 PM, Caolán McNamara wrote: >> >> It's be helpful to find the core.* of the coredump and get a backtrace >> from it. >> > I was under the impression that I already attached a trace with my > first email ? Anyway, here

Re: core dump when compiling LibreOffice ~master

2012-08-07 Thread John Smith
On Tue, Aug 7, 2012 at 3:37 PM, Caolán McNamara wrote: > > It's be helpful to find the core.* of the coredump and get a backtrace > from it. > I was under the impression that I already attached a trace with my first email ? Anyway, here it is again. Regards, John Smith stacktrace.txt.gz Desc

Re: core dump when compiling LibreOffice ~master

2012-08-07 Thread Caolán McNamara
On Mon, 2012-08-06 at 14:48 +0200, John Smith wrote: > On Mon, Aug 6, 2012 at 10:22 AM, John Smith wrote: > > Hi, > > > > My configure and make lines were: > > LDFLAGS+='-fprofile-arcs' CFLAGS+='-fprofile-arcs -ftest-coverage' > > CXXFLAGS+='-fprofile-arcs -ftest-coverage' CPPFLAGS+='-fprofile-arc

Re: core dump when compiling LibreOffice ~master

2012-08-06 Thread John Smith
On Mon, Aug 6, 2012 at 10:22 AM, John Smith wrote: > Hi, > > > When I try to compile LibreOffice ~master on Linux, I get a build > failure and a core dump. > > I have attached the build_error.log and the stack trace. > > > My configure and make lines were: > LDFLAGS+='-fprofile-arcs' CFLAGS+='-fpr