https://bugzilla.redhat.com/show_bug.cgi?id=1109039
Vivek Dasgupta <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Vivek Dasgupta <[email protected]> --- Steps to reproduce :: 1) On RHEL 7 host, try to download rhel7 docker image #docker pull registry.access.redhat.com/rhel 2) Tag the image (NOTE this step may not be necessary to reproduce) #docker tag registry.access.redhat.com/rhel rhel7 3) Run the image # docker run -i -t rhel7 /bin/bash 4) Quickly exit out of the image 5) Try to run it again. # docker run -i -t rhel7 /bin/bash 2014/07/15 14:23:32 finalize namespace drop bounding set read /proc/1/status: bad file descriptor # docker info Containers: 10 Images: 7 Storage Driver: devicemapper Pool Name: docker-253:0-37070975-pool Data file: /var/lib/docker/devicemapper/devicemapper/data Metadata file: /var/lib/docker/devicemapper/devicemapper/metadata Data Space Used: 905.4 Mb Data Space Total: 102400.0 Mb Metadata Space Used: 1.6 Mb Metadata Space Total: 2048.0 Mb Execution Driver: native-0.2 Kernel Version: 3.10.0-123.el7.x86_64 # docker version Client version: 1.0.0 Client API version: 1.12 Go version (client): go1.2.2 Git commit (client): 63fe64c/1.0.0 Server version: 1.0.0 Server API version: 1.12 Go version (server): go1.2.2 Git commit (server): 63fe64c/1.0.0 The issue can be reproduced easily if the container is re-run quickly after exiting. Otherwise the issue occurs occasionally. -Vivek -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ golang mailing list [email protected] https://lists.fedoraproject.org/mailman/listinfo/golang
