<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello Daniel,<br>
<br>
I fetched source code from git using <br>
<pre class="code"><span
 style="background-color: rgb(221, 252, 216); color: rgb(0, 0, 0);"># git clone --depth 1 git://git.sip-router.org/sip-router kamailio
  # cd kamailio
  # git checkout -b kamailio_3.0 origin/kamailio_3.0


</span></pre>
But there is no MEMDBG option in Makefile.defs<br>
devel:/usr/src/kamailio-3.0.0/kamailio# grep MEMDBG ./Makefile.defs<br>
devel:/usr/src/kamailio-3.0.0/kamailio#<br>
<br>
Should I add MEMDBG there ?<br>
<br>
BR,<br>
Dmitri<br>
<br>
09.02.2010 0:26, Daniel-Constantin Mierla пишет:<br>
<blockquote cite="mid:4B708F8F.2060800@gmail.com" type="cite"><br>
Then, open Makefile.defs file and search for MEMDBG, update the intial
value to 1:<br>
  <br>
MEMDBG ?= 1<br>
  <br>
The you re-compile/re-generate debs.<br>
  <br>
To doublecheck, once everything was re-installed, run kamailio -V, you
should see DBG_QM_MALLOC in flags string.<br>
  <br>
Set debug lever to some big value, say 5, test again and send over the
syslog messages along with the backtrace from the new core.<br>
  <br>
Thanks for assistance,<br>
Daniel<br>
</blockquote>
<br>
</body>
</html>