I've grabbed the output. It is here: http://pastebin.com/yfkVk5rk -- Search for ==8348== and you go right to the valgrind output.
I did notice that when running in valgrind rsyslog doesn't crash at the point it usually does. It does show the output for valgrind in the same spot it would have crashed though. I'm assuming it doesn't crash because valgrind is catching the fault. -- James ________________________________________ From: [email protected] [[email protected]] On Behalf Of Rainer Gerhards [[email protected]] Sent: Saturday, September 21, 2013 4:40 AM To: rsyslog-users Subject: Re: [rsyslog] Local Variables Usage Question On Sat, Sep 21, 2013 at 2:42 AM, Boylan, James <[email protected]>wrote: > Here is the pastebin for the full log that leads up to the segmentation > fault. This fault only happens when the variables are in the Ruleset that > is processing the incoming messages. > > http://pastebin.com/9ynNu6vV > Thx for that. Would it be possible that you also run it under valgrind control? That usually helps a lot. All you need to do is to use $ valgrind --log-fd=1 /path/to/rsyslogd ...your options... -nd > logfile With that, valgrind usually points right into the line that causes the abort. As you need to run rsyslog interactively, you need to stop the service first. If you could get me that log, troubleshooting most probably would be way easier. Thx, Rainer _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

