Package: docker.io
Version: 1.11.2~ds1-6
Severity: important

Dear Maintainer,


While using Docker, some commands on some images stopped working. For example:

  $ docker run -it --rm centos:centos6  bash
This does not work. It always returns with code 139:

  $ echo $?
139


...but the following does work!

$ docker run -it --rm centos:7  bash
[root@06c8e740c5bc /]# exit
$ echo $?
0

It's not only the bash command. For example: 'chmod', 'sh' and a few others
also fail with the same error code. 'echo', 'ls', 'cat' and others work without
any issues.

I found out that using the previous kernel (linux-image-4.7.0-1-amd64
(4.7.8-1)), I could run all commands on all images.

The only report I found online about this was the following:
https://forums.docker.com/t/docker-run-it-has-started-failing-with-
status-139/18309

Coincidentally, it just had a reply yesterday, which seems to match exactly my
experience.

I observed the same behaviour both with version 1.11.2~ds1-5 and 1.11.2~ds1-6
of the docker package.


Please feel free to request any further info you need to help debug this.

Thanks and best regards,
Luís Picciochi Oliveira



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages docker.io depends on:
ii  adduser              3.115
ii  containerd           0.2.1~ds1-3
ii  init-system-helpers  1.46
ii  iptables             1.6.0-4
ii  libapparmor1         2.10.95-6
ii  libc6                2.24-5
ii  libdevmapper1.02.1   2:1.02.136-1
ii  libsqlite3-0         3.15.1-1
ii  libsystemd0          232-3
ii  runc                 0.1.1+dfsg1-1

Versions of packages docker.io recommends:
ii  ca-certificates               20161102
pn  cgroupfs-mount | cgroup-lite  <none>
ii  git                           1:2.10.2-2
ii  xz-utils                      5.2.2-1.2

Versions of packages docker.io suggests:
pn  aufs-tools           <none>
pn  btrfs-progs          <none>
pn  debootstrap          <none>
pn  docker-doc           <none>
pn  rinse                <none>
pn  zfs-fuse | zfsutils  <none>

-- Configuration Files:
/etc/init.d/docker changed [not included]

-- no debconf information

Reply via email to