LinuxQuestions.org
Visit Jeremy's Blog.
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 04-14-2005, 05:30 AM   #1
sloik2000
Member
 
Registered: Jan 2004
Location: Lake Bluff, IL
Distribution: Fedora 8
Posts: 117

Rep: Reputation: 15
Kicker needs more RAM? St9bad_alloc


Hey guys.
I just upgraded to KDE, and a few days ago, just out of the blue, the KDE kicker stopped working with this in the terminal:
Code:
[hayden@mcafee ~]$ terminate called after throwing an instance of 'std::bad_alloc'
  what():  St9bad_alloc
kicker: crashHandler called
KCrash: Application 'kicker' crashing...
terminate called after throwing an instance of 'std::bad_alloc'
  what():  St9bad_alloc
I found this URL, and I think it may explain the situation. URL
I just want to make sure it is a RAM problem before getting more RAM. I currently have 386 mb I believe, of RAM. And if it is a RAM problem, why wasn't it happening before?

Thanks,
-Sloik
 
Old 04-14-2005, 06:11 AM   #2
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Memory leaks.. or did you start running more services or applications.. ? "My car stopped working today, but it worked yesterday?" Could be anything really..
 
Old 04-14-2005, 02:31 PM   #3
sloik2000
Member
 
Registered: Jan 2004
Location: Lake Bluff, IL
Distribution: Fedora 8
Posts: 117

Original Poster
Rep: Reputation: 15
No, not that I know of
Well, If it is memory leaks, how could I fix them? Do I need new RAM?
Thanks for the reply,
-Sloik

{EDIT} I just logged in to my sister's account, and her kicker works! So it's only me I guess. Well, here's the backtrace to the crash thing that comes up after it crashes.
Code:
Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1231096128 (LWP 6513)]
[KCrash handler]
#4  0xb7fe87a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#5  0xb6b617d5 in raise () from /lib/tls/libc.so.6
#6  0xb6b63149 in abort () from /lib/tls/libc.so.6
#7  0xb6d2eb0b in __gnu_cxx::__verbose_terminate_handler ()
   from /usr/lib/libstdc++.so.6
#8  0xb6d2c821 in __cxa_call_unexpected () from /usr/lib/libstdc++.so.6
#9  0xb6d2c856 in std::terminate () from /usr/lib/libstdc++.so.6
#10 0xb6d2c99f in __cxa_throw () from /usr/lib/libstdc++.so.6
#11 0xb6d2cdec in operator new () from /usr/lib/libstdc++.so.6
#12 0xb6d2ce89 in operator new[] () from /usr/lib/libstdc++.so.6
#13 0xb73db07e in QString::setLength () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#14 0xb73e3519 in operator>> () from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#15 0xb6560842 in kdemain () from /usr/lib/kde3/klipper_panelapplet.so
#16 0xb656155b in kdemain () from /usr/lib/kde3/klipper_panelapplet.so
#17 0xb6562e29 in kdemain () from /usr/lib/kde3/klipper_panelapplet.so
#18 0xb655cd2e in ?? () from /usr/lib/kde3/klipper_panelapplet.so
#19 0x08220a78 in ?? ()
#20 0x08215938 in ?? ()
#21 0x08220bc8 in ?? ()
#22 0x00000001 in ?? ()
#23 0xb6573776 in typeinfo name for KAboutApplication ()
   from /usr/lib/kde3/klipper_panelapplet.so
#24 0xb6c61800 in __malloc_initialize_hook () from /lib/tls/libc.so.6
#25 0x0000014c in ?? ()
#26 0xb6d4de6c in ?? () from /usr/lib/libstdc++.so.6
#27 0x0000014c in ?? ()
#28 0x08215938 in ?? ()
#29 0xbfffe368 in ?? ()
#30 0x08220a78 in ?? ()
#31 0x082158d0 in ?? ()
#32 0x08215938 in ?? ()
#33 0xbfffe368 in ?? ()
#34 0xb7142eed in QWidget::setBackgroundMode ()
   from /usr/lib/qt-3.3/lib/libqt-mt.so.3
#35 0xb655ce2a in ?? () from /usr/lib/kde3/klipper_panelapplet.so
#36 0x08220a78 in ?? ()
#37 0x08215938 in ?? ()
#38 0x00000000 in ?? ()
Also, on the Crash popup, it states that "The application KDE Panel (kicker) crashed and caused the signal 6 (SIGABRT)."
Help!

Last edited by sloik2000; 04-14-2005 at 06:13 PM.
 
Old 04-15-2005, 08:13 PM   #4
sloik2000
Member
 
Registered: Jan 2004
Location: Lake Bluff, IL
Distribution: Fedora 8
Posts: 117

Original Poster
Rep: Reputation: 15
How can I just reinstall kicker? This is getting extremely annoying!
Please Help!
-Sloik
 
Old 05-09-2005, 12:33 PM   #5
GrzegorzD
LQ Newbie
 
Registered: May 2005
Distribution: Fedora3
Posts: 1

Rep: Reputation: 0
Cool Re: Kicker needs more RAM? St9bad_alloc

Just delete file history.lst located in ~/.kde/share/apps/kicker and kicker will work - for some weeks.
I don't think it has somthing to do with memory leaks - in my machine kicker "plays dead" even just after reset - it must be very fast memory leak
 
Old 05-10-2005, 11:49 AM   #6
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
It looks like a bug in KDE: probably not checking the length of a string or list before trying to load it.
 
  


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
RAM: Does linux require as much ram as Windows XP? hanzj Linux - Newbie 48 04-18-2007 12:14 AM
Win98SE Pentium166MMX/64MB RAM vs Linux AthlonXP+ 3000/512MB RAM : Lucent LT WinModem t3gah Linux - Software 2 04-22-2005 01:01 PM
edit kicker rksprst Mandriva 8 01-08-2005 11:47 PM
kicker noobtesting Mandriva 5 06-22-2004 11:32 PM
Kicker help rmartine Linux - Software 4 06-01-2003 08:46 PM

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

All times are GMT -5. The time now is 08:30 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