Bug 883469
| Summary: | c++ client crashes calling a pure virtual after being disconnected from broker. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Frantisek Reznicek <freznice> | ||||
| Component: | qpid-cpp | Assignee: | Andrew Stitcher <astitcher> | ||||
| Status: | CLOSED WORKSFORME | QA Contact: | MRG Quality Engineering <mrgqe-bugs> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | Development | CC: | astitcher, christopher.pitman, esammons, jdillama, jross, lzhaldyb | ||||
| Target Milestone: | 3.0 | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-04-29 18:47:39 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 698367, 803771 | ||||||
| Attachments: |
|
||||||
|
Description
Frantisek Reznicek
2012-12-04 16:48:52 UTC
Created attachment 657645 [details]
Crash dumps
Andrew, can you rule up or down on whether this is a qpid defect? I think the relevant thread is actually thread 3. That seems to be the place that is asserting. I think that the stacktrace including malloc_consolidate() is ared herring. the real problem seems to be calling a pure virtual. This is indeed a qpid bug, a low frequency crasher. I'm moving this out to 2.4. We can bring it back to 2.3 if new information raises its frequency or new resources become available to fix it. *** Bug 767344 has been marked as a duplicate of this bug. *** So far I've failed to reproduce this bug. In principle the cause of this bug is likely to be that the object being called is in the process of being deleted on a different thread whilst being called on this one. This would be a violation of the basic operating principle for a connection in that everything operating on a single connection is serialised. *** Bug 795352 has been marked as a duplicate of this bug. *** Andrew has been unable to reproduce the crash. -> CLOSED WORKSFORME *** Bug 672388 has been marked as a duplicate of this bug. *** |