Bug 798280 - qpid cpp clients segmentaion fault
Summary: qpid cpp clients segmentaion fault
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise MRG
Classification: Red Hat
Component: qpid-cpp
Version: Development
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: messaging-bugs
QA Contact: Leonid Zhaldybin
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-28 14:17 UTC by Leonid Zhaldybin
Modified: 2014-11-09 22:38 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-07 15:14:25 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Apache JIRA QPID-3787 0 None None None Never

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?


Note You need to log in before you can comment on or make changes to this bug.