| Summary: | Core dump tailing container logs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andy Goldstein <agoldste> | ||||
| Component: | docker | Assignee: | Nalin Dahyabhai <nalin> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 23 | CC: | adimania, admiller, amurdaca, dwalsh, ichavero, jcajka, jchaloup, lsm5, marianne, miminar, nalin, vbatts | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | docker-1.9.1-9.gitee06d03.fc23 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-04-26 20:58:35 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
Andy Goldstein
2016-03-03 16:53:15 UTC
Created attachment 1132865 [details]
core dump
Note that while I found this when testing OpenShift, it's probably possible to reproduce just by running multiple 'docker logs -f' commands simultaneously. Could you try this without using the journald back end to show see if this happens on the standard backend? If it is we can open an issue with this upstream. Doesn't this trace point to an issue with docker+journald specifically? Yes We don't have a debuginfo package for that build, and the panic trace isn't a lot to go on once it's in cgo. I'll have to try to reproduce it using the origin package. There's a race condition or two in the reading logic. See https://github.com/docker/docker/pull/21311 for proposed fixes for them and https://github.com/docker/docker/pull/21309 for some improvements to error reporting in that area. The fixes are in as of docker-1.9.1-9.gitee06d03.fc23, so I'm marking this as fixed by that update. |