THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#397 - Kamailio doesn't to handle any SIP message at all after several dialogs... (CPU high usage)
User who did this - Jack Wang (GoGoJack)
----------
Sorry for my late reply :P corefiles I will attach later.
After some tests these days, I found that high CPU usage of kamailio won't happen if it's compiled in debug mode,
and I think the problem is about flags of config.mak, followings are the different parts:
<code>
upper one is release mode, lower one is debug mode
CFLAGS= -marm -march=armv5t $(CC_OPT) -funroll-loops -fsigned-char $(PROFILE) -ftree-vectorize -fno-strict-overflow $(CC_EXTRA_OPTS) -Wall
CFLAGS= -g $(PROFILE) -Wall
MOD_LDFLAGS= -shared -m32 -Wl,-O2 -Wl,-E
MOD_LDFLAGS= -shared -g -Wl,-E
LIB_LDFLAGS= -shared -m32 -Wl,-O2 -Wl,-E
LIB_LDFLAGS= -shared -g -Wl,-E
UTILS_LDFLAGS= -m32 -Wl,-O2 -Wl,-E
UTILS_LDFLAGS= -g -Wl,-E
LDFLAGS= -m32 -Wl,-O2 -Wl,-E
LDFLAGS= -g -Wl,-E
for C_DEFS there's only a more "-DEXTRA_DEBUG" in debug mode
</code>
any comment about this?
----------
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=397#comment1309
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.