Untitled

 avatar
unknown
plain_text
2 years ago
12 kB
4
Indexable
(gdb) t 1
[Switching to thread 1 (Thread 0x7ffff7fd2940 (LWP 20446))]
#0  0x00007ffff53bb017 in pthread_join () from /lib64/libpthread.so.0
(gdb) bt
#0  0x00007ffff53bb017 in pthread_join () from /lib64/libpthread.so.0
#1  0x000000000045fbf8 in main (argc=<optimized out>, argv=<optimized out>) at sems.cpp:440
(gdb) t 2
[Switching to thread 2 (Thread 0x7ffe403e4700 (LWP 16702))]
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
(gdb) bt 
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000049377b in wait_for (this=0x7fff7002a9b8) at AmThread.h:150
#2  AmEventQueue::waitForEvent (this=0x7fff7002a930) at AmEventQueue.cpp:87
#3  0x00007fffee5985a1 in CallSession2::run (this=0x7fff7002a8c0) at CallSession2.cpp:1324
#4  0x00000000004e343d in AmThread::_start (_t=0x7fff7002a8c0) at AmThread.cpp:70
#5  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t 3
[Switching to thread 3 (Thread 0x7fffb71f8700 (LWP 16701))]
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
(gdb) bt
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000049377b in wait_for (this=0x7ffde800e078) at AmThread.h:150
#2  AmEventQueue::waitForEvent (this=0x7ffde800dff0) at AmEventQueue.cpp:87
#3  0x00007fffee5985a1 in CallSession2::run (this=0x7ffde800df80) at CallSession2.cpp:1324
#4  0x00000000004e343d in AmThread::_start (_t=0x7ffde800df80) at AmThread.cpp:70
#5  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t 4
[Switching to thread 4 (Thread 0x7fffb61f6700 (LWP 16505))]
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
(gdb) bt 
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000049377b in wait_for (this=0x7fffa4026b38) at AmThread.h:150
#2  AmEventQueue::waitForEvent (this=0x7fffa4026ab0) at AmEventQueue.cpp:87
#3  0x00007fffee5a050f in AcdCoreSessionSmartIvr::run (this=0x7fffa4026a40) at AcdCoreSessionSmartIvr.cpp:224
#4  0x00000000004e343d in AmThread::_start (_t=0x7fffa4026a40) at AmThread.cpp:70
#5  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t 5
[Switching to thread 5 (Thread 0x7ffed7fff700 (LWP 16504))]
#0  0x00007ffff36ca0e3 in epoll_wait () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff36ca0e3 in epoll_wait () from /lib64/libc.so.6
#1  0x00007ffff49d5ec1 in ?? () from /u01/app/phonegw/lib-grpc/lib/libgrpc.so.7
#2  0x00007ffff49f89c9 in ?? () from /u01/app/phonegw/lib-grpc/lib/libgrpc.so.7
#3  0x00007ffff49f948b in grpc_completion_queue_pluck () from /u01/app/phonegw/lib-grpc/lib/libgrpc.so.7
#4  0x00007ffff4e6f428 in grpc::CoreCodegen::grpc_completion_queue_pluck(grpc_completion_queue*, void*, gpr_timespec, void*) () from /u01/app/phonegw/lib-grpc/lib/libgrpc++_unsecure.so.1
#5  0x0000000000479adc in Pluck (tag=0x7ffed7ffea40, this=0x7fffa4054960) at /u01/app/phonegw/lib-grpc/include/grpcpp/impl/codegen/completion_queue.h:311
#6  grpc::ClientReaderWriter<smartivrphonegateway::SmartIVRRequest, smartivrphonegateway::SmartIVRResponse>::Read (this=0x7fffa4054940, msg=msg@entry=0x7ffed7ffec80)
    at /u01/app/phonegw/lib-grpc/include/grpcpp/impl/codegen/sync_stream.h:481
#7  0x00000000004655e9 in SmartIvrClient::ReadingThread (this=0x7fffa4053020) at SmartIvrClient.cpp:100
#8  0x00007ffff515f330 in ?? () from /lib64/libstdc++.so.6
#9  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#10 0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t 6
[Switching to thread 6 (Thread 0x7fff4aff6700 (LWP 16503))]
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
(gdb) bt
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007ffff515baec in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /lib64/libstdc++.so.6
#2  0x0000000000463689 in wait<block_queue<T>::pop() [with T = smartivrphonegateway::SmartIVRRequest]::__lambda37> (__p=..., __lock=..., this=0x7fffa4053c58) at /usr/include/c++/4.8.2/condition_variable:93
#3  pop (this=0x7fffa4053c30) at queue.h:38
#4  SmartIvrClient::SendingThread (this=0x7fffa4053020) at SmartIvrClient.cpp:77
#5  0x00007ffff515f330 in ?? () from /lib64/libstdc++.so.6
#6  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#7  0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t 7
[Switching to thread 7 (Thread 0x7fffb62f7700 (LWP 16502))]
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
(gdb) bt
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000049377b in wait_for (this=0x7fffb964a908) at AmThread.h:150
#2  AmEventQueue::waitForEvent (this=0x7fffb964a880) at AmEventQueue.cpp:87
#3  0x00007fffee5985a1 in CallSession2::run (this=0x7fffb964a810) at CallSession2.cpp:1324
#4  0x00000000004e343d in AmThread::_start (_t=0x7fffb964a810) at AmThread.cpp:70
#5  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t8
Undefined command: "t8".  Try "help".
(gdb) t 8 
[Switching to thread 8 (Thread 0x7fffb7afa700 (LWP 16200))]
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
(gdb) bt
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000049377b in wait_for (this=0x7fff3010fde8) at AmThread.h:150
#2  AmEventQueue::waitForEvent (this=0x7fff3010fd60) at AmEventQueue.cpp:87
#3  0x00007fffee5a050f in AcdCoreSessionSmartIvr::run (this=0x7fff3010fcf0) at AcdCoreSessionSmartIvr.cpp:224
#4  0x00000000004e343d in AmThread::_start (_t=0x7fff3010fcf0) at AmThread.cpp:70
#5  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t 9
[Switching to thread 9 (Thread 0x7ffe497fa700 (LWP 16199))]
#0  0x00007ffff36ca0e3 in epoll_wait () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff36ca0e3 in epoll_wait () from /lib64/libc.so.6
#1  0x00007ffff49d5ec1 in ?? () from /u01/app/phonegw/lib-grpc/lib/libgrpc.so.7
#2  0x00007ffff49f89c9 in ?? () from /u01/app/phonegw/lib-grpc/lib/libgrpc.so.7
#3  0x00007ffff49f948b in grpc_completion_queue_pluck () from /u01/app/phonegw/lib-grpc/lib/libgrpc.so.7
#4  0x00007ffff4e6f428 in grpc::CoreCodegen::grpc_completion_queue_pluck(grpc_completion_queue*, void*, gpr_timespec, void*) () from /u01/app/phonegw/lib-grpc/lib/libgrpc++_unsecure.so.1
#5  0x0000000000479adc in Pluck (tag=0x7ffe497f9a40, this=0x7fff301070c0) at /u01/app/phonegw/lib-grpc/include/grpcpp/impl/codegen/completion_queue.h:311
#6  grpc::ClientReaderWriter<smartivrphonegateway::SmartIVRRequest, smartivrphonegateway::SmartIVRResponse>::Read (this=0x7fff301070a0, msg=msg@entry=0x7ffe497f9c80)
    at /u01/app/phonegw/lib-grpc/include/grpcpp/impl/codegen/sync_stream.h:481
#7  0x00000000004655e9 in SmartIvrClient::ReadingThread (this=0x7fff30105880) at SmartIvrClient.cpp:100
#8  0x00007ffff515f330 in ?? () from /lib64/libstdc++.so.6
#9  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#10 0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t 10
[Switching to thread 10 (Thread 0x7ffe4affd700 (LWP 16197))]
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
(gdb) bt 
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007ffff515baec in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /lib64/libstdc++.so.6
#2  0x0000000000463689 in wait<block_queue<T>::pop() [with T = smartivrphonegateway::SmartIVRRequest]::__lambda37> (__p=..., __lock=..., this=0x7fff301064b8) at /usr/include/c++/4.8.2/condition_variable:93
#3  pop (this=0x7fff30106490) at queue.h:38
#4  SmartIvrClient::SendingThread (this=0x7fff30105880) at SmartIvrClient.cpp:77
#5  0x00007ffff515f330 in ?? () from /lib64/libstdc++.so.6
#6  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#7  0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t 11
[Switching to thread 11 (Thread 0x7fffb7efe700 (LWP 16196))]
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
(gdb) bt
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000049377b in wait_for (this=0x7fffb9682de8) at AmThread.h:150
#2  AmEventQueue::waitForEvent (this=0x7fffb9682d60) at AmEventQueue.cpp:87
#3  0x00007fffee5985a1 in CallSession2::run (this=0x7fffb9682cf0) at CallSession2.cpp:1324
#4  0x00000000004e343d in AmThread::_start (_t=0x7fffb9682cf0) at AmThread.cpp:70
#5  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t 12
[Switching to thread 12 (Thread 0x7fffb64f9700 (LWP 15894))]
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
(gdb) bt
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x000000000049377b in wait_for (this=0x7fff98022ab8) at AmThread.h:150
#2  AmEventQueue::waitForEvent (this=0x7fff98022a30) at AmEventQueue.cpp:87
#3  0x00007fffee5a050f in AcdCoreSessionSmartIvr::run (this=0x7fff980229c0) at AcdCoreSessionSmartIvr.cpp:224
#4  0x00000000004e343d in AmThread::_start (_t=0x7fff980229c0) at AmThread.cpp:70
#5  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#6  0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t 13
[Switching to thread 13 (Thread 0x7ffe4b7fe700 (LWP 15893))]
#0  0x00007ffff36ca0e3 in epoll_wait () from /lib64/libc.so.6
(gdb) bt
#0  0x00007ffff36ca0e3 in epoll_wait () from /lib64/libc.so.6
#1  0x00007ffff49d5ec1 in ?? () from /u01/app/phonegw/lib-grpc/lib/libgrpc.so.7
#2  0x00007ffff49f89c9 in ?? () from /u01/app/phonegw/lib-grpc/lib/libgrpc.so.7
#3  0x00007ffff49f948b in grpc_completion_queue_pluck () from /u01/app/phonegw/lib-grpc/lib/libgrpc.so.7
#4  0x00007ffff4e6f428 in grpc::CoreCodegen::grpc_completion_queue_pluck(grpc_completion_queue*, void*, gpr_timespec, void*) () from /u01/app/phonegw/lib-grpc/lib/libgrpc++_unsecure.so.1
#5  0x0000000000479adc in Pluck (tag=0x7ffe4b7fda40, this=0x7fff9804f6f0) at /u01/app/phonegw/lib-grpc/include/grpcpp/impl/codegen/completion_queue.h:311
#6  grpc::ClientReaderWriter<smartivrphonegateway::SmartIVRRequest, smartivrphonegateway::SmartIVRResponse>::Read (this=0x7fff9804f6d0, msg=msg@entry=0x7ffe4b7fdc80)
    at /u01/app/phonegw/lib-grpc/include/grpcpp/impl/codegen/sync_stream.h:481
#7  0x00000000004655e9 in SmartIvrClient::ReadingThread (this=0x7fff9804f850) at SmartIvrClient.cpp:100
#8  0x00007ffff515f330 in ?? () from /lib64/libstdc++.so.6
#9  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#10 0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
(gdb) t 14
[Switching to thread 14 (Thread 0x7ffec5ffb700 (LWP 15892))]
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
(gdb) bt
#0  0x00007ffff53bda35 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00007ffff515baec in std::condition_variable::wait(std::unique_lock<std::mutex>&) () from /lib64/libstdc++.so.6
#2  0x0000000000463689 in wait<block_queue<T>::pop() [with T = smartivrphonegateway::SmartIVRRequest]::__lambda37> (__p=..., __lock=..., this=0x7fff98050488) at /usr/include/c++/4.8.2/condition_variable:93
#3  pop (this=0x7fff98050460) at queue.h:38
#4  SmartIvrClient::SendingThread (this=0x7fff9804f850) at SmartIvrClient.cpp:77
#5  0x00007ffff515f330 in ?? () from /lib64/libstdc++.so.6
#6  0x00007ffff53b9ea5 in start_thread () from /lib64/libpthread.so.0
#7  0x00007ffff36c9b0d in clone () from /lib64/libc.so.6
Editor is loading...