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

Poco::AsyncChannel: Regression in poco 1.13.3 #4839

Open
martinmozi opened this issue Jan 7, 2025 · 2 comments
Open

Poco::AsyncChannel: Regression in poco 1.13.3 #4839

martinmozi opened this issue Jan 7, 2025 · 2 comments
Labels

Comments

@martinmozi
Copy link

martinmozi commented Jan 7, 2025

Description
There is regression in Poco::AsynChannel where memory is leaking when asynchronous logging is used (was correct in Poco 1.11.8)

Steps to Reproduce

  • set asynchronous logging (use AsyncChannel) and do some logs
  • the memory is growing (verify for example with top utility)

Relevant environment information:

  • OS Linux (tested
  • 1.13.3
@martinmozi martinmozi added the bug label Jan 7, 2025
@matejk
Copy link
Contributor

matejk commented Jan 8, 2025

@martinmozi Is the problem present in 1.14 also?

@martinmozi
Copy link
Author

Hi @matejk I am not sure I can test it. But I had some problems in 1.14.0 with networking stuff based on reactor. I didn't investigate it more detailed, because I was fine with 1.13.3 which provides API what I need, but then in load test we found out this async channel issue.

@matejk matejk changed the title Regress in poco 1.13.3 Poco::AsyncChannel: Regression in poco 1.13.3 Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants