#1313 closed defect (fixed)
centos 6.x proxy servers can spin consuming 100% cpu
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | platforms | Version: | trunk |
Keywords: | centos6 proxy 100% cpu | Cc: |
Description
Started as #1311, hit r13776 and now this.
- start a server
- start a proxy server
- connect the client via the proxy
- disconnect the client: proxy goes to 100% cpu every time
- stop the proxy: server may also go to 100% cpu
Strangely reminiscent of #215 and #251. (http://winswitch.org/trac/ticket/90)
This only affects Python 2.6 (centos6 but not centos7), I'm not sure this is easily fixable if the bug is in the python package.
Change History (3)
comment:1 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 5 years ago by
Summary: | centos 6.x servers can spin consuming 100% cpu → centos 6.x proxy servers can spin consuming 100% cpu |
---|
comment:3 Changed 3 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1313
Note: See
TracTickets for help on using
tickets.
Fixed in r13778, we just cannot SIGCHLD on python 2.6: http://bugs.python.org/issue9127. (Python bug never fixed in 2.6)