[OpenSIPS-Devel] [opensips] crash on tm/timer.c (#723)

Ovidiu Sas notifications at github.com
Thu Dec 10 04:14:16 CET 2015


opensips 2.1.1
git revision: 139415b

````
Program terminated with signal 11, Segmentation fault.
#0  0x00007f3f5e0c93bd in check_and_split_time_list (uticks=1221356900000, set=<value optimized out>) at timer.c:809
809             while( tl!=end && tl->time_out <= time)
(gdb) print tl
$1 = (struct timer_link *) 0x0
(gdb) print timer_list
$2 = (struct timer *) 0x7f3f5812b828
(gdb) print *timer_list
$3 = {first_tl = {next_tl = 0x7f3f590e7d50, prev_tl = 0x0, ld_tl = 0x0, time_out = 0, timer_list = 0x0, deleted = 0, set = 0}, last_tl = {next_tl = 0x0,
    prev_tl = 0x7f3f590e7d50, ld_tl = 0x0, time_out = 18446744073709551615, timer_list = 0x0, deleted = 0, set = 0}, mutex = 0x7f3f57eab4dc, id = RT_T2}
(gdb) print timer_list->first_tl.next_tl
$4 = (struct timer_link *) 0x7f3f590e7d50
(gdb) print (timer_list->first_tl.next_tl)->ld_tl->next_tl
$5 = (struct timer_link *) 0x0
````

---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/723
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/devel/attachments/20151209/9c81033d/attachment-0001.htm>


More information about the Devel mailing list