[Windows] Syncdaemon freezes if the tunnel process can't be found
Bug #965897 reported by
Alejandro J. Cura
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Ubuntu One Client | Status tracked in Trunk | |||||
Stable-3-0 |
Fix Released
|
Undecided
|
Unassigned | |||
Trunk |
Fix Released
|
High
|
Alejandro J. Cura |
Bug Description
No error shows on the logs; syncdaemon just starts but does not initialize the ipc listener nor starts connecting.
Related branches
lp://staging/~alecu/ubuntuone-client/fix-tunnel-runner-windows
- Brian Curtin (community): Approve
- Diego Sarmentero (community): Approve
- Natalia Bidart (community): Approve
-
Diff: 32 lines (+11/-0)2 files modifiedtests/syncdaemon/test_tunnel_runner.py (+8/-0)
ubuntuone/syncdaemon/tunnel_runner.py (+3/-0)
lp://staging/~nataliabidart/ubuntuone-client/stable-3-0-update-2.99.91.1
- Manuel de la Peña (community): Approve
- Roberto Alsina (community): Approve
-
Diff: 235 lines (+114/-8)6 files modifiedtests/platform/windows/test_os_helper.py (+8/-0)
tests/proxy/test_tunnel_server.py (+30/-0)
tests/syncdaemon/test_tunnel_runner.py (+55/-2)
ubuntuone/platform/windows/os_helper.py (+6/-2)
ubuntuone/proxy/tunnel_server.py (+2/-3)
ubuntuone/syncdaemon/tunnel_runner.py (+13/-1)
lp://staging/~nataliabidart/ubuntuone-client/stable-3-0-update-2.99.92
- Alejandro J. Cura (community): Approve
-
Diff: 557 lines (+194/-26)19 files modifiedbin/u1sdtool (+7/-1)
tests/platform/linux/test_notification.py (+6/-6)
tests/platform/test_external_interface.py (+2/-0)
tests/platform/test_tools.py (+29/-5)
tests/proxy/test_tunnel_server.py (+33/-0)
tests/syncdaemon/test_interaction_interfaces.py (+18/-0)
tests/syncdaemon/test_tunnel_runner.py (+9/-0)
tests/syncdaemon/test_vm.py (+27/-0)
ubuntuone/platform/linux/dbus_interface.py (+4/-0)
ubuntuone/platform/linux/notification.py (+1/-1)
ubuntuone/platform/tools/__init__.py (+11/-7)
ubuntuone/platform/tools/windows.py (+1/-0)
ubuntuone/platform/windows/ipc.py (+5/-0)
ubuntuone/platform/windows/ipc_client.py (+9/-1)
ubuntuone/proxy/tunnel_server.py (+10/-2)
ubuntuone/syncdaemon/event_queue.py (+1/-1)
ubuntuone/syncdaemon/interaction_interfaces.py (+11/-0)
ubuntuone/syncdaemon/tunnel_runner.py (+7/-2)
ubuntuone/syncdaemon/volume_manager.py (+3/-0)
Changed in ubuntuone-client: | |
status: | Triaged → Fix Committed |
To post a comment you must log in.