Bug 1513522
Summary: | gmock seems broken on rawhide | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | alan | ||||
Component: | gtest | Assignee: | Terje Røsten <terje.rosten> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | debarshir, helio, ngompa13, tagoh, terje.rosten, tstclair | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-02-14 18:26:28 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: | |||||||
Attachments: |
|
Pull request proposed to resolve this issue: https://src.fedoraproject.org/rpms/gtest/pull-request/1 (One of the projects I package is badly affected by this) Thanks for fix! Pushed and built: https://koji.fedoraproject.org/koji/taskinfo?taskID=25049154 |
Created attachment 1352679 [details] test project Description of problem: Memory management issues when running tests that link against libgmock on rawhide How reproducible: Steps to Reproduce: 1. grab the attachment 2. build it 3. run under valgrind Actual results: errors Expected results: no errors Additional info: Worse problems (segfaults & test failures) are seen with tests that actually do something, but this is a minimal example demonstrating an issue.