Hey all,<div>I&#39;m running into a crash. Same thing hits over and over. Not sure what&#39;s causing it.. Here&#39;s a bt:</div><div><br></div><div><div><div>Program terminated with signal 11, Segmentation fault.</div><div>

#0  0x00007f33ce3339b9 in db_mysql_val2bind (v=0x7f330fa18cc0, binds=0x7f33ce88cf00, i=33) at val.c:297</div><div>297<span class="Apple-tab-span" style="white-space:pre">                        </span>*(binds[i].is_null) = 0;</div><div>Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.80.el6_3.7.x86_64 hiredis-0.10.1-3.el6.x86_64 json-c-0.10-2.el6.x86_64 keyutils-libs-1.4-4.el6.x86_64 krb5-libs-1.9-33.el6_3.3.x86_64 libcom_err-1.41.12-12.el6.x86_64 libmemcached-0.31-1.1.el6.x86_64 libselinux-2.0.94-5.3.el6.x86_64 mysql-libs-5.1.67-1.el6_3.x86_64 nss-softokn-freebl-3.12.9-11.el6.x86_64 openssl-1.0.0-25.el6_3.1.x86_64 zlib-1.2.3-27.el6.x86_64</div>

<div>(gdb) bt full</div><div>#0  0x00007f33ce3339b9 in db_mysql_val2bind (v=0x7f330fa18cc0, binds=0x7f33ce88cf00, i=33) at val.c:297</div><div>        t = &lt;value optimized out&gt;</div><div>        mt = &lt;value optimized out&gt;</div>

<div>        __FUNCTION__ = &quot;db_mysql_val2bind&quot;</div><div>#1  0x00007f33ce32d34c in db_mysql_do_prepared_query (conn=0x7f33ce88cd68, v=&lt;value optimized out&gt;, n=36, uv=&lt;value optimized out&gt;, un=0, query=0x7f33ce5477b0) at dbase.c:584</div>

<div>        i = 33</div><div>        j = &lt;value optimized out&gt;</div><div>        code = &lt;value optimized out&gt;</div><div>        cols = &lt;value optimized out&gt;</div><div>        pq_ptr = 0x7f33ce88cec0</div>

<div>        ctx = 0x7f33ce88e310</div><div>        mysql_bind = 0x7f33ce88cf00</div><div>        start = {tv_sec = 139860479483003, tv_usec = 5334081}</div><div>        buffered_rows = 0x0</div><div>#2  0x00007f33ce32fcae in db_mysql_insert (_h=0x7f33ce88cd68, _k=0x7f330d73197b, _v=0x7f330fa188a0, _n=36) at dbase.c:1028</div>

<div>        ret = &lt;value optimized out&gt;</div><div>#3  0x0000000000517729 in flush_query_list () at db/db_insertq.c:133</div><div>        it = 0x7f330d7318a0</div><div>        my_ps = 0x7f33ce88cec0</div><div>        i = &lt;value optimized out&gt;</div>

<div>        __FUNCTION__ = &quot;flush_query_list&quot;</div><div>#4  0x000000000051799c in handle_ql_shutdown () at db/db_insertq.c:170</div><div>No locals.</div><div>#5  0x000000000042c2c1 in cleanup (show_status=1) at main.c:347</div>

<div>        __FUNCTION__ = &quot;cleanup&quot;</div></div></div><div><br></div><div><br></div><div>and in case you need it:</div><div><div>(gdb) print *binds</div><div>$1 = {length = 0x7f33ce88dd70, is_null = 0x7f33ce88dd78 &quot;&quot;, buffer = 0x7f330fa18d20, error = 0x0, row_ptr = 0x0, store_param_func = 0, fetch_result = 0, skip_result = 0, buffer_length = 0, offset = 0, </div>

<div>  length_value = 0, param_number = 0, pack_length = 0, buffer_type = MYSQL_TYPE_STRING, error_value = 0 &#39;\000&#39;, is_unsigned = 0 &#39;\000&#39;, long_data_used = 0 &#39;\000&#39;, is_null_value = 0 &#39;\000&#39;, </div>

<div>  extension = 0x0}</div></div><div><br></div><div><div>(gdb) print binds[33]</div><div>$2 = {length = 0x6, is_null = 0x0, buffer = 0x18, error = 0x0, row_ptr = 0x16 &lt;Address 0x16 out of bounds&gt;, store_param_func = 0, fetch_result = 0x25, skip_result = 0, buffer_length = 3, offset = 0, </div>

<div>  length_value = 2, param_number = 0, pack_length = 0, buffer_type = 40, error_value = 0 &#39;\000&#39;, is_unsigned = 0 &#39;\000&#39;, long_data_used = 0 &#39;\000&#39;, is_null_value = 0 &#39;\000&#39;, extension = 0x0}</div>

<div>(gdb) </div></div><div><br></div><div><br></div><div>Please let me know if you need any further testing. Thanks!!!</div><div>-Brett</div><div><br></div>