pombreda / gevent

Automatically exported from code.google.com/p/gevent
0 stars 0 forks source link

Exiting with KeyError #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
from bottle import route, run,...
from gevent import monkey
monkey.patch_all()
run(server='gevent', port=8000, host=ELHOST)

2.
^C on terminal window

What is the expected output? What do you see instead?

Expected:

Exit without an error message.

What I see:

Bottle v0.11.dev server starting up (using GeventServer())...
Listening on http://192.168.43.129:8000/
Hit Ctrl-C to quit.

^CException KeyError: KeyError(44444432,) in <module 'threading' from 
'/usr/lib/python2.7/threading.pyc'> ignored

What version of the gevent are you using?
python-gevent 0.13.6-1ubuntu1
On what operating system?
Ubuntu 12.04
On what Python?
2.7.3
Please provide any additional information below.

The only issue appears to be the error message.

Original issue reported on code.google.com by a0a0a...@123mail.cl on 10 Sep 2012 at 2:36

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Migrated to http://github.com/SiteSupport/gevent/issues/153

Original comment by Denis.Bi...@gmail.com on 14 Sep 2012 at 10:53