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 - Daniel-Constantin Mierla (miconda)
----------
Can you update to latest git version? It has MEMDBG=1 in Makefile.defs that makes detection of buffer overflows easier. When you get the next crash, check the logs for error messages and attach them here.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=364#comment1177
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.
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#371 - Handling t_on_reply when use in event_route
User who did this - Daniel-Constantin Mierla (miconda)
----------
Can you try the next patch? It is for master branch, but is small and should be easy to adapt for 4.0.
<code>
diff --git a/modules/tm/uac.c b/modules/tm/uac.c
index 8f54dbe..ecdc357 100644
--- a/modules/tm/uac.c
+++ b/modules/tm/uac.c
@@ -426,6 +426,9 @@ static inline int t_uac_prepare(uac_req_t *uac_r,
}
#endif
+ new_cell->uac[0].on_reply = new_cell->on_reply;
+ new_cell->uac[0].on_failure = new_cell->on_failure;
+
new_cell->method.s = buf;
new_cell->method.len = uac_r->method->len;
</code>
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=371#comment1175
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#365 - modules/app_lua: sr.xavp.get() allow get all values of a name
User who did this - Daniel-Constantin Mierla (miconda)
----------
In kamailio.cfg, a negative index means to return the avp counting from the end. Perhaps it would be good to preserve this functionality in lua as well. Returning all values is done for index '*'.
Given that, maybe is better to add a special function to return all values, e.g., xavp_get_all(...).
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=365#comment1174
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.
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 - Daniel-Constantin Mierla (miconda)
----------
You haven't added output for:
p *frag
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=364#comment1173
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#372 - Out of memory when a request is sent to itself
User who did this - Daniel-Constantin Mierla (miconda)
----------
It is unlikely a severe bug here, but the issue I mentioned in previous comment, fixed in recent versions. It cannot backported to 3.1, you have to try with updated versions.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=372#comment1172
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has been changed. The changes are listed below. For full information about what has changed, visit the URL and click the History tab.
FS#372 - Out of memory when a request is sent to itself
User who did this: Daniel-Constantin Mierla (miconda)
Severity: High -> Low
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=372
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#372 - Out of memory when a request is sent to itself
User who did this - Daniel-Constantin Mierla (miconda)
----------
You should try with a more recent version and set mem_join=yes in config file.
For old version, just to protect in this case, you can check if the src_ip==myself and reply immediately, provided you don't do loops back to same instance for other purposes.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=372#comment1171
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.
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#368 - location not updated correctly when using GRUUs
User who did this - Daniel-Constantin Mierla (miconda)
----------
It can be committed. Thanks for digging into it.
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=368#comment1170
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.