Vino-server takes 90% of cpu when only listening for incoming connections
Bug #31037 reported by
Michiel
This bug affects 59 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Avahi |
New
|
Unknown
|
|||
vino |
Fix Released
|
High
|
|||
Baltix |
New
|
Undecided
|
Unassigned | ||
vino (Ubuntu) |
Fix Released
|
High
|
Rodrigo Moya |
Bug Description
The load of Vino-server becomes about 90 % of the cpu. It goes as far as 99% of total cpu usage. A simple "killall vino-server" reduces cpu load to 5-10 %. I have no idea why vino-server takes that much of cpu. I didn't make any connection to it. It just happens after a while.
Related branches
lp://staging/~rodrigo-moya/ubuntu/natty/vino/fix-31037
- Ubuntu Desktop: Pending requested
-
Diff: 41 lines (+21/-0)3 files modifieddebian/changelog (+7/-0)
debian/patches/03_exit-when-disabled.patch (+13/-0)
debian/patches/series (+1/-0)
Changed in vino: | |
status: | Needs Info → Confirmed |
Changed in vino: | |
status: | In Progress → Fix Released |
Changed in vino (Ubuntu): | |
milestone: | ubuntu-6.06 → none |
Changed in vino (Ubuntu): | |
status: | New → Confirmed |
Changed in vino (Ubuntu): | |
assignee: | Ubuntu Desktop Bugs (desktop-bugs) → nobody |
status: | Confirmed → Fix Released |
Changed in vino: | |
importance: | Unknown → High |
Changed in avahi: | |
status: | Unknown → New |
description: | updated |
no longer affects: | vino (Ubuntu Lucid) |
Thanks for your bug. What version of Ubuntu do you use? Could you get a backtrace when that happens again:
- gdb $(pidof vino-server)
(gdb) thread apply all bt
Does it happen often?