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

Leak in SIO Frame reading #594

Open
tmadlener opened this issue May 6, 2024 · 0 comments
Open

Leak in SIO Frame reading #594

tmadlener opened this issue May 6, 2024 · 0 comments

Comments

@tmadlener
Copy link
Collaborator

          Reading a frame with SIO is also not free from leaks and this is why it's commented out in the sanitizer tests, right? 

https://github.com/jmcarcell/podio/blob/main/tests/CTestCustom.cmake#L83-L83
Simply reading frames with SIO:

SUMMARY: AddressSanitizer: 7328 byte(s) leaked in 342 allocation(s).

The read_interface_sio.cpp test:

SUMMARY: AddressSanitizer: 7328 byte(s) leaked in 342 allocation(s).

so it doesn't have anything to do with the interface. I'll just add it to the list of excluded

Originally posted by @jmcarcell in #522 (comment)

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

No branches or pull requests

1 participant