[Bug 47414] New: valgrind shows a definite memory leak in dlls/ntdll/ loader.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jun 24 23:40:21 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=47414

            Bug ID: 47414
           Summary: valgrind shows a definite memory leak in
                    dlls/ntdll/loader.c
           Product: Wine
           Version: 4.11
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: loader
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com
      Distribution: ---

Created attachment 64761
  --> https://bugs.winehq.org/attachment.cgi?id=64761
terminal output

Occurs whenever a dll is loaded, so...a lot:

==27336== 51 bytes in 1 blocks are definitely lost in loss record 182 of 465
==27336==    at 0x7BC5EABC: notify_alloc (heap.c:260)
==27336==    by 0x7BC61B02: RtlAllocateHeap (heap.c:1725)
==27336==    by 0x7BC64827: open_builtin_file (loader.c:2320)
==27336==    by 0x7BC64F97: find_builtin_dll (loader.c:2373)
==27336==    by 0x7BC6800A: load_builtin_dll (loader.c:2507)
==27336==    by 0x7BC686B2: load_dll (loader.c:2857)
==27336==    by 0x7BC68EEB: import_dll (loader.c:762)
==27336==    by 0x7BC67BD9: fixup_imports (loader.c:1126)
==27336==    by 0x7BC69BEE: load_builtin_callback (loader.c:1826)
==27336==    by 0x4046C31: __wine_dll_register (loader.c:528)
==27336==    by 0x598848F: __wine_spec_init (init.c:39)
==27336==    by 0x40101F8: call_init.part.0 (dl-init.c:58)
==27336==    by 0x4010331: call_init (dl-init.c:118)
==27336==    by 0x4010331: _dl_init (dl-init.c:119)
==27336==    by 0x4013F57: dl_open_worker (dl-open.c:506)
==27336==    by 0x43ACBF9: _dl_catch_exception (dl-error-skeleton.c:196)
==27336==    by 0x40137FD: _dl_open (dl-open.c:588)
==27336==    by 0x44552F2: dlopen_doit (dlopen.c:66)
==27336==    by 0x43ACBF9: _dl_catch_exception (dl-error-skeleton.c:196)
==27336==    by 0x43ACC8F: _dl_catch_error (dl-error-skeleton.c:215)
==27336==    by 0x4455B94: _dlerror_run (dlerror.c:163)
==27336==

-- 
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.



More information about the wine-bugs mailing list