From 2ef3733f218e8aee3148304f124f9d99218c173a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 31 Jul 2014 19:16:32 +0200 Subject: [PATCH] Update BUGS/TODO --- doc/BUGS | 3 +++ doc/TODO | 1 + 2 files changed, 4 insertions(+) diff --git a/doc/BUGS b/doc/BUGS index 4ae71a9ce..9ba281b00 100644 --- a/doc/BUGS +++ b/doc/BUGS @@ -58,6 +58,9 @@ Crashes - Shutdown is still flaky. (see notes) - Segfault on subsonic when clicking next track - Assertion failure on subsonic with debug build +- Hang in logging.shutdown when quitting if started via a .bat file on Windows + (if we deactivate the atexit hook, hang in threading._shutdown). + However, only the MainThread is active when doing sys.exit. Qt warnings ----------- diff --git a/doc/TODO b/doc/TODO index 5b6c85268..a98c3d306 100644 --- a/doc/TODO +++ b/doc/TODO @@ -105,6 +105,7 @@ Improvements / minor features - Add FIFOHandler based on asyncio if it's available - Lazy tab loading - Add command shortcuts to command completion +- Add commandline option to not spawn any windows (for testing) hints -----