File: Crash_when_disabling_syncing_in_the_webapp.mdwn

package info (click to toggle)
git-annex 10.20250721-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 74,484 kB
  • sloc: haskell: 90,982; javascript: 9,103; sh: 1,469; makefile: 213; perl: 137; ansic: 44
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]]