Zim

Activity log for bug #1681200

Date Who What changed Old value New value Message
2017-04-09 10:24:42 NeLaS bug added bug
2017-04-09 11:14:10 NeLaS description Hi! I just tried this snapshot, reporting what happened. After installing the snapshot, I restarted Zim. It opened normally and indexed (much faster!). I explored the new tasklist sidebar and date notation, until I noticed some extra tasks on the list. Clicking on them opened an empty calendar page "Week #NUMBER (1)" (I use Weeks for the Journal plugin), which do not exist. The existing calendar pages "Week #NUMBER" actually had these extra tasks. They were marked as done in the checkbox, all had !!! and some had due dates others not. Since the tasks are linked to an empty page, I cannot clear them from the list. It looks like an indexing issue, but I'm not sure what could trigger it. I tried removing the Zim's cache directory, but after restarting Zim crashes. I can't get it to start. Here is a zim -D output: $ zim -D INFO: This is zim 0.65 DEBUG: Python version is sys.version_info(major=2, minor=7, micro=12, releaselevel='final', serial=0) DEBUG: Platform is posix DEBUG: No bzr version-info found DEBUG: Not running from a source dir DEBUG: Set XDG_DATA_HOME to /home/nelas/.local/share DEBUG: Set XDG_DATA_DIRS to [<Dir: /usr/share/gnome>, <Dir: /usr/local/share>, <Dir: /usr/share>, <Dir: /var/lib/snapd/desktop>] DEBUG: Set XDG_CONFIG_HOME to /home/nelas/.config DEBUG: Set XDG_CONFIG_DIRS to [<Dir: /etc/xdg/xdg-gnome>, <Dir: /etc/xdg>] DEBUG: Set XDG_CACHE_HOME to /home/nelas/.cache DEBUG: Got error in dispatch: Error while connecting DEBUG: Registered object line WARNING: Could not find all icon sizes for the application icon DEBUG: Starting primary process Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 101, in _listener_thread_main l = Listener(SERVER_ADDRESS, SERVER_ADDRESS_FAMILY) File "/usr/lib/python2.7/multiprocessing/connection.py", line 132, in __init__ self._listener = SocketListener(address, family, backlog) File "/usr/lib/python2.7/multiprocessing/connection.py", line 256, in __init__ self._socket.bind(address) File "/usr/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 98] Address already in use ERROR: Exception in main() Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 741, in main ZIM_APPLICATION.run(*argv[1:]) File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 550, in run self._run_cmd(cmd, args) # test seam File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 572, in _run_cmd self._run_main_loop(cmd) File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 593, in _run_main_loop _ipc_start_listening(self.run) File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 97, in start_listening raise AssertionError, 'Listener did not start' AssertionError: Listener did not start DEBUG: Running ErrorDialog The dialog that pops up says: This is zim 0.65 Platform: posix Locale: en_US UTF-8 FS encoding: UTF-8 Python: (2, 7, 12, 'final', 0) Gtk: (2, 24, 30) Pygtk: (2, 24, 0) No bzr version-info found ======= Traceback ======= File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 741, in main ZIM_APPLICATION.run(*argv[1:]) File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 550, in run self._run_cmd(cmd, args) # test seam File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 572, in _run_cmd self._run_main_loop(cmd) File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 593, in _run_main_loop _ipc_start_listening(self.run) File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 97, in start_listening raise AssertionError, 'Listener did not start' AssertionError: Listener did not start If you need more info to debug, I'm happy to provide! Hi! I just tried this snapshot, reporting what happened. After installing the snapshot, I restarted Zim. It opened normally and indexed (much faster!). I explored the new tasklist sidebar and date notation, until I noticed some extra tasks on the list. Clicking on them opened an empty calendar page "Week #NUMBER (1)" (I use Weeks for the Journal plugin), which do not exist. The existing calendar pages "Week #NUMBER" actually had these extra tasks. They were marked as done in the checkbox, all had !!! and some had due dates others not. Since the tasks are linked to an empty page, I cannot clear them from the list. It looks like an indexing issue, but I'm not sure what could trigger it. I tried removing the Zim's cache directory, but after restarting Zim crashes. I can't get it to start. Here is a zim -D output: [EDITED: after system restart, Zim is not crashing at startup anymore. The tasklist issue above remains] $ zim -D INFO: This is zim 0.65 DEBUG: Python version is sys.version_info(major=2, minor=7, micro=12, releaselevel='final', serial=0) DEBUG: Platform is posix DEBUG: No bzr version-info found DEBUG: Not running from a source dir DEBUG: Set XDG_DATA_HOME to /home/nelas/.local/share DEBUG: Set XDG_DATA_DIRS to [<Dir: /usr/share/gnome>, <Dir: /usr/local/share>, <Dir: /usr/share>, <Dir: /var/lib/snapd/desktop>] DEBUG: Set XDG_CONFIG_HOME to /home/nelas/.config DEBUG: Set XDG_CONFIG_DIRS to [<Dir: /etc/xdg/xdg-gnome>, <Dir: /etc/xdg>] DEBUG: Set XDG_CACHE_HOME to /home/nelas/.cache DEBUG: Got error in dispatch: Error while connecting DEBUG: Registered object line WARNING: Could not find all icon sizes for the application icon DEBUG: Starting primary process Exception in thread Thread-1: Traceback (most recent call last):   File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner     self.run()   File "/usr/lib/python2.7/threading.py", line 754, in run     self.__target(*self.__args, **self.__kwargs)   File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 101, in _listener_thread_main     l = Listener(SERVER_ADDRESS, SERVER_ADDRESS_FAMILY)   File "/usr/lib/python2.7/multiprocessing/connection.py", line 132, in __init__     self._listener = SocketListener(address, family, backlog)   File "/usr/lib/python2.7/multiprocessing/connection.py", line 256, in __init__     self._socket.bind(address)   File "/usr/lib/python2.7/socket.py", line 228, in meth     return getattr(self._sock,name)(*args) error: [Errno 98] Address already in use ERROR: Exception in main() Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 741, in main     ZIM_APPLICATION.run(*argv[1:])   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 550, in run     self._run_cmd(cmd, args) # test seam   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 572, in _run_cmd     self._run_main_loop(cmd)   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 593, in _run_main_loop     _ipc_start_listening(self.run)   File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 97, in start_listening     raise AssertionError, 'Listener did not start' AssertionError: Listener did not start DEBUG: Running ErrorDialog The dialog that pops up says: This is zim 0.65 Platform: posix Locale: en_US UTF-8 FS encoding: UTF-8 Python: (2, 7, 12, 'final', 0) Gtk: (2, 24, 30) Pygtk: (2, 24, 0) No bzr version-info found ======= Traceback =======   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 741, in main     ZIM_APPLICATION.run(*argv[1:])   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 550, in run     self._run_cmd(cmd, args) # test seam   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 572, in _run_cmd     self._run_main_loop(cmd)   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 593, in _run_main_loop     _ipc_start_listening(self.run)   File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 97, in start_listening     raise AssertionError, 'Listener did not start' AssertionError: Listener did not start If you need more info to debug, I'm happy to provide!
2017-04-09 11:14:45 NeLaS description Hi! I just tried this snapshot, reporting what happened. After installing the snapshot, I restarted Zim. It opened normally and indexed (much faster!). I explored the new tasklist sidebar and date notation, until I noticed some extra tasks on the list. Clicking on them opened an empty calendar page "Week #NUMBER (1)" (I use Weeks for the Journal plugin), which do not exist. The existing calendar pages "Week #NUMBER" actually had these extra tasks. They were marked as done in the checkbox, all had !!! and some had due dates others not. Since the tasks are linked to an empty page, I cannot clear them from the list. It looks like an indexing issue, but I'm not sure what could trigger it. I tried removing the Zim's cache directory, but after restarting Zim crashes. I can't get it to start. Here is a zim -D output: [EDITED: after system restart, Zim is not crashing at startup anymore. The tasklist issue above remains] $ zim -D INFO: This is zim 0.65 DEBUG: Python version is sys.version_info(major=2, minor=7, micro=12, releaselevel='final', serial=0) DEBUG: Platform is posix DEBUG: No bzr version-info found DEBUG: Not running from a source dir DEBUG: Set XDG_DATA_HOME to /home/nelas/.local/share DEBUG: Set XDG_DATA_DIRS to [<Dir: /usr/share/gnome>, <Dir: /usr/local/share>, <Dir: /usr/share>, <Dir: /var/lib/snapd/desktop>] DEBUG: Set XDG_CONFIG_HOME to /home/nelas/.config DEBUG: Set XDG_CONFIG_DIRS to [<Dir: /etc/xdg/xdg-gnome>, <Dir: /etc/xdg>] DEBUG: Set XDG_CACHE_HOME to /home/nelas/.cache DEBUG: Got error in dispatch: Error while connecting DEBUG: Registered object line WARNING: Could not find all icon sizes for the application icon DEBUG: Starting primary process Exception in thread Thread-1: Traceback (most recent call last):   File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner     self.run()   File "/usr/lib/python2.7/threading.py", line 754, in run     self.__target(*self.__args, **self.__kwargs)   File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 101, in _listener_thread_main     l = Listener(SERVER_ADDRESS, SERVER_ADDRESS_FAMILY)   File "/usr/lib/python2.7/multiprocessing/connection.py", line 132, in __init__     self._listener = SocketListener(address, family, backlog)   File "/usr/lib/python2.7/multiprocessing/connection.py", line 256, in __init__     self._socket.bind(address)   File "/usr/lib/python2.7/socket.py", line 228, in meth     return getattr(self._sock,name)(*args) error: [Errno 98] Address already in use ERROR: Exception in main() Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 741, in main     ZIM_APPLICATION.run(*argv[1:])   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 550, in run     self._run_cmd(cmd, args) # test seam   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 572, in _run_cmd     self._run_main_loop(cmd)   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 593, in _run_main_loop     _ipc_start_listening(self.run)   File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 97, in start_listening     raise AssertionError, 'Listener did not start' AssertionError: Listener did not start DEBUG: Running ErrorDialog The dialog that pops up says: This is zim 0.65 Platform: posix Locale: en_US UTF-8 FS encoding: UTF-8 Python: (2, 7, 12, 'final', 0) Gtk: (2, 24, 30) Pygtk: (2, 24, 0) No bzr version-info found ======= Traceback =======   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 741, in main     ZIM_APPLICATION.run(*argv[1:])   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 550, in run     self._run_cmd(cmd, args) # test seam   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 572, in _run_cmd     self._run_main_loop(cmd)   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 593, in _run_main_loop     _ipc_start_listening(self.run)   File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 97, in start_listening     raise AssertionError, 'Listener did not start' AssertionError: Listener did not start If you need more info to debug, I'm happy to provide! Hi! I just tried this snapshot, reporting what happened. After installing the snapshot, I restarted Zim. It opened normally and indexed (much faster!). I explored the new tasklist sidebar and date notation, until I noticed some extra tasks on the list. Clicking on them opened an empty calendar page "Week #NUMBER (1)" (I use Weeks for the Journal plugin), which do not exist. The existing calendar pages "Week #NUMBER" actually had these extra tasks. They were marked as done in the checkbox, all had !!! and some had due dates others not. Since the tasks are linked to an empty page, I cannot clear them from the list. It looks like an indexing issue, but I'm not sure what could trigger it. I tried removing the Zim's cache directory, but after restarting Zim crashes. I can't get it to start. Here is a zim -D output: $ zim -D INFO: This is zim 0.65 DEBUG: Python version is sys.version_info(major=2, minor=7, micro=12, releaselevel='final', serial=0) DEBUG: Platform is posix DEBUG: No bzr version-info found DEBUG: Not running from a source dir DEBUG: Set XDG_DATA_HOME to /home/nelas/.local/share DEBUG: Set XDG_DATA_DIRS to [<Dir: /usr/share/gnome>, <Dir: /usr/local/share>, <Dir: /usr/share>, <Dir: /var/lib/snapd/desktop>] DEBUG: Set XDG_CONFIG_HOME to /home/nelas/.config DEBUG: Set XDG_CONFIG_DIRS to [<Dir: /etc/xdg/xdg-gnome>, <Dir: /etc/xdg>] DEBUG: Set XDG_CACHE_HOME to /home/nelas/.cache DEBUG: Got error in dispatch: Error while connecting DEBUG: Registered object line WARNING: Could not find all icon sizes for the application icon DEBUG: Starting primary process Exception in thread Thread-1: Traceback (most recent call last):   File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner     self.run()   File "/usr/lib/python2.7/threading.py", line 754, in run     self.__target(*self.__args, **self.__kwargs)   File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 101, in _listener_thread_main     l = Listener(SERVER_ADDRESS, SERVER_ADDRESS_FAMILY)   File "/usr/lib/python2.7/multiprocessing/connection.py", line 132, in __init__     self._listener = SocketListener(address, family, backlog)   File "/usr/lib/python2.7/multiprocessing/connection.py", line 256, in __init__     self._socket.bind(address)   File "/usr/lib/python2.7/socket.py", line 228, in meth     return getattr(self._sock,name)(*args) error: [Errno 98] Address already in use ERROR: Exception in main() Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 741, in main     ZIM_APPLICATION.run(*argv[1:])   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 550, in run     self._run_cmd(cmd, args) # test seam   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 572, in _run_cmd     self._run_main_loop(cmd)   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 593, in _run_main_loop     _ipc_start_listening(self.run)   File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 97, in start_listening     raise AssertionError, 'Listener did not start' AssertionError: Listener did not start DEBUG: Running ErrorDialog The dialog that pops up says: This is zim 0.65 Platform: posix Locale: en_US UTF-8 FS encoding: UTF-8 Python: (2, 7, 12, 'final', 0) Gtk: (2, 24, 30) Pygtk: (2, 24, 0) No bzr version-info found ======= Traceback =======   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 741, in main     ZIM_APPLICATION.run(*argv[1:])   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 550, in run     self._run_cmd(cmd, args) # test seam   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 572, in _run_cmd     self._run_main_loop(cmd)   File "/usr/lib/python2.7/dist-packages/zim/main/__init__.py", line 593, in _run_main_loop     _ipc_start_listening(self.run)   File "/usr/lib/python2.7/dist-packages/zim/main/ipc.py", line 97, in start_listening     raise AssertionError, 'Listener did not start' AssertionError: Listener did not start If you need more info to debug, I'm happy to provide!
2017-04-12 11:58:23 sojusnik bug added subscriber sojusnik
2017-04-19 22:55:40 NeLaS attachment added Screenshot from 2017-04-20 00-51-56.png https://bugs.launchpad.net/zim/+bug/1681200/+attachment/4865218/+files/Screenshot%20from%202017-04-20%2000-51-56.png
2017-04-20 08:23:20 Siana Blackwood attachment added crash.txt https://bugs.launchpad.net/zim/+bug/1681200/+attachment/4865395/+files/crash.txt
2017-04-23 05:50:42 Jaap Karssenberg zim: status New Confirmed
2017-04-24 15:06:47 2l00Z bug added subscriber 2l00Z
2017-05-02 08:08:33 Jaap Karssenberg bug watch added https://github.com/jaap-karssenberg/zim-desktop-wiki/issues/7
2017-05-07 18:52:01 Jaap Karssenberg zim: status Confirmed Fix Committed