[Bug 46389] New: valgrind errors in loader when loading a dll
https://bugs.winehq.org/show_bug.cgi?id=46389 Bug ID: 46389 Summary: valgrind errors in loader when loading a dll Product: Wine Version: 4.0-rc4 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: major Priority: P2 Component: loader Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com Distribution: --- Split off from bug 36095 k Seems I was mistaken, (at least) one of these is still present (I didn't realize it was in the 'always ignore' rather than the 'to be fixed' category): ==29772== 32 bytes in 1 blocks are possibly lost in loss record 101 of 360 ==29772== at 0x7BC48394: notify_alloc (heap.c:260) ==29772== by 0x7BC4B8B8: RtlAllocateHeap (heap.c:1726) ==29772== by 0x7BC6E013: RtlAnsiStringToUnicodeString (rtlstr.c:696) ==29772== by 0x7BC6E078: RtlCreateUnicodeStringFromAsciiz (rtlstr.c:303) ==29772== by 0x7BC54377: init_load_order (loadorder.c:252) ==29772== by 0x7BC548B9: get_load_order (loadorder.c:439) ==29772== by 0x7BC51F63: load_dll (loader.c:2519) ==29772== by 0x7BC53148: LdrLoadDll (loader.c:2599) ==29772== by 0x7B455BBE: load_library (module.c:975) ==29772== by 0x7B455CA0: LoadLibraryExW (module.c:1035) ==29772== by 0x7B46450D: __wine_kernel_init (process.c:1436) ==29772== by 0x7BC53E4E: __wine_process_init (loader.c:3585) ==29772== by 0x4045776: wine_init (loader.c:996) ==29772== by 0x7C000F9D: main (main.c:228) ==29772== -- 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.
https://bugs.winehq.org/show_bug.cgi?id=46389 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Alexandre Julliard <julliard(a)winehq.org> --- That's on purpose: /* Note: we don't free the Unicode string because the * stored module names point inside it */ https://source.winehq.org/git/wine.git/blob/1a727e3a1e42714359f6f498053e4753... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=46389 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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)
-
wine-bugs@winehq.org