https://bugs.freedesktop.org/show_bug.cgi?id=61627

--- Comment #12 from Michael Meeks <michael.me...@novell.com> ---
Hi Martin,

My expectation is that you'd be able to look at these issues - which (I assume)
only arrive when linking with LTO & are therefore not really LibreOffice bugs.

To get a gdb closer to the issue do:

export GDBCPPUNITTRACE="gdb --args" # for interactive debugging

And re-run the make:

cd sc; make
/home/marxin/Programming/libreoffice-lto/workdir/unxlngx6.pro/CppunitTest/sc_filters_test.test

Type 'run' in gdb - of course, and wait for the crash; then I guess it's a
matter of poking around to work out what mis-compilation / mis-optimisation
happened (?) :-)

That is assuming that this is not a side-effect of libmerged somehow - but
increasingly distros are building / shipping with that - so I don't expect huge
issues there.

HTH !

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to