On Thu, 2003-11-27 at 19:02, Fernando Fernandez wrote: > ok the story is this i tried running synaptic and it wouldn't launch. so > i tried: > > [darksyntax@6535137hfc181 darksyntax]$ su > Password: > [root@6535137hfc181 darksyntax]# apt-get install xpaint > Segmentation fault > [root@6535137hfc181 darksyntax]# > > whats wrong? how do i fix it? Please run it like this: # gdb apt-get (gdb) run install xpaint ..and if/when it dies with the segmentation fault give 'bt' command to gdb and send the output here or to me directly, that'll give a better idea where it crashes and why. Possibly it's a corrupted rpmdb or apt cache but in any case it shouldn't segfault... - Panu -