Package: software-properties-common
Version: 0.96.20.2-1

When trying to add a new PPA, the program freezes and has to be stopped
using Ctrl-C.

This is the output when running the program:

$ sudo add-apt-repository ppa:webupd8team/atom
 PPA for Atom text editor: https://atom.io

Now available for both 32bit and 64bit!

More info, report packaging bugs, feedback, etc.: http://www.webupd8.org/2014/05/install-atom-text-editor-in-ubuntu-via-ppa.html

Report non-packaging Atom bugs here: https://github.com/atom/atom/issues
 More info: https://launchpad.net/~webupd8team/+archive/ubuntu/atom
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keybox '/tmp/tmp3ewqd4kn/pubring.gpg' created


This is the output when killing the program:

^C
gpg: signal Interrupt caught ... exiting
Exception ignored in: <module 'threading' from '/usr/lib/python3.5/threading.py'>
Traceback (most recent call last):
  File "/usr/lib/python3.5/threading.py", line 1288, in _shutdown
    t.join()
  File "/usr/lib/python3.5/threading.py", line 1054, in join
    self._wait_for_tstate_lock()
File "/usr/lib/python3.5/threading.py", line 1070, in _wait_for_tstate_lock
    elif lock.acquire(block, timeout):
KeyboardInterrupt

Once the program is terminated, the system is left in a weird state
where the source entry was added to /etc/apt/source.list.d/ but the
key was not imported.

I'm using Debian sid, uname: Linux mu 4.7.0-1-amd64 #1 SMP Debian 4.7.6-1 (2016-10-07) x86_64 GNU/Linux

Reply via email to