LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-16-2007, 11:12 PM   #1
PeteD
LQ Newbie
 
Registered: Feb 2007
Posts: 11

Rep: Reputation: 0
aptitude dies with SIGABRT


Hi all

I have previously used aptitude on my Debian machine with no problems.

But lately I get this:

$ su
Password:
# aptitude
Ouch! Got SIGABRT, dying..
Aborted



It looks bad (SIGABRT looks to novice me like it just aborted, which sounds severe).

Any ideas where to look for solutions? (I have managed to survive using kpackage while this problem has persisted.)

P.
 
Old 10-18-2007, 08:33 AM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
And what version of Debian are you running ?
Etch, Lenny, Sid, Stable, testing, unstable ? cat /etc/apt/sources.list

What version if aptitude is installed on your machine ? apt-cache policy aptitude
 
Old 10-18-2007, 05:30 PM   #3
PeteD
LQ Newbie
 
Registered: Feb 2007
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks for the reply:

> And what version of Debian are you running ?
> Etch, Lenny, Sid, Stable, testing, unstable ?
> cat /etc/apt/sources.list

$ cat /etc/apt/sources.list
# Line commented out by installer because it failed to verify:
deb http://security.debian.org/ etch/updates main contrib
# Line commented out by installer because it failed to verify:
#deb-src http://security.debian.org/ etch/updates main contrib

deb ftp://ftp.sci.usq.edu.au/debian etch main

# Suggested for Debian R upgrades by:
deb http://mirror.aarnet.edu.au/pub/CRAN/bin/linux/debian stable/


> What version if aptitude is installed on your machine ?
> apt-cache policy aptitude

$ apt-cache policy aptitude
aptitude:
Installed: 0.4.4-4
Candidate: 0.4.4-4
Version table:
*** 0.4.4-4 0
500 ftp://ftp.sci.usq.edu.au etch/main Packages
100 /var/lib/dpkg/status


I trust this is helpful.

P.
 
Old 10-18-2007, 09:08 PM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
have you tried running aptitude with commands ? rather than just aptitude by itself to get into the curses interface ?

aptitude update
aptitude upgrade

There is a reported bug for this version and this problem..
..
http://www.mail-archive.com/debian-b...msg337165.html
 
Old 10-18-2007, 09:57 PM   #5
PeteD
LQ Newbie
 
Registered: Feb 2007
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks for your suggestion. I tried your commands:
aptitude update
aptitude upgrade

Now, many things don't work at all, such as kpackage, kontact. I use these apps all the time (I read mail and keep my calender in kontact, for example), so I'm in a bit of a pickle right now. And since neither aptitude nor kpackage (nor synaptic) actually work now, I'm not sure what to do!

That little knowledge snippet was obviously dangerous for me.

Oh well... back to my Windows machine to work till I get it fixed.

P.
 
Old 10-18-2007, 10:07 PM   #6
PeteD
LQ Newbie
 
Registered: Feb 2007
Posts: 11

Original Poster
Rep: Reputation: 0
Managed to get kontact and kpackage back. But aptitude still fails.
 
Old 10-19-2007, 07:28 AM   #7
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Your running etch.. an aptitude update / upgrade should do nothing harmful to your system. unless you've been using apt-get instead, which means you need to do an aptitude keep-all prior to the upgrade command to make sure it doesn't uninstall a bunch of stuff..


Did you read the bug report I posted the link for ?

Did you download and install the version of aptitude they recommend you try ?

Last edited by farslayer; 10-19-2007 at 07:29 AM.
 
Old 10-21-2007, 11:30 PM   #8
PeteD
LQ Newbie
 
Registered: Feb 2007
Posts: 11

Original Poster
Rep: Reputation: 0
> Your running etch.. an aptitude update / upgrade should do
> nothing harmful to your system. unless you've been using apt-get
> instead, which means you need to do an aptitude keep-all prior
> to the upgrade command to make sure it doesn't uninstall a bunch
> of stuff..

Oh; OK. better remember that.

> Did you read the bug report I posted the link for ?

Indeed.

> Did you download and install the version of aptitude they
> recommend you try ?

Yes. It was a downgrade from the version I had, and the error persists.

I think I will make do with kpackage. Thanks.

P.
 
Old 10-22-2007, 08:46 AM   #9
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Looks like they claim the bug is fixed.. if you follow the bug report thread to the end..

> aptitude (0.4.4-5~1) experimental; urgency=low
> .
> * Eliminate the crashes due to inconsistencies in the dependency
> resolver. (Closes: #420358, #420381, #420407)
 
Old 06-20-2008, 10:34 AM   #10
SpiesInOrbit
LQ Newbie
 
Registered: Jun 2008
Posts: 1

Rep: Reputation: 0
Late follow up, with possible cause

I had this issue on a little VPS I was running. It was only allocated 64MB of memory so it would hit its limit and the crap out. Once I stopped some of the major services (Bind) I was able to install with apt-get.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
KDE sounds causes artsd to crash with SIGABRT 6 x94qvi Linux - Newbie 5 02-10-2011 07:23 PM
if qemu dies, my mouse dies with it eantoranz Linux - Software 3 11-02-2007 10:30 PM
Using Aptitude SBN Ubuntu 2 10-16-2007 05:18 PM
Soundserver (artsd) crash (SIGABRT) jaykayjamiroquai Slackware 2 07-22-2006 06:12 PM
x server dies...dies...dead! aquaboot Linux - Software 2 08-28-2005 11:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration