-
Bug
-
Resolution: Done
-
Blocker
-
1.1.0-beta
-
Release Notes
-
-
Documented as Resolved Issue
The example schedule_send_03 crashes when running on RHEL 7.
1. Install qpid-proton-cpp packages: yum install -y qpid-proton-cpp-devel qpid-proton-cpp-devel-docs
2. Build the example code: cd /usr/share/proton-0.14.0/examples/cpp && cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_VERBOSE_MAKEFILE=ON . && make -j2
3. Adjust the code to create core dumps: ulimit -c unlimited
4. Run the schedule_send_03 example: ./scheduled_send_03 -a <broker>:5672/<queue>
Result: the code will segfault and create the core dump.
- is caused by
-
PROTON-1371 Loading...