Bug 1692583
| Summary: | OpenShift Router HAProxy core dumping | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Robert Bost <rbost> |
| Component: | Networking | Assignee: | Dan Mace <dmace> |
| Networking sub component: | router | QA Contact: | Hongan Li <hongli> |
| Status: | CLOSED NEXTRELEASE | Docs Contact: | |
| Severity: | unspecified | ||
| Priority: | urgent | CC: | acomabon, aos-bugs, bperkins, dmace, jtudelag, mfisher, weliang |
| Version: | 3.9.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 3.11.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-10-07 15:22:58 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: | |
| Embargoed: | |||
|
Description
Robert Bost
2019-03-25 23:55:00 UTC
Editting the router dc to use v3.9.68-5 "solves" the issue. (In reply to Alejandro Coma from comment #1) > Editting the router dc to use v3.9.68-5 "solves" the issue. This image doesn't result in core dumps because it contains a build of haproxy that still has THREAD_LOCAL flag for the startup_logs variable. This means there's no double-free possible: https://github.com/haproxy/haproxy/commit/a648399c901485a4985f786075535756946113cc#diff-47179e5db7ed3f2db741c99372ba24f3 Still no luck reproducing this issue myself. Linking these for reference: https://discourse.haproxy.org/t/haproxy-1-8-18-19-occasional-crashes-with-multi-threading-enabled/3597/6 https://github.com/haproxy/haproxy/issues/58 |