<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"><<a href="mailto:algernon@balabit.hu" target="_blank">algernon@balabit.hu</a>></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 <<a href="mailto:biancalana@gmail.com">biancalana@gmail.com</a>> writes:<br>
<br>
>  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'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'm using amqp destination.<br><br></div><div>Going forward with the troubleshooting 
I've done some tests changing configuration and isolated that the core 
dump occur only when destination is amqp, even when I don'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("/var/run/log");<br>                unix-dgram("/var/run/logpriv" perm(0600));<br>                internal();<br>                file("/dev/klog"); };<br><br>
<br>destination d_amqp {<br>    amqp(<br>        vhost("/")<br>        host("127.0.0.1")<br>        port(5672)<br>        username("guest") # required option, no default<br>        password("guest") # required option, no default<br>
        exchange("syslog")<br>        exchange_type("header")<br>        routing_key("")<br>        body("")<br>        persistent(yes)<br>       value-pairs(<br>            scope("selected-macros" "nv-pairs" "sdata")<br>
        )<br>    );<br>};<br><br>log { source(src_local); destination(d_amqp); }; <br><br></div></div><br></div></div>