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


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

Reply via email to