You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.
Desktop (please complete the following information):
OS:linux kernel 4.14.105
Additional context
(gdb) bt
#0 0x00007f8307f4c377 in raise () from /lib64/libc.so.6 #1 0x00007f8307f4da68 in abort () from /lib64/libc.so.6 #2 0x0000000000c7c515 in __gnu_cxx::__verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:95 #3 0x0000000000c27896 in __cxxabiv1::__terminate (handler=) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:38 #4 0x0000000000c278c3 in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:48 #5 0x0000000000c6e775 in std::(anonymous namespace)::execute_native_thread_routine (__p=) at ../../../../../libstdc++-v3/src/c++11/thread.cc:92 #6 0x00007f8308d00ea5 in start_thread () from /lib64/libpthread.so.0 #7 0x00007f83080148cd in clone () from /lib64/libc.so.6
The text was updated successfully, but these errors were encountered:
Original Issue: apache#7327
Describe the bug
A clear and concise description of what the bug is.
*To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
call this api, cpp client crash
pulsar_client_create_producer(m_client, topic.c_str(), producer_conf, &producer)
Desktop (please complete the following information):
Additional context
(gdb) bt
#0 0x00007f8307f4c377 in raise () from /lib64/libc.so.6
#1 0x00007f8307f4da68 in abort () from /lib64/libc.so.6
#2 0x0000000000c7c515 in __gnu_cxx::__verbose_terminate_handler () at ../../../../libstdc++-v3/libsupc++/vterminate.cc:95
#3 0x0000000000c27896 in __cxxabiv1::__terminate (handler=) at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:38
#4 0x0000000000c278c3 in std::terminate () at ../../../../libstdc++-v3/libsupc++/eh_terminate.cc:48
#5 0x0000000000c6e775 in std::(anonymous namespace)::execute_native_thread_routine (__p=) at ../../../../../libstdc++-v3/src/c++11/thread.cc:92
#6 0x00007f8308d00ea5 in start_thread () from /lib64/libpthread.so.0
#7 0x00007f83080148cd in clone () from /lib64/libc.so.6
The text was updated successfully, but these errors were encountered: