<p>Hi Daniel,<br>
Unfortunately I'm still getting the bus error in the child processes.  I added the following debug</p>

<pre><code>diff --git a/modules/tm/tm.c b/modules/tm/tm.c
index 29a7326..cb972df 100644
--- a/modules/tm/tm.c
+++ b/modules/tm/tm.c
@@ -824,6 +824,7 @@ static int mod_init(void)
        tm_ctx_init();
 #endif
        tm_init = 1;
+       LOG(L_ERR, "tm_auto_inv_100_r: %s\n", cfg_get(tm, tm_cfg, tm_auto_inv_100_r));
        return 0;
 }

@@ -844,6 +845,7 @@ static int child_init(int rank)
                                " generator\n");
                return -2;
        }
+       LOG(L_ERR, "tm_auto_inv_100_r: %s\n", cfg_get(tm, tm_cfg, tm_auto_inv_100_r));
        return 0;
 }
</code></pre>

<p>When kamailio starts up, I receive the below log messge </p>

<p>0(4498) ERROR: tm [tm.c:827]: mod_init(): tm_auto_inv_100_r: Trying<br>
Bus Error (core dumped)</p>

<p>Program terminated with signal 10, Bus error.<br>
#0  0xfffffffed125b2b4 in child_init (rank=-127) at tm.c:848<br>
848             LOG(L_ERR, "tm_auto_inv_100_r: %s\n", cfg_get(tm, tm_cfg, tm_auto_inv_100_r));</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/655#issuecomment-224684993">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/AF36Zd7bblmOFzdRAnc72ELErmx-_wBvks5qJwpPgaJpZM4Iubpc">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZT5MJ5889hyZODdII6X2AH3vi0Adks5qJwpPgaJpZM4Iubpc.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/655#issuecomment-224684993"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>