On Sun, Oct 21, 2007 at 01:01:06PM +0200, BenoƮt Dejean <[EMAIL PROTECTED]> was 
heard to say:
> Package: aptitude
> Version: 0.4.6.1-1.1
> Severity: normal
> 
> In the ncurses interface, when i update, aptitue often crashes.  I
> started it within gdb: i can see that it freezes while deleting
> old/useless packages. But as i don't have debug info, the stacktrace
> is meaningless.
> 
> How i can get debug symbols for aptitute ?

  You'll have to download and compile the source with debugging symbols.

apt-get build-dep aptitude
apt-get source aptitude
cd aptitude-0.4.6.1
CXXFLAGS="-g -O0 -fno-inline" dpkg-buildpackage -rfakeroot -us -uc -b
sudo dpkg -i ../aptitude_0.4.6.1-1.1_i386.deb

  You could also just run ./configure && make, then install aptitude
in /usr/local or just run it from the build directory.

  Daniel



Reply via email to