Results 1 to 10 of 13
I've been using Linux for a day now and I'm getting this error message from Adept:
Application: Adept (adept), signal SIGABRT
(no debugging symbols found)
(no debugging symbols found)
(no ...
- 02-09-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
[SOLVED] Adept problems
I've been using Linux for a day now and I'm getting this error message from Adept:
Application: Adept (adept), signal SIGABRT
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb5e6d6c0 (LWP 6847)]
[New Thread 0xb4657b90 (LWP 6855)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#6 0xb7f3e430 in __kernel_vsyscall ()
#7 0xb66fe880 in raise () from /lib/tls/i686/cmov/libc.so.6
#8 0xb6700248 in abort () from /lib/tls/i686/cmov/libc.so.6
#9 0xb6922778 in __gnu_cxx::__verbose_terminate_handler ()
from /usr/lib/libstdc++.so.6
#10 0xb6920655 in ?? () from /usr/lib/libstdc++.so.6
#11 0xb6920692 in std::terminate () from /usr/lib/libstdc++.so.6
#12 0xb692074b in __cxa_rethrow () from /usr/lib/libstdc++.so.6
#13 0xb73b3de5 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#14 0xb73b47e2 in QMetaObject::activate () from /usr/lib/libQtCore.so.4
#15 0xb73b9db7 in ?? () from /usr/lib/libQtCore.so.4
#16 0xb73b9edc in ?? () from /usr/lib/libQtCore.so.4
#17 0xb73ae53f in QObject::event () from /usr/lib/libQtCore.so.4
#18 0xb6a8f8ec in QApplicationPrivate::notify_helper ()
from /usr/lib/libQtGui.so.4
#19 0xb6a9772e in QApplication::notify () from /usr/lib/libQtGui.so.4
#20 0xb786db2d in KApplication::notify () from /usr/lib/libkdeui.so.5
#21 0xb739ee61 in QCoreApplication::notifyInternal ()
from /usr/lib/libQtCore.so.4
#22 0xb73ccd81 in ?? () from /usr/lib/libQtCore.so.4
#23 0xb73c9520 in ?? () from /usr/lib/libQtCore.so.4
#24 0xb61e66f8 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#25 0xb61e9da3 in ?? () from /usr/lib/libglib-2.0.so.0
#26 0xb61e9f61 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#27 0xb73c9478 in QEventDispatcherGlib:
rocessEvents ()
from /usr/lib/libQtCore.so.4
#28 0xb6b29ea5 in ?? () from /usr/lib/libQtGui.so.4
#29 0xb739d52a in QEventLoop:
rocessEvents () from /usr/lib/libQtCore.so.4
#30 0xb739d6ea in QEventLoop::exec () from /usr/lib/libQtCore.so.4
#31 0xb739fda5 in QCoreApplication::exec () from /usr/lib/libQtCore.so.4
#32 0xb6a8f767 in QApplication::exec () from /usr/lib/libQtGui.so.4
#33 0x080c80c6 in ?? ()
#34 0xb66e9685 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#35 0x08095ae1 in _start ()
#0 0xb7f3e430 in __kernel_vsyscall ()
I have no idea what this is, means, or why I'm getting it. It won't let me open Adept up and I only get this massage the first time I try to open the program after starting the computer up.
I'm using Kubuntu 8.10 x86-64 and have absolutely no experience with Linux of any kind. Any help with this would be much appreciated.
- 02-10-2009 #2
Hi and Welcome !
Execute this
Does it throw any error message? Post exact error message here, if any.Code:sudo apt-get clean all sudo apt-get update
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2009 #3Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
Yes, it does give me an error.
E: Type '%' is not known on line 56 in source list /etc/apt/sources.list
- 02-10-2009 #4
Post the contents of /etc/apt/sources.list file here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2009 #5Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
mmmm... Sorry, but where do I find that?
- 02-10-2009 #6
Execute this
It will sources file in your home folder. Attach that file here.Code:cat /etc/apt/sources.list > sources.txt
Or
Open Kwrite or Kate and Navigate to / -- etc -- apt. Open sources.list file and post its contents here.Last edited by devils casper; 02-10-2009 at 04:52 AM.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2009 #7Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
It gave me this when I tried to execute...
terrah@Hikaru:~$ cat /etc/apt/sources.lst > sources.txt
cat: /etc/apt/sources.lst: No such file or directory
- 02-10-2009 #8
My mistake ! It was a typo.
Its sources.list instead of .lst.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-10-2009 #9Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
absolutely nothing happens:
terrah@Hikaru:~$ cat /etc/apt/sources.list > sources.txt
terrah@Hikaru:~$ cat /etc/apt/sources.list > sources.txt
terrah@Hikaru:~$ cat /etc/apt/sources.list > sources.txt
terrah@Hikaru:~$
- 02-10-2009 #10
Did you check the contents of sources.txt file in your home folder?
Code:cat sources.txt
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First



