[Libreoffice] getting debug symbols when running build unit tests under gdb?

Noel Grandin noel at peralex.com
Wed Dec 14 07:34:58 PST 2011


Hi

This is under Ubuntu Linux.

I'm trying to track down a stack overflow in my code, and I'm having some trouble running the unit tests under GDB and
getting debugging symbols.

I'm doing
  EXPORT GDBCPPUNITTRACE="gdb --args"
then running the module build under /sc
  build
and then breaking the runaway process using
  kill -5
and then doing 'bt' in GDB

But all I get is
#110137 0x40b0ddc1 in ?? () from /home/noel/libo/solver/unxlngi6.pro/lib/libsclo.so
#110138 0x40a96883 in ?? () from /home/noel/libo/solver/unxlngi6.pro/lib/libsclo.so
#110139 0x40a6b9db in ?? () from /home/noel/libo/solver/unxlngi6.pro/lib/libsclo.so
#110140 0x40b0ddc1 in ?? () from /home/noel/libo/solver/unxlngi6.pro/lib/libsclo.so
#110141 0x40a96883 in ?? () from /home/noel/libo/solver/unxlngi6.pro/lib/libsclo.so
#110142 0x40a6b9db in ?? () from /home/noel/libo/solver/unxlngi6.pro/lib/libsclo.so
#110143 0x40b0ddc1 in ?? () from /home/noel/libo/solver/unxlngi6.pro/lib/libsclo.so

Any ideas?

Thanks, Noel Grandin


Disclaimer: http://www.peralex.com/disclaimer.html


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20111214/5ad24d08/attachment.htm>


More information about the LibreOffice mailing list