<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Sep 24, 2013 at 9:57 PM, Alexandre Biancalana <span dir="ltr">&lt;<a href="mailto:biancalana@gmail.com" target="_blank">biancalana@gmail.com</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 dir="ltr"><div><div class="h5"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 19, 2013 at 11:28 AM, Alexandre Biancalana <span dir="ltr">&lt;<a href="mailto:biancalana@gmail.com" target="_blank">biancalana@gmail.com</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 dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote"><div>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>Alexandre Biancalana &lt;<a href="mailto:biancalana@gmail.com" target="_blank">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><div></div></div></blockquote></div><div><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>
</blockquote></div><br><br></div></div></div><div class="gmail_extra">I&#39;ve made some tests and can&#39;t reproduce this &quot;bug&quot; using linux (centos 6.3) <br></div></div>
</blockquote></div><br><br></div><div class="gmail_extra">applying the initial config with my patterndb and amqp destination it core dumped on linux too.<br><br><br><br>[root@br.c1.sf05 logs]# gdb /usr/local/sbin/syslog-ng<br>
GNU gdb (GDB) Red Hat Enterprise Linux (7.2-60.el6)<br>Copyright (C) 2010 Free Software Foundation, Inc.<br>License GPLv3+: GNU GPL version 3 or later &lt;<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>&gt;<br>
This is free software: you are free to change and redistribute it.<br>There is NO WARRANTY, to the extent permitted by law.  Type &quot;show copying&quot;<br>and &quot;show warranty&quot; for details.<br>This GDB was configured as &quot;x86_64-redhat-linux-gnu&quot;.<br>
For bug reporting instructions, please see:<br>&lt;<a href="http://www.gnu.org/software/gdb/bugs/">http://www.gnu.org/software/gdb/bugs/</a>&gt;...<br>Reading symbols from /usr/local/sbin/syslog-ng...(no debugging symbols found)...done.<br>
(gdb) -f /usr/local/etc/syslog-ng.conf -d<br>Undefined command: &quot;-f&quot;.  Try &quot;help&quot;.<br>(gdb) run -f /usr/local/etc/syslog-ng.conf -d<br>Starting program: /usr/local/sbin/syslog-ng -f /usr/local/etc/syslog-ng.conf -d<br>
[Thread debugging using libthread_db enabled]<br>Reading path for candidate modules; path=&#39;/usr/local/lib/syslog-ng&#39;<br>Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;confgen.so&#39;, module=&#39;confgen&#39;<br>
Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;dbparser.so&#39;, module=&#39;dbparser&#39;<br>Registering candidate plugin; module=&#39;dbparser&#39;, context=&#39;parser&#39;, name=&#39;db-parser&#39;, preference=&#39;0&#39;<br>
Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;afamqp.so&#39;, module=&#39;afamqp&#39;<br>Registering candidate plugin; module=&#39;afamqp&#39;, context=&#39;destination&#39;, name=&#39;amqp&#39;, preference=&#39;0&#39;<br>
Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;cryptofuncs.so&#39;, module=&#39;cryptofuncs&#39;<br>Registering candidate plugin; module=&#39;cryptofuncs&#39;, context=&#39;template-func&#39;, name=&#39;uuid&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;cryptofuncs&#39;, context=&#39;template-func&#39;, name=&#39;hash&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;cryptofuncs&#39;, context=&#39;template-func&#39;, name=&#39;sha1&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;cryptofuncs&#39;, context=&#39;template-func&#39;, name=&#39;sha256&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;cryptofuncs&#39;, context=&#39;template-func&#39;, name=&#39;sha512&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;cryptofuncs&#39;, context=&#39;template-func&#39;, name=&#39;md4&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;cryptofuncs&#39;, context=&#39;template-func&#39;, name=&#39;md5&#39;, preference=&#39;0&#39;<br>
Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;basicfuncs.so&#39;, module=&#39;basicfuncs&#39;<br>Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;grep&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;if&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;echo&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;length&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;substr&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;strip&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;sanitize&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;+&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;-&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;*&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;/&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;%&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;ipv4-to-int&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;indent-multi-line&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;basicfuncs&#39;, context=&#39;template-func&#39;, name=&#39;context-length&#39;, preference=&#39;0&#39;<br>
Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;afuser.so&#39;, module=&#39;afuser&#39;<br>Registering candidate plugin; module=&#39;afuser&#39;, context=&#39;destination&#39;, name=&#39;usertty&#39;, preference=&#39;0&#39;<br>
Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;afsocket-notls.so&#39;, module=&#39;afsocket-notls&#39;<br>Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;source&#39;, name=&#39;unix-stream&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;destination&#39;, name=&#39;unix-stream&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;source&#39;, name=&#39;unix-dgram&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;destination&#39;, name=&#39;unix-dgram&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;source&#39;, name=&#39;tcp&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;destination&#39;, name=&#39;tcp&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;source&#39;, name=&#39;tcp6&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;destination&#39;, name=&#39;tcp6&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;source&#39;, name=&#39;udp&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;destination&#39;, name=&#39;udp&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;source&#39;, name=&#39;udp6&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;destination&#39;, name=&#39;udp6&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;source&#39;, name=&#39;syslog&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;destination&#39;, name=&#39;syslog&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;source&#39;, name=&#39;network&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;afsocket-notls&#39;, context=&#39;destination&#39;, name=&#39;network&#39;, preference=&#39;0&#39;<br>Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;afsocket.so&#39;, module=&#39;afsocket&#39;<br>
Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;source&#39;, name=&#39;unix-stream&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;destination&#39;, name=&#39;unix-stream&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;source&#39;, name=&#39;unix-dgram&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;destination&#39;, name=&#39;unix-dgram&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;source&#39;, name=&#39;tcp&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;destination&#39;, name=&#39;tcp&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;source&#39;, name=&#39;tcp6&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;destination&#39;, name=&#39;tcp6&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;source&#39;, name=&#39;udp&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;destination&#39;, name=&#39;udp&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;source&#39;, name=&#39;udp6&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;destination&#39;, name=&#39;udp6&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;source&#39;, name=&#39;syslog&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;destination&#39;, name=&#39;syslog&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;source&#39;, name=&#39;network&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket&#39;, context=&#39;destination&#39;, name=&#39;network&#39;, preference=&#39;100&#39;<br>
Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;affile.so&#39;, module=&#39;affile&#39;<br>Registering candidate plugin; module=&#39;affile&#39;, context=&#39;source&#39;, name=&#39;file&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;affile&#39;, context=&#39;source&#39;, name=&#39;pipe&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;affile&#39;, context=&#39;destination&#39;, name=&#39;file&#39;, preference=&#39;0&#39;<br>
Registering candidate plugin; module=&#39;affile&#39;, context=&#39;destination&#39;, name=&#39;pipe&#39;, preference=&#39;0&#39;<br>Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;csvparser.so&#39;, module=&#39;csvparser&#39;<br>
Registering candidate plugin; module=&#39;csvparser&#39;, context=&#39;parser&#39;, name=&#39;csv-parser&#39;, preference=&#39;0&#39;<br>Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;afprog.so&#39;, module=&#39;afprog&#39;<br>
Registering candidate plugin; module=&#39;afprog&#39;, context=&#39;source&#39;, name=&#39;program&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;afprog&#39;, context=&#39;destination&#39;, name=&#39;program&#39;, preference=&#39;0&#39;<br>
Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;syslog-ng-crypto.so&#39;, module=&#39;syslog-ng-crypto&#39;<br>Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;syslogformat.so&#39;, module=&#39;syslogformat&#39;<br>
Registering candidate plugin; module=&#39;syslogformat&#39;, context=&#39;format&#39;, name=&#39;syslog&#39;, preference=&#39;0&#39;<br>Registering candidate plugin; module=&#39;syslogformat&#39;, context=&#39;parser&#39;, name=&#39;syslog-parser&#39;, preference=&#39;0&#39;<br>
Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;afmongodb.so&#39;, module=&#39;afmongodb&#39;<br>Registering candidate plugin; module=&#39;afmongodb&#39;, context=&#39;destination&#39;, name=&#39;mongodb&#39;, preference=&#39;0&#39;<br>
Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;system-source.so&#39;, module=&#39;system-source&#39;<br>Reading shared object for a candidate module; path=&#39;/usr/local/lib/syslog-ng&#39;, fname=&#39;afsocket-tls.so&#39;, module=&#39;afsocket-tls&#39;<br>
Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;source&#39;, name=&#39;unix-stream&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;destination&#39;, name=&#39;unix-stream&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;source&#39;, name=&#39;unix-dgram&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;destination&#39;, name=&#39;unix-dgram&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;source&#39;, name=&#39;tcp&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;destination&#39;, name=&#39;tcp&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;source&#39;, name=&#39;tcp6&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;destination&#39;, name=&#39;tcp6&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;source&#39;, name=&#39;udp&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;destination&#39;, name=&#39;udp&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;source&#39;, name=&#39;udp6&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;destination&#39;, name=&#39;udp6&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;source&#39;, name=&#39;syslog&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;destination&#39;, name=&#39;syslog&#39;, preference=&#39;100&#39;<br>
Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;source&#39;, name=&#39;network&#39;, preference=&#39;100&#39;<br>Registering candidate plugin; module=&#39;afsocket-tls&#39;, context=&#39;destination&#39;, name=&#39;network&#39;, preference=&#39;100&#39;<br>
Compiling #unnamed sequence [log] at [/usr/local/etc/syslog-ng.conf:4]<br>  Compiling httpd_error_log reference [source] at [/usr/local/etc/syslog-ng.conf:4]<br>    Compiling httpd_error_log sequence [source] at [/usr/local/etc/syslog-ng.conf:1]<br>
      Compiling #unnamed junction [log] at [/usr/local/etc/syslog-ng.conf:1]<br>        Compiling #unnamed single [log] at [/usr/local/etc/syslog-ng.conf:1]<br>  Compiling pattern_db reference [parser] at [/usr/local/etc/syslog-ng.conf:4]<br>
    Compiling pattern_db sequence [parser] at [/usr/local/etc/syslog-ng.conf:1]<br>      Compiling #unnamed single [log] at [/usr/local/etc/syslog-ng.conf:1]<br>  Compiling d_amqp reference [destination] at [/usr/local/etc/syslog-ng.conf:4]<br>
    Compiling d_amqp sequence [destination] at [/usr/local/etc/syslog-ng.conf:2]<br>      Compiling #unnamed junction [log] at [/usr/local/etc/syslog-ng.conf:2]<br>        Compiling #unnamed single [log] at [/usr/local/etc/syslog-ng.conf:2]<br>
Log pattern database reloaded; file=&#39;/home/ale/httpd.xml&#39;, version=&#39;3&#39;, pub_date=&#39;2013-09-12&#39;<br>[New Thread 0x7ffff7fe3700 (LWP 11172)]<br>Running application hooks; hook=&#39;1&#39;<br>Running application hooks; hook=&#39;3&#39;<br>
syslog-ng starting up; version=&#39;3.4.3&#39;<br>Worker thread started; driver=&#39;d_amqp#0&#39;<br>Connecting to AMQP succeeded; driver=&#39;d_amqp#0&#39;<br>Incoming log entry; line=&#39;[2013-09-01 03:49:03.051560] [core:notice] [pid 17230:tid 139776559662848] AH00094: Command line: \&#39;/opt/apps/httpd/sbin/httpd -D NO_DETACH\&#39;&#39;<br>
patterndb rule matches; rule_id=&#39;52a31c61-1bff-11e3-919d-ca66d2f45ab4&#39;<br>Advancing patterndb current time because of an incoming message; utc=&#39;1380159639&#39;<br>Message parsing complete; result=&#39;1&#39;<br>
<br>Program received signal SIGSEGV, Segmentation fault.<br>[Switching to Thread 0x7ffff7fe3700 (LWP 11172)]<br>0x00007ffff7b903d5 in ?? () from /usr/local/lib/<a href="http://libsyslog-ng-3.4.3.so">libsyslog-ng-3.4.3.so</a><br>
Missing separate debuginfos, use: debuginfo-install syslog-ng-3.4.3-1.x86_64<br>(gdb) bt<br>#0  0x00007ffff7b903d5 in ?? () from /usr/local/lib/<a href="http://libsyslog-ng-3.4.3.so">libsyslog-ng-3.4.3.so</a><br>#1  0x00007ffff7b8f868 in nv_table_foreach_entry () from /usr/local/lib/<a href="http://libsyslog-ng-3.4.3.so">libsyslog-ng-3.4.3.so</a><br>
#2  0x00007ffff7b8f926 in nv_table_foreach () from /usr/local/lib/<a href="http://libsyslog-ng-3.4.3.so">libsyslog-ng-3.4.3.so</a><br>#3  0x00007ffff7b9af3f in value_pairs_foreach_sorted () from /usr/local/lib/<a href="http://libsyslog-ng-3.4.3.so">libsyslog-ng-3.4.3.so</a><br>
#4  0x00007ffff4069e6a in ?? () from /usr/local/lib/syslog-ng/libafamqp.so<br>#5  0x00007ffff406a9a2 in ?? () from /usr/local/lib/syslog-ng/libafamqp.so<br>#6  0x00007ffff7b8e63b in ?? () from /usr/local/lib/<a href="http://libsyslog-ng-3.4.3.so">libsyslog-ng-3.4.3.so</a><br>
#7  0x00007ffff70a3004 in ?? () from /lib64/libglib-2.0.so.0<br>#8  0x00007ffff6a23851 in start_thread () from /lib64/libpthread.so.0<br>#9  0x00007ffff677190d in clone () from /lib64/libc.so.6<br><br><br></div><div class="gmail_extra">
Any ideas ?<br></div></div>