[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

libc6-dbg



With stable, when I do a `apt-cache show libc6' I get two different versions:

Version: 2.2.5-10
Version: 2.2.5-6

But when I do a 'apt-cache show libc6-dbg` only get one version:

Version: 2.2.5-6

I ask because I am trying to debug some inhouse software that works fine
or Red Hat and Mandrake but Segmentation faults on Debion.  In gdb it
gives me little help where the problem in:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 3076 (LWP 6149)]
0xc13fe195 in ?? ()
(gdb) where
#0  0xc13fe195 in ?? ()
Cannot access memory at address 0x1
(gdb)

even though th running program in compiled with debugger info.  So I was
going to try to link with the debugging clib and see if it tells me where
I am.
  Sven





Reply to: