[Bug 59110] New: Memory leak in lookup_unix_name
http://bugs.winehq.org/show_bug.cgi?id=59110 Bug ID: 59110 Summary: Memory leak in lookup_unix_name Product: Wine Version: 11.0-rc1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@list.winehq.org Reporter: dlehman25@gmail.com Distribution: --- Created attachment 79916 --> http://bugs.winehq.org/attachment.cgi?id=79916 sample demo lookup_unix_name leaks memory. valgrind crashes but easy to demonstrate without it without local fix, the attached sample settles around 9mb: $ ps -o pid,rss,comm -p $(pgrep a.exe) PID RSS COMMAND 228399 9116 a.exe a larger loop variable leaks more with local fix at https://gitlab.winehq.org/dlehman25/wine/-/tree/lookup-leak, it settles around 6mb: $ ps -o pid,rss,comm -p $(pgrep a.exe) PID RSS COMMAND 229172 6048 a.exe a larger loop variable doesn't grow the memory -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59110 daniel <dlehman25@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |f123703a66b1 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59110 --- Comment #1 from daniel <dlehman25@gmail.com> --- no leak with today's wine-11.0-rc1-47-ge5d435e3b80 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59110 daniel <dlehman25@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #2 from daniel <dlehman25@gmail.com> --- no leak with today's wine-11.0-rc1-47-ge5d435e3b80 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=59110 Hans Leidekker <hans@meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1|f123703a66b1 |f123703a66b1f236771144a6663 | |0721a9f3c1cb2 Fixed by SHA1| |55d1da71b472ebd2cdc9ce7266a | |019241b1372d8 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
WineHQ Bugzilla