[syslog-ng] Syslog-ng 3.0.1 seg fault with TLS support

Xavier Lapie bana at docisland.org
Thu Mar 5 12:11:47 CET 2009


On Thu, Mar 05, 2009 at 10:50:29AM +0100, Xavier Lapie wrote:
> On Thu, Mar 05, 2009 at 10:44:03AM +0100, Hahusseau, Thomas wrote:
> > Yeah I enable the debug mode and open the core file with gdb. I can see a
> > huge backtrace with a lot of "index out of range" error inside. If you I can
> > attach the backtrace on this mailing list.

I found something which could solve your problem.
The tls context is not initialized when used in client mode,
there is a typo in the cfg-grammar.y file.
Just go to the line 899 and replace ENABLE_TLS by ENABLE_SSL.

-- 
Xavier


More information about the syslog-ng mailing list