<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 19, 2013 at 11:22 AM, Gergely Nagy <span dir="ltr">&lt;<a href="mailto:algernon@balabit.hu" target="_blank">algernon@balabit.hu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">Alexandre Biancalana &lt;<a href="mailto:biancalana@gmail.com">biancalana@gmail.com</a>&gt; writes:<br>

<br>
&gt;  Any idea of why this is happening ?  Do you need anything else ?<br>
<br>
</div>I have a few ideas, will try to reproduce the problem. At the moment, I<br>
don&#39;t need anything else. Although, if you could send your config (in<br>
private works too), that may help me a bit.<br>
<div class=""><div class="h5"></div></div></blockquote><div class="h5"><br><br><div>I forgot to mention that I&#39;m using amqp destination.<br><br></div><div>Going forward with the troubleshooting 
I&#39;ve done some tests changing configuration and isolated that the core 
dump occur only when destination is amqp, even when I don&#39;t use 
patterndb the problem still occur.<br><br></div><div>The config to reproduce the problem is very simple:<br><br></div>@version:3.4<br><br>options { chain_hostnames(off); flush_lines(0); threaded(yes); };<br><br>#<br># sources<br>
#<br>source src_local { unix-dgram(&quot;/var/run/log&quot;);<br>                unix-dgram(&quot;/var/run/logpriv&quot; perm(0600));<br>                internal();<br>                file(&quot;/dev/klog&quot;); };<br><br>
<br>destination d_amqp {<br>    amqp(<br>        vhost(&quot;/&quot;)<br>        host(&quot;127.0.0.1&quot;)<br>        port(5672)<br>        username(&quot;guest&quot;) # required option, no default<br>        password(&quot;guest&quot;) # required option, no default<br>
        exchange(&quot;syslog&quot;)<br>        exchange_type(&quot;header&quot;)<br>        routing_key(&quot;&quot;)<br>        body(&quot;&quot;)<br>        persistent(yes)<br>       value-pairs(<br>            scope(&quot;selected-macros&quot; &quot;nv-pairs&quot; &quot;sdata&quot;)<br>
        )<br>    );<br>};<br><br>log { source(src_local); destination(d_amqp); }; <br><br></div></div><br></div></div>