THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#364 - Crash in TCP Read on Kamailio 4.0.1
User who did this - Vitaliy Aleksandrov (Vitaliy)
----------
>From previous crash:
<code>
(gdb) p *frag
$1 = {size = 176, u = {nxt_free = 0x0, is_free = 0}}
</code>
Today I had two crashes in the same place:
<code>
(gdb) p *frag
$1 = {size = 176, u = {nxt_free = 0x0, is_free = 0}}
(gdb) p *((char*)frag + sizeof(struct qm_frag))
$2 = -96 '\240'
</code>
<code>
(gdb) p *frag
$1 = {size = 208, u = {nxt_free = 0x0, is_free = 0}}
(gdb) p *((char*)frag + sizeof(struct qm_frag))
$2 = 1 '\001'
</code>
Kamailio log from proxy start until crash is in the attachment (just 303 lines).
----------
One or more files have been attached.
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=364#comment1176
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev