Hide Forgot
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:
Hi, Leonid. To your knowledge, is this still a problem?