-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perl segfault if script not found #82
Comments
Hi! I have a quick'n'dirty fix for this in my repo (talien/syslog-ng-incubator), on branch f/perl-fixes. |
unfortunately, your branch causes syslog-ng to segfault every time.
|
Hi! That's bad news. Can you get me the most simple config, on which you can reproduce the segfault? |
Hi! Sorry, but I can't reproduce this segfault at my machine. Thanks, |
did you run the test on @talien's branch or on master? |
I tried it on master. |
I cannot reproduce with master and a minimal config. Thanks for looking into this |
syslog-ng segfaults when it can't find the
script
for the perl module.The ERRNO is hidden as it gets spit on STDERR.
See syslog-ng/syslog-ng/issues/221
The text was updated successfully, but these errors were encountered: