<div dir="ltr">I user rtimer module :<div><br><div>loadmodule "rtimer.so"<br></div></div><div><div>modparam("rtimer", "timer", "name=p_route;interval=1;mode=1;")</div><div>modparam("rtimer", "exec", "timer=p_route;route=P_ROUTE")</div></div><div><br></div><div>application will coredump in sometimes, and core file in below, what's the reason?</div><div><br></div><div><div>Program terminated with signal 11, Segmentation fault.</div><div>#0  0x00000000005fda98 in timer_list_expire (t=1043586690, h=0x7f9ed45ac9b0, slow_l=0x7f9ed45adc80, slow_mark=2316) at timer.c:877</div><div>877<span class="" style="white-space:pre"> </span>timer.c: No such file or directory.</div><div><span class="" style="white-space:pre">        </span>in timer.c</div><div>(gdb) bt full</div><div>#0  0x00000000005fda98 in timer_list_expire (t=1043586690, h=0x7f9ed45ac9b0, slow_l=0x7f9ed45adc80, slow_mark=2316) at timer.c:877</div><div>        tl = 0x7f9ed47f7e98</div><div>        ret = 0</div><div>#1  0x00000000005fc686 in timer_handler () at timer.c:953</div><div>        saved_ticks = 1043586690</div><div>        run_slow_timer = 0</div><div>        i = 268</div><div>        __FUNCTION__ = "timer_handler"</div><div>#2  0x00000000005fdd4d in timer_main () at timer.c:992</div><div>No locals.</div><div>#3  0x00000000004aa571 in main_loop () at main.c:1700</div><div>        i = 12</div><div>        pid = 0</div><div>        si = 0x0</div><div>        si_desc = "udp receiver child=11 sock=10.1.*.*:5160\000\000\b\000\000\000\000\000\000\000\000\060S\324\236\177\000\000\060=#z\001\000\000\000(\205V\324\236\177\000\000\060=#z\377\177\000\000\214\216N\000\000\000\000\000\037t\372D\000\000\000\000(\205V\324\236\177\000\000\220@#z\377\177\000\000\000\000\000\000\001\000\000"</div><div>        nrprocs = 12</div><div>        __FUNCTION__ = "main_loop"</div><div>#4  0x00000000004af166 in main (argc=11, argv=0x7fff7a234098) at main.c:2561</div><div>        cfg_stream = 0x1da75e0</div><div>        c = -1</div><div>        r = 0</div><div>        tmp = 0x7fff7a234681 ""</div><div>        tmp_len = 32767</div><div>        port = 2049130512</div><div>        proto = 32673</div><div>        options = 0x706ec0 ":f:cm:M:dVIhEeb:l:L:n:vKrRDTN:W:w:t:u:g:P:G:SQ:O:a:A:"</div><div>        ret = -1</div><div>        seed = 220012340</div><div>        rfd = 4</div><div>        debug_save = 0</div><div>        debug_flag = 0</div><div>        dont_fork_cnt = 0</div><div>        n_lst = 0xb</div><div>        p = 0x0</div><div>        __FUNCTION__ = "main"</div></div><div><br></div></div>