On Wed, Mar 15, 2006 at 03:48:03PM +0100, Richard van den Berg wrote: > Morgan Walker wrote: > > GNU gdb 6.4-debian > > Copyright 2005 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you are > > welcome to change it and/or distribute copies of it under certain > > conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > This GDB was configured as "sparc-linux-gnu"...(no debugging symbols found) > > Using host libthread_db library "/lib/libthread_db.so.1". > > > > (gdb) run --check > > Starting program: /usr/bin/aide.real --check > > warning: shared library handler failed to enable breakpoint > > File database must have one db_spec specification > > > > Program received signal SIGSEGV, Segmentation fault. > > 0x0002034c in ?? () > > > > (gdb) bt > > #0 0x0002034c in ?? () > > #1 0x0000000c in ?? () > > Previous frame identical to this frame (corrupt stack?) > > (gdb) > > So either aide.real is not build with debugging enabled, or the stack is > completely corrupted. I am not a gdb expert.. can someone else please > comment?
Debian's build processes strip binaries before building the actual packages. Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don't trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835 _______________________________________________ Aide mailing list [email protected] https://mailman.cs.tut.fi/mailman/listinfo/aide
