Michael, I don't know if this is the same issue as what opened the
thread, but I got similar output to you after a Ctrl-C.
"foo"
^C
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/command-not-found/+filebug
Please include the following information with
/mnt/c/repository$ q
^C
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/command-not-found/+filebug
Please include the following information with the report:
/mnt/c/repository$ command-not-found version: 0.3
Python version: 3.6.6 final 0
Distributor
versão de command-not-found: 0.3
Versão de Python: 3.4.0 final 0
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename:trusty
Informação de exceção:
'utf-8' codec can't encode character '\udc9b' in position 0: surrogates not
allowed
Traceback (most re
versão de command-not-found: 0.3
Versão de Python: 3.4.0 final 0
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename:trusty
Informação de exceção:
'utf-8' codec can't encode character '\udc9b' in position 0: surrogates not
allowed
Traceback (most re
dotty, this cannot be fixed with python code. As explained in comment
#25 this is a core python issue. Fortunately it seems to be fixed in
python 2.6+ (I cannot reproduce this error any more so I'm going to
close it)
** Changed in: command-not-found
Status: Incomplete => Fix Released
** Ch
This is very easily fixed by putting:
try:
import ...
except ImportError:
exit(..)
around the imports.
You can also use:
try:
crash_guard(main, BUG_REPORT_URL, __version__)
except KeyboardInterrupt:
pass
lower down to stop a Ctrl+C from creating tonnes of error messages.
I'd love
Thank you for reporting this bug to Ubuntu. Gusty reached EOL on April 18th,
2009.
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases
Please feel free to report any other bugs you may find.
** Changed in: command-not-found (Ubuntu)
Status:
The same problem:
ken...@ns8210h:~/websites/doc$ cd custom
ken...@ns8210h:~/websites/doc/custom$ t
^C
ken...@ns8210h:~/websites/doc/custom$ 'import site' failed; use -v for traceback
ken...@ns8210h:~/websites/doc/custom$ cd wTraceback (most recent call last):
File "/usr/lib/command-not-found",
This is Python Issue 3137: http://bugs.python.org/issue3137
No activity in a year. You could poke around in
http://svn.python.org/projects/python/trunk/Python/pythonrun.c. But be
careful of an incomplete fix; this happens for other module imports
also. e.g., I just got:
Traceback (most recent cal
** Also affects: command-not-found
Importance: Undecided
Status: New
** Changed in: command-not-found
Importance: Undecided => Low
** Changed in: command-not-found
Status: New => Confirmed
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.net/bugs/146864
You r
A work around would be hard, or near impossible?
On Fri, Jun 26, 2009 at 4:13 AM, Michael Vogt wrote:
> The only proper fix for this (as Zygmunt Krynicki already pointed out)
> is to write a C client that can then catch SIGINT early. The problem
> with python is that during startup we can not inst
The only proper fix for this (as Zygmunt Krynicki already pointed out)
is to write a C client that can then catch SIGINT early. The problem
with python is that during startup we can not install a SIGINT handler.
So if ctrl-c is pressed early enough, a similar error is always going to
show up (e.g.
** Changed in: command-not-found (Ubuntu)
Status: Incomplete => Triaged
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.net/bugs/146864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
Man, no fix. I'm going to brush up on my Python skills and try and
make a fix or do something with it :)
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.net/bugs/146864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
The problem is still there; I misspelled 'gqview' and hit Ctrl-C quickly
and got:
[EMAIL PROTECTED]:~/Desktop/Ce$ gqiew
[EMAIL PROTECTED]:~/Desktop/Ce$ 'import site' failed; use -v for traceback
KABOOOM!!!
Whoops, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpa
Over a year old, and no patch!
On Tue, Oct 21, 2008 at 7:13 PM, cyzen <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED]:/usr/share/doc/bash# while [ 1 ]; do "echo '2'" ;done
> bash: echo '2': command not found
> bash: echo '2': command not found
> bash: echo '2': command not found
> bash: echo '2': c
[EMAIL PROTECTED]:/usr/share/doc/bash# while [ 1 ]; do "echo '2'" ;done
bash: echo '2': command not found
bash: echo '2': command not found
bash: echo '2': command not found
bash: echo '2': command not found
bash: echo '2': command not found
bash: echo '2': command not found
bash: echo '2': comman
@ Garibaldi
In reference to your question about the bug being hardware related
(sorry for the month delay) I really don't think it's hardware related.
Given other people have been able to reproduce the problem as well as
encounter it, it shouldn't be hardware. If it was, that would be one
HELL of
$ EPS04492 # I pasted random stuff in command line. Readcted with Ctrl+C.
And then...
'import site' failed; use -v for traceback
KABOOOM!!!
Whoops, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/ubuntu/+source/command-not-found
Please include the fol
I've just entered: "lls -tlr" instead of "ls -ltr" and at once hit
CTRL+C
The result was similar like described in the thread begin:
$ lls -tlr
'import site' failed; use -v for traceback
KABOOOM!!!
Whoops, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/ub
@ikehack,
Is it some hardware related issue then?
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.net/bugs/146864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
@ Garibaldi
I don't think that would fix the problem.
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.net/bugs/146864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu
So would I just have to reinstall to fix it?
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.net/bugs/146864
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https
Well, I've posted this bug quite a few months ago and there is no fix
yet. What would be interesting if anyone has experienced this with the
Ubuntu 4.08 RC (or by tomorrow the final release)
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.net/bugs/146864
You received this bug not
I have this same issue, however the situation was a bit different. I had
a fresh install of an Ubuntu Gusty 7.10 variant (XFCE) and I simply shut
down the computer (no errors or problems) and restart the machine. On
restart, this message comes up and drops me to a root console. I cannot
start X or
Same here :
KABOOOM!!!
Whoops, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/ubuntu/+source/command-not-found
Please include the following information with the report:
No module named CommandNotFound
Traceback (most recent call last):
File "/usr/lib/com
On Gutsy, I've just replicated the symptoms using the (mis-typed)
command "sud su" - obviously sud was meant to be sudo. :)
The CLI had a think about it, I realised my mistake & hit CTRL+C to
receive:
KABOOOM!!!
Whoops, command-not-found has crashed! Please file a bug report at:
https://bugs.lau
Hm, I can not reproduce this. Running "ls -lR /" and then hitting ctrl-c
a couple of times make command-not-found not crash for me on hardy. Same
for typing in something bogus command and then hitting ctrl-c quickly.
If someone can still reproduce it, could you please add some steps here?
Thanks,
@ Marren,
Was that on the Ctrl-C method of exit?
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.net/bugs/146864
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubunt
Yup, got it too:
KABOOOM!!!
Whoops, command-not-found has crashed! Please file a bug report at:
https://bugs.launchpad.net/ubuntu/+source/command-not-found
Please include the following information with the report:
No module named CommandNotFound
Traceback (most recent call last):
File "/usr/lib
This is indeed a bug. It's annoying. I don't know any way to fix it
though. It should remain open as a reminder.
** Changed in: command-not-found (Ubuntu)
Importance: Undecided => Medium
Status: Incomplete => Confirmed
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.ne
Have just come across the same issue when typing in the wrong command
and ctrl-Cing. Would be nice to see the bug accepted/confirmed.
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.net/bugs/146864
You received this bug notification because you are a member of Ubuntu
Bugs, which
It's a python issue.
As far as I know there is no way around it in *any* python program.
That's why I wanted to write a C client. This is not fixable without
patching python.
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.net/bugs/146864
You received this bug notification becau
I did "ls -l" and it wasn't bashing out anything in the directory, it
was just hanging there. I got impatient and CTRL+C'd about 3 times, then
I got the command-not-found kaboom. Last time I checked "ls -l" is a
real command. I hope that was some help to what you were looking for.
-Mike
--
comma
Thanks for your bugreport.
Could you please describe the steps to reproduce this issue.
Thanks,
mIchael
** Changed in: command-not-found (Ubuntu)
Status: New => Incomplete
--
command-not-found crash on CTRL+C exit
https://bugs.launchpad.net/bugs/146864
You received this bug notificatio
35 matches
Mail list logo