Re: [SR-Users] kamailio 4.2.1 core in timer.c:877

2015-02-03 Thread Daniel-Constantin Mierla
Do you still have the logs before the crash? If yes, can you check if you got error messages? Looking especially for something like: ... t_newtran: unresolvable via1 but any timer or tm module error log messages are useful, so paste them here. Cheers, Daniel On 29/01/15 11:19, 张顺通 wrote: > > (

Re: [SR-Users] kamailio 4.2.1 core in timer.c:877

2015-01-29 Thread 张顺通
(gdb) p *tl->prev $1 = {next = 0x0, prev = 0x7fa5e0403d50, expire = 3233857728, initial_timeout = 0, data = 0xabcdefed, f = 0, flags = 0, slow_idx = 0} (gdb) p *tl->next Cannot access memory at address 0x0 2015-01-29 18:09 GMT+08:00 Daniel-Constantin Mierla : > Hello, > > the tl content looks

Re: [SR-Users] kamailio 4.2.1 core in timer.c:877

2015-01-29 Thread Daniel-Constantin Mierla
Hello, the tl content looks good, let's see the prev and next items: p *tl->prev p *tl->next Cheers, Daniel On 29/01/15 08:49, 张顺通 wrote: > hi daniel, look at the following info,thks. > > (gdb) bt full > #0 0x005fda98 in timer_list_expire (t=1263625687, > h=0x7fa5e01c19b0, slow_l=0x7f

Re: [SR-Users] kamailio 4.2.1 core in timer.c:877

2015-01-28 Thread 张顺通
hi daniel, look at the following info,thks. (gdb) bt full #0 0x005fda98 in timer_list_expire (t=1263625687, h=0x7fa5e01c19b0, slow_l=0x7fa5e01c3010, slow_mark=325) at timer.c:877 tl = 0x7fa5e03e77d0 ret = 0 #1 0x005fc686 in timer_handler () at timer.c:953

Re: [SR-Users] kamailio 4.2.1 core in timer.c:877

2015-01-16 Thread Daniel-Constantin Mierla
Can you get the output in gdb for: p *tl ? Cheers, Daniel On 16/01/15 04:29, 张顺通 wrote: > I user rtimer module : > > loadmodule "rtimer.so" > modparam("rtimer", "timer", "name=p_route;interval=1;mode=1;") > modparam("rtimer", "exec", "timer=p_route;route=P_ROUTE") > > application will coredump

[SR-Users] kamailio 4.2.1 core in timer.c:877

2015-01-15 Thread 张顺通
I user rtimer module : loadmodule "rtimer.so" modparam("rtimer", "timer", "name=p_route;interval=1;mode=1;") modparam("rtimer", "exec", "timer=p_route;route=P_ROUTE") application will coredump in sometimes, and core file in below, what's the reason? Program terminated with signal 11, Segmentatio