File: Crash_when_disabling_syncing_in_the_webapp.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (25 lines) | stat: -rw-r--r-- 774 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
### Please describe the problem.
The watcher crashes.

I only need to restart the thread in the pop-up to get everything to work again, but I'm reporting just in case that this issue has any other implications.


### What steps will reproduce the problem?
I open the webapp and in the minutes before it starts syncing (syncing is enabled) I disable it (clicking in the 'syncing enabled' text).

This produces a crash every time.


### What version of git-annex are you using? On what operating system?
5.20140320 in Debian sid and testing


### Please provide any additional information below.
This is all I can see in the logs

[[!format sh """
Watcher crashed: PauseWatcher
[2014-03-26 08:54:57 CET] Watcher: warning Watcher crashed: PauseWatcher
"""]]

[[!tag moreinfo]]