On Mon, Oct 24, 2005 at 08:28:43PM +0200, Felix Zielcke wrote: > as i said nothing useful > but i should have made this clearer on my first post :) > but now the complete gdb output except the text cut off between the ... > because it's just the same as the other lines > this is no surprise, since the executable you are running is stripped.
if you want to help, you may recompile the package yourself, by following these steps: as root: - install build-dependencies: fakeroot dpkg-dev build-essential libreadline4-dev bison - put the relevant deb-src lines in your /etc/apt/sources.list deb-src http://ftp.debian.org/debian etch main deb-src http://security.debian.org etch/updates main and apt-get update as a regular user (not root): - cd /tmp/ ; apt-get source chrony ; cd chrony-1.20 - build with DEB_BUILD_OPTIONS=nostrip dpkg-buildpackage -rfakeroot -b - install the package you just made (it's in /tmp), and rerun gdb. you can run gdb on the new executable without even installing (it's in /tmp/chrony-1.20/debian/tmp/usr/...) I hope I did not forget anything... best regards. -- g.b. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]