Bug 798280

Summary: qpid cpp clients segmentaion fault
Product: Red Hat Enterprise MRG Reporter: Leonid Zhaldybin <lzhaldyb>
Component: qpid-cppAssignee: messaging-bugs <messaging-bugs>
Status: CLOSED CURRENTRELEASE QA Contact: Leonid Zhaldybin <lzhaldyb>
Severity: high Docs Contact:
Priority: high    
Version: DevelopmentCC: esammons, jross, matt
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-07 15:14:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Leonid Zhaldybin 2012-02-28 14:17:30 UTC
Description of problem:
There is a problem in latest build of qpid-cpp, which causes c++ clients to segfault. This happens only if qpid-cpp-client-ssl is installed and the newest nss version is present (3.13.1-3).

[root@lzhaldyb-rhel62i ~]# qpid-perftest --count 100 -s
10303.7 9380.36 12081   11.7978
Segmentation fault
[root@lzhaldyb-rhel62i ~]# echo $?
139

[root@lzhaldyb-rhel62i ~]# qpid-config add queue test
[root@lzhaldyb-rhel62i ~]# /usr/share/qpidc/examples/messaging/spout test
Segmentation fault
[root@lzhaldyb-rhel62i ~]# echo $?
139

Version-Release number of selected component (if applicable):
qpid-cpp-server-ssl-0.14-7
qpid-cpp-client-ssl-0.14-7
nss-3.13.1-6

How reproducible:
always

Steps to Reproduce:
1. Install the latest qpid-cpp 0.14 brew build including qpid-cpp-client-ssl.
2. Start qpidd broker: 'service qpidd start'
3. Run c++ client: 'qpid-perftest --count 100 -s'
  
Actual results:
Client fails with segmentation fault.


Expected results:
No segfault from the client.


Additional info:

Comment 1 Justin Ross 2012-12-07 14:20:40 UTC
Hi, Leonid.  To your knowledge, is this still a problem?