Skip to content
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: unclean shutdown #84

Open
faxm0dem opened this issue Aug 26, 2014 · 2 comments
Open

perl: unclean shutdown #84

faxm0dem opened this issue Aug 26, 2014 · 2 comments

Comments

@faxm0dem
Copy link
Contributor

When shutting down syslog-ng, it seems the perl plugin is not shutting down cleanly:

# syslog-ng -Fv
^C
Scalars leaked: -8
Attempt to free non-existent shared string '_array_iterator', Perl interpreter: 0x7f18bc0008c0 during global destruction.
Attempt to free non-existent shared string '_natatime_iterator', Perl interpreter: 0x7f18bc0008c0 during global destruction.
Attempt to free non-existent shared string '_XScompiled', Perl interpreter: 0x7f18bc0008c0 during global destruction.
Attempt to free non-existent shared string '/usr/lib64/perl5/List/MoreUtils.pm', Perl interpreter: 0x7f18bc0008c0 during global destruction.
Scalars leaked: -142
Attempt to free unreferenced scalar: SV 0x7f18bc10ffe8, Perl interpreter: 0x7f18b40008c0 during global destruction.
Unbalanced string table refcount: (1) for "_XScompiled" during global destruction.
Unbalanced string table refcount: (1) for "_natatime_iterator" during global destruction.
Unbalanced string table refcount: (1) for "_array_iterator" during global destruction.
Unbalanced string table refcount: (1) for "/usr/lib64/perl5/List/MoreUtils.pm" during global destruction.
Scalars leaked: 150
@algernon algernon added the bug label Aug 26, 2014
@talien
Copy link
Contributor

talien commented Sep 26, 2014

Hi!

I couldn't reproduce that. I think it depends on the perl script and perl modules loaded. I'm a perl noob, so I don't have any clue how to experiment with this.

@faxm0dem
Copy link
Contributor Author

So for the record this seems to only happen when using multiple perl destinations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants