项目

一般

简介

错误 #1058 » 未解决2.txt

李 玮璇, 2023-02-28 13:47

 
1
[Thread debugging using libthread_db enabled]
2
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
3
Core was generated by `./gnb_cu'.
4
Program terminated with signal SIGSEGV, Segmentation fault.
5
#0  0x00000000000002d1 in ?? ()
6
[Current thread is 1 (Thread 0x7fa082eb0700 (LWP 67825))]
7
(gdb) where
8
#0  0x00000000000002d1 in ?? ()
9
#1  0x0000000000a1439c in gnb::threads::kill_all_threads (this=0x2915cd0) at /home/lwx/compile/temcomplie/nr_hl_cu/cu/nr_hl_cu/app/build/../include/app_threads.h:589
10
#2  0x0000000000a097d4 in gnb::app_cntrl::deinit (this=<optimized out>) at /home/lwx/compile/temcomplie/nr_hl_cu/cu/nr_hl_cu/app/build/../src/app_cntrl.cpp:143
11
#3  0x0000000000a0c8fc in gnb::app_cntrl::exception_handler::on_sigterm (signal=<optimized out>) at /home/lwx/compile/temcomplie/nr_hl_cu/cu/nr_hl_cu/app/build/../../include/app_cntrl.h:216
12
#4  <signal handler called>
13
#5  pthread_cond_wait@@GLIBC_2.3.2 () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
14
#6  0x00000000009d2f73 in ngp::message_queue<ngp::message>::wait_for_queue_not_empty (timeout_sec=-1, timeout_msec=0, this=0x2a77288)
15
    at /home/lwx/compile/temcomplie/nr_hl_cu/cu/nr_hl_cu/app/build/../../../../ngp/include/ngp_message_queue.h:299
16
#7  ngp::message_queue<ngp::message>::get_from_queue (timeout_sec=-1, timeout_msec=0, this=0x2a77288) at /home/lwx/compile/temcomplie/nr_hl_cu/cu/nr_hl_cu/app/build/../../../../ngp/include/ngp_message_queue.h:363
17
#8  ngp::comm_thread::run (this=0x2a77230) at /home/lwx/compile/temcomplie/nr_hl_cu/cu/nr_hl_cu/app/build/../../../../ngp/include/ngp_comm_thread.h:232
18
#9  0x0000000000c99937 in ngp::thread_entry_function (param=0x2a77230) at /home/lwx/compile/temcomplie/nr_hl_cu/ngp/thread/build/../src/ngp_sys_thread.cpp:110
19
#10 ngp::thread_start (param=0x2a77230) at /home/lwx/compile/temcomplie/nr_hl_cu/ngp/thread/build/../src/ngp_sys_thread.cpp:123
20
#11 0x00007fa0a13086ba in start_thread (arg=0x7fa082eb0700) at pthread_create.c:333
21
#12 0x00007fa0a103e41d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
22
(gdb) 
(2-2/2)