[Bug 45090] (nearly) every test shows a leak in kernel32/{console,term}.c

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jul 19 03:13:20 CDT 2020


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

--- Comment #1 from Austin English <austinenglish at gmail.com> ---
Seeing this on another machine (with less debugging stuff):

==19685== 1,622 bytes in 1 blocks are possibly lost in loss record 277 of 304
==19685==    at 0x40345DC: malloc (vg_replace_malloc.c:307)
==19685==    by 0x6375589: ???
==19685==    by 0x6375FF6: ???
==19685==    by 0x63763F9: ???
==19685==    by 0x6376524: ???
==19685==    by 0x636F75A: ???
==19685==    by 0x636FB66: ???
==19685==    by 0x6370071: ???
==19685==    by 0x7B64BCB3: TERM_Init (term.c:418)
==19685==    by 0x7B635B90: CONSOLE_Init (console.c:1119)
==19685==    by 0x7B63A105: process_attach (kernel_main.c:133)
==19685==    by 0x7B63A1EF: DllMain (kernel_main.c:177)
==19685==    by 0x7BC49BA5: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==19685==    by 0x7BC4D4AC: MODULE_InitDLL (loader.c:1324)
==19685==    by 0x7BC4D728: process_attach (loader.c:1418)
==19685==    by 0x7BC4D66A: process_attach (loader.c:1404)
==19685==    by 0x7BC4D66A: process_attach (loader.c:1404)
==19685==    by 0x7BC4D66A: process_attach (loader.c:1404)
==19685==    by 0x7BC50018: LdrInitializeThunk (loader.c:3464)
==19685==    by 0x48803A8: attach_thread (signal_i386.c:2198)

==13485== 13 bytes in 1 blocks are definitely lost in loss record 24 of 304
==13485==    at 0x40345DC: malloc (vg_replace_malloc.c:307)
==13485==    by 0x42DFBA5: strdup (strdup.c:42)
==13485==    by 0x6383EBC: ???
==13485==    by 0x63841AE: ???
==13485==    by 0x638E4F0: ???
==13485==    by 0x638775A: ???
==13485==    by 0x6387B66: ???
==13485==    by 0x6388071: ???
==13485==    by 0x7B64BCB3: TERM_Init (term.c:418)
==13485==    by 0x7B635B90: CONSOLE_Init (console.c:1119)
==13485==    by 0x7B63A105: process_attach (kernel_main.c:133)
==13485==    by 0x7B63A1EF: DllMain (kernel_main.c:177)
==13485==    by 0x7BC49BA5: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==13485==    by 0x7BC4D4AC: MODULE_InitDLL (loader.c:1324)
==13485==    by 0x7BC4D728: process_attach (loader.c:1418)
==13485==    by 0x7BC4D66A: process_attach (loader.c:1404)
==13485==    by 0x7BC4D66A: process_attach (loader.c:1404)
==13485==    by 0x7BC4D66A: process_attach (loader.c:1404)
==13485==    by 0x7BC50018: LdrInitializeThunk (loader.c:3464)
==13485==    by 0x48803A8: attach_thread (signal_i386.c:2198)
==13485== 

with wine-5.13.

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