Package: synaptic
Version: 0.57.5

Synap crashes without any kind of error message right after invoking it (it loads some of the gui, then bang).
Sere is short output from gdb which i could generate with my very primitive knowledge about debugging tools:

(gdb) run
Starting program: /usr/sbin/synaptic
(no debugging symbols found)
 ...
[Thread debugging using libthread_db enabled]
[New Thread -1221237056 (LWP 21642)]
(no debugging symbols found)
 ...
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1221237056 (LWP 21642)]
---Type <return> to continue, or q <return> to quit---
 *click*
0xb740e053 in strlen () from /lib/tls/libc.so.6
(gdb) bt
#0  0xb740e053 in strlen () from /lib/tls/libc.so.6
#1  0x080a79d0 in std::vector<std::string, std::allocator<std::string> >::erase ()
#2  0x08057a0e in ?? ()
#3  0xb73b4ec0 in __libc_start_main () from /lib/tls/libc.so.6
#4  0x080565e1 in ?? ()

My system:
Debian Sid
Kernel 2.6.12
libc6-2.3.5-6

Reply via email to