hluk/CopyQ

Error issued at system shutdown

Open

#1.249 geöffnet am 4. Nov. 2019

Auf GitHub ansehen
 (34 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (419 Forks)batch import
Windowsbughelp wanted

Repository-Metriken

Stars
 (7.372 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17h 35m) (13 gemergte PRs in 30 T)

Beschreibung

When shutting down Windows, CopyQ issues the following message:

Command “copyq onExit”
Error: Process crashed

Upon looking at CopyQ's log, I see

Note [2019-11-01 20:03:38.534] <Server-2228>: Command “copyq --clipboard-access monitorClipboard”
Note [2019-11-01 20:03:38.534] <Server-2228>:    Error: Process crashed
Note [2019-11-01 20:03:38.534] <Server-2228>:    1. copyq --clipboard-access monitorClipboard
Note [2019-11-01 20:09:47.941] <Server-2208>: Command “copyq --clipboard-access monitorClipboard”
Note [2019-11-01 20:09:47.941] <Server-2208>:    Error: Process crashed
Note [2019-11-01 20:09:47.941] <Server-2208>:    1. copyq --clipboard-access monitorClipboard
Note [2019-11-01 20:09:48.003] <Server-2208>: Command “copyq --clipboard-access monitorClipboard”
Note [2019-11-01 20:09:48.003] <Server-2208>:    Error: Process crashed
Note [2019-11-01 20:09:48.003] <Server-2208>:    1. copyq --clipboard-access monitorClipboard
Note [2019-11-01 20:09:50.172] <Server-2208>: Command “copyq onExit”
Note [2019-11-01 20:09:50.172] <Server-2208>:    Error: Process crashed
Note [2019-11-01 20:09:50.172] <Server-2208>:    1. copyq onExit
Note [2019-11-01 20:09:50.218] <Server-2208>: Command “copyq onExit”
Note [2019-11-01 20:09:50.218] <Server-2208>:    Error: Process crashed
Note [2019-11-01 20:09:50.218] <Server-2208>:    1. copyq onExit

The system was turned off and restarted twice during that time.

It looks like one error might be happening when Windows starts (CopyQ is run on startup), and another when Windows is shut down.

I do have CopyQ syncing with an empty sync path to clear the CopyQ data between reboots (see https://github.com/hluk/CopyQ/issues/1063).

Version, OS and Environment

  • CopyQ Version v3.9.2
  • Windows 7 64-bit

Contributor Guide