started with: ./tools/valgrind/valgrind-full.sh HEAD is: commit fa68f683c82c41048ada8f664f0a3f604a1e4d2f Author: Austin English Date: Fri Feb 3 18:51:35 2017 -0600 Revert "ntdll: Avoid possible deadlock by using _exit() in NtTerminateProcess." This reverts commit 4a1629c4117fda9eca63b6f56ea45771dc9734ac. It breaks wine + valgrind, see https://bugs.winehq.org/show_bug.cgi?id=39097 origin/master is: commit a7ba4565878913b4497c5082b730c3ae34a9947c Author: Ziqing Hui Date: Mon Nov 27 19:47:43 2017 +0800 mlang/tests: Add MapFont tests. Signed-off-by: Ziqing Hui Signed-off-by: Huw Davies Signed-off-by: Alexandre Julliard git log between origin/master and HEAD: commit fa68f683c82c41048ada8f664f0a3f604a1e4d2f Author: Austin English Date: Fri Feb 3 18:51:35 2017 -0600 Revert "ntdll: Avoid possible deadlock by using _exit() in NtTerminateProcess." This reverts commit 4a1629c4117fda9eca63b6f56ea45771dc9734ac. It breaks wine + valgrind, see https://bugs.winehq.org/show_bug.cgi?id=39097 git diff between origin/master and HEAD: diff --git a/dlls/ntdll/process.c b/dlls/ntdll/process.c index f615ce2fea..29b2b36001 100644 --- a/dlls/ntdll/process.c +++ b/dlls/ntdll/process.c @@ -21,16 +21,11 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h" - #include #include #include #include #include -#ifdef HAVE_UNISTD_H -# include -#endif #include "ntstatus.h" #define WIN32_NO_STATUS @@ -69,7 +64,7 @@ NTSTATUS WINAPI NtTerminateProcess( HANDLE handle, LONG exit_code ) self = !ret && reply->self; } SERVER_END_REQ; - if (self && handle) _exit( exit_code ); + if (self && handle) exit( exit_code ); return ret; } Using valgrind-3.14.0.GIT-9608f6681d make[1]: Entering directory '/home/austin/wine-valgrind/dlls/advapi32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so cred && touch cred.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 cred.c:820: Tests skipped: CRED_TYPE_DOMAIN_VISIBLE_PASSWORD credentials are not supported or are disabled. Skipping ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so crypt && touch crypt.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so crypt_lmhash && touch crypt_lmhash.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so crypt_md4 && touch crypt_md4.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so crypt_md5 && touch crypt_md5.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so crypt_sha && touch crypt_sha.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so eventlog && touch eventlog.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 eventlog.c:546: Tests skipped: We don't have a backup eventlog to work with eventlog.c:479: Tests skipped: No records in the 'Application' log eventlog.c:889: Tests skipped: No events were written to the eventlog ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so lsa && touch lsa.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so registry && touch registry.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 registry.c:2505: Tests skipped: Not on Wow64, no redirection registry.c:2819: Tests skipped: HKCR key merging not supported registry.c:3115: Tests skipped: HKCR key merging not supported ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so security && touch security.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 security.c:2089: Tests skipped: Well known SID 38 not implemented security.c:2089: Tests skipped: Well known SID 39 not implemented security.c:2089: Tests skipped: Well known SID 40 not implemented security.c:2089: Tests skipped: Well known SID 41 not implemented security.c:2089: Tests skipped: Well known SID 42 not implemented security.c:2089: Tests skipped: Well known SID 43 not implemented security.c:2089: Tests skipped: Well known SID 44 not implemented security.c:2089: Tests skipped: Well known SID 45 not implemented security.c:2089: Tests skipped: Well known SID 46 not implemented security.c:2089: Tests skipped: Well known SID 47 not implemented security.c:2089: Tests skipped: Well known SID 48 not implemented security.c:2089: Tests skipped: Well known SID 49 not implemented security.c:2089: Tests skipped: Well known SID 50 not implemented security.c:2089: Tests skipped: Well known SID 62 not implemented security.c:2089: Tests skipped: Well known SID 63 not implemented security.c:2089: Tests skipped: Well known SID 64 not implemented security.c:2089: Tests skipped: Well known SID 65 not implemented security.c:2089: Tests skipped: Well known SID 70 not implemented security.c:2089: Tests skipped: Well known SID 71 not implemented security.c:2089: Tests skipped: Well known SID 72 not implemented security.c:2089: Tests skipped: Well known SID 73 not implemented security.c:2089: Tests skipped: Well known SID 74 not implemented security.c:2089: Tests skipped: Well known SID 75 not implemented security.c:2089: Tests skipped: Well known SID 76 not implemented security.c:2089: Tests skipped: Well known SID 77 not implemented security.c:2089: Tests skipped: Well known SID 78 not implemented security.c:2089: Tests skipped: Well known SID 79 not implemented security.c:2089: Tests skipped: Well known SID 81 not implemented security.c:2089: Tests skipped: Well known SID 82 not implemented preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==8691== Syscall param writev(vector[...]) points to uninitialised byte(s) ==8691== at 0x434EB0F: ??? (syscall-template.S:84) ==8691== by 0x7BC6EEC8: send_request (server.c:228) ==8691== by 0x7BC702F1: server_call_unlocked (server.c:288) ==8691== by 0x7BC70344: wine_server_call (server.c:321) ==8691== by 0x7BC3EEC4: FILE_CreateFile (file.c:247) ==8691== by 0x7BC3FFE8: NtCreateFile (file.c:341) ==8691== by 0x7B45757B: CreateDirectoryW (path.c:1597) ==8691== by 0x7B457619: CreateDirectoryA (path.c:1621) ==8691== by 0x4A4AB3B: test_CreateDirectoryA (security.c:3576) ==8691== by 0x4A54D8A: func_security (security.c:7340) ==8691== by 0x4A5FEAA: run_test (test.h:603) ==8691== by 0x4A608FF: main (test.h:687) ==8691== Address 0x492c890 is 104 bytes inside a block of size 136 alloc'd ==8691== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8691== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8691== by 0x7BC774A5: alloc_object_attributes (sync.c:117) ==8691== by 0x7BC3EE20: FILE_CreateFile (file.c:232) ==8691== by 0x7BC3FFE8: NtCreateFile (file.c:341) ==8691== by 0x7B45757B: CreateDirectoryW (path.c:1597) ==8691== by 0x7B457619: CreateDirectoryA (path.c:1621) ==8691== by 0x4A4AB3B: test_CreateDirectoryA (security.c:3576) ==8691== by 0x4A54D8A: func_security (security.c:7340) ==8691== by 0x4A5FEAA: run_test (test.h:603) ==8691== by 0x4A608FF: main (test.h:687) ==8691== Uninitialised value was created by a client request ==8691== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==8691== by 0x7BC47EB8: initialize_block (heap.c:245) ==8691== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==8691== by 0x4A4AA20: test_CreateDirectoryA (security.c:3562) ==8691== by 0x4A54D8A: func_security (security.c:7340) ==8691== by 0x4A5FEAA: run_test (test.h:603) ==8691== by 0x4A608FF: main (test.h:687) ==8691== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:FILE_CreateFile fun:NtCreateFile fun:CreateDirectoryW fun:CreateDirectoryA fun:test_CreateDirectoryA fun:func_security fun:run_test fun:main } ==3643== 84 bytes in 1 blocks are possibly lost in loss record 143 of 240 ==3643== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3643== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3643== by 0x4A51F8E: test_token_security_descriptor (security.c:7014) ==3643== by 0x4A54E07: func_security (security.c:7367) ==3643== by 0x4A5FEAA: run_test (test.h:603) ==3643== by 0x4A608FF: main (test.h:687) ==3643== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:test_token_security_descriptor fun:func_security fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so service && touch service.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==29157== 4 bytes in 1 blocks are definitely lost in loss record 4 of 230 ==29157== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29157== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29157== by 0x4D065C3: heap_alloc (advapi32_misc.h:43) ==29157== by 0x4D091E8: QueryServiceConfig2W (service.c:1610) ==29157== by 0x4D09C03: QueryServiceConfig2A (service.c:1551) ==29157== by 0x4A5DF7C: test_queryconfig2 (service.c:2039) ==29157== by 0x4A5FB13: func_service (service.c:2607) ==29157== by 0x4A5FEAA: run_test (test.h:603) ==29157== by 0x4A608FF: main (test.h:687) ==29157== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:QueryServiceConfig2W fun:QueryServiceConfig2A fun:test_queryconfig2 fun:func_service fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/advapi32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/advpack/tests' ../../../tools/runtest -q -P wine -T ../../.. -M advpack.dll -p advpack_test.exe.so advpack && touch advpack.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advpack.dll -p advpack_test.exe.so files && touch files.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advpack.dll -p advpack_test.exe.so install && touch install.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/advpack/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/amstream/tests' ../../../tools/runtest -q -P wine -T ../../.. -M amstream.dll -p amstream_test.exe.so amstream && touch amstream.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13157== 252 bytes in 1 blocks are possibly lost in loss record 2,625 of 3,191 ==13157== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==13157== by 0x6714240: ralloc_size (ralloc.c:121) ==13157== by 0x671435E: rzalloc_size (ralloc.c:153) ==13157== by 0x6713601: _mesa_hash_table_rehash (hash_table.c:270) ==13157== by 0x671355C: hash_table_insert (hash_table.c:302) ==13157== by 0x6B112F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==13157== by 0x6B14982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==13157== by 0x6B14982: si_shader_cache_load_shader (si_state_shaders.c:265) ==13157== by 0x6B14982: si_init_shader_selector_async (si_state_shaders.c:1834) ==13157== by 0x67197DE: util_queue_thread_func (u_queue.c:187) ==13157== by 0x6719314: impl_thrd_routine (threads_posix.h:87) ==13157== by 0x424836C: start_thread (pthread_create.c:456) ==13157== by 0x4357DA5: clone (clone.S:110) ==13157== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/amstream/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/apphelp/tests' ../../../tools/runtest -q -P wine -T ../../.. -M apphelp.dll -p apphelp_test.exe.so apphelp && touch apphelp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/apphelp/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/atl/tests' ../../../tools/runtest -q -P wine -T ../../.. -M atl.dll -p atl_test.exe.so atl_ax && touch atl_ax.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16681== Syscall param ipc(second) contains uninitialised byte(s) ==16681== at 0x435A071: shmget (shmget.c:33) ==16681== by 0x5971D94: create_shm_image (bitblt.c:1784) ==16681== by 0x5973B00: create_surface (bitblt.c:2021) ==16681== by 0x599DADA: X11DRV_WindowPosChanging (window.c:2226) ==16681== by 0x4FA81A9: set_window_pos (winpos.c:2079) ==16681== by 0x4FAA010: USER_SetWindowPos (winpos.c:2266) ==16681== by 0x4FA8885: SetWindowPos (winpos.c:2352) ==16681== by 0x5D68AF0: activate_inplace (oleobject.c:175) ==16681== by 0x5D68DEB: OleObject_DoVerb (oleobject.c:673) ==16681== by 0x4B17A7C: IOleObject_DoVerb (oleidl.h:2755) ==16681== by 0x4B17A7C: IOCS_Init (???:0) ==16681== by 0x4B17BD1: IOCS_Create (atl_ax.c:970) ==16681== by 0x4B182F1: AtlAxAttachControl (atl_ax.c:1156) ==16681== by 0x48460EF: test_AtlAxAttachControl (atl_ax.c:101) ==16681== by 0x48462D0: func_atl_ax (atl_ax.c:142) ==16681== by 0x484757D: run_test (test.h:603) ==16681== by 0x4847FD2: main (test.h:687) ==16681== Uninitialised value was created by a stack allocation ==16681== at 0x4B17A22: IOCS_Init (atl_ax.c:926) ==16681== { Memcheck:Param ipc(second) fun:shmget fun:create_shm_image fun:create_surface fun:X11DRV_WindowPosChanging fun:set_window_pos fun:USER_SetWindowPos fun:SetWindowPos fun:activate_inplace fun:OleObject_DoVerb fun:IOleObject_DoVerb fun:IOCS_Init fun:IOCS_Create fun:AtlAxAttachControl fun:test_AtlAxAttachControl fun:func_atl_ax fun:run_test fun:main } ==16681== Syscall param write(buf) points to uninitialised byte(s) ==16681== at 0x4253583: __write_nocancel (syscall-template.S:84) ==16681== by 0x7BC6EE75: send_request (server.c:213) ==16681== by 0x7BC702F1: server_call_unlocked (server.c:288) ==16681== by 0x7BC70344: wine_server_call (server.c:321) ==16681== by 0x4FA836E: set_window_pos (winpos.c:2116) ==16681== by 0x4FAA010: USER_SetWindowPos (winpos.c:2266) ==16681== by 0x4FA8885: SetWindowPos (winpos.c:2352) ==16681== by 0x5D68AF0: activate_inplace (oleobject.c:175) ==16681== by 0x5D68DEB: OleObject_DoVerb (oleobject.c:673) ==16681== by 0x4B17A7C: IOleObject_DoVerb (oleidl.h:2755) ==16681== by 0x4B17A7C: IOCS_Init (???:0) ==16681== by 0x4B17BD1: IOCS_Create (atl_ax.c:970) ==16681== by 0x4B182F1: AtlAxAttachControl (atl_ax.c:1156) ==16681== by 0x48460EF: test_AtlAxAttachControl (atl_ax.c:101) ==16681== by 0x48462D0: func_atl_ax (atl_ax.c:142) ==16681== by 0x484757D: run_test (test.h:603) ==16681== by 0x4847FD2: main (test.h:687) ==16681== Address 0x4aff9c8 is on thread 1's stack ==16681== in frame #4, created by set_window_pos (winpos.c:2066) ==16681== Uninitialised value was created by a stack allocation ==16681== at 0x4B17A22: IOCS_Init (atl_ax.c:926) ==16681== { Memcheck:Param write(buf) fun:__write_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:set_window_pos fun:USER_SetWindowPos fun:SetWindowPos fun:activate_inplace fun:OleObject_DoVerb fun:IOleObject_DoVerb fun:IOCS_Init fun:IOCS_Create fun:AtlAxAttachControl fun:test_AtlAxAttachControl fun:func_atl_ax fun:run_test fun:main } ==16681== Syscall param writev(vector[...]) points to uninitialised byte(s) ==16681== at 0x434EAE3: __writev_nocancel (syscall-template.S:84) ==16681== by 0x5BA1B4D: write_vec (xcb_conn.c:277) ==16681== by 0x5BA1B4D: _xcb_conn_wait (xcb_conn.c:522) ==16681== by 0x5BA2084: _xcb_out_send (xcb_out.c:458) ==16681== by 0x5BA213C: xcb_writev (xcb_out.c:406) ==16681== by 0x5A82F39: _XSend (xcb_io.c:486) ==16681== by 0x5A834CA: _XReply (xcb_io.c:573) ==16681== by 0x5A7A353: XReconfigureWMWindow (ReconfWM.c:111) ==16681== by 0x599AE17: sync_window_position (window.c:1262) ==16681== by 0x599DEFA: X11DRV_WindowPosChanged (window.c:2340) ==16681== by 0x4FA8721: set_window_pos (winpos.c:2193) ==16681== by 0x4FAA010: USER_SetWindowPos (winpos.c:2266) ==16681== by 0x4FA8885: SetWindowPos (winpos.c:2352) ==16681== by 0x5D68AF0: activate_inplace (oleobject.c:175) ==16681== by 0x5D68DEB: OleObject_DoVerb (oleobject.c:673) ==16681== by 0x4B17A7C: IOleObject_DoVerb (oleidl.h:2755) ==16681== by 0x4B17A7C: IOCS_Init (???:0) ==16681== by 0x4B17BD1: IOCS_Create (atl_ax.c:970) ==16681== by 0x4B182F1: AtlAxAttachControl (atl_ax.c:1156) ==16681== by 0x48460EF: test_AtlAxAttachControl (atl_ax.c:101) ==16681== by 0x48462D0: func_atl_ax (atl_ax.c:142) ==16681== by 0x484757D: run_test (test.h:603) ==16681== Address 0x45bb4a8 is 32 bytes inside a block of size 16,384 alloc'd ==16681== at 0x402EDD9: calloc (vg_replace_malloc.c:711) ==16681== by 0x5A72AEF: XOpenDisplay (OpenDis.c:237) ==16681== by 0x59A3120: x11drv_init_thread_data (x11drv_main.c:659) ==16681== by 0x5999260: thread_init_display (x11drv.h:365) ==16681== by 0x599CFB4: X11DRV_create_win_data (window.c:1818) ==16681== by 0x599D908: X11DRV_WindowPosChanging (window.c:2181) ==16681== by 0x4FA81A9: set_window_pos (winpos.c:2079) ==16681== by 0x4FA43F8: WIN_CreateWindowEx (win.c:1598) ==16681== by 0x4F9EA0F: CreateWindowExA (win.c:1744) ==16681== by 0x4845F48: test_AtlAxAttachControl (atl_ax.c:69) ==16681== by 0x48462D0: func_atl_ax (atl_ax.c:142) ==16681== by 0x484757D: run_test (test.h:603) ==16681== by 0x4847FD2: main (test.h:687) ==16681== Uninitialised value was created by a stack allocation ==16681== at 0x4B17A22: IOCS_Init (atl_ax.c:926) ==16681== { Memcheck:Param writev(vector[...]) fun:__writev_nocancel fun:write_vec fun:_xcb_conn_wait fun:_xcb_out_send fun:xcb_writev fun:_XSend fun:_XReply fun:XReconfigureWMWindow fun:sync_window_position fun:X11DRV_WindowPosChanged fun:set_window_pos fun:USER_SetWindowPos fun:SetWindowPos fun:activate_inplace fun:OleObject_DoVerb fun:IOleObject_DoVerb fun:IOCS_Init fun:IOCS_Create fun:AtlAxAttachControl fun:test_AtlAxAttachControl fun:func_atl_ax fun:run_test } ../../../tools/runtest -q -P wine -T ../../.. -M atl.dll -p atl_test.exe.so module && touch module.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M atl.dll -p atl_test.exe.so registrar && touch registrar.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/atl/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/atl100/tests' ../../../tools/runtest -q -P wine -T ../../.. -M atl100.dll -p atl100_test.exe.so atl && touch atl.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20593== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20593_29ddad0f is empty ==20593== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==20593== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20593_29ddad0f is empty ==20593== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==20593== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20593_29ddad0f is empty ==20593== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==20593== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20593_29ddad0f is empty ==20593== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==20593== Syscall param ipc(second) contains uninitialised byte(s) ==20593== at 0x435A071: shmget (shmget.c:33) ==20593== by 0x59ACD94: create_shm_image (bitblt.c:1784) ==20593== by 0x59AEB00: create_surface (bitblt.c:2021) ==20593== by 0x59D8ADA: X11DRV_WindowPosChanging (window.c:2226) ==20593== by 0x4E821A9: set_window_pos (winpos.c:2079) ==20593== by 0x4E84010: USER_SetWindowPos (winpos.c:2266) ==20593== by 0x4E82885: SetWindowPos (winpos.c:2352) ==20593== by 0x5E1DAF0: activate_inplace (oleobject.c:175) ==20593== by 0x5E1DDEB: OleObject_DoVerb (oleobject.c:673) ==20593== by 0x4B16C2D: IOleObject_DoVerb (oleidl.h:2755) ==20593== by 0x4B16C2D: IOCS_Init (???:0) ==20593== by 0x4B16D82: IOCS_Create (atl_ax.c:970) ==20593== by 0x4B17537: AtlAxAttachControl (atl_ax.c:1156) ==20593== by 0x4848ED9: test_AtlAxAttachControl (atl.c:886) ==20593== by 0x484A100: func_atl (atl.c:1092) ==20593== by 0x484A455: run_test (test.h:603) ==20593== by 0x484AEAC: main (test.h:687) ==20593== Uninitialised value was created by a stack allocation ==20593== at 0x4B16BD3: IOCS_Init (atl_ax.c:926) ==20593== { Memcheck:Param ipc(second) fun:shmget fun:create_shm_image fun:create_surface fun:X11DRV_WindowPosChanging fun:set_window_pos fun:USER_SetWindowPos fun:SetWindowPos fun:activate_inplace fun:OleObject_DoVerb fun:IOleObject_DoVerb fun:IOCS_Init fun:IOCS_Create fun:AtlAxAttachControl fun:test_AtlAxAttachControl fun:func_atl fun:run_test fun:main } ==20593== Syscall param write(buf) points to uninitialised byte(s) ==20593== at 0x42535AF: ??? (syscall-template.S:84) ==20593== by 0x7BC6EE75: send_request (server.c:213) ==20593== by 0x7BC702F1: server_call_unlocked (server.c:288) ==20593== by 0x7BC70344: wine_server_call (server.c:321) ==20593== by 0x4E8236E: set_window_pos (winpos.c:2116) ==20593== by 0x4E84010: USER_SetWindowPos (winpos.c:2266) ==20593== by 0x4E82885: SetWindowPos (winpos.c:2352) ==20593== by 0x5E1DAF0: activate_inplace (oleobject.c:175) ==20593== by 0x5E1DDEB: OleObject_DoVerb (oleobject.c:673) ==20593== by 0x4B16C2D: IOleObject_DoVerb (oleidl.h:2755) ==20593== by 0x4B16C2D: IOCS_Init (???:0) ==20593== by 0x4B16D82: IOCS_Create (atl_ax.c:970) ==20593== by 0x4B17537: AtlAxAttachControl (atl_ax.c:1156) ==20593== by 0x4848ED9: test_AtlAxAttachControl (atl.c:886) ==20593== by 0x484A100: func_atl (atl.c:1092) ==20593== by 0x484A455: run_test (test.h:603) ==20593== by 0x484AEAC: main (test.h:687) ==20593== Address 0x4aff9c8 is on thread 1's stack ==20593== in frame #4, created by set_window_pos (winpos.c:2066) ==20593== Uninitialised value was created by a stack allocation ==20593== at 0x4B16BD3: IOCS_Init (atl_ax.c:926) ==20593== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:set_window_pos fun:USER_SetWindowPos fun:SetWindowPos fun:activate_inplace fun:OleObject_DoVerb fun:IOleObject_DoVerb fun:IOCS_Init fun:IOCS_Create fun:AtlAxAttachControl fun:test_AtlAxAttachControl fun:func_atl fun:run_test fun:main } ==20593== Syscall param writev(vector[...]) points to uninitialised byte(s) ==20593== at 0x434EB0F: ??? (syscall-template.S:84) ==20593== by 0x5BDCB4D: write_vec (xcb_conn.c:277) ==20593== by 0x5BDCB4D: _xcb_conn_wait (xcb_conn.c:522) ==20593== by 0x5BDD084: _xcb_out_send (xcb_out.c:458) ==20593== by 0x5BDD13C: xcb_writev (xcb_out.c:406) ==20593== by 0x5ABDF39: _XSend (xcb_io.c:486) ==20593== by 0x5ABE4CA: _XReply (xcb_io.c:573) ==20593== by 0x5AB5353: XReconfigureWMWindow (ReconfWM.c:111) ==20593== by 0x59D5E17: sync_window_position (window.c:1262) ==20593== by 0x59D8EFA: X11DRV_WindowPosChanged (window.c:2340) ==20593== by 0x4E82721: set_window_pos (winpos.c:2193) ==20593== by 0x4E84010: USER_SetWindowPos (winpos.c:2266) ==20593== by 0x4E82885: SetWindowPos (winpos.c:2352) ==20593== by 0x5E1DAF0: activate_inplace (oleobject.c:175) ==20593== by 0x5E1DDEB: OleObject_DoVerb (oleobject.c:673) ==20593== by 0x4B16C2D: IOleObject_DoVerb (oleidl.h:2755) ==20593== by 0x4B16C2D: IOCS_Init (???:0) ==20593== by 0x4B16D82: IOCS_Create (atl_ax.c:970) ==20593== by 0x4B17537: AtlAxAttachControl (atl_ax.c:1156) ==20593== by 0x4848ED9: test_AtlAxAttachControl (atl.c:886) ==20593== by 0x484A100: func_atl (atl.c:1092) ==20593== by 0x484A455: run_test (test.h:603) ==20593== Address 0x44baab0 is 32 bytes inside a block of size 16,384 alloc'd ==20593== at 0x402EDD9: calloc (vg_replace_malloc.c:711) ==20593== by 0x5AADAEF: XOpenDisplay (OpenDis.c:237) ==20593== by 0x59DE120: x11drv_init_thread_data (x11drv_main.c:659) ==20593== by 0x59D4260: thread_init_display (x11drv.h:365) ==20593== by 0x59D7FB4: X11DRV_create_win_data (window.c:1818) ==20593== by 0x59D8908: X11DRV_WindowPosChanging (window.c:2181) ==20593== by 0x4E821A9: set_window_pos (winpos.c:2079) ==20593== by 0x4E7E3F8: WIN_CreateWindowEx (win.c:1598) ==20593== by 0x4E78AE3: CreateWindowExW (win.c:1776) ==20593== by 0x484802E: test_ax_win (atl.c:700) ==20593== by 0x484A0FB: func_atl (atl.c:1091) ==20593== by 0x484A455: run_test (test.h:603) ==20593== by 0x484AEAC: main (test.h:687) ==20593== Uninitialised value was created by a stack allocation ==20593== at 0x4B16BD3: IOCS_Init (atl_ax.c:926) ==20593== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:write_vec fun:_xcb_conn_wait fun:_xcb_out_send fun:xcb_writev fun:_XSend fun:_XReply fun:XReconfigureWMWindow fun:sync_window_position fun:X11DRV_WindowPosChanged fun:set_window_pos fun:USER_SetWindowPos fun:SetWindowPos fun:activate_inplace fun:OleObject_DoVerb fun:IOleObject_DoVerb fun:IOCS_Init fun:IOCS_Create fun:AtlAxAttachControl fun:test_AtlAxAttachControl fun:func_atl fun:run_test } ==20593== 64 bytes in 1 blocks are definitely lost in loss record 1,404 of 2,572 ==20593== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20593== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20593== by 0x4B16D05: IOCS_Create (atl_ax.c:952) ==20593== by 0x4B17537: AtlAxAttachControl (atl_ax.c:1156) ==20593== by 0x4B1777F: AtlAxCreateControlLicEx (atl_ax.c:1095) ==20593== by 0x4B17E52: AtlAxCreateControlEx (atl_ax.c:1447) ==20593== by 0x4849650: test_AtlAxCreateControl (atl.c:962) ==20593== by 0x484A105: func_atl (atl.c:1093) ==20593== by 0x484A455: run_test (test.h:603) ==20593== by 0x484AEAC: main (test.h:687) ==20593== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IOCS_Create fun:AtlAxAttachControl fun:AtlAxCreateControlLicEx fun:AtlAxCreateControlEx fun:test_AtlAxCreateControl fun:func_atl fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/atl100/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/atl80/tests' ../../../tools/runtest -q -P wine -T ../../.. -M atl80.dll -p atl80_test.exe.so atl && touch atl.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/atl80/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/avifil32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M avifil32.dll -p avifil32_test.exe.so api && touch api.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/avifil32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/bcrypt/tests' ../../../tools/runtest -q -P wine -T ../../.. -M bcrypt.dll -p bcrypt_test.exe.so bcrypt && touch bcrypt.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/bcrypt/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/browseui/tests' ../../../tools/runtest -q -P wine -T ../../.. -M browseui.dll -p browseui_test.exe.so autocomplete && touch autocomplete.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M browseui.dll -p browseui_test.exe.so progressdlg && touch progressdlg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/browseui/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/cabinet/tests' ../../../tools/runtest -q -P wine -T ../../.. -M cabinet.dll -p cabinet_test.exe.so extract && touch extract.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M cabinet.dll -p cabinet_test.exe.so fdi && touch fdi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/cabinet/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/combase/tests' ../../../tools/runtest -q -P wine -T ../../.. -M combase.dll -p combase_test.exe.so string && touch string.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/combase/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/comcat/tests' ../../../tools/runtest -q -P wine -T ../../.. -M comcat.dll -p comcat_test.exe.so comcat && touch comcat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/comcat/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/comctl32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so animate && touch animate.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so button && touch button.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so comboex && touch comboex.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so datetime && touch datetime.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so dpa && touch dpa.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so header && touch header.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so imagelist && touch imagelist.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so ipaddress && touch ipaddress.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so listview && touch listview.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so monthcal && touch monthcal.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 monthcal.c:1868: Tests skipped: MCM_GET/SETCALENDARBORDER not supported monthcal.c:1901: Tests skipped: Message MCM_SIZERECTTOMIN unsupported. Skipping. ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so mru && touch mru.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so pager && touch pager.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so progress && touch progress.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so propsheet && touch propsheet.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so rebar && touch rebar.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 rebar.c:1029: Tests skipped: RB_GETCOLORSCHEME not supported ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so status && touch status.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so subclass && touch subclass.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10430== 16 bytes in 1 blocks are definitely lost in loss record 135 of 702 ==10430== at 0x7BC45CBC: notify_alloc (heap.c:260) ==10430== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==10430== by 0x7B4410BE: HeapAlloc (heap.c:271) ==10430== by 0x7B442167: LocalAlloc (heap.c:970) ==10430== by 0x4BED648: Alloc (comctl32undoc.c:73) ==10430== by 0x4BEFBAA: SetWindowSubclass (commctrl.c:1031) ==10430== by 0x4A69092: test_subclass (subclass.c:236) ==10430== by 0x4A691CB: func_subclass (subclass.c:330) ==10430== by 0x4A97AFD: run_test (test.h:603) ==10430== by 0x4A98552: main (test.h:687) ==10430== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:Alloc fun:SetWindowSubclass fun:test_subclass fun:func_subclass fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so syslink && touch syslink.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so tab && touch tab.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so taskdialog && touch taskdialog.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so toolbar && touch toolbar.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so tooltips && touch tooltips.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so trackbar && touch trackbar.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so treeview && touch treeview.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 treeview.c:2660: Test failed: right click sequence: the msg sequence is not complete: expected 0000 - actual 000f treeview.c:2661: Test failed: parent right click sequence: the msg sequence is not complete: expected 0000 - actual 004e make[1]: *** [Makefile:941: treeview.ok] Error 2 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so updown && touch updown.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/comctl32/tests' make: *** [Makefile:6294: dlls/comctl32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/comdlg32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M comdlg32.dll -p comdlg32_test.exe.so filedlg && touch filedlg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 filedlg.c:932: Tests skipped: some interactive resizable dialog tests (set WINETEST_INTERACTIVE=1) ../../../tools/runtest -q -P wine -T ../../.. -M comdlg32.dll -p comdlg32_test.exe.so finddlg && touch finddlg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comdlg32.dll -p comdlg32_test.exe.so fontdlg && touch fontdlg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comdlg32.dll -p comdlg32_test.exe.so itemdlg && touch itemdlg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comdlg32.dll -p comdlg32_test.exe.so printdlg && touch printdlg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 printdlg.c:535: Tests skipped: interactive PrintDlgEx tests (set WINETEST_INTERACTIVE=1) make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/comdlg32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/credui/tests' ../../../tools/runtest -q -P wine -T ../../.. -M credui.dll -p credui_test.exe.so credui && touch credui.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/credui/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/crypt32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so base64 && touch base64.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so cert && touch cert.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==6766== 20 bytes in 1 blocks are possibly lost in loss record 77 of 421 ==6766== at 0x7BC45CBC: notify_alloc (heap.c:260) ==6766== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==6766== by 0x4BE50E6: CryptMemAlloc (main.c:123) ==6766== by 0x4BC72E7: CertAddStoreToCollection (collectionstore.c:518) ==6766== by 0x4BFE5AF: CRYPT_SysOpenStoreW (store.c:586) ==6766== by 0x4BFE2A5: CertOpenStore (store.c:901) ==6766== by 0x4A19F5B: testGetIssuerCert (cert.c:1739) ==6766== by 0x4A21721: func_cert (cert.c:4026) ==6766== by 0x4A63416: run_test (test.h:603) ==6766== by 0x4A63E6B: main (test.h:687) ==6766== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CertAddStoreToCollection fun:CRYPT_SysOpenStoreW fun:CertOpenStore fun:testGetIssuerCert fun:func_cert fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so chain && touch chain.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 chain.c:4540: Tests skipped: ignoredInvalidUsageBasePolicyCheck[0](#0001): error 00000000 doesn't match expected 800b0101, not checking indexes chain.c:4540: Tests skipped: ignoredInvalidUsageBasePolicyCheck[0](#0001): error 00000000 doesn't match expected 800b0101, not checking indexes ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so crl && touch crl.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so ctl && touch ctl.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so encode && touch encode.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so main && touch main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so message && touch message.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so object && touch object.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so oid && touch oid.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12759== 20 bytes in 1 blocks are possibly lost in loss record 51 of 249 ==12759== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12759== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12759== by 0x4BE50E6: CryptMemAlloc (main.c:123) ==12759== by 0x4BF2A45: CryptInstallOIDFunctionAddress (oid.c:248) ==12759== by 0x4A52E80: test_installOIDFunctionAddress (oid.c:252) ==12759== by 0x4A53D86: func_oid (oid.c:600) ==12759== by 0x4A63416: run_test (test.h:603) ==12759== by 0x4A63E6B: main (test.h:687) ==12759== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInstallOIDFunctionAddress fun:test_installOIDFunctionAddress fun:func_oid fun:run_test fun:main } ==12759== 44 bytes in 1 blocks are possibly lost in loss record 96 of 249 ==12759== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12759== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12759== by 0x4BE50E6: CryptMemAlloc (main.c:123) ==12759== by 0x4BF272E: CryptInitOIDFunctionSet (oid.c:119) ==12759== by 0x4A52A97: test_oidFunctionSet (oid.c:164) ==12759== by 0x4A53D81: func_oid (oid.c:599) ==12759== by 0x4A63416: run_test (test.h:603) ==12759== by 0x4A63E6B: main (test.h:687) ==12759== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInitOIDFunctionSet fun:test_oidFunctionSet fun:func_oid fun:run_test fun:main } ==12759== 44 bytes in 1 blocks are possibly lost in loss record 97 of 249 ==12759== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12759== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12759== by 0x4BE50E6: CryptMemAlloc (main.c:123) ==12759== by 0x4BF272E: CryptInitOIDFunctionSet (oid.c:119) ==12759== by 0x4A52BD4: test_oidFunctionSet (oid.c:190) ==12759== by 0x4A53D81: func_oid (oid.c:599) ==12759== by 0x4A63416: run_test (test.h:603) ==12759== by 0x4A63E6B: main (test.h:687) ==12759== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInitOIDFunctionSet fun:test_oidFunctionSet fun:func_oid fun:run_test fun:main } ==12759== 44 bytes in 1 blocks are possibly lost in loss record 98 of 249 ==12759== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12759== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12759== by 0x4BE50E6: CryptMemAlloc (main.c:123) ==12759== by 0x4BF272E: CryptInitOIDFunctionSet (oid.c:119) ==12759== by 0x4A52C7A: test_oidFunctionSet (oid.c:206) ==12759== by 0x4A53D81: func_oid (oid.c:599) ==12759== by 0x4A63416: run_test (test.h:603) ==12759== by 0x4A63E6B: main (test.h:687) ==12759== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInitOIDFunctionSet fun:test_oidFunctionSet fun:func_oid fun:run_test fun:main } ==12759== 44 bytes in 1 blocks are possibly lost in loss record 99 of 249 ==12759== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12759== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12759== by 0x4BE50E6: CryptMemAlloc (main.c:123) ==12759== by 0x4BF272E: CryptInitOIDFunctionSet (oid.c:119) ==12759== by 0x4BF29CC: CryptInstallOIDFunctionAddress (oid.c:234) ==12759== by 0x4A52E01: test_installOIDFunctionAddress (oid.c:247) ==12759== by 0x4A53D86: func_oid (oid.c:600) ==12759== by 0x4A63416: run_test (test.h:603) ==12759== by 0x4A63E6B: main (test.h:687) ==12759== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInitOIDFunctionSet fun:CryptInstallOIDFunctionAddress fun:test_installOIDFunctionAddress fun:func_oid fun:run_test fun:main } ==12759== 44 bytes in 1 blocks are possibly lost in loss record 100 of 249 ==12759== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12759== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12759== by 0x4BE50E6: CryptMemAlloc (main.c:123) ==12759== by 0x4BF272E: CryptInitOIDFunctionSet (oid.c:119) ==12759== by 0x4A53B07: test_getDefaultOIDFunctionAddress (oid.c:478) ==12759== by 0x4A53D95: func_oid (oid.c:603) ==12759== by 0x4A63416: run_test (test.h:603) ==12759== by 0x4A63E6B: main (test.h:687) ==12759== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInitOIDFunctionSet fun:test_getDefaultOIDFunctionAddress fun:func_oid fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so protectdata && touch protectdata.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so sip && touch sip.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12937== 52 bytes in 1 blocks are possibly lost in loss record 100 of 251 ==12937== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12937== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12937== by 0x4BE50E6: CryptMemAlloc (main.c:123) ==12937== by 0x4BFB56F: CRYPT_CacheSIP (sip.c:576) ==12937== by 0x4BFB705: CRYPT_LoadSIP (sip.c:653) ==12937== by 0x4BFC325: CryptSIPLoad (sip.c:698) ==12937== by 0x4A550B0: test_SIPLoad (sip.c:360) ==12937== by 0x4A5608E: func_sip (sip.c:447) ==12937== by 0x4A63416: run_test (test.h:603) ==12937== by 0x4A63E6B: main (test.h:687) ==12937== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CRYPT_CacheSIP fun:CRYPT_LoadSIP fun:CryptSIPLoad fun:test_SIPLoad fun:func_sip fun:run_test fun:main } ==12937== 52 bytes in 1 blocks are possibly lost in loss record 101 of 251 ==12937== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12937== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12937== by 0x4BE50E6: CryptMemAlloc (main.c:123) ==12937== by 0x4BFB56F: CRYPT_CacheSIP (sip.c:576) ==12937== by 0x4BFB705: CRYPT_LoadSIP (sip.c:653) ==12937== by 0x4BFC325: CryptSIPLoad (sip.c:698) ==12937== by 0x4A55239: test_SIPLoad (sip.c:390) ==12937== by 0x4A5608E: func_sip (sip.c:447) ==12937== by 0x4A63416: run_test (test.h:603) ==12937== by 0x4A63E6B: main (test.h:687) ==12937== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CRYPT_CacheSIP fun:CRYPT_LoadSIP fun:CryptSIPLoad fun:test_SIPLoad fun:func_sip fun:run_test fun:main } ==12937== 52 bytes in 1 blocks are possibly lost in loss record 102 of 251 ==12937== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12937== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12937== by 0x4BE50E6: CryptMemAlloc (main.c:123) ==12937== by 0x4BFB56F: CRYPT_CacheSIP (sip.c:576) ==12937== by 0x4BFB705: CRYPT_LoadSIP (sip.c:653) ==12937== by 0x4BFC325: CryptSIPLoad (sip.c:698) ==12937== by 0x4A552D6: test_SIPLoad (sip.c:403) ==12937== by 0x4A5608E: func_sip (sip.c:447) ==12937== by 0x4A63416: run_test (test.h:603) ==12937== by 0x4A63E6B: main (test.h:687) ==12937== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CRYPT_CacheSIP fun:CRYPT_LoadSIP fun:CryptSIPLoad fun:test_SIPLoad fun:func_sip fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so store && touch store.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 store.c:2185: Tests skipped: Nothing to test without registered store at 00040000 store.c:2185: Tests skipped: Nothing to test without registered store at 00090000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so str && touch str.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/crypt32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/cryptnet/tests' ../../../tools/runtest -q -P wine -T ../../.. -M cryptnet.dll -p cryptnet_test.exe.so cryptnet && touch cryptnet.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/cryptnet/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/cryptui/tests' ../../../tools/runtest -q -P wine -T ../../.. -M cryptui.dll -p cryptui_test.exe.so cryptui && touch cryptui.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/cryptui/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d2d1/tests' make[1]: Nothing to be done for 'test'. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d2d1/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3d10/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3d10.dll -p d3d10_test.exe.so device && touch device.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 device.c:32: Tests skipped: Failed to create HAL device. ==13372== 252 bytes in 1 blocks are possibly lost in loss record 1,961 of 2,234 ==13372== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==13372== by 0x6546240: ralloc_size (ralloc.c:121) ==13372== by 0x654635E: rzalloc_size (ralloc.c:153) ==13372== by 0x6545601: _mesa_hash_table_rehash (hash_table.c:270) ==13372== by 0x654555C: hash_table_insert (hash_table.c:302) ==13372== by 0x69432F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==13372== by 0x6946982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==13372== by 0x6946982: si_shader_cache_load_shader (si_state_shaders.c:265) ==13372== by 0x6946982: si_init_shader_selector_async (si_state_shaders.c:1834) ==13372== by 0x654B7DE: util_queue_thread_func (u_queue.c:187) ==13372== by 0x654B314: impl_thrd_routine (threads_posix.h:87) ==13372== by 0x424836C: start_thread (pthread_create.c:456) ==13372== by 0x4357DA5: clone (clone.S:110) ==13372== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3d10.dll -p d3d10_test.exe.so effect && touch effect.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 effect.c:97: Tests skipped: Failed to create device, skipping tests. effect.c:270: Tests skipped: Failed to create device, skipping tests. effect.c:501: Tests skipped: Failed to create device, skipping tests. effect.c:702: Tests skipped: Failed to create device, skipping tests. effect.c:1398: Tests skipped: Failed to create device, skipping tests. effect.c:2421: Tests skipped: Failed to create device, skipping tests. effect.c:2725: Tests skipped: Failed to create device, skipping tests. effect.c:3595: Tests skipped: Failed to create device, skipping tests. effect.c:3910: Tests skipped: Failed to create device, skipping tests. effect.c:4163: Tests skipped: Failed to create device, skipping tests. ==13522== 252 bytes in 1 blocks are possibly lost in loss record 2,069 of 2,428 ==13522== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==13522== by 0x653A240: ralloc_size (ralloc.c:121) ==13522== by 0x653A35E: rzalloc_size (ralloc.c:153) ==13522== by 0x6539601: _mesa_hash_table_rehash (hash_table.c:270) ==13522== by 0x653955C: hash_table_insert (hash_table.c:302) ==13522== by 0x69372F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==13522== by 0x693A982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==13522== by 0x693A982: si_shader_cache_load_shader (si_state_shaders.c:265) ==13522== by 0x693A982: si_init_shader_selector_async (si_state_shaders.c:1834) ==13522== by 0x653F7DE: util_queue_thread_func (u_queue.c:187) ==13522== by 0x653F314: impl_thrd_routine (threads_posix.h:87) ==13522== by 0x424836C: start_thread (pthread_create.c:456) ==13522== by 0x4357DA5: clone (clone.S:110) ==13522== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3d10/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3d10_1/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3d10_1.dll -p d3d10_1_test.exe.so d3d10_1 && touch d3d10_1.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 d3d10_1.c:264: Tests skipped: Failed to create device for feature level 0xa100. d3d10_1.c:264: Tests skipped: Failed to create device for feature level 0xa000. d3d10_1.c:324: Tests skipped: Failed to create device for feature level 0xa100. d3d10_1.c:324: Tests skipped: Failed to create device for feature level 0xa000. d3d10_1.c:353: Tests skipped: Failed to create device. d3d10_1.c:544: Tests skipped: Failed to create device. d3d10_1.c:687: Tests skipped: Failed to create device. ==13728== 252 bytes in 1 blocks are possibly lost in loss record 2,036 of 2,449 ==13728== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==13728== by 0x6572240: ralloc_size (ralloc.c:121) ==13728== by 0x657235E: rzalloc_size (ralloc.c:153) ==13728== by 0x6571601: _mesa_hash_table_rehash (hash_table.c:270) ==13728== by 0x657155C: hash_table_insert (hash_table.c:302) ==13728== by 0x696F2F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==13728== by 0x6972982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==13728== by 0x6972982: si_shader_cache_load_shader (si_state_shaders.c:265) ==13728== by 0x6972982: si_init_shader_selector_async (si_state_shaders.c:1834) ==13728== by 0x65777DE: util_queue_thread_func (u_queue.c:187) ==13728== by 0x6577314: impl_thrd_routine (threads_posix.h:87) ==13728== by 0x424836C: start_thread (pthread_create.c:456) ==13728== by 0x4357DA5: clone (clone.S:110) ==13728== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3d10_1/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3d10core/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3d10core.dll -p d3d10core_test.exe.so device && touch device.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 device.c:1185: Tests skipped: Failed to create device, skipping tests. device.c:1218: Tests skipped: Failed to create device. device.c:1353: Tests skipped: Failed to create device, skipping tests. device.c:1496: Tests skipped: Failed to create device, skipping tests. device.c:1629: Tests skipped: Failed to create device, skipping tests. device.c:1759: Tests skipped: Failed to create device. device.c:1949: Tests skipped: Failed to create device. device.c:2063: Tests skipped: Failed to create device. device.c:2266: Tests skipped: Failed to create device. device.c:2491: Tests skipped: Failed to create device. device.c:2655: Tests skipped: Failed to create device. device.c:2902: Tests skipped: Failed to create device. device.c:3202: Tests skipped: Failed to create device, skipping tests. device.c:3328: Tests skipped: Failed to create device, skipping tests. device.c:3493: Tests skipped: Failed to create device. device.c:3675: Tests skipped: Failed to create device, skipping tests. device.c:3779: Tests skipped: Failed to create device, skipping tests. device.c:3852: Tests skipped: Failed to create device. device.c:3952: Tests skipped: Failed to create device. device.c:4073: Tests skipped: Failed to create device. device.c:4145: Tests skipped: Failed to create device. device.c:4272: Tests skipped: Failed to create device, skipping tests. device.c:4298: Tests skipped: Failed to create device. device.c:4485: Tests skipped: Failed to create device, skipping tests. device.c:5295: Tests skipped: Failed to create device. device.c:6086: Tests skipped: Failed to create device. device.c:6413: Tests skipped: Failed to create device. device.c:6658: Tests skipped: Failed to create device. device.c:6953: Tests skipped: Failed to create device. device.c:7051: Tests skipped: Failed to create device, skipping tests. device.c:7364: Tests skipped: Failed to create device. device.c:7559: Tests skipped: Failed to create device. device.c:7682: Tests skipped: Failed to create device. device.c:7801: Tests skipped: Failed to create device. device.c:8000: Tests skipped: Failed to create device. device.c:8197: Tests skipped: Failed to create device. device.c:8391: Tests skipped: Failed to create device. device.c:8457: Tests skipped: Failed to create device. device.c:8521: Tests skipped: Failed to create device. device.c:8636: Tests skipped: Failed to create device, skipping tests. device.c:8806: Tests skipped: Failed to create device. device.c:8910: Tests skipped: Failed to create device. device.c:9031: Tests skipped: Failed to create device. device.c:9225: Tests skipped: Failed to create device. device.c:9371: Tests skipped: Failed to create device. device.c:9478: Tests skipped: Failed to create device. device.c:9582: Tests skipped: Failed to create device. device.c:9696: Tests skipped: Failed to create device. device.c:9765: Tests skipped: Failed to create device. device.c:10018: Tests skipped: Failed to create device. device.c:10175: Tests skipped: Failed to create device. device.c:10282: Tests skipped: Failed to create device. device.c:10346: Tests skipped: Failed to create device. device.c:10452: Tests skipped: Failed to create device. device.c:10602: Tests skipped: Failed to create device. device.c:10718: Tests skipped: Failed to create device. device.c:10833: Tests skipped: Failed to create device. device.c:10938: Tests skipped: Failed to create device. device.c:11053: Tests skipped: Failed to create device. device.c:11164: Tests skipped: Failed to create device. device.c:11265: Tests skipped: Failed to create device. device.c:11336: Tests skipped: Failed to create device. device.c:11461: Tests skipped: Failed to create device. device.c:11591: Tests skipped: Failed to create device. device.c:11860: Tests skipped: Failed to create device. device.c:11966: Tests skipped: Failed to create device. device.c:12117: Tests skipped: Failed to create device. device.c:12360: Tests skipped: Failed to create device. device.c:12733: Tests skipped: Failed to create device. device.c:12860: Tests skipped: Failed to create device. ==13992== 252 bytes in 1 blocks are possibly lost in loss record 2,388 of 2,887 ==13992== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==13992== by 0x653A240: ralloc_size (ralloc.c:121) ==13992== by 0x653A35E: rzalloc_size (ralloc.c:153) ==13992== by 0x6539601: _mesa_hash_table_rehash (hash_table.c:270) ==13992== by 0x653955C: hash_table_insert (hash_table.c:302) ==13992== by 0x69372F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==13992== by 0x693A982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==13992== by 0x693A982: si_shader_cache_load_shader (si_state_shaders.c:265) ==13992== by 0x693A982: si_init_shader_selector_async (si_state_shaders.c:1834) ==13992== by 0x653F7DE: util_queue_thread_func (u_queue.c:187) ==13992== by 0x653F314: impl_thrd_routine (threads_posix.h:87) ==13992== by 0x424836C: start_thread (pthread_create.c:456) ==13992== by 0x4357DA5: clone (clone.S:110) ==13992== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3d10core/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3d11/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3d11.dll -p d3d11_test.exe.so d3d11 && touch d3d11.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 d3d11.c:1641: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:1641: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:1641: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:1641: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:1695: Tests skipped: Failed to create device. d3d11.c:1836: Tests skipped: Failed to create device. d3d11.c:2011: Tests skipped: Failed to create ID3D11Device, skipping tests. d3d11.c:2155: Tests skipped: Failed to create ID3D11Device, skipping tests. d3d11.c:2278: Tests skipped: Failed to create ID3D11Device. d3d11.c:2571: Tests skipped: Failed to create ID3D11Device. d3d11.c:2781: Tests skipped: Failed to create device. d3d11.c:2896: Tests skipped: Failed to create device. d3d11.c:3099: Tests skipped: Failed to create device. d3d11.c:3429: Tests skipped: Failed to create device. d3d11.c:3880: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:3880: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:3880: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:3880: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:4093: Tests skipped: Failed to create device. d3d11.c:4326: Tests skipped: Failed to create device. d3d11.c:4467: Tests skipped: Failed to create device. d3d11.c:4574: Tests skipped: Failed to create device. d3d11.c:4683: Tests skipped: Failed to create device. d3d11.c:4791: Tests skipped: Failed to create device. d3d11.c:4956: Tests skipped: Failed to create device. d3d11.c:5038: Tests skipped: Failed to create device. d3d11.c:5181: Tests skipped: Failed to create device. d3d11.c:5216: Tests skipped: Failed to create device. d3d11.c:5391: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:5391: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:5391: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:5391: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:5523: Tests skipped: Failed to create device. d3d11.c:5715: Tests skipped: Failed to create device. d3d11.c:6550: Tests skipped: Failed to create device. d3d11.c:6982: Tests skipped: Failed to create device. d3d11.c:7247: Tests skipped: Failed to create device. d3d11.c:7611: Tests skipped: Failed to create device. d3d11.c:7856: Tests skipped: Failed to create device. d3d11.c:7995: Tests skipped: Failed to create device. d3d11.c:8210: Tests skipped: Failed to create device. d3d11.c:8345: Tests skipped: Failed to create device. d3d11.c:8632: Tests skipped: Failed to create device. d3d11.c:9791: Tests skipped: Failed to create device. d3d11.c:10007: Tests skipped: Failed to create device. d3d11.c:10136: Tests skipped: Failed to create device. d3d11.c:10257: Tests skipped: Failed to create device. d3d11.c:10458: Tests skipped: Failed to create device. d3d11.c:10663: Tests skipped: Failed to create device. d3d11.c:10795: Tests skipped: Failed to create device. d3d11.c:10893: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:10893: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:10893: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:10893: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:10969: Tests skipped: Failed to create device. d3d11.c:11094: Tests skipped: Failed to create device, skipping tests. d3d11.c:11269: Tests skipped: Failed to create device. d3d11.c:11368: Tests skipped: Failed to create device. d3d11.c:11554: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:11837: Tests skipped: Failed to create device. d3d11.c:11980: Tests skipped: Failed to create device. d3d11.c:12160: Tests skipped: Failed to create device. d3d11.c:12232: Tests skipped: Failed to create device. d3d11.c:12492: Tests skipped: Failed to create device. d3d11.c:12640: Tests skipped: Failed to create device. d3d11.c:12749: Tests skipped: Failed to create device. d3d11.c:12855: Tests skipped: Failed to create device. d3d11.c:12971: Tests skipped: Failed to create device. d3d11.c:13198: Tests skipped: Failed to create device. d3d11.c:13314: Tests skipped: Failed to create device. d3d11.c:13568: Tests skipped: Failed to create device. d3d11.c:13727: Tests skipped: Failed to create device. d3d11.c:13783: Tests skipped: Failed to create device. d3d11.c:13976: Tests skipped: Failed to create device. d3d11.c:14215: Tests skipped: Failed to create device. d3d11.c:14281: Tests skipped: Failed to create device. d3d11.c:14705: Tests skipped: Failed to create device. d3d11.c:14866: Tests skipped: Failed to create device. d3d11.c:15016: Tests skipped: Failed to create device. d3d11.c:15133: Tests skipped: Failed to create device. d3d11.c:15252: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:15252: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:15252: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:15252: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:15579: Tests skipped: Failed to create device. d3d11.c:15704: Tests skipped: Failed to create device. d3d11.c:15807: Tests skipped: Failed to create device. d3d11.c:15880: Tests skipped: Failed to create device. d3d11.c:16189: Tests skipped: Failed to create device. d3d11.c:16498: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:16687: Tests skipped: Failed to create device. d3d11.c:16823: Tests skipped: Failed to create device. d3d11.c:17053: Tests skipped: Failed to create device. d3d11.c:17233: Tests skipped: Failed to create device. d3d11.c:17365: Tests skipped: Failed to create device. d3d11.c:17679: Tests skipped: Failed to create device. d3d11.c:18012: Tests skipped: Failed to create device. d3d11.c:18119: Tests skipped: Failed to create device. d3d11.c:18329: Tests skipped: Failed to create device. d3d11.c:18532: Tests skipped: Failed to create device. d3d11.c:18532: Tests skipped: Failed to create device. d3d11.c:18532: Tests skipped: Failed to create device. d3d11.c:18828: Tests skipped: Failed to create device. d3d11.c:19053: Tests skipped: Failed to create device. d3d11.c:19213: Tests skipped: Failed to create device. d3d11.c:19455: Tests skipped: Failed to create device. d3d11.c:19746: Tests skipped: Failed to create device. d3d11.c:20080: Tests skipped: Failed to create device. d3d11.c:20550: Tests skipped: Failed to create device. d3d11.c:20837: Tests skipped: Failed to create device. d3d11.c:20987: Tests skipped: Failed to create device. d3d11.c:21261: Tests skipped: Failed to create device. d3d11.c:21492: Tests skipped: Failed to create device. d3d11.c:21762: Tests skipped: Failed to create device. d3d11.c:21962: Tests skipped: Failed to create device. d3d11.c:22083: Tests skipped: Failed to create device. d3d11.c:22255: Tests skipped: Failed to create device. d3d11.c:22371: Tests skipped: Failed to create device. ==14802== 540 bytes in 1 blocks are possibly lost in loss record 2,934 of 3,488 ==14802== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==14802== by 0x6494240: ralloc_size (ralloc.c:121) ==14802== by 0x649435E: rzalloc_size (ralloc.c:153) ==14802== by 0x6493601: _mesa_hash_table_rehash (hash_table.c:270) ==14802== by 0x649355C: hash_table_insert (hash_table.c:302) ==14802== by 0x68912F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==14802== by 0x6894982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==14802== by 0x6894982: si_shader_cache_load_shader (si_state_shaders.c:265) ==14802== by 0x6894982: si_init_shader_selector_async (si_state_shaders.c:1834) ==14802== by 0x64997DE: util_queue_thread_func (u_queue.c:187) ==14802== by 0x6499314: impl_thrd_routine (threads_posix.h:87) ==14802== by 0x424836C: start_thread (pthread_create.c:456) ==14802== by 0x4357DA5: clone (clone.S:110) ==14802== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3d11/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3d8/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3d8.dll -p d3d8_test.exe.so stateblock && touch stateblock.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16264== 252 bytes in 1 blocks are possibly lost in loss record 1,947 of 2,228 ==16264== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==16264== by 0x6345240: ralloc_size (ralloc.c:121) ==16264== by 0x634535E: rzalloc_size (ralloc.c:153) ==16264== by 0x6344601: _mesa_hash_table_rehash (hash_table.c:270) ==16264== by 0x634455C: hash_table_insert (hash_table.c:302) ==16264== by 0x67422F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==16264== by 0x6745982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==16264== by 0x6745982: si_shader_cache_load_shader (si_state_shaders.c:265) ==16264== by 0x6745982: si_init_shader_selector_async (si_state_shaders.c:1834) ==16264== by 0x634A7DE: util_queue_thread_func (u_queue.c:187) ==16264== by 0x634A314: impl_thrd_routine (threads_posix.h:87) ==16264== by 0x424836C: start_thread (pthread_create.c:456) ==16264== by 0x4357DA5: clone (clone.S:110) ==16264== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3d8.dll -p d3d8_test.exe.so visual && touch visual.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 visual.c:2790: Tests skipped: D3DFMT_P8 textures not supported. visual.c:4975: Tests skipped: Volume DXT5 textures are not supported, skipping test. visual.c:6636: Tests skipped: Volume ATI2N textures are not supported, skipping some tests. ==16441== 3,420 bytes in 1 blocks are possibly lost in loss record 3,469 of 3,657 ==16441== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==16441== by 0x6350240: ralloc_size (ralloc.c:121) ==16441== by 0x635035E: rzalloc_size (ralloc.c:153) ==16441== by 0x634F601: _mesa_hash_table_rehash (hash_table.c:270) ==16441== by 0x634F55C: hash_table_insert (hash_table.c:302) ==16441== by 0x674D2F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==16441== by 0x6750982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==16441== by 0x6750982: si_shader_cache_load_shader (si_state_shaders.c:265) ==16441== by 0x6750982: si_init_shader_selector_async (si_state_shaders.c:1834) ==16441== by 0x63557DE: util_queue_thread_func (u_queue.c:187) ==16441== by 0x6355314: impl_thrd_routine (threads_posix.h:87) ==16441== by 0x424836C: start_thread (pthread_create.c:456) ==16441== by 0x4357DA5: clone (clone.S:110) ==16441== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3d8/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3d9/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3d9.dll -p d3d9_test.exe.so d3d9ex && touch d3d9ex.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 d3d9ex.c:2422: Tests skipped: This GPU supports SM3, skipping unsupported shader test. d3d9ex.c:2917: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=0. d3d9ex.c:3000: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=0. d3d9ex.c:2917: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=1. d3d9ex.c:3000: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=1. ==17034== 540 bytes in 1 blocks are possibly lost in loss record 2,617 of 3,032 ==17034== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==17034== by 0x65CA240: ralloc_size (ralloc.c:121) ==17034== by 0x65CA35E: rzalloc_size (ralloc.c:153) ==17034== by 0x65C9601: _mesa_hash_table_rehash (hash_table.c:270) ==17034== by 0x65C955C: hash_table_insert (hash_table.c:302) ==17034== by 0x69C72F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==17034== by 0x69CA982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==17034== by 0x69CA982: si_shader_cache_load_shader (si_state_shaders.c:265) ==17034== by 0x69CA982: si_init_shader_selector_async (si_state_shaders.c:1834) ==17034== by 0x65CF7DE: util_queue_thread_func (u_queue.c:187) ==17034== by 0x65CF314: impl_thrd_routine (threads_posix.h:87) ==17034== by 0x424836C: start_thread (pthread_create.c:456) ==17034== by 0x4357DA5: clone (clone.S:110) ==17034== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ==17034== 4,040 bytes in 2 blocks are possibly lost in loss record 2,929 of 3,032 ==17034== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17034== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17034== by 0x4AA465C: get_tls_data (test.h:242) ==17034== by 0x4AA4A35: winetest_set_location (test.h:277) ==17034== by 0x4A1F15C: wndproc_thread (d3d9ex.c:2549) ==17034== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17034== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17034== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17034== by 0x7BC7BD15: thread_startup (thread.c:484) ==17034== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17034== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:wndproc_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:181: d3d9ex.ok] Error 4 ../../../tools/runtest -q -P wine -T ../../.. -M d3d9.dll -p d3d9_test.exe.so device && touch device.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 device.c:4454: Test failed: cw is 0xf7f, expected 0xf60. device.c:4467: Test failed: cw is 0x37f, expected 0x7f. device.c:4477: Test failed: Callback cw is 0x37f, expected 0x7f. device.c:4480: Test failed: cw is 0xf7f, expected 0xf60. device.c:4486: Test failed: Callback cw is 0xf7f, expected 0xf60. device.c:4496: Test failed: Callback cw is 0x37f, expected 0x7f. device.c:4500: Test failed: cw is 0x37f, expected 0x7f. device.c:4503: Test failed: cw is 0xf7f, expected 0xf60. device.c:4510: Test failed: cw is 0xf7f, expected 0xf60. device.c:4520: Test failed: Callback cw is 0xf7f, expected 0xf60. device.c:4337: Tests skipped: Could not find a suitable display mode. device.c:2327: Tests skipped: could not create device, IDirect3D9_CreateDevice returned 0x8876086c device.c:3867: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it. device.c:3955: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=0. device.c:3448: Test failed: Got unexpected wparam 0 for message 6, expected 1. device.c:3867: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it. device.c:3955: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=1. device.c:6614: Tests skipped: This GPU supports SM3, skipping unsupported shader test. device.c:7115: Tests skipped: D3DFMT_A32B32G32R32F supports filtering, skipping tests. device.c:8146: Tests skipped: Failed to create cube texture for format R8G8B8 (hr 0x8876086c), skipping tests. device.c:8874: Tests skipped: Dynamic D3DFMT_YUY2 textures not supported, skipping mipmap test. device.c:8874: Tests skipped: Dynamic D3DFMT_UYVY textures not supported, skipping mipmap test. ==17581== 540 bytes in 1 blocks are possibly lost in loss record 3,404 of 3,990 ==17581== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==17581== by 0x65A1240: ralloc_size (ralloc.c:121) ==17581== by 0x65A135E: rzalloc_size (ralloc.c:153) ==17581== by 0x65A0601: _mesa_hash_table_rehash (hash_table.c:270) ==17581== by 0x65A055C: hash_table_insert (hash_table.c:302) ==17581== by 0x699E2F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==17581== by 0x69A1982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==17581== by 0x69A1982: si_shader_cache_load_shader (si_state_shaders.c:265) ==17581== by 0x69A1982: si_init_shader_selector_async (si_state_shaders.c:1834) ==17581== by 0x65A67DE: util_queue_thread_func (u_queue.c:187) ==17581== by 0x65A6314: impl_thrd_routine (threads_posix.h:87) ==17581== by 0x424836C: start_thread (pthread_create.c:456) ==17581== by 0x4357DA5: clone (clone.S:110) ==17581== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ==17581== 4,040 bytes in 2 blocks are possibly lost in loss record 3,816 of 3,990 ==17581== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17581== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17581== by 0x4AA465C: get_tls_data (test.h:242) ==17581== by 0x4AA4A35: winetest_set_location (test.h:277) ==17581== by 0x4A45E22: wndproc_thread (device.c:3482) ==17581== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17581== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17581== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17581== by 0x7BC7BD15: thread_startup (thread.c:484) ==17581== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17581== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:wndproc_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:214: device.ok] Error 15 ../../../tools/runtest -q -P wine -T ../../.. -M d3d9.dll -p d3d9_test.exe.so stateblock && touch stateblock.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18523== 252 bytes in 1 blocks are possibly lost in loss record 1,948 of 2,230 ==18523== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==18523== by 0x65CA240: ralloc_size (ralloc.c:121) ==18523== by 0x65CA35E: rzalloc_size (ralloc.c:153) ==18523== by 0x65C9601: _mesa_hash_table_rehash (hash_table.c:270) ==18523== by 0x65C955C: hash_table_insert (hash_table.c:302) ==18523== by 0x69C72F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==18523== by 0x69CA982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==18523== by 0x69CA982: si_shader_cache_load_shader (si_state_shaders.c:265) ==18523== by 0x69CA982: si_init_shader_selector_async (si_state_shaders.c:1834) ==18523== by 0x65CF7DE: util_queue_thread_func (u_queue.c:187) ==18523== by 0x65CF314: impl_thrd_routine (threads_posix.h:87) ==18523== by 0x424836C: start_thread (pthread_create.c:456) ==18523== by 0x4357DA5: clone (clone.S:110) ==18523== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3d9.dll -p d3d9_test.exe.so visual && touch visual.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18663== Invalid free() / delete / delete[] / realloc() ==18663== at 0x7BC45D99: notify_realloc (heap.c:276) ==18663== by 0x7BC49482: RtlReAllocateHeap (heap.c:1870) ==18663== by 0x4BF79C6: device_get_fvf_declaration (device.c:2888) ==18663== by 0x4BF7B5A: d3d9_device_SetFVF (device.c:2927) ==18663== by 0x4A55A36: depth_clamp_test (visual.c:13552) ==18663== by 0x4AA43F9: func_visual (visual.c:23075) ==18663== by 0x4AA4985: run_test (test.h:603) ==18663== by 0x4AA53DA: main (test.h:687) ==18663== Address 0x48f0490 is 0 bytes after a block of size 0 alloc'd ==18663== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18663== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18663== by 0x4BFE5E8: device_init (device.c:4125) ==18663== by 0x4BFEB83: d3d9_CreateDevice (directx.c:407) ==18663== by 0x4A53DA4: create_device (visual.c:228) ==18663== by 0x4A55766: depth_clamp_test (visual.c:13507) ==18663== by 0x4AA43F9: func_visual (visual.c:23075) ==18663== by 0x4AA4985: run_test (test.h:603) ==18663== by 0x4AA53DA: main (test.h:687) ==18663== { Memcheck:Free fun:notify_realloc fun:RtlReAllocateHeap fun:device_get_fvf_declaration fun:d3d9_device_SetFVF fun:depth_clamp_test fun:func_visual fun:run_test fun:main } visual.c:9511: Tests skipped: Card has unconditional NP2 support, skipping conditional NP2 tests visual.c:17119: Tests skipped: DXT5 volume textures are not supported, skipping test. visual.c:19874: Tests skipped: Volume ATI2N textures are not supported, skipping some tests. ==18663== 3,420 bytes in 1 blocks are possibly lost in loss record 4,952 of 5,288 ==18663== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==18663== by 0x65CA240: ralloc_size (ralloc.c:121) ==18663== by 0x65CA35E: rzalloc_size (ralloc.c:153) ==18663== by 0x65C9601: _mesa_hash_table_rehash (hash_table.c:270) ==18663== by 0x65C955C: hash_table_insert (hash_table.c:302) ==18663== by 0x69C72F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==18663== by 0x69CA982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==18663== by 0x69CA982: si_shader_cache_load_shader (si_state_shaders.c:265) ==18663== by 0x69CA982: si_init_shader_selector_async (si_state_shaders.c:1834) ==18663== by 0x65CF7DE: util_queue_thread_func (u_queue.c:187) ==18663== by 0x65CF314: impl_thrd_routine (threads_posix.h:87) ==18663== by 0x424836C: start_thread (pthread_create.c:456) ==18663== by 0x4357DA5: clone (clone.S:110) ==18663== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3d9/tests' make: *** [Makefile:7179: dlls/d3d9/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3dcompiler_43/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3dcompiler_43.dll -p d3dcompiler_43_test.exe.so asm && touch asm.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M d3dcompiler_43.dll -p d3dcompiler_43_test.exe.so blob && touch blob.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M d3dcompiler_43.dll -p d3dcompiler_43_test.exe.so hlsl && touch hlsl.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 hlsl.c:141: Tests skipped: not compiling vertex shader due to lacking wine HLSL support! ==20007== 252 bytes in 1 blocks are possibly lost in loss record 2,554 of 2,969 ==20007== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==20007== by 0x6A22240: ralloc_size (ralloc.c:121) ==20007== by 0x6A2235E: rzalloc_size (ralloc.c:153) ==20007== by 0x6A21601: _mesa_hash_table_rehash (hash_table.c:270) ==20007== by 0x6A2155C: hash_table_insert (hash_table.c:302) ==20007== by 0x6E1F2F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==20007== by 0x6E22982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==20007== by 0x6E22982: si_shader_cache_load_shader (si_state_shaders.c:265) ==20007== by 0x6E22982: si_init_shader_selector_async (si_state_shaders.c:1834) ==20007== by 0x6A277DE: util_queue_thread_func (u_queue.c:187) ==20007== by 0x6A27314: impl_thrd_routine (threads_posix.h:87) ==20007== by 0x424836C: start_thread (pthread_create.c:456) ==20007== by 0x4357DA5: clone (clone.S:110) ==20007== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3dcompiler_43.dll -p d3dcompiler_43_test.exe.so reflection && touch reflection.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3dcompiler_43/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3drm/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3drm.dll -p d3drm_test.exe.so d3drm && touch d3drm.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20219== 156 bytes in 1 blocks are possibly lost in loss record 2,132 of 2,851 ==20219== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20219== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20219== by 0x4B4D8B5: d3drm_frame_create (frame.c:2943) ==20219== by 0x4B3D754: d3drm1_CreateFrame (d3drm.c:295) ==20219== by 0x4862D44: test_viewport_clear1 (d3drm.c:6219) ==20219== by 0x48685D0: func_d3drm (d3drm.c:7341) ==20219== by 0x486A328: run_test (test.h:603) ==20219== by 0x486AD7D: main (test.h:687) ==20219== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:d3drm_frame_create fun:d3drm1_CreateFrame fun:test_viewport_clear1 fun:func_d3drm fun:run_test fun:main } ==20219== 156 bytes in 1 blocks are possibly lost in loss record 2,133 of 2,851 ==20219== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20219== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20219== by 0x4B4D8B5: d3drm_frame_create (frame.c:2943) ==20219== by 0x4B3D5B5: d3drm3_CreateFrame (d3drm.c:1427) ==20219== by 0x4863A86: test_viewport_clear2 (d3drm.c:6424) ==20219== by 0x48685D5: func_d3drm (d3drm.c:7342) ==20219== by 0x486A328: run_test (test.h:603) ==20219== by 0x486AD7D: main (test.h:687) ==20219== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:d3drm_frame_create fun:d3drm3_CreateFrame fun:test_viewport_clear2 fun:func_d3drm fun:run_test fun:main } ==20219== 540 bytes in 1 blocks are possibly lost in loss record 2,438 of 2,851 ==20219== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==20219== by 0x6A76240: ralloc_size (ralloc.c:121) ==20219== by 0x6A7635E: rzalloc_size (ralloc.c:153) ==20219== by 0x6A75601: _mesa_hash_table_rehash (hash_table.c:270) ==20219== by 0x6A7555C: hash_table_insert (hash_table.c:302) ==20219== by 0x6E732F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==20219== by 0x6E76982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==20219== by 0x6E76982: si_shader_cache_load_shader (si_state_shaders.c:265) ==20219== by 0x6E76982: si_init_shader_selector_async (si_state_shaders.c:1834) ==20219== by 0x6A7B7DE: util_queue_thread_func (u_queue.c:187) ==20219== by 0x6A7B314: impl_thrd_routine (threads_posix.h:87) ==20219== by 0x424836C: start_thread (pthread_create.c:456) ==20219== by 0x4357DA5: clone (clone.S:110) ==20219== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3drm.dll -p d3drm_test.exe.so vector && touch vector.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3drm/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3dx10_43/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3dx10_43.dll -p d3dx10_43_test.exe.so d3dx10 && touch d3dx10.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 d3dx10.c:194: Tests skipped: Failed to create device, skipping tests. ==20669== 252 bytes in 1 blocks are possibly lost in loss record 1,974 of 2,264 ==20669== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==20669== by 0x660B240: ralloc_size (ralloc.c:121) ==20669== by 0x660B35E: rzalloc_size (ralloc.c:153) ==20669== by 0x660A601: _mesa_hash_table_rehash (hash_table.c:270) ==20669== by 0x660A55C: hash_table_insert (hash_table.c:302) ==20669== by 0x6A082F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==20669== by 0x6A0B982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==20669== by 0x6A0B982: si_shader_cache_load_shader (si_state_shaders.c:265) ==20669== by 0x6A0B982: si_init_shader_selector_async (si_state_shaders.c:1834) ==20669== by 0x66107DE: util_queue_thread_func (u_queue.c:187) ==20669== by 0x6610314: impl_thrd_routine (threads_posix.h:87) ==20669== by 0x424836C: start_thread (pthread_create.c:456) ==20669== by 0x4357DA5: clone (clone.S:110) ==20669== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3dx10_43/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3dx11_43/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3dx11_43.dll -p d3dx11_43_test.exe.so d3dx11 && touch d3dx11.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3dx11_43/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3dx9_36/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so asm && touch asm.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so core && touch core.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20986== 540 bytes in 1 blocks are possibly lost in loss record 2,203 of 2,449 ==20986== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==20986== by 0x6AF8240: ralloc_size (ralloc.c:121) ==20986== by 0x6AF835E: rzalloc_size (ralloc.c:153) ==20986== by 0x6AF7601: _mesa_hash_table_rehash (hash_table.c:270) ==20986== by 0x6AF755C: hash_table_insert (hash_table.c:302) ==20986== by 0x6EF52F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==20986== by 0x6EF8982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==20986== by 0x6EF8982: si_shader_cache_load_shader (si_state_shaders.c:265) ==20986== by 0x6EF8982: si_init_shader_selector_async (si_state_shaders.c:1834) ==20986== by 0x6AFD7DE: util_queue_thread_func (u_queue.c:187) ==20986== by 0x6AFD314: impl_thrd_routine (threads_posix.h:87) ==20986== by 0x424836C: start_thread (pthread_create.c:456) ==20986== by 0x4357DA5: clone (clone.S:110) ==20986== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so effect && touch effect.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 effect.c:183: Tests skipped: Failed to compile effect, skipping test. effect.c:297: Tests skipped: D3DXCreateEffectCompiler failed, skipping test. ==21150== 252 bytes in 1 blocks are possibly lost in loss record 1,992 of 2,305 ==21150== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==21150== by 0x6B40240: ralloc_size (ralloc.c:121) ==21150== by 0x6B4035E: rzalloc_size (ralloc.c:153) ==21150== by 0x6B3F601: _mesa_hash_table_rehash (hash_table.c:270) ==21150== by 0x6B3F55C: hash_table_insert (hash_table.c:302) ==21150== by 0x6F3D2F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==21150== by 0x6F40982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==21150== by 0x6F40982: si_shader_cache_load_shader (si_state_shaders.c:265) ==21150== by 0x6F40982: si_init_shader_selector_async (si_state_shaders.c:1834) ==21150== by 0x6B457DE: util_queue_thread_func (u_queue.c:187) ==21150== by 0x6B45314: impl_thrd_routine (threads_posix.h:87) ==21150== by 0x424836C: start_thread (pthread_create.c:456) ==21150== by 0x4357DA5: clone (clone.S:110) ==21150== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so line && touch line.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21298== 252 bytes in 1 blocks are possibly lost in loss record 1,968 of 2,251 ==21298== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==21298== by 0x6B20240: ralloc_size (ralloc.c:121) ==21298== by 0x6B2035E: rzalloc_size (ralloc.c:153) ==21298== by 0x6B1F601: _mesa_hash_table_rehash (hash_table.c:270) ==21298== by 0x6B1F55C: hash_table_insert (hash_table.c:302) ==21298== by 0x6F1D2F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==21298== by 0x6F20982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==21298== by 0x6F20982: si_shader_cache_load_shader (si_state_shaders.c:265) ==21298== by 0x6F20982: si_init_shader_selector_async (si_state_shaders.c:1834) ==21298== by 0x6B257DE: util_queue_thread_func (u_queue.c:187) ==21298== by 0x6B25314: impl_thrd_routine (threads_posix.h:87) ==21298== by 0x424836C: start_thread (pthread_create.c:456) ==21298== by 0x4357DA5: clone (clone.S:110) ==21298== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so math && touch math.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 math.c:247: Test failed: Got unexpected color {3.20000023e-01, 6.89999998e-01, 3.56000006e-01, 8.97000015e-01}, expected {3.19999993e-01, 6.89999998e-01, 3.56000006e-01, 8.97000015e-01}. make[1]: *** [Makefile:338: math.ok] Error 1 ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so shader && touch shader.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21532== 252 bytes in 1 blocks are possibly lost in loss record 1,978 of 2,284 ==21532== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==21532== by 0x6B08240: ralloc_size (ralloc.c:121) ==21532== by 0x6B0835E: rzalloc_size (ralloc.c:153) ==21532== by 0x6B07601: _mesa_hash_table_rehash (hash_table.c:270) ==21532== by 0x6B0755C: hash_table_insert (hash_table.c:302) ==21532== by 0x6F052F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==21532== by 0x6F08982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==21532== by 0x6F08982: si_shader_cache_load_shader (si_state_shaders.c:265) ==21532== by 0x6F08982: si_init_shader_selector_async (si_state_shaders.c:1834) ==21532== by 0x6B0D7DE: util_queue_thread_func (u_queue.c:187) ==21532== by 0x6B0D314: impl_thrd_routine (threads_posix.h:87) ==21532== by 0x424836C: start_thread (pthread_create.c:456) ==21532== by 0x4357DA5: clone (clone.S:110) ==21532== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so surface && touch surface.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21721== 252 bytes in 1 blocks are possibly lost in loss record 1,980 of 2,266 ==21721== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==21721== by 0x6B08240: ralloc_size (ralloc.c:121) ==21721== by 0x6B0835E: rzalloc_size (ralloc.c:153) ==21721== by 0x6B07601: _mesa_hash_table_rehash (hash_table.c:270) ==21721== by 0x6B0755C: hash_table_insert (hash_table.c:302) ==21721== by 0x6F052F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==21721== by 0x6F08982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==21721== by 0x6F08982: si_shader_cache_load_shader (si_state_shaders.c:265) ==21721== by 0x6F08982: si_init_shader_selector_async (si_state_shaders.c:1834) ==21721== by 0x6B0D7DE: util_queue_thread_func (u_queue.c:187) ==21721== by 0x6B0D314: impl_thrd_routine (threads_posix.h:87) ==21721== by 0x424836C: start_thread (pthread_create.c:456) ==21721== by 0x4357DA5: clone (clone.S:110) ==21721== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so texture && touch texture.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 texture.c:631: Tests skipped: No D3DUSAGE_AUTOGENMIPMAP support for volume textures texture.c:2069: Tests skipped: Texture shaders not supported, skipping further tests. ==21854== 252 bytes in 1 blocks are possibly lost in loss record 2,577 of 3,005 ==21854== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==21854== by 0x6B20240: ralloc_size (ralloc.c:121) ==21854== by 0x6B2035E: rzalloc_size (ralloc.c:153) ==21854== by 0x6B1F601: _mesa_hash_table_rehash (hash_table.c:270) ==21854== by 0x6B1F55C: hash_table_insert (hash_table.c:302) ==21854== by 0x6F1D2F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==21854== by 0x6F20982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==21854== by 0x6F20982: si_shader_cache_load_shader (si_state_shaders.c:265) ==21854== by 0x6F20982: si_init_shader_selector_async (si_state_shaders.c:1834) ==21854== by 0x6B257DE: util_queue_thread_func (u_queue.c:187) ==21854== by 0x6B25314: impl_thrd_routine (threads_posix.h:87) ==21854== by 0x424836C: start_thread (pthread_create.c:456) ==21854== by 0x4357DA5: clone (clone.S:110) ==21854== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so volume && touch volume.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 volume.c:199: Tests skipped: Failed to create volume texture volume.c:225: Tests skipped: Failed to create volume texture ==22007== 252 bytes in 1 blocks are possibly lost in loss record 1,955 of 2,239 ==22007== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==22007== by 0x6B10240: ralloc_size (ralloc.c:121) ==22007== by 0x6B1035E: rzalloc_size (ralloc.c:153) ==22007== by 0x6B0F601: _mesa_hash_table_rehash (hash_table.c:270) ==22007== by 0x6B0F55C: hash_table_insert (hash_table.c:302) ==22007== by 0x6F0D2F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==22007== by 0x6F10982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==22007== by 0x6F10982: si_shader_cache_load_shader (si_state_shaders.c:265) ==22007== by 0x6F10982: si_init_shader_selector_async (si_state_shaders.c:1834) ==22007== by 0x6B157DE: util_queue_thread_func (u_queue.c:187) ==22007== by 0x6B15314: impl_thrd_routine (threads_posix.h:87) ==22007== by 0x424836C: start_thread (pthread_create.c:456) ==22007== by 0x4357DA5: clone (clone.S:110) ==22007== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so xfile && touch xfile.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3dx9_36/tests' make: *** [Makefile:8098: dlls/d3dx9_36/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/d3dxof/tests' ../../../tools/runtest -q -P wine -T ../../.. -M d3dxof.dll -p d3dxof_test.exe.so d3dxof && touch d3dxof.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3dxof/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ddraw/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ddraw.dll -p ddraw_test.exe.so dsurface && touch dsurface.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22294== 540 bytes in 1 blocks are possibly lost in loss record 2,150 of 2,377 ==22294== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==22294== by 0x680E240: ralloc_size (ralloc.c:121) ==22294== by 0x680E35E: rzalloc_size (ralloc.c:153) ==22294== by 0x680D601: _mesa_hash_table_rehash (hash_table.c:270) ==22294== by 0x680D55C: hash_table_insert (hash_table.c:302) ==22294== by 0x6C0B2F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==22294== by 0x6C0E982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==22294== by 0x6C0E982: si_shader_cache_load_shader (si_state_shaders.c:265) ==22294== by 0x6C0E982: si_init_shader_selector_async (si_state_shaders.c:1834) ==22294== by 0x68137DE: util_queue_thread_func (u_queue.c:187) ==22294== by 0x6813314: impl_thrd_routine (threads_posix.h:87) ==22294== by 0x424836C: start_thread (pthread_create.c:456) ==22294== by 0x4357DA5: clone (clone.S:110) ==22294== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M ddraw.dll -p ddraw_test.exe.so refcount && touch refcount.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22442== 252 bytes in 1 blocks are possibly lost in loss record 1,963 of 2,280 ==22442== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==22442== by 0x67FA240: ralloc_size (ralloc.c:121) ==22442== by 0x67FA35E: rzalloc_size (ralloc.c:153) ==22442== by 0x67F9601: _mesa_hash_table_rehash (hash_table.c:270) ==22442== by 0x67F955C: hash_table_insert (hash_table.c:302) ==22442== by 0x6BF72F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==22442== by 0x6BFA982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==22442== by 0x6BFA982: si_shader_cache_load_shader (si_state_shaders.c:265) ==22442== by 0x6BFA982: si_init_shader_selector_async (si_state_shaders.c:1834) ==22442== by 0x67FF7DE: util_queue_thread_func (u_queue.c:187) ==22442== by 0x67FF314: impl_thrd_routine (threads_posix.h:87) ==22442== by 0x424836C: start_thread (pthread_create.c:456) ==22442== by 0x4357DA5: clone (clone.S:110) ==22442== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M ddraw.dll -p ddraw_test.exe.so visual && touch visual.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22587== 540 bytes in 1 blocks are possibly lost in loss record 2,218 of 2,474 ==22587== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==22587== by 0x67FA240: ralloc_size (ralloc.c:121) ==22587== by 0x67FA35E: rzalloc_size (ralloc.c:153) ==22587== by 0x67F9601: _mesa_hash_table_rehash (hash_table.c:270) ==22587== by 0x67F955C: hash_table_insert (hash_table.c:302) ==22587== by 0x6BF72F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==22587== by 0x6BFA982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==22587== by 0x6BFA982: si_shader_cache_load_shader (si_state_shaders.c:265) ==22587== by 0x6BFA982: si_init_shader_selector_async (si_state_shaders.c:1834) ==22587== by 0x67FF7DE: util_queue_thread_func (u_queue.c:187) ==22587== by 0x67FF314: impl_thrd_routine (threads_posix.h:87) ==22587== by 0x424836C: start_thread (pthread_create.c:456) ==22587== by 0x4357DA5: clone (clone.S:110) ==22587== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/ddraw/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ddrawex/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ddrawex.dll -p ddrawex_test.exe.so ddrawex && touch ddrawex.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22748== 252 bytes in 1 blocks are possibly lost in loss record 1,958 of 2,246 ==22748== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==22748== by 0x6553240: ralloc_size (ralloc.c:121) ==22748== by 0x655335E: rzalloc_size (ralloc.c:153) ==22748== by 0x6552601: _mesa_hash_table_rehash (hash_table.c:270) ==22748== by 0x655255C: hash_table_insert (hash_table.c:302) ==22748== by 0x69502F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==22748== by 0x6953982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==22748== by 0x6953982: si_shader_cache_load_shader (si_state_shaders.c:265) ==22748== by 0x6953982: si_init_shader_selector_async (si_state_shaders.c:1834) ==22748== by 0x65587DE: util_queue_thread_func (u_queue.c:187) ==22748== by 0x6558314: impl_thrd_routine (threads_posix.h:87) ==22748== by 0x424836C: start_thread (pthread_create.c:456) ==22748== by 0x4357DA5: clone (clone.S:110) ==22748== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/ddrawex/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/devenum/tests' ../../../tools/runtest -q -P wine -T ../../.. -M devenum.dll -p devenum_test.exe.so devenum && touch devenum.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/devenum/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dinput/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dinput.dll -p dinput_test.exe.so device && touch device.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dinput.dll -p dinput_test.exe.so dinput && touch dinput.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dinput.dll -p dinput_test.exe.so joystick && touch joystick.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dinput.dll -p dinput_test.exe.so keyboard && touch keyboard.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dinput.dll -p dinput_test.exe.so mouse && touch mouse.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 mouse.c:162: Test failed: GetDeviceData() failed: 00000000 cnt:0 mouse.c:173: Test failed: GetDeviceData() failed: 00000000 cnt:0 make[1]: *** [Makefile:314: mouse.ok] Error 2 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dinput/tests' make: *** [Makefile:8610: dlls/dinput/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dinput8/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dinput8.dll -p dinput8_test.exe.so device && touch device.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==23480== 544 bytes in 1 blocks are possibly lost in loss record 710 of 884 ==23480== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23480== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23480== by 0x5A54F28: IDirectInputDevice2WImpl_SetProperty (device.c:1420) ==23480== by 0x5A53BE0: _set_action_map (device.c:918) ==23480== by 0x5A65A76: SysKeyboardWImpl_SetActionMap (keyboard.c:602) ==23480== by 0x5A663A5: SysKeyboardAImpl_SetActionMap (keyboard.c:626) ==23480== by 0x484763C: test_save_settings (device.c:468) ==23480== by 0x4847CD5: func_device (device.c:553) ==23480== by 0x484A283: run_test (test.h:603) ==23480== by 0x484ACD8: main (test.h:687) ==23480== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:IDirectInputDevice2WImpl_SetProperty fun:_set_action_map fun:SysKeyboardWImpl_SetActionMap fun:SysKeyboardAImpl_SetActionMap fun:test_save_settings fun:func_device fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M dinput8.dll -p dinput8_test.exe.so dinput && touch dinput.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dinput8/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dispex/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dispex.dll -p dispex_test.exe.so marshal && touch marshal.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dispex/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dmband/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dmband.dll -p dmband_test.exe.so dmband && touch dmband.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dmband/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dmcompos/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dmcompos.dll -p dmcompos_test.exe.so dmcompos && touch dmcompos.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 dmcompos.c:154: Tests skipped: DirectMusicTemplate not implemented make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dmcompos/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dmime/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dmime.dll -p dmime_test.exe.so dmime && touch dmime.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dmime.dll -p dmime_test.exe.so performance && touch performance.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dmime/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dmloader/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dmloader.dll -p dmloader_test.exe.so loader && touch loader.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dmloader/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dmscript/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dmscript.dll -p dmscript_test.exe.so dmscript && touch dmscript.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dmscript/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dmstyle/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dmstyle.dll -p dmstyle_test.exe.so dmstyle && touch dmstyle.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 dmstyle.c:122: Tests skipped: DirectMusicSection not implemented make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dmstyle/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dmsynth/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dmsynth.dll -p dmsynth_test.exe.so dmsynth && touch dmsynth.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dmsynth/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dmusic/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dmusic.dll -p dmusic_test.exe.so dmusic && touch dmusic.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==24650== Thread 5: ==24650== Jump to the invalid address stated on the next line ==24650== at 0x0: ??? ==24650== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==24650== { Memcheck:Jump obj:* } ==24650== Invalid read of size 1 ==24650== at 0x425E006: ??? (in /lib32/libpthread-2.25.so) ==24650== Address 0xfffff868 is not stack'd, malloc'd or (recently) free'd ==24650== { Memcheck:Addr1 obj:/lib32/libpthread-2.25.so } make[1]: *** [Makefile:178: dmusic.ok] Error 1 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dmusic/tests' make: *** [Makefile:9010: dlls/dmusic/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dnsapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dnsapi.dll -p dnsapi_test.exe.so name && touch name.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dnsapi.dll -p dnsapi_test.exe.so record && touch record.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dnsapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dplayx/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dplayx.dll -p dplayx_test.exe.so dplayx && touch dplayx.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 dplayx.c:6953: Tests skipped: Run in interactive mode to run all dplayx tests. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dplayx/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dpnet/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dpnet.dll -p dpnet_test.exe.so address && touch address.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dpnet.dll -p dpnet_test.exe.so client && touch client.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dpnet.dll -p dpnet_test.exe.so server && touch server.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dpnet.dll -p dpnet_test.exe.so thread && touch thread.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dpnet/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dpvoice/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dpvoice.dll -p dpvoice_test.exe.so voice && touch voice.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 voice.c:547: Tests skipped: client failed to initialize make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dpvoice/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dsound/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dsound.dll -p dsound_test.exe.so capture && touch capture.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dsound.dll -p dsound_test.exe.so ds3d && touch ds3d.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dsound.dll -p dsound_test.exe.so ds3d8 && touch ds3d8.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dsound.dll -p dsound_test.exe.so dsound && touch dsound.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dsound.dll -p dsound_test.exe.so dsound8 && touch dsound8.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dsound.dll -p dsound_test.exe.so duplex && touch duplex.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dsound.dll -p dsound_test.exe.so propset && touch propset.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dsound/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dssenh/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dssenh.dll -p dssenh_test.exe.so dssenh && touch dssenh.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 dssenh.c:79: Tests skipped: DSS csp is currently not available, skipping tests. dssenh.c:356: Tests skipped: DSSENH is currently not available, skipping key length tests. dssenh.c:452: Tests skipped: DSSENH is currently not available, skipping hashing tests. dssenh.c:606: Tests skipped: DSSENH is currently not available, skipping encryption tests. dssenh.c:697: Tests skipped: DSSENH is currently not available, skipping block cipher mode tests. dssenh.c:980: Tests skipped: DSSENH is currently not available, skipping signature verification tests. dssenh.c:1374: Tests skipped: DSSENH is currently not available, skipping shared key tests. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dssenh/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dswave/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dswave.dll -p dswave_test.exe.so dswave && touch dswave.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dswave/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dwrite/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dwrite.dll -p dwrite_test.exe.so analyzer && touch analyzer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dwrite.dll -p dwrite_test.exe.so font && touch font.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 font.c:4320: Tests skipped: Courier New font not found. font.c:5609: Tests skipped: Skipping tests with Arial font.c:6654: Tests skipped: Segoe UI Emoji font not found. font.c:6759: Tests skipped: Segoe UI Emoji font not found. ==26580== 76 bytes in 1 blocks are possibly lost in loss record 274 of 536 ==26580== at 0x7BC45CBC: notify_alloc (heap.c:260) ==26580== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==26580== by 0x4BA8E65: heap_alloc (dwrite_private.h:35) ==26580== by 0x4BAB211: DWriteCreateFactory (main.c:1829) ==26580== by 0x4A1A540: create_factory_iid (font.c:411) ==26580== by 0x4A1A574: create_factory (font.c:417) ==26580== by 0x4A28BCD: test_CreateFontFace (font.c:1697) ==26580== by 0x4A37F35: func_font (font.c:8465) ==26580== by 0x4A4F4F3: run_test (test.h:603) ==26580== by 0x4A4FF48: main (test.h:687) ==26580== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:DWriteCreateFactory fun:create_factory_iid fun:create_factory fun:test_CreateFontFace fun:func_font fun:run_test fun:main } ==26580== 76 bytes in 1 blocks are possibly lost in loss record 275 of 536 ==26580== at 0x7BC45CBC: notify_alloc (heap.c:260) ==26580== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==26580== by 0x4BA8E65: heap_alloc (dwrite_private.h:35) ==26580== by 0x4BAB211: DWriteCreateFactory (main.c:1829) ==26580== by 0x4A1A540: create_factory_iid (font.c:411) ==26580== by 0x4A1A574: create_factory (font.c:417) ==26580== by 0x4A31C57: test_IsMonospacedFont (font.c:4274) ==26580== by 0x4A37FA8: func_font (font.c:8488) ==26580== by 0x4A4F4F3: run_test (test.h:603) ==26580== by 0x4A4FF48: main (test.h:687) ==26580== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:DWriteCreateFactory fun:create_factory_iid fun:create_factory fun:test_IsMonospacedFont fun:func_font fun:run_test fun:main } ==26580== 76 bytes in 1 blocks are possibly lost in loss record 276 of 536 ==26580== at 0x7BC45CBC: notify_alloc (heap.c:260) ==26580== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==26580== by 0x4BA8E65: heap_alloc (dwrite_private.h:35) ==26580== by 0x4BAB211: DWriteCreateFactory (main.c:1829) ==26580== by 0x4A1A540: create_factory_iid (font.c:411) ==26580== by 0x4A1A574: create_factory (font.c:417) ==26580== by 0x4A2DBC6: test_localfontfileloader (font.c:8228) ==26580== by 0x4A3802F: func_font (font.c:8515) ==26580== by 0x4A4F4F3: run_test (test.h:603) ==26580== by 0x4A4FF48: main (test.h:687) ==26580== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:DWriteCreateFactory fun:create_factory_iid fun:create_factory fun:test_localfontfileloader fun:func_font fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M dwrite.dll -p dwrite_test.exe.so layout && touch layout.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dwrite/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dxdiagn/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dxdiagn.dll -p dxdiagn_test.exe.so container && touch container.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==26875== 252 bytes in 1 blocks are possibly lost in loss record 2,338 of 2,815 ==26875== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==26875== by 0x773B240: ralloc_size (ralloc.c:121) ==26875== by 0x773B35E: rzalloc_size (ralloc.c:153) ==26875== by 0x773A601: _mesa_hash_table_rehash (hash_table.c:270) ==26875== by 0x773A55C: hash_table_insert (hash_table.c:302) ==26875== by 0x7B382F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==26875== by 0x7B3B982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==26875== by 0x7B3B982: si_shader_cache_load_shader (si_state_shaders.c:265) ==26875== by 0x7B3B982: si_init_shader_selector_async (si_state_shaders.c:1834) ==26875== by 0x77407DE: util_queue_thread_func (u_queue.c:187) ==26875== by 0x7740314: impl_thrd_routine (threads_posix.h:87) ==26875== by 0x424836C: start_thread (pthread_create.c:456) ==26875== by 0x4357DA5: clone (clone.S:110) ==26875== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M dxdiagn.dll -p dxdiagn_test.exe.so provider && touch provider.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==27092== 252 bytes in 1 blocks are possibly lost in loss record 2,261 of 2,674 ==27092== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==27092== by 0x773B240: ralloc_size (ralloc.c:121) ==27092== by 0x773B35E: rzalloc_size (ralloc.c:153) ==27092== by 0x773A601: _mesa_hash_table_rehash (hash_table.c:270) ==27092== by 0x773A55C: hash_table_insert (hash_table.c:302) ==27092== by 0x7B382F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==27092== by 0x7B3B982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==27092== by 0x7B3B982: si_shader_cache_load_shader (si_state_shaders.c:265) ==27092== by 0x7B3B982: si_init_shader_selector_async (si_state_shaders.c:1834) ==27092== by 0x77407DE: util_queue_thread_func (u_queue.c:187) ==27092== by 0x7740314: impl_thrd_routine (threads_posix.h:87) ==27092== by 0x424836C: start_thread (pthread_create.c:456) ==27092== by 0x4357DA5: clone (clone.S:110) ==27092== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dxdiagn/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/dxgi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M dxgi.dll -p dxgi_test.exe.so device && touch device.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 device.c:344: Tests skipped: Failed to create device, skipping tests. device.c:412: Tests skipped: Failed to create device. device.c:467: Tests skipped: Failed to create device, skipping tests. device.c:513: Tests skipped: Failed to create device, skipping tests. device.c:581: Tests skipped: Failed to create device, skipping tests. device.c:688: Tests skipped: Failed to create device. device.c:893: Tests skipped: Failed to create device, skipping tests. device.c:1285: Tests skipped: Failed to create device. device.c:1639: Tests skipped: Failed to create device. device.c:1732: Tests skipped: Failed to create device. device.c:2012: Tests skipped: Failed to create device. device.c:2149: Tests skipped: Failed to create device. device.c:2387: Tests skipped: Failed to create device, skipping tests. device.c:2516: Tests skipped: Failed to create device, skipping tests. device.c:2886: Tests skipped: Failed to create device, skipping tests. device.c:3007: Tests skipped: Failed to create device. ==27250== 252 bytes in 1 blocks are possibly lost in loss record 2,180 of 2,654 ==27250== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==27250== by 0x65A2240: ralloc_size (ralloc.c:121) ==27250== by 0x65A235E: rzalloc_size (ralloc.c:153) ==27250== by 0x65A1601: _mesa_hash_table_rehash (hash_table.c:270) ==27250== by 0x65A155C: hash_table_insert (hash_table.c:302) ==27250== by 0x699F2F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==27250== by 0x69A2982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==27250== by 0x69A2982: si_shader_cache_load_shader (si_state_shaders.c:265) ==27250== by 0x69A2982: si_init_shader_selector_async (si_state_shaders.c:1834) ==27250== by 0x65A77DE: util_queue_thread_func (u_queue.c:187) ==27250== by 0x65A7314: impl_thrd_routine (threads_posix.h:87) ==27250== by 0x424836C: start_thread (pthread_create.c:456) ==27250== by 0x4357DA5: clone (clone.S:110) ==27250== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dxgi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/evr/tests' ../../../tools/runtest -q -P wine -T ../../.. -M evr.dll -p evr_test.exe.so filter && touch filter.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 filter.c:91: Tests skipped: filter: run 0: unk_inner is NULL filter.c:91: Tests skipped: filter: run 1: unk_inner is NULL filter.c:91: Tests skipped: filter: run 2: unk_inner is NULL filter.c:91: Tests skipped: filter: run 3: unk_inner is NULL filter.c:91: Tests skipped: filter: run 4: unk_inner is NULL filter.c:91: Tests skipped: filter: run 5: unk_inner is NULL filter.c:91: Tests skipped: filter: run 6: unk_inner is NULL filter.c:91: Tests skipped: filter: run 7: unk_inner is NULL filter.c:91: Tests skipped: filter: run 8: unk_inner is NULL filter.c:91: Tests skipped: filter: run 9: unk_inner is NULL filter.c:91: Tests skipped: filter: run 10: unk_inner is NULL filter.c:91: Tests skipped: filter: run 11: unk_inner is NULL filter.c:91: Tests skipped: filter: run 12: unk_inner is NULL make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/evr/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/explorerframe/tests' ../../../tools/runtest -q -P wine -T ../../.. -M explorerframe.dll -p explorerframe_test.exe.so nstc && touch nstc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/explorerframe/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/faultrep/tests' ../../../tools/runtest -q -P wine -T ../../.. -M faultrep.dll -p faultrep_test.exe.so faultrep && touch faultrep.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/faultrep/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/fusion/tests' ../../../tools/runtest -q -P wine -T ../../.. -M fusion.dll -p fusion_test.exe.so asmcache && touch asmcache.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M fusion.dll -p fusion_test.exe.so asmenum && touch asmenum.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M fusion.dll -p fusion_test.exe.so asmname && touch asmname.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M fusion.dll -p fusion_test.exe.so fusion && touch fusion.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/fusion/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/gameux/tests' ../../../tools/runtest -q -P wine -T ../../.. -M gameux.dll -p gameux_test.exe.so gameexplorer && touch gameexplorer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gameux.dll -p gameux_test.exe.so gamestatistics && touch gamestatistics.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/gameux/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/gdi32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so bitmap && touch bitmap.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so brush && touch brush.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so clipping && touch clipping.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so dc && touch dc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 dc.c:633: Test failed: expected ret2 > 0, got 0 dc.c:648: Test failed: expected desc.nSize == sizeof(descr), got 0 make[1]: *** [Makefile:242: dc.ok] Error 2 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so dib && touch dib.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so font && touch font.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 font.c:521: Tests skipped: Arial is not installed font.c:1288: Tests skipped: TrueType font for charset 134 is not installed font.c:2196: Tests skipped: Arial is not installed font.c:2378: Tests skipped: Times New Roman is not installed font.c:2583: Tests skipped: Arial is not installed font.c:2669: Tests skipped: Arial is not installed font.c:4116: Tests skipped: Arial or Times New Roman not installed font.c:4498: Tests skipped: Arial is not installed font.c:5029: Tests skipped: Unable to locate and load font sserife.fon font.c:5174: Tests skipped: Arial is not installed font.c:2893: Tests skipped: Arial Black is not installed font.c:6721: Tests skipped: Arial Black or Symbol/Wingdings is not installed font.c:3220: Tests skipped: Font Clockopia doesn't contain 'x', skipping the test font.c:3220: Tests skipped: Font Droid Sans Arabic doesn't contain 'x', skipping the test font.c:3827: Tests skipped: Droid Sans Fallback is not a Windows font, OS/2 metrics may be invalid. font.c:3827: Tests skipped: Droid Sans Fallback is not a Windows font, OS/2 metrics may be invalid. font.c:3827: Tests skipped: Droid Sans Fallback is not a Windows font, OS/2 metrics may be invalid. font.c:3827: Tests skipped: @Droid Sans Fallback is not a Windows font, OS/2 metrics may be invalid. font.c:3827: Tests skipped: @Droid Sans Fallback is not a Windows font, OS/2 metrics may be invalid. font.c:3827: Tests skipped: @Droid Sans Fallback is not a Windows font, OS/2 metrics may be invalid. font.c:3220: Tests skipped: Font Droid Sans Hebrew doesn't contain 'x', skipping the test font.c:3827: Tests skipped: Droid Sans Japanese is not a Windows font, OS/2 metrics may be invalid. font.c:3220: Tests skipped: Font Droid Sans Japanese doesn't contain 'x', skipping the test font.c:3220: Tests skipped: Font Droid Sans Thai doesn't contain 'x', skipping the test font.c:3220: Tests skipped: Font Droid Sans Thai doesn't contain 'x', skipping the test font.c:3220: Tests skipped: Font Mathematica doesn't contain 'x', skipping the test font.c:3220: Tests skipped: Font MathematicaMono doesn't contain 'x', skipping the test font.c:3220: Tests skipped: Font MathematicaSans doesn't contain 'x', skipping the test font.c:3220: Tests skipped: Font Wingdings doesn't contain 'x', skipping the test font.c:4796: Tests skipped: Fixed-pitch TrueType font for charset 129 is not available font.c:4769: Tests skipped: TrueType font for charset 134 is not installed font.c:4796: Tests skipped: Fixed-pitch TrueType font for charset 136 is not available font.c:4865: Tests skipped: Arial is not installed font.c:4865: Tests skipped: Arial is not installed font.c:4865: Tests skipped: Arial is not installed font.c:4961: Tests skipped: Arial is not installed font.c:5387: Tests skipped: Lucida Sans Demibold Roman is not installed font.c:5387: Tests skipped: Lucida Sans Italic is not installed font.c:5387: Tests skipped: Lucida Sans Regular is not installed font.c:5448: Tests skipped: Arial is not installed font.c:5448: Tests skipped: Lucida Sans is not installed font.c:5448: Tests skipped: Webdings is not installed font.c:5448: Tests skipped: SimSun is not installed font.c:5448: Tests skipped: NSimSun is not installed font.c:5448: Tests skipped: MingLiu is not installed font.c:5448: Tests skipped: PMingLiu is not installed font.c:5448: Tests skipped: WenQuanYi Micro Hei is not installed font.c:5448: Tests skipped: MS UI Gothic is not installed font.c:5448: Tests skipped: Ume UI Gothic is not installed font.c:5448: Tests skipped: MS Gothic is not installed font.c:5448: Tests skipped: Ume Gothic is not installed font.c:5448: Tests skipped: MS PGothic is not installed font.c:5448: Tests skipped: Ume P Gothic is not installed font.c:5448: Tests skipped: Gulim is not installed font.c:5448: Tests skipped: Batang is not installed font.c:5448: Tests skipped: UnBatang is not installed font.c:5448: Tests skipped: UnDotum is not installed font.c:5448: Tests skipped: @SimSun is not installed font.c:5448: Tests skipped: @NSimSun is not installed font.c:5448: Tests skipped: @MingLiu is not installed font.c:5448: Tests skipped: @PMingLiu is not installed font.c:5448: Tests skipped: @WenQuanYi Micro Hei is not installed font.c:5448: Tests skipped: @MS UI Gothic is not installed font.c:5448: Tests skipped: @Ume UI Gothic is not installed font.c:5448: Tests skipped: @MS Gothic is not installed font.c:5448: Tests skipped: @Ume Gothic is not installed font.c:5448: Tests skipped: @MS PGothic is not installed font.c:5448: Tests skipped: @Ume P Gothic is not installed font.c:5448: Tests skipped: @Gulim is not installed font.c:5448: Tests skipped: @Batang is not installed font.c:5448: Tests skipped: @UnBatang is not installed font.c:5448: Tests skipped: @UnDotum is not installed font.c:6070: Tests skipped: Vertical font for charset 130 is not installed font.c:6070: Tests skipped: Vertical font for charset 134 is not installed font.c:6026: Tests skipped: @Ume Gothic is not installed font.c:6026: Tests skipped: @MS UI Gothic is not installed ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so gdiobj && touch gdiobj.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so icm && touch icm.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so mapping && touch mapping.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so metafile && touch metafile.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so palette && touch palette.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so path && touch path.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so pen && touch pen.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/gdi32/tests' make: *** [Makefile:10508: dlls/gdi32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/gdiplus/tests' ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so brush && touch brush.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so customlinecap && touch customlinecap.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so font && touch font.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 font.c:307: Tests skipped: Times New Roman not installed ==32112== 76 bytes in 1 blocks are definitely lost in loss record 358 of 696 ==32112== at 0x7BC45CBC: notify_alloc (heap.c:260) ==32112== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==32112== by 0x4BC4F78: heap_alloc_zero (gdiplus_private.h:59) ==32112== by 0x4BC4F8E: clone_font_family (font.c:783) ==32112== by 0x4BC64FF: GdipCloneFontFamily (font.c:812) ==32112== by 0x4BC7BCD: GdipGetFontCollectionFamilyList (font.c:1573) ==32112== by 0x4A2526F: test_GdipGetFontCollectionFamilyList (font.c:1151) ==32112== by 0x4A25467: func_font (font.c:1196) ==32112== by 0x4A82D51: run_test (test.h:603) ==32112== by 0x4A837A6: main (test.h:687) ==32112== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:clone_font_family fun:GdipCloneFontFamily fun:GdipGetFontCollectionFamilyList fun:test_GdipGetFontCollectionFamilyList fun:func_font fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so graphics && touch graphics.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so graphicspath && touch graphicspath.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so image && touch image.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so matrix && touch matrix.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so metafile && touch metafile.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==32574== 752 bytes in 1 blocks are possibly lost in loss record 527 of 589 ==32574== at 0x7BC45CBC: notify_alloc (heap.c:260) ==32574== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==32574== by 0x4BF1767: heap_alloc_zero (gdiplus_private.h:59) ==32574== by 0x4BF3B1B: GdipRecordMetafile (metafile.c:794) ==32574== by 0x4A6CCB2: test_drawimage (metafile.c:2482) ==32574== by 0x4A6DDC4: func_metafile (metafile.c:2831) ==32574== by 0x4A82D51: run_test (test.h:603) ==32574== by 0x4A837A6: main (test.h:687) ==32574== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:GdipRecordMetafile fun:test_drawimage fun:func_metafile fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so pathiterator && touch pathiterator.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so pen && touch pen.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so region && touch region.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so stringformat && touch stringformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/gdiplus/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/hid/tests' ../../../tools/runtest -q -P wine -T ../../.. -M hid.dll -p hid_test.exe.so device && touch device.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/hid/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/hlink/tests' ../../../tools/runtest -q -P wine -T ../../.. -M hlink.dll -p hlink_test.exe.so browse_ctx && touch browse_ctx.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M hlink.dll -p hlink_test.exe.so hlink && touch hlink.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/hlink/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/hnetcfg/tests' ../../../tools/runtest -q -P wine -T ../../.. -M hnetcfg.dll -p hnetcfg_test.exe.so policy && touch policy.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/hnetcfg/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ieframe/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ieframe.dll -p ieframe_test.exe.so ie && touch ie.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1055== Thread 6: ==1055== Syscall param writev(vector[...]) points to uninitialised byte(s) ==1055== at 0x434EB0F: ??? (syscall-template.S:84) ==1055== by 0x7BC6EEC8: send_request (server.c:228) ==1055== by 0x7BC702F1: server_call_unlocked (server.c:288) ==1055== by 0x7BC70344: wine_server_call (server.c:321) ==1055== by 0x7BC3F6A2: server_write_file (file.c:624) ==1055== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==1055== by 0x5245B72: rpcrt4_conn_np_write (rpc_transport.c:418) ==1055== by 0x5238855: rpcrt4_conn_write (rpc_binding.h:196) ==1055== by 0x523A28F: RPCRT4_SendWithAuth (rpc_message.c:849) ==1055== by 0x523AE75: RPCRT4_Send (rpc_message.c:1248) ==1055== by 0x523C802: process_request_packet (rpc_server.c:462) ==1055== by 0x523D427: RPCRT4_process_packet (rpc_server.c:517) ==1055== by 0x523D506: RPCRT4_worker_thread (rpc_server.c:539) ==1055== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==1055== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==1055== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1055== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1055== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1055== by 0x7BC7BD15: thread_startup (thread.c:484) ==1055== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1055== Address 0x496b15c is 44 bytes inside a recently re-allocated block of size 92 alloc'd ==1055== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1055== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1055== by 0x523A181: RPCRT4_SendWithAuth (rpc_message.c:808) ==1055== by 0x523AE75: RPCRT4_Send (rpc_message.c:1248) ==1055== by 0x523C802: process_request_packet (rpc_server.c:462) ==1055== by 0x523D427: RPCRT4_process_packet (rpc_server.c:517) ==1055== by 0x523D506: RPCRT4_worker_thread (rpc_server.c:539) ==1055== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==1055== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==1055== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1055== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1055== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1055== by 0x7BC7BD15: thread_startup (thread.c:484) ==1055== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1055== Uninitialised value was created by a client request ==1055== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==1055== by 0x7BC47EB8: initialize_block (heap.c:245) ==1055== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==1055== by 0x4B60A64: IMalloc_fnAlloc (ifs.c:187) ==1055== by 0x4B60E6B: IMalloc_Alloc (objidl.h:1405) ==1055== by 0x4B60E6B: CoTaskMemAlloc (???:0) ==1055== by 0x4B8C7C2: RemUnknown_RemQueryInterface (stubmanager.c:716) ==1055== by 0x4B94866: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:369) ==1055== by 0x521BBEC: CStdStubBuffer_Invoke (cstub.c:478) ==1055== by 0x4B76415: IRpcStubBuffer_Invoke (objidl.h:7878) ==1055== by 0x4B76415: RPC_ExecuteCall (???:0) ==1055== by 0x4B47F7E: apartment_wndproc (compobj.c:1491) ==1055== by 0x4E9564D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==1055== by 0x4E95C7C: call_window_proc (winproc.c:244) ==1055== by 0x4E97B24: WINPROC_call_window (winproc.c:897) ==1055== by 0x4E62E58: DispatchMessageW (message.c:4021) ==1055== by 0x4A23CAD: IEWinMain (iexplore.c:1189) ==1055== by 0x485DA63: wWinMain (main.c:92) ==1055== by 0x485DCA7: wmain (exe_wmain.c:51) ==1055== by 0x485DBB5: __wine_spec_exe_wentry (exe_wentry.c:36) ==1055== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==1055== by 0x7B45B4B5: start_process (process.c:1123) ==1055== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==869== Thread 3: ==869== Syscall param writev(vector[...]) points to uninitialised byte(s) ==869== at 0x434EB0F: ??? (syscall-template.S:84) ==869== by 0x7BC6EEC8: send_request (server.c:228) ==869== by 0x7BC702F1: server_call_unlocked (server.c:288) ==869== by 0x7BC70344: wine_server_call (server.c:321) ==869== by 0x7BC3F6A2: server_write_file (file.c:624) ==869== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==869== by 0x5115B72: rpcrt4_conn_np_write (rpc_transport.c:418) ==869== by 0x5108855: rpcrt4_conn_write (rpc_binding.h:196) ==869== by 0x510A28F: RPCRT4_SendWithAuth (rpc_message.c:849) ==869== by 0x510AE75: RPCRT4_Send (rpc_message.c:1248) ==869== by 0x510C802: process_request_packet (rpc_server.c:462) ==869== by 0x510D427: RPCRT4_process_packet (rpc_server.c:517) ==869== by 0x510D506: RPCRT4_worker_thread (rpc_server.c:539) ==869== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==869== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==869== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==869== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==869== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==869== by 0x7BC7BD15: thread_startup (thread.c:484) ==869== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==869== Address 0x6920f7c is 44 bytes inside a recently re-allocated block of size 92 alloc'd ==869== at 0x7BC45CBC: notify_alloc (heap.c:260) ==869== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==869== by 0x510A181: RPCRT4_SendWithAuth (rpc_message.c:808) ==869== by 0x510AE75: RPCRT4_Send (rpc_message.c:1248) ==869== by 0x510C802: process_request_packet (rpc_server.c:462) ==869== by 0x510D427: RPCRT4_process_packet (rpc_server.c:517) ==869== by 0x510D506: RPCRT4_worker_thread (rpc_server.c:539) ==869== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==869== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==869== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==869== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==869== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==869== by 0x7BC7BD15: thread_startup (thread.c:484) ==869== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==869== Uninitialised value was created by a client request ==869== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==869== by 0x7BC47EB8: initialize_block (heap.c:245) ==869== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==869== by 0x4B6EA64: IMalloc_fnAlloc (ifs.c:187) ==869== by 0x4B6EE6B: IMalloc_Alloc (objidl.h:1405) ==869== by 0x4B6EE6B: CoTaskMemAlloc (???:0) ==869== by 0x4B9A7C2: RemUnknown_RemQueryInterface (stubmanager.c:716) ==869== by 0x4BA2866: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:369) ==869== by 0x50EBBEC: CStdStubBuffer_Invoke (cstub.c:478) ==869== by 0x4B84415: IRpcStubBuffer_Invoke (objidl.h:7878) ==869== by 0x4B84415: RPC_ExecuteCall (???:0) ==869== by 0x4B55F7E: apartment_wndproc (compobj.c:1491) ==869== by 0x4D7F64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==869== by 0x4D7FC7C: call_window_proc (winproc.c:244) ==869== by 0x4D81B24: WINPROC_call_window (winproc.c:897) ==869== by 0x4D4CE58: DispatchMessageW (message.c:4021) ==869== by 0x4B5BB0B: CoWaitForMultipleHandles (compobj.c:4556) ==869== by 0x4B8246B: ClientRpcChannelBuffer_SendReceive (rpc.c:909) ==869== by 0x50E9F82: IRpcChannelBuffer_SendReceive (objidl.h:7066) ==869== by 0x50E9F82: NdrProxySendReceive (???:0) ==869== by 0x51F74ED: IConnectionPoint_Advise_Proxy (oleaut32_ocidl_p.c:9454) ==869== by 0x4846799: IConnectionPoint_Advise (ocidl.h:3136) ==869== by 0x4846799: advise_cp (???:0) ==869== by 0x4846E02: test_InternetExplorer (ie.c:270) ==869== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1055== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1055_bc2ce4a6 is empty ==1055== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==1055== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1055_bc2ce4a6 is empty ==1055== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==1055== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1055_bc2ce4a6 is empty ==1055== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==1055== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1055_bc2ce4a6 is empty ==1055== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ../../../tools/runtest -q -P wine -T ../../.. -M ieframe.dll -p ieframe_test.exe.so intshcut && touch intshcut.ok ==1055== Thread 1 iexplore.exe: ==1055== 8 bytes in 1 blocks are possibly lost in loss record 126 of 2,738 ==1055== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1055== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1055== by 0x7B4410BE: HeapAlloc (heap.c:271) ==1055== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==1055== by 0x4B6037F: CreateStreamOnHGlobal (hglobalstream.c:602) ==1055== by 0x4B48525: get_local_server_stream (compobj.c:1007) ==1055== by 0x4B4BBCC: CoRegisterClassObject (compobj.c:2865) ==1055== by 0x4A23C21: IEWinMain (iexplore.c:1165) ==1055== by 0x485DA63: wWinMain (main.c:92) ==1055== by 0x485DCA7: wmain (exe_wmain.c:51) ==1055== by 0x485DBB5: __wine_spec_exe_wentry (exe_wentry.c:36) ==1055== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==1055== by 0x7B45B4B5: start_process (process.c:1123) ==1055== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1055== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1055== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1055== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:CreateStreamOnHGlobal fun:get_local_server_stream fun:CoRegisterClassObject fun:IEWinMain fun:wWinMain fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } ==1055== 96 bytes in 1 blocks are possibly lost in loss record 1,808 of 2,738 ==1055== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1055== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1055== by 0x58871D4: heap_alloc_zero (internet.h:99) ==1055== by 0x5887EA3: create_netconn (netconnection.c:348) ==1055== by 0x587AE6F: open_http_connection (http.c:4799) ==1055== by 0x587C9A3: HTTP_HttpSendRequestW (http.c:4940) ==1055== by 0x587D323: AsyncHttpSendRequestProc (http.c:5207) ==1055== by 0x588011D: INTERNET_WorkerThreadFunc (internet.c:3724) ==1055== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==1055== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==1055== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1055== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1055== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1055== by 0x7BC7BD15: thread_startup (thread.c:484) ==1055== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1055== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ieframe.dll -p ieframe_test.exe.so webbrowser && touch webbrowser.ok ==1488== 256 bytes in 1 blocks are definitely lost in loss record 488 of 663 ==1488== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1488== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1488== by 0x4C04A64: IMalloc_fnAlloc (ifs.c:187) ==1488== by 0x4C04E6B: IMalloc_Alloc (objidl.h:1405) ==1488== by 0x4C04E6B: CoTaskMemAlloc (???:0) ==1488== by 0x621A76D: get_profile_string (intshcut.c:432) ==1488== by 0x621A8E4: PersistFile_Load (intshcut.c:480) ==1488== by 0x4865A14: IPersistFile_Load (objidl.h:4640) ==1488== by 0x4865A14: Process_URL (???:0) ==1488== by 0x4866C4C: wWinMain (winemenubuilder.c:3688) ==1488== by 0x48671FA: wmain (exe_wmain.c:51) ==1488== by 0x4867108: __wine_spec_exe_wentry (exe_wentry.c:36) ==1488== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==1488== by 0x7B45B4B5: start_process (process.c:1123) ==1488== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1488== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1488== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1488== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:get_profile_string fun:PersistFile_Load fun:IPersistFile_Load fun:Process_URL fun:wWinMain fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1555== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1555_16db53e3 is empty ==1555== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==1555== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1555_16db53e3 is empty ==1555== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==1555== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1555_16db53e3 is empty ==1555== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==1555== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1555_16db53e3 is empty ==1555== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==1555== 576 bytes in 6 blocks are possibly lost in loss record 5,492 of 6,387 ==1555== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1555== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1555== by 0x5EAC1D4: heap_alloc_zero (internet.h:99) ==1555== by 0x5EACEA3: create_netconn (netconnection.c:348) ==1555== by 0x5E9FE6F: open_http_connection (http.c:4799) ==1555== by 0x5EA19A3: HTTP_HttpSendRequestW (http.c:4940) ==1555== by 0x5EA2323: AsyncHttpSendRequestProc (http.c:5207) ==1555== by 0x5EA511D: INTERNET_WorkerThreadFunc (internet.c:3724) ==1555== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==1555== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==1555== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1555== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1555== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1555== by 0x7BC7BD15: thread_startup (thread.c:484) ==1555== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1555== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/ieframe/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/imagehlp/tests' ../../../tools/runtest -q -P wine -T ../../.. -M imagehlp.dll -p imagehlp_test.exe.so image && touch image.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M imagehlp.dll -p imagehlp_test.exe.so integrity && touch integrity.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/imagehlp/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/imm32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M imm32.dll -p imm32_test.exe.so imm32 && touch imm32.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled page fault on read access to 0xdeadcc52 at address 0x4b13d62 (thread 0036), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Unhandled exception: page fault on read access to 0xdeadcc52 in 32-bit code (0x04b13d62). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:04b13d62 ESP:04affc80 EBP:04affc88 EFLAGS:00000044( - -- Z- -P- ) EAX:00000000 EBX:deadcafe ECX:04affc70 EDX:04afff0c ESI:deadcafe EDI:0491bf68 Stack dump: 0x04affc80: 0492bcda 04b21000 04affcb8 04b16d76 0x04affc90: 0492bb70 00000000 00000004 00000015 0x04affca0: 002700f4 00000285 04affcd0 04853000 0x04affcb0: 0484e38f 0491bf68 04affd28 04846c00 0x04affcc0: 0484e38f 0491bf68 04845dcd 04846c00 0x04affcd0: deadcafe 00000015 00000004 00000000 Backtrace: =>0 0x04b13d62 get_imc_data+0x1f(hIMC=0xdeadcafe) [/home/austin/wine-valgrind/dlls/imm32/imm.c:497] in imm32 (0x04affc88) 1 0x04b16d76 ImmNotifyIME+0x39(hIMC=, dwAction=, dwIndex=, dwValue=) [/home/austin/wine-valgrind/dlls/imm32/imm.c:2173] in imm32 (0x04affcb8) 2 0x04846c00 test_ImmNotifyIME+0x220() [/home/austin/wine-valgrind/dlls/imm32/tests/imm32.c:341] in imm32_test (0x04affd28) 3 0x0484d3f8 func_imm32+0x23() [/home/austin/wine-valgrind/dlls/imm32/tests/imm32.c:1998] in imm32_test (0x04affd38) 4 0x0484d7e5 run_test+0x76(name="imm32") [/home/austin/wine-valgrind/dlls/imm32/tests/../../../include/wine/test.h:603] in imm32_test (0x04affd68) 5 0x0484e23c main+0x1ee(argc=, argv=) [/home/austin/wine-valgrind/dlls/imm32/tests/../../../include/wine/test.h:687] in imm32_test (0x04affe28) 6 0x0484e2bb __wine_spec_exe_entry+0x5d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in imm32_test (0x04affe68) 7 0x7b459034 call_process_entry+0xb() in kernel32 (0x04affe88) 8 0x7b45b4b6 start_process+0xed(entry=) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1123] in kernel32 (0x04affec8) 9 0x7bc716f0 call_thread_func_wrapper+0xb() in ntdll (0x04affedc) 10 0x7bc744e7 call_thread_func+0x65(entry=0x7b45b3c8, arg=0x484e25d, frame=0x4afffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04afffcc) 11 0x7bc716ce call_thread_entry_point+0x11() in ntdll (0x04afffec) 0x04b13d62 get_imc_data+0x1f [/home/austin/wine-valgrind/dlls/imm32/imm.c:497] in imm32: cmpl $0x56434d49,0x154(%ebx) 497 if(IsBadReadPtr(data, sizeof(InputContextData)) || data->magic != WINE_IMC_VALID_MAGIC) Modules: Module Address Debug info Name (48 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4027000- 402a000 Deferred vgpreload_core-x86-linux.so ELF 402a000- 403a000 Deferred vgpreload_memcheck-x86-linux.so ELF 403a000- 41ef000 Dwarf libwine.so.1 ELF 4242000- 4261000 Deferred libpthread.so.0 ELF 4261000- 442d000 Deferred libc.so.6 ELF 442d000- 4432000 Deferred libdl.so.2 ELF 4834000- 4855000 Dwarf imm32_test \-PE 4840000- 4855000 \ imm32_test ELF 4887000- 48e5000 Deferred libm.so.6 ELF 4b00000- 4b23000 Dwarf imm32 \-PE 4b10000- 4b23000 \ imm32 ELF 4b23000- 4cfc000 Deferred user32 \-PE 4b40000- 4cfc000 \ user32 ELF 4cfc000- 4e10000 Deferred gdi32 \-PE 4d10000- 4e10000 \ gdi32 ELF 4e10000- 4e82000 Deferred advapi32 \-PE 4e20000- 4e82000 \ advapi32 ELF 4e82000- 4e9c000 Deferred version \-PE 4e90000- 4e9c000 \ version ELF 4eef000- 4fab000 Deferred libfreetype.so.6 ELF 51ab000- 51bd000 Deferred libbz2.so.1 ELF 51bd000- 51fc000 Deferred libpng16.so.16 ELF 51fc000- 5215000 Deferred libz.so.1 ELF 5215000- 525f000 Deferred libfontconfig.so.1 ELF 525f000- 528a000 Deferred libexpat.so.1 ELF 52a8000- 52b4000 Deferred libxcursor.so.1 ELF 52bc000- 52c3000 Deferred libxfixes.so.3 ELF 52d6000- 535f000 Deferred winex11 \-PE 52e0000- 535f000 \ winex11 ELF 5367000- 536b000 Deferred libxinerama.so.1 ELF 536f000- 5376000 Deferred libxxf86vm.so.1 ELF 537a000- 5386000 Deferred libxrender.so.1 ELF 538a000- 5397000 Deferred libxrandr.so.2 ELF 539f000- 53a3000 Deferred libxcomposite.so.1 ELF 53b2000- 53c7000 Deferred libxext.so.6 ELF 53c7000- 5515000 Deferred libx11.so.6 ELF 5515000- 5542000 Deferred libxcb.so.1 ELF 5542000- 5547000 Deferred libxau.so.6 ELF 5547000- 554e000 Deferred libxdmcp.so.6 ELF 554e000- 556a000 Deferred libbsd.so.0 ELF 556a000- 5574000 Deferred librt.so.1 ELF 55cb000- 55de000 Deferred libxi.so.6 ELF 7b400000-7b7e0000 Dwarf kernel32 \-PE 7b410000-7b7e0000 \ kernel32 ELF 7bc00000-7bcec000 Dwarf ntdll \-PE 7bc10000-7bcec000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000092 0 00000023 0 0000001e 0 00000018 0 00000013 0 00000010 0 0000000f 0 00000011 winedevice.exe 0000001d 0 00000017 0 00000016 0 00000012 0 0000001b plugplay.exe 00000020 0 0000001f 0 0000001c 0 00000021 winedevice.exe 0000002a 0 00000025 0 00000024 0 00000022 0 00000028 explorer.exe 0000002f 0 0000002c 0 0000002b 0 00000029 0 0000002d winemine.exe 0000002e 0 00000090 rpcss.exe 00000096 0 00000095 0 00000094 0 00000093 0 00000091 0 0000017d iexplore.exe 0000017f 0 00000180 0 00000014 (D) Z:\home\austin\wine-valgrind\dlls\imm32\tests\imm32_test.exe 00000036 0 <== System information: Wine build: wine-2.19-496-gfa68f683c8 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 make[1]: *** [Makefile:178: imm32.ok] Error 5 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/imm32/tests' make: *** [Makefile:11108: dlls/imm32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/inetcomm/tests' ../../../tools/runtest -q -P wine -T ../../.. -M inetcomm.dll -p inetcomm_test.exe.so mimeintl && touch mimeintl.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M inetcomm.dll -p inetcomm_test.exe.so mimeole && touch mimeole.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/inetcomm/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/inetmib1/tests' ../../../tools/runtest -q -P wine -T ../../.. -M inetmib1.dll -p inetmib1_test.exe.so main && touch main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/inetmib1/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/infosoft/tests' ../../../tools/runtest -q -P wine -T ../../.. -M infosoft.dll -p infosoft_test.exe.so infosoft && touch infosoft.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/infosoft/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/iphlpapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M iphlpapi.dll -p iphlpapi_test.exe.so iphlpapi && touch iphlpapi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 iphlpapi.c:974: Tests skipped: ICMP is not available. iphlpapi.c:1616: Tests skipped: AllocateAndGetTcpExTableFromStack not available make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/iphlpapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/itss/tests' ../../../tools/runtest -q -P wine -T ../../.. -M itss.dll -p itss_test.exe.so protocol && touch protocol.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/itss/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/jscript/tests' ../../../tools/runtest -q -P wine -T ../../.. -M jscript.dll -p jscript_test.exe.so activex && touch activex.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M jscript.dll -p jscript_test.exe.so caller && touch caller.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M jscript.dll -p jscript_test.exe.so jscript && touch jscript.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M jscript.dll -p jscript_test.exe.so run && touch run.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/jscript/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/jsproxy/tests' ../../../tools/runtest -q -P wine -T ../../.. -M jsproxy.dll -p jsproxy_test.exe.so jsproxy && touch jsproxy.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/jsproxy/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/kernel32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so actctx && touch actctx.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3512== 68 bytes in 1 blocks are definitely lost in loss record 119 of 242 ==3512== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3512== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3512== by 0x7BC30B2B: RtlCreateActivationContext (actctx.c:4534) ==3512== by 0x7B4292C5: CreateActCtxW (actctx.c:124) ==3512== by 0x4A16B7C: test_create (actctx.c:746) ==3512== by 0x4A1C67E: create_manifest (actctx.c:2062) ==3512== by 0x4A1CA1E: test_ZombifyActCtx (actctx.c:2431) ==3512== by 0x4A1DB83: func_actctx (actctx.c:2512) ==3512== by 0x4AF6715: run_test (test.h:603) ==3512== by 0x4AF716A: main (test.h:687) ==3512== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RtlCreateActivationContext fun:CreateActCtxW fun:test_create fun:create_manifest fun:test_ZombifyActCtx fun:func_actctx fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3411== 68 bytes in 1 blocks are definitely lost in loss record 118 of 237 ==3411== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3411== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3411== by 0x7BC30B2B: RtlCreateActivationContext (actctx.c:4534) ==3411== by 0x7B4292C5: CreateActCtxW (actctx.c:124) ==3411== by 0x4A16B7C: test_create (actctx.c:746) ==3411== by 0x4A1C67E: create_manifest (actctx.c:2062) ==3411== by 0x4A1CA1E: test_ZombifyActCtx (actctx.c:2431) ==3411== by 0x4A1DB83: func_actctx (actctx.c:2512) ==3411== by 0x4AF6715: run_test (test.h:603) ==3411== by 0x4AF716A: main (test.h:687) ==3411== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RtlCreateActivationContext fun:CreateActCtxW fun:test_create fun:create_manifest fun:test_ZombifyActCtx fun:func_actctx fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so atom && touch atom.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so change && touch change.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 change.c:557: Test failed: ov.InternalHigh wrong 12 change.c:570: Test failed: action wrong change.c:571: Test failed: len wrong change.c:572: Test failed: name wrong change.c:596: Test failed: offset wrong 24 change.c:597: Test failed: action wrong 1 change.c:603: Test failed: ov.InternalHigh wrong 66/42 ==3741== 28,280 bytes in 14 blocks are possibly lost in loss record 225 of 225 ==3741== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3741== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3741== by 0x4AF63EC: get_tls_data (test.h:242) ==3741== by 0x4AF67C5: winetest_set_location (test.h:277) ==3741== by 0x4A20B1E: NotificationThread (change.c:54) ==3741== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3741== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3741== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3741== by 0x7BC7BD15: thread_startup (thread.c:484) ==3741== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3741== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:NotificationThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:258: change.ok] Error 7 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so codepage && touch codepage.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so comm && touch comm.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 comm.c:2233: Tests skipped: interactive tests (set WINETEST_INTERACTIVE=1) ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so console && touch console.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==4022== Syscall param writev(vector[...]) points to uninitialised byte(s) ==4022== at 0x434EB0F: ??? (syscall-template.S:84) ==4022== by 0x7BC6EEC8: send_request (server.c:228) ==4022== by 0x7BC702F1: server_call_unlocked (server.c:288) ==4022== by 0x7BC70344: wine_server_call (server.c:321) ==4022== by 0x7B42E66F: wine_server_call_err (server.h:61) ==4022== by 0x7B42F8DD: WriteConsoleInputW (console.c:536) ==4022== by 0x4A38195: testWaitForConsoleInput (console.c:941) ==4022== by 0x4A3F2A2: func_console (console.c:3129) ==4022== by 0x4AF6715: run_test (test.h:603) ==4022== by 0x4AF716A: main (test.h:687) ==4022== Address 0x4d1fc8a is on thread 1's stack ==4022== in frame #6, created by testWaitForConsoleInput (console.c:919) ==4022== Uninitialised value was created by a stack allocation ==4022== at 0x4A380D6: testWaitForConsoleInput (console.c:919) ==4022== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:wine_server_call_err fun:WriteConsoleInputW fun:testWaitForConsoleInput fun:func_console fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==4022== 2,020 bytes in 1 blocks are possibly lost in loss record 498 of 536 ==4022== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4022== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4022== by 0x4AF63EC: get_tls_data (test.h:242) ==4022== by 0x4AF67C5: winetest_set_location (test.h:277) ==4022== by 0x4A38341: signaled_function (console.c:915) ==4022== by 0x7BC7E30A: wait_thread_proc (threadpool.c:534) ==4022== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==4022== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==4022== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4022== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4022== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4022== by 0x7BC7BD15: thread_startup (thread.c:484) ==4022== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4022== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:signaled_function fun:wait_thread_proc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so directory && touch directory.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so drive && touch drive.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so environ && touch environ.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so fiber && touch fiber.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so file && touch file.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 file.c:904: Tests skipped: CopyFile2 is not available file.c:1328: Tests skipped: Either no authority to volume, or is todo_wine for C:\users\austin\Temp\ err=5 should be 3 file.c:1328: Tests skipped: Either no authority to volume, or is todo_wine for C:\users\austin\Temp\removeme\ err=5 should be 3 file.c:1328: Tests skipped: Either no authority to volume, or is todo_wine for C:\ err=5 should be 3 file.c:1328: Tests skipped: Either no authority to volume, or is todo_wine for \\?\C:\ err=5 should be 3 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so format_msg && touch format_msg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so heap && touch heap.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0x10: got heap flags 00000002 expected 00000020 heap.c:1167: Test failed: 0x10: got heap force flags 00000000 expected 00000020 heap: 2 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0x20: got heap flags 00000002 expected 00000040 heap.c:1167: Test failed: 0x20: got heap force flags 00000000 expected 00000040 heap: 2 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0x40: got heap flags 00000002 expected 50000060 heap.c:1167: Test failed: 0x40: got heap force flags 00000000 expected 50000060 heap: 2 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0x80: got heap flags 00000002 expected 30000060 heap.c:1167: Test failed: 0x80: got heap force flags 00000000 expected 30000060 heap: 2 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0x200000: got heap flags 00000002 expected 00000080 heap: 1 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0x2000000: got heap flags 00000002 expected 01000002 heap.c:1167: Test failed: 0x2000000: got heap force flags 00000000 expected 01000002 heap: 2 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0xdeadbeef: got heap flags 00000002 expected 000000e0 heap.c:1167: Test failed: 0xdeadbeef: got heap force flags 00000000 expected 000000e0 heap: 2 failures in child process make[1]: *** [Makefile:477: heap.ok] Error 13 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so loader && touch loader.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8930.pdb loader.c:600: Test failed: 2: 0x10002000 != 0 loader.c:601: Test failed: 2: 1 != 0 loader.c:603: Test failed: 2: 2000 != MEM_FREE loader.c:604: Test failed: 2: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8991.pdb loader.c:600: Test failed: 3: 0x10002000 != 0 loader.c:601: Test failed: 3: 1 != 0 loader.c:603: Test failed: 3: 2000 != MEM_FREE loader.c:604: Test failed: 3: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89a0.pdb loader.c:600: Test failed: 4: 0x10001000 != 0 loader.c:601: Test failed: 4: 1 != 0 loader.c:603: Test failed: 4: 2000 != MEM_FREE loader.c:604: Test failed: 4: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89b5.pdb loader.c:600: Test failed: 6: 0x10002000 != 0 loader.c:601: Test failed: 6: 1 != 0 loader.c:603: Test failed: 6: 2000 != MEM_FREE loader.c:604: Test failed: 6: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89c5.pdb loader.c:600: Test failed: 7: 0x10002000 != 0 loader.c:601: Test failed: 7: 1 != 0 loader.c:603: Test failed: 7: 2000 != MEM_FREE loader.c:604: Test failed: 7: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89d5.pdb loader.c:600: Test failed: 8: 0x10001000 != 0 loader.c:601: Test failed: 8: 1 != 0 loader.c:603: Test failed: 8: 2000 != MEM_FREE loader.c:604: Test failed: 8: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89e6.pdb loader.c:600: Test failed: 9: 0x10001000 != 0 loader.c:601: Test failed: 9: 1 != 0 loader.c:603: Test failed: 9: 2000 != MEM_FREE loader.c:604: Test failed: 9: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89f6.pdb loader.c:600: Test failed: 10: 0x10001000 != 0 loader.c:601: Test failed: 10: 1 != 0 loader.c:603: Test failed: 10: 2000 != MEM_FREE loader.c:604: Test failed: 10: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a07.pdb loader.c:600: Test failed: 11: 0x10001000 != 0 loader.c:601: Test failed: 11: 1 != 0 loader.c:603: Test failed: 11: 2000 != MEM_FREE loader.c:604: Test failed: 11: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a17.pdb loader.c:600: Test failed: 12: 0x10001000 != 0 loader.c:601: Test failed: 12: 1 != 0 loader.c:603: Test failed: 12: 2000 != MEM_FREE loader.c:604: Test failed: 12: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a27.pdb loader.c:600: Test failed: 13: 0x10001000 != 0 loader.c:601: Test failed: 13: 1 != 0 loader.c:603: Test failed: 13: 2000 != MEM_FREE loader.c:604: Test failed: 13: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a3b.pdb loader.c:600: Test failed: 15: 0x10002000 != 0 loader.c:601: Test failed: 15: 1 != 0 loader.c:603: Test failed: 15: 2000 != MEM_FREE loader.c:604: Test failed: 15: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a4d.pdb loader.c:600: Test failed: 16: 0x10001000 != 0 loader.c:601: Test failed: 16: 1 != 0 loader.c:603: Test failed: 16: 2000 != MEM_FREE loader.c:604: Test failed: 16: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a5e.pdb loader.c:600: Test failed: 17: 0x10001000 != 0 loader.c:601: Test failed: 17: 1 != 0 loader.c:603: Test failed: 17: 2000 != MEM_FREE loader.c:604: Test failed: 17: 20000 != 0 ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a8e.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr914b.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr914b.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr914b.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr914b.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr914b.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==8977== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp8977_09fef8a6 is empty ==8977== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr914b.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr914b.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr914b.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr914b.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr914b.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre467.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre467.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre467.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre467.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre467.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9070== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9070_1efa2aa6 is empty ==9070== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre467.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre467.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre467.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre467.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre467.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr37c6.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr37c6.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr37c6.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr37c6.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr37c6.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9162== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9162_a75882a6 is empty ==9162== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr37c6.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr37c6.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr37c6.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr37c6.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr37c6.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a57.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a57.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a57.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a57.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a57.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9256== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9256_48f08ea6 is empty ==9256== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a57.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a57.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a57.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a57.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8a57.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrde50.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrde50.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrde50.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrde50.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrde50.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9367== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9367_40f314a6 is empty ==9367== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrde50.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrde50.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrde50.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrde50.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrde50.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr339f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr339f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr339f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr339f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr339f.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9499== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9499_c1d37ca6 is empty ==9499== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr339f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr339f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr339f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr339f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr339f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8ade.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8ade.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8ade.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8ade.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8ade.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==25512== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp25512_31038ea6 is empty ==25512== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8ade.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8ade.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8ade.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8ade.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8ade.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre604.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre604.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre604.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre604.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre604.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18798== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp18798_67562aa6 is empty ==18798== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre604.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre604.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre604.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre604.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre604.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3ffa.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3ffa.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3ffa.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3ffa.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3ffa.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9508== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9508_b35726a6 is empty ==9508== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3ffa.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3ffa.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3ffa.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3ffa.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3ffa.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr97bb.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr97bb.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr97bb.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr97bb.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr97bb.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==32538== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp32538_59daa2a6 is empty ==32538== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr97bb.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr97bb.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr97bb.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr97bb.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr97bb.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreee9.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreee9.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreee9.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreee9.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreee9.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31813== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp31813_21a540a6 is empty ==31813== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreee9.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreee9.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreee9.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreee9.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreee9.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr481d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr481d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr481d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr481d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr481d.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==26342== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp26342_158e5aa6 is empty ==26342== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr481d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr481d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr481d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr481d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr481d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra0fc.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra0fc.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra0fc.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra0fc.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra0fc.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==26571== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp26571_dddd5ca6 is empty ==26571== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra0fc.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra0fc.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra0fc.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra0fc.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra0fc.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfaaf.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfaaf.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfaaf.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfaaf.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfaaf.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==29573== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp29573_c531c0a6 is empty ==29573== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfaaf.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfaaf.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfaaf.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfaaf.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfaaf.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr551f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr551f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr551f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr551f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr551f.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20026== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20026_e7bbe2a6 is empty ==20026== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr551f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr551f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr551f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr551f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr551f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldraab8.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldraab8.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldraab8.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldraab8.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldraab8.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31135== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp31135_ba3be4a6 is empty ==31135== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldraab8.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldraab8.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldraab8.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldraab8.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldraab8.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffe1.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffe1.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffe1.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffe1.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffe1.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31235== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp31235_a7810ca6 is empty ==31235== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffe1.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffe1.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffe1.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffe1.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffe1.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5431.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5431.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5431.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5431.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5431.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31336== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp31336_21630ea6 is empty ==31336== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5431.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5431.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5431.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5431.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5431.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra8a5.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra8a5.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra8a5.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra8a5.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra8a5.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31433== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp31433_68d1a8a6 is empty ==31433== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra8a5.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra8a5.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra8a5.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra8a5.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra8a5.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfd3d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfd3d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfd3d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfd3d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfd3d.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31525== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp31525_f13000a6 is empty ==31525== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfd3d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfd3d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfd3d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfd3d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfd3d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5228.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5228.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5228.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5228.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5228.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31624== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp31624_51d84ea6 is empty ==31624== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5228.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5228.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5228.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5228.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5228.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra76d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra76d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra76d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra76d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra76d.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==32089== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp32089_bac048a6 is empty ==32089== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra76d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra76d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra76d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra76d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra76d.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfc07.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfc07.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfc07.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfc07.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfc07.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==32224== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp32224_e1773ea6 is empty ==32224== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfc07.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfc07.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfc07.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfc07.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrfc07.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5156.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5156.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5156.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5156.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5156.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==32602== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp32602_811122a6 is empty ==32602== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5156.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5156.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5156.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5156.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5156.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra66e.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra67f.pdb ==11018== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11018_75e3c50e is empty ==11018== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra68d.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==619== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp619_41099ca6 is empty ==619== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra699.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1083== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1083_1d54bca6 is empty ==1083== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra699.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1156== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1156_360ee6a6 is empty ==1156== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra699.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==27999== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp27999_38cd64a6 is empty ==27999== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra699.pdb ==27999== 2,020 bytes in 1 blocks are possibly lost in loss record 218 of 231 ==27999== at 0x7BC45CBC: notify_alloc (heap.c:260) ==27999== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==27999== by 0x4AF63EC: get_tls_data (test.h:242) ==27999== by 0x4AF67C5: winetest_set_location (test.h:277) ==27999== by 0x4A6E19C: dll_entry_point (loader.c:1606) ==27999== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==27999== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==27999== by 0x7BC4E1EE: thread_attach (loader.c:1338) ==27999== by 0x7BC502A0: attach_dlls (loader.c:3034) ==27999== by 0x7BC7BCDB: thread_startup (thread.c:480) ==27999== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==27999== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:dll_entry_point obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:thread_attach fun:attach_dlls fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3369== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3369_bdf768a6 is empty ==3369== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra699.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3444== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3444_efeb46a6 is empty ==3444== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra699.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19325== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp19325_de3af0a6 is empty ==19325== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra699.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: *** [Makefile:491: loader.ok] Error 56 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so locale && touch locale.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so mailslot && touch mailslot.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so module && touch module.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==30199== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30199_441a8bf7 is empty ==30199== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmpe390.tmp/3/winetestdll.pdb ==30199== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30199_441a8bf7 is empty ==30199== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmpe390.tmp/2/winetestdll.pdb ==30199== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30199_441a8bf7 is empty ==30199== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmpe390.tmp/1/winetestdll.pdb ==30199== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30199_441a8bf7 is empty ==30199== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmpe390.tmp/4/winetestdll.pdb ==30199== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30199_441a8bf7 is empty ==30199== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmpe390.tmp/2/winetestdll.pdb ==30199== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30199_441a8bf7 is empty ==30199== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmpe390.tmp/4/winetestdll.pdb ==30199== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp30199_441a8bf7 is empty ==30199== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmpe390.tmp/2/winetestdll.pdb ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so path && touch path.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 path.c:2033: Tests skipped: Skipping DBCS(Japanese) GetFullPathNameA test in this codepage (1252) ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so pipe && touch pipe.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==4868== Syscall param writev(vector[...]) points to uninitialised byte(s) ==4868== at 0x434EB0F: ??? (syscall-template.S:84) ==4868== by 0x7BC6EEC8: send_request (server.c:228) ==4868== by 0x7BC702F1: server_call_unlocked (server.c:288) ==4868== by 0x7BC70344: wine_server_call (server.c:321) ==4868== by 0x7BC3F6A2: server_write_file (file.c:624) ==4868== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==4868== by 0x7B43AEFB: WriteFile (file.c:570) ==4868== by 0x4AA3940: _overlapped_write_async (pipe.c:2723) ==4868== by 0x4AB11DA: test_overlapped_transport (pipe.c:3046) ==4868== by 0x4AB16D7: func_pipe (pipe.c:3132) ==4868== by 0x4AF6715: run_test (test.h:603) ==4868== by 0x4AF716A: main (test.h:687) ==4868== Address 0x4d1128c is on thread 1's stack ==4868== in frame #8, created by test_overlapped_transport (pipe.c:3020) ==4868== Uninitialised value was created by a stack allocation ==4868== at 0x4AB1048: test_overlapped_transport (pipe.c:3020) ==4868== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:WriteFile fun:_overlapped_write_async fun:test_overlapped_transport fun:func_pipe fun:run_test fun:main } ==17975== 2,020 bytes in 1 blocks are possibly lost in loss record 219 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AA72D2: alarmThreadMain (pipe.c:722) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:alarmThreadMain obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 2,020 bytes in 1 blocks are possibly lost in loss record 220 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AA4EF5: serverThreadMain1 (pipe.c:738) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 2,020 bytes in 1 blocks are possibly lost in loss record 221 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AA6E7B: serverThreadMain2 (pipe.c:790) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 2,020 bytes in 1 blocks are possibly lost in loss record 222 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AA5F49: serverThreadMain3 (pipe.c:868) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain3 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 2,020 bytes in 1 blocks are possibly lost in loss record 223 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AA53CD: serverThreadMain4 (pipe.c:997) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain4 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 2,020 bytes in 1 blocks are possibly lost in loss record 224 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AA4859: serverThreadMain5 (pipe.c:1159) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain5 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 2,020 bytes in 1 blocks are possibly lost in loss record 225 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AAF24C: overlapped_server (pipe.c:2173) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:overlapped_server obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 4,040 bytes in 2 blocks are possibly lost in loss record 233 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AAE8FC: named_pipe_client_func (pipe.c:1749) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 4,040 bytes in 2 blocks are possibly lost in loss record 234 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF6AC7: winetest_start_todo (test.h:403) ==17975== by 0x4AA5310: flush_proc (pipe.c:2749) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_start_todo fun:flush_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 6,060 bytes in 3 blocks are possibly lost in loss record 237 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AAE8A8: named_pipe_client_func (pipe.c:1741) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 6,060 bytes in 3 blocks are possibly lost in loss record 238 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AAE86E: named_pipe_client_func (pipe.c:1738) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 8,080 bytes in 4 blocks are possibly lost in loss record 240 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AA52C3: flush_proc (pipe.c:2747) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:flush_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17975== 16,160 bytes in 8 blocks are possibly lost in loss record 244 of 244 ==17975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17975== by 0x4AF63EC: get_tls_data (test.h:242) ==17975== by 0x4AF67C5: winetest_set_location (test.h:277) ==17975== by 0x4AA459F: rpcThreadMain (pipe.c:65) ==17975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17975== by 0x7BC7BD15: thread_startup (thread.c:484) ==17975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:rpcThreadMain obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17976== 24 bytes in 1 blocks are definitely lost in loss record 53 of 219 ==17976== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17976== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17976== by 0x7BC3F14A: alloc_fileio (file.c:408) ==17976== by 0x7BC3F592: server_write_file (file.c:612) ==17976== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==17976== by 0x7B43AEFB: WriteFile (file.c:570) ==17976== by 0x4AA3940: _overlapped_write_async (pipe.c:2723) ==17976== by 0x4AA3A81: child_process_write_pipe (pipe.c:2967) ==17976== by 0x4AB1674: func_pipe (pipe.c:3114) ==17976== by 0x4AF6715: run_test (test.h:603) ==17976== by 0x4AF716A: main (test.h:687) ==17976== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_fileio fun:server_write_file fun:NtWriteFile fun:WriteFile fun:_overlapped_write_async fun:child_process_write_pipe fun:func_pipe fun:run_test fun:main } ==8607== 2,020 bytes in 1 blocks are possibly lost in loss record 219 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AA72D2: alarmThreadMain (pipe.c:722) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:alarmThreadMain obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 2,020 bytes in 1 blocks are possibly lost in loss record 220 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AA4EF5: serverThreadMain1 (pipe.c:738) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 2,020 bytes in 1 blocks are possibly lost in loss record 221 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AA6E7B: serverThreadMain2 (pipe.c:790) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 2,020 bytes in 1 blocks are possibly lost in loss record 222 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AA5F49: serverThreadMain3 (pipe.c:868) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain3 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 2,020 bytes in 1 blocks are possibly lost in loss record 223 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AA53CD: serverThreadMain4 (pipe.c:997) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain4 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 2,020 bytes in 1 blocks are possibly lost in loss record 224 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AA4859: serverThreadMain5 (pipe.c:1159) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain5 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 2,020 bytes in 1 blocks are possibly lost in loss record 225 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AAF24C: overlapped_server (pipe.c:2173) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:overlapped_server obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 4,040 bytes in 2 blocks are possibly lost in loss record 233 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AAE8FC: named_pipe_client_func (pipe.c:1749) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 6,060 bytes in 3 blocks are possibly lost in loss record 236 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AAE8A8: named_pipe_client_func (pipe.c:1741) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 6,060 bytes in 3 blocks are possibly lost in loss record 237 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AAE86E: named_pipe_client_func (pipe.c:1738) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 10,100 bytes in 5 blocks are possibly lost in loss record 241 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF6AC7: winetest_start_todo (test.h:403) ==8607== by 0x4AA5310: flush_proc (pipe.c:2749) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_start_todo fun:flush_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 16,160 bytes in 8 blocks are possibly lost in loss record 243 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AA459F: rpcThreadMain (pipe.c:65) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:rpcThreadMain obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8607== 16,160 bytes in 8 blocks are possibly lost in loss record 244 of 244 ==8607== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8607== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8607== by 0x4AF63EC: get_tls_data (test.h:242) ==8607== by 0x4AF67C5: winetest_set_location (test.h:277) ==8607== by 0x4AA52C3: flush_proc (pipe.c:2747) ==8607== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8607== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8607== by 0x7BC7BD15: thread_startup (thread.c:484) ==8607== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8607== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:flush_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==8659== 24 bytes in 1 blocks are definitely lost in loss record 53 of 219 ==8659== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8659== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8659== by 0x7BC3F14A: alloc_fileio (file.c:408) ==8659== by 0x7BC3F592: server_write_file (file.c:612) ==8659== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==8659== by 0x7B43AEFB: WriteFile (file.c:570) ==8659== by 0x4AA3940: _overlapped_write_async (pipe.c:2723) ==8659== by 0x4AA3A81: child_process_write_pipe (pipe.c:2967) ==8659== by 0x4AB1674: func_pipe (pipe.c:3114) ==8659== by 0x4AF6715: run_test (test.h:603) ==8659== by 0x4AF716A: main (test.h:687) ==8659== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_fileio fun:server_write_file fun:NtWriteFile fun:WriteFile fun:_overlapped_write_async fun:child_process_write_pipe fun:func_pipe fun:run_test fun:main } ==9449== 2,020 bytes in 1 blocks are possibly lost in loss record 219 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AA72D2: alarmThreadMain (pipe.c:722) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:alarmThreadMain obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 2,020 bytes in 1 blocks are possibly lost in loss record 220 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AA4EF5: serverThreadMain1 (pipe.c:738) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 2,020 bytes in 1 blocks are possibly lost in loss record 221 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AA6E7B: serverThreadMain2 (pipe.c:790) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 2,020 bytes in 1 blocks are possibly lost in loss record 222 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AA5F49: serverThreadMain3 (pipe.c:868) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain3 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 2,020 bytes in 1 blocks are possibly lost in loss record 223 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AA53CD: serverThreadMain4 (pipe.c:997) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain4 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 2,020 bytes in 1 blocks are possibly lost in loss record 224 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AA4859: serverThreadMain5 (pipe.c:1159) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain5 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 2,020 bytes in 1 blocks are possibly lost in loss record 225 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AAF24C: overlapped_server (pipe.c:2173) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:overlapped_server obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 4,040 bytes in 2 blocks are possibly lost in loss record 233 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AAE8FC: named_pipe_client_func (pipe.c:1749) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 6,060 bytes in 3 blocks are possibly lost in loss record 236 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AAE8A8: named_pipe_client_func (pipe.c:1741) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 6,060 bytes in 3 blocks are possibly lost in loss record 237 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AAE86E: named_pipe_client_func (pipe.c:1738) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 16,160 bytes in 8 blocks are possibly lost in loss record 242 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AA459F: rpcThreadMain (pipe.c:65) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:rpcThreadMain obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 16,160 bytes in 8 blocks are possibly lost in loss record 243 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF6AC7: winetest_start_todo (test.h:403) ==9449== by 0x4AA5310: flush_proc (pipe.c:2749) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_start_todo fun:flush_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9449== 24,240 bytes in 12 blocks are possibly lost in loss record 244 of 244 ==9449== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9449== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9449== by 0x4AF63EC: get_tls_data (test.h:242) ==9449== by 0x4AF67C5: winetest_set_location (test.h:277) ==9449== by 0x4AA52C3: flush_proc (pipe.c:2747) ==9449== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9449== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9449== by 0x7BC7BD15: thread_startup (thread.c:484) ==9449== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9449== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:flush_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9464== 24 bytes in 1 blocks are definitely lost in loss record 53 of 219 ==9464== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9464== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9464== by 0x7BC3F14A: alloc_fileio (file.c:408) ==9464== by 0x7BC3F592: server_write_file (file.c:612) ==9464== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==9464== by 0x7B43AEFB: WriteFile (file.c:570) ==9464== by 0x4AA3940: _overlapped_write_async (pipe.c:2723) ==9464== by 0x4AA3A81: child_process_write_pipe (pipe.c:2967) ==9464== by 0x4AB1674: func_pipe (pipe.c:3114) ==9464== by 0x4AF6715: run_test (test.h:603) ==9464== by 0x4AF716A: main (test.h:687) ==9464== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_fileio fun:server_write_file fun:NtWriteFile fun:WriteFile fun:_overlapped_write_async fun:child_process_write_pipe fun:func_pipe fun:run_test fun:main } ==4868== 2,020 bytes in 1 blocks are possibly lost in loss record 216 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AA72D2: alarmThreadMain (pipe.c:722) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:alarmThreadMain obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 2,020 bytes in 1 blocks are possibly lost in loss record 217 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AA4EF5: serverThreadMain1 (pipe.c:738) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 2,020 bytes in 1 blocks are possibly lost in loss record 218 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AA6E7B: serverThreadMain2 (pipe.c:790) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 2,020 bytes in 1 blocks are possibly lost in loss record 219 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AA5F49: serverThreadMain3 (pipe.c:868) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain3 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 2,020 bytes in 1 blocks are possibly lost in loss record 220 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AA53CD: serverThreadMain4 (pipe.c:997) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain4 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 2,020 bytes in 1 blocks are possibly lost in loss record 221 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AA4859: serverThreadMain5 (pipe.c:1159) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:serverThreadMain5 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 2,020 bytes in 1 blocks are possibly lost in loss record 222 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AAF24C: overlapped_server (pipe.c:2173) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:overlapped_server obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 4,040 bytes in 2 blocks are possibly lost in loss record 230 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AAE8FC: named_pipe_client_func (pipe.c:1749) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 6,060 bytes in 3 blocks are possibly lost in loss record 233 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AAE8A8: named_pipe_client_func (pipe.c:1741) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 6,060 bytes in 3 blocks are possibly lost in loss record 234 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AAE86E: named_pipe_client_func (pipe.c:1738) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:named_pipe_client_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 16,160 bytes in 8 blocks are possibly lost in loss record 239 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AA459F: rpcThreadMain (pipe.c:65) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:rpcThreadMain obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 16,160 bytes in 8 blocks are possibly lost in loss record 240 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF6AC7: winetest_start_todo (test.h:403) ==4868== by 0x4AA5310: flush_proc (pipe.c:2749) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_start_todo fun:flush_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4868== 24,240 bytes in 12 blocks are possibly lost in loss record 241 of 241 ==4868== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4868== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4868== by 0x4AF63EC: get_tls_data (test.h:242) ==4868== by 0x4AF67C5: winetest_set_location (test.h:277) ==4868== by 0x4AA52C3: flush_proc (pipe.c:2747) ==4868== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4868== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4868== by 0x7BC7BD15: thread_startup (thread.c:484) ==4868== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4868== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:flush_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so process && touch process.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 process.c:1519: Test failed: Opening ConOut process.c:1522: Test failed: Getting sb info process.c:1524: Test failed: Getting console out mode preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12073== Syscall param write(buf) points to uninitialised byte(s) ==12073== at 0x4253583: __write_nocancel (syscall-template.S:84) ==12073== by 0x7BC6EE75: send_request (server.c:213) ==12073== by 0x7BC702F1: server_call_unlocked (server.c:288) ==12073== by 0x7BC70344: wine_server_call (server.c:321) ==12073== by 0x7B42E66F: wine_server_call_err (server.h:61) ==12073== by 0x7B4328F7: SetConsoleMode (console.c:2241) ==12073== by 0x4AB2C11: doChild (process.c:469) ==12073== by 0x4ABF5B9: func_process (process.c:3703) ==12073== by 0x4AF6715: run_test (test.h:603) ==12073== by 0x4AF716A: main (test.h:687) ==12073== Address 0x4d1f1cc is on thread 1's stack ==12073== in frame #5, created by SetConsoleMode (console.c:2234) ==12073== Uninitialised value was created by a stack allocation ==12073== at 0x4AB225E: doChild (process.c:303) ==12073== { Memcheck:Param write(buf) fun:__write_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:wine_server_call_err fun:SetConsoleMode fun:doChild fun:func_process fun:run_test fun:main } process.c:470: Test failed: Setting mode (6) process.c:474: Test failed: Setting cursor position (6) process.c:1538: Test failed: Getting sb info process.c:1540: Test failed: Getting console out mode ==3317== Syscall param write(buf) points to uninitialised byte(s) ==3317== at 0x4253583: __write_nocancel (syscall-template.S:84) ==3317== by 0x7BC6EE75: send_request (server.c:213) ==3317== by 0x7BC702F1: server_call_unlocked (server.c:288) ==3317== by 0x7BC70344: wine_server_call (server.c:321) ==3317== by 0x7B42E66F: wine_server_call_err (server.h:61) ==3317== by 0x7B4328F7: SetConsoleMode (console.c:2241) ==3317== by 0x4AB9186: test_Console (process.c:1543) ==3317== by 0x4ABF78B: func_process (process.c:3748) ==3317== by 0x4AF6715: run_test (test.h:603) ==3317== by 0x4AF716A: main (test.h:687) ==3317== Address 0x4d1f8bc is on thread 1's stack ==3317== in frame #5, created by SetConsoleMode (console.c:2234) ==3317== Uninitialised value was created by a stack allocation ==3317== at 0x4AB8DE6: test_Console (process.c:1482) ==3317== { Memcheck:Param write(buf) fun:__write_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:wine_server_call_err fun:SetConsoleMode fun:test_Console fun:func_process fun:run_test fun:main } process.c:1590: Test failed: Console:SizeX expected 0, but got 1 process.c:1591: Test failed: Console:SizeY expected 0, but got 1 process.c:1592: Test failed: Console:CursorX expected 0, but got 1 process.c:1593: Test failed: Console:CursorY expected 0, but got 1 process.c:1594: Test failed: Console:Attributes expected 0, but got 1 process.c:1595: Test failed: Console:winLeft expected 0, but got 1 process.c:1596: Test failed: Console:winTop expected 0, but got 1 process.c:1597: Test failed: Console:winRight expected 0, but got 1 process.c:1598: Test failed: Console:winBottom expected 68, but got 0 process.c:1599: Test failed: Console:maxWinWidth expected 0, but got 1 process.c:1600: Test failed: Console:maxWinHeight expected 0, but got 1 process.c:1604: Test failed: Console:OutputMode expected 220, but got 0 process.c:1615: Test failed: Wrong console-SB mode process.c:1617: Test failed: Wrong cursor position preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3317== Syscall param writev(vector[...]) points to uninitialised byte(s) ==3317== at 0x434EAE3: __writev_nocancel (syscall-template.S:84) ==3317== by 0x7BC6EEC8: send_request (server.c:228) ==3317== by 0x7BC702F1: server_call_unlocked (server.c:288) ==3317== by 0x7BC70344: wine_server_call (server.c:321) ==3317== by 0x7BC8CA79: NtWriteVirtualMemory (virtual.c:3378) ==3317== by 0x7B45F949: WriteProcessMemory (process.c:3520) ==3317== by 0x4ABE1FB: test_SuspendProcessState (process.c:3164) ==3317== by 0x4ABF7EF: func_process (process.c:3768) ==3317== by 0x4AF6715: run_test (test.h:603) ==3317== by 0x4AF716A: main (test.h:687) ==3317== Address 0x4d1f59e is on thread 1's stack ==3317== in frame #6, created by test_SuspendProcessState (process.c:3075) ==3317== Uninitialised value was created by a stack allocation ==3317== at 0x4ABDEF9: test_SuspendProcessState (process.c:3075) ==3317== { Memcheck:Param writev(vector[...]) fun:__writev_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:NtWriteVirtualMemory fun:WriteProcessMemory fun:test_SuspendProcessState fun:func_process fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 process.c:2472: Test failed: WaitForSingleObject returned 258 process.c:2476: Test failed: AssignProcessToJobObject unexpectedly succeeded process.c:2477: Test failed: Expected GetLastError() to be 5 (ERROR_ACCESS_DENIED) is -559038737 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 process.c:2801: Test failed: WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 process.c:2851: Test failed: WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 process.c:2868: Test failed: WaitForSingleObject returned 258 make[1]: *** [Makefile:592: process.ok] Error 25 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so profile && touch profile.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 profile.c:1026: Tests skipped: Not allowed to create a file in the Windows directory ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so resource && touch resource.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so sync && touch sync.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 ==14507== 2,020 bytes in 1 blocks are possibly lost in loss record 228 of 242 ==14507== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14507== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14507== by 0x4AF63EC: get_tls_data (test.h:242) ==14507== by 0x4AF67C5: winetest_set_location (test.h:277) ==14507== by 0x4ACD6F9: condvar_base_consumer (sync.c:1817) ==14507== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14507== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14507== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14507== by 0x7BC7BD15: thread_startup (thread.c:484) ==14507== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14507== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:condvar_base_consumer obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 7f000000-82000000 ==14353== 120 bytes in 1 blocks are definitely lost in loss record 157 of 241 ==14353== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14353== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14353== by 0x7BC824BB: TpSimpleTryPost (threadpool.c:2873) ==14353== by 0x7BC82632: RtlQueueWorkItem (threadpool.c:396) ==14353== by 0x7BC82737: RtlSetIoCompletionCallback (threadpool.c:470) ==14353== by 0x7B46D3E3: BindIoCompletionCallback (sync.c:2268) ==14353== by 0x4ACA084: test_iocp_callback (sync.c:699) ==14353== by 0x4ACF55F: func_sync (sync.c:2707) ==14353== by 0x4AF6715: run_test (test.h:603) ==14353== by 0x4AF716A: main (test.h:687) ==14353== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:TpSimpleTryPost fun:RtlQueueWorkItem fun:RtlSetIoCompletionCallback fun:BindIoCompletionCallback fun:test_iocp_callback fun:func_sync fun:run_test fun:main } ==14353== 2,020 bytes in 1 blocks are possibly lost in loss record 225 of 241 ==14353== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14353== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14353== by 0x4AF63EC: get_tls_data (test.h:242) ==14353== by 0x4AF67C5: winetest_set_location (test.h:277) ==14353== by 0x4ACA816: timer_queue_cb5 (sync.c:821) ==14353== by 0x7BC7E79F: timer_callback_wrapper (threadpool.c:740) ==14353== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==14353== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==14353== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14353== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14353== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14353== by 0x7BC7BD15: thread_startup (thread.c:484) ==14353== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14353== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:timer_queue_cb5 fun:timer_callback_wrapper fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14353== 2,020 bytes in 1 blocks are possibly lost in loss record 226 of 241 ==14353== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14353== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14353== by 0x4AF63EC: get_tls_data (test.h:242) ==14353== by 0x4AF67C5: winetest_set_location (test.h:277) ==14353== by 0x4ACD6F9: condvar_base_consumer (sync.c:1817) ==14353== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14353== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14353== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14353== by 0x7BC7BD15: thread_startup (thread.c:484) ==14353== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14353== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:condvar_base_consumer obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14353== 2,020 bytes in 1 blocks are possibly lost in loss record 227 of 241 ==14353== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14353== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14353== by 0x4AF63EC: get_tls_data (test.h:242) ==14353== by 0x4AF67C5: winetest_set_location (test.h:277) ==14353== by 0x4ACECB0: alertable_wait_thread (sync.c:2479) ==14353== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14353== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14353== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14353== by 0x7BC7BD15: thread_startup (thread.c:484) ==14353== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14353== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:alertable_wait_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14353== 4,040 bytes in 2 blocks are possibly lost in loss record 235 of 241 ==14353== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14353== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14353== by 0x4AF63EC: get_tls_data (test.h:242) ==14353== by 0x4AF67C5: winetest_set_location (test.h:277) ==14353== by 0x4AC5928: timer_queue_cb1 (sync.c:761) ==14353== by 0x7BC7E79F: timer_callback_wrapper (threadpool.c:740) ==14353== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==14353== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==14353== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14353== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14353== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14353== by 0x7BC7BD15: thread_startup (thread.c:484) ==14353== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14353== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:timer_queue_cb1 fun:timer_callback_wrapper fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so time && touch time.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so timer && touch timer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so toolhelp && touch toolhelp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so version && touch version.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so volume && touch volume.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 volume.c:134: Tests skipped: can't test removing fake drive volume.c:1072: Tests skipped: IOCTL_DVD_READ_STRUCTURE not supported: 87 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/kernel32/tests' make: *** [Makefile:11607: dlls/kernel32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/localspl/tests' ../../../tools/runtest -q -P wine -T ../../.. -M localspl.dll -p localspl_test.exe.so localmon && touch localmon.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 localmon.c:838: Tests skipped: got 2 localmon.c:981: Tests skipped: got 2 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/localspl/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/localui/tests' ../../../tools/runtest -q -P wine -T ../../.. -M localui.dll -p localui_test.exe.so localui && touch localui.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/localui/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/lz32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M lz32.dll -p lz32_test.exe.so lzexpand_main && touch lzexpand_main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/lz32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mapi32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mapi32.dll -p mapi32_test.exe.so imalloc && touch imalloc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M mapi32.dll -p mapi32_test.exe.so prop && touch prop.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M mapi32.dll -p mapi32_test.exe.so util && touch util.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mapi32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mf/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mf.dll -p mf_test.exe.so mf && touch mf.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mf/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mfplat/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mfplat.dll -p mfplat_test.exe.so mfplat && touch mfplat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mfplat/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mlang/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mlang.dll -p mlang_test.exe.so mlang && touch mlang.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mlang/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mmcndmgr/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mmcndmgr.dll -p mmcndmgr_test.exe.so mmcndmgr && touch mmcndmgr.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mmcndmgr/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mmdevapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mmdevapi.dll -p mmdevapi_test.exe.so capture && touch capture.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 capture.c:103: Test failed: Initial IAudioCaptureClient_GetBuffer returns 00000000 capture.c:116: Test failed: Initial IAudioCaptureClient_GetBuffer returns 00000000 capture.c:144: Test failed: GetNextPacketSize 480 vs. GCP 960 ==16459== Thread 3: ==16459== Invalid read of size 1 ==16459== at 0x4248383: __nptl_deallocate_tsd (pthread_create.c:246) ==16459== by 0x4248383: start_thread (pthread_create.c:469) ==16459== by 0x4357DA5: clone (clone.S:110) ==16459== Address 0x5f27d4c is on thread 1's stack ==16459== { Memcheck:Addr1 fun:__nptl_deallocate_tsd fun:start_thread fun:clone } ==16459== Invalid read of size 1 ==16459== at 0x42483B6: start_thread (pthread_create.c:482) ==16459== by 0x4357DA5: clone (clone.S:110) ==16459== Address 0x5f27d4d is on thread 1's stack ==16459== { Memcheck:Addr1 fun:start_thread fun:clone } ==16459== Invalid read of size 1 ==16459== at 0x4248419: start_thread (pthread_create.c:578) ==16459== by 0x4357DA5: clone (clone.S:110) ==16459== Address 0x5f27bc4 is on thread 1's stack ==16459== { Memcheck:Addr1 fun:start_thread fun:clone } make[1]: *** [Makefile:182: capture.ok] Error 3 ../../../tools/runtest -q -P wine -T ../../.. -M mmdevapi.dll -p mmdevapi_test.exe.so dependency && touch dependency.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==7867== Thread 3: ==7867== Invalid read of size 1 ==7867== at 0x4248383: __nptl_deallocate_tsd (pthread_create.c:246) ==7867== by 0x4248383: start_thread (pthread_create.c:469) ==7867== by 0x4357DA5: clone (clone.S:110) ==7867== Address 0x5f57d4c is on thread 1's stack ==7867== { Memcheck:Addr1 fun:__nptl_deallocate_tsd fun:start_thread fun:clone } ==7867== Invalid read of size 1 ==7867== at 0x42483B6: start_thread (pthread_create.c:482) ==7867== by 0x4357DA5: clone (clone.S:110) ==7867== Address 0x5f57d4d is on thread 1's stack ==7867== { Memcheck:Addr1 fun:start_thread fun:clone } ==7867== Invalid read of size 1 ==7867== at 0x4248419: start_thread (pthread_create.c:578) ==7867== by 0x4357DA5: clone (clone.S:110) ==7867== Address 0x5f57bc4 is on thread 1's stack ==7867== { Memcheck:Addr1 fun:start_thread fun:clone } ../../../tools/runtest -q -P wine -T ../../.. -M mmdevapi.dll -p mmdevapi_test.exe.so mmdevenum && touch mmdevenum.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M mmdevapi.dll -p mmdevapi_test.exe.so propstore && touch propstore.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M mmdevapi.dll -p mmdevapi_test.exe.so render && touch render.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 render.c:1133: Tests skipped: Rerun with WINETEST_DEBUG=2 for GetPosition tests. ==30827== Thread 3: ==30827== Invalid read of size 1 ==30827== at 0x4248383: __nptl_deallocate_tsd (pthread_create.c:246) ==30827== by 0x4248383: start_thread (pthread_create.c:469) ==30827== by 0x4357DA5: clone (clone.S:110) ==30827== Address 0x5f27d4c is on thread 1's stack ==30827== { Memcheck:Addr1 fun:__nptl_deallocate_tsd fun:start_thread fun:clone } ==30827== Invalid read of size 1 ==30827== at 0x42483B6: start_thread (pthread_create.c:482) ==30827== by 0x4357DA5: clone (clone.S:110) ==30827== Address 0x5f27d4d is on thread 1's stack ==30827== { Memcheck:Addr1 fun:start_thread fun:clone } ==30827== Invalid read of size 1 ==30827== at 0x4248419: start_thread (pthread_create.c:578) ==30827== by 0x4357DA5: clone (clone.S:110) ==30827== Address 0x5f27bc4 is on thread 1's stack ==30827== { Memcheck:Addr1 fun:start_thread fun:clone } make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mmdevapi/tests' make: *** [Makefile:12365: dlls/mmdevapi/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mpr/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mpr.dll -p mpr_test.exe.so mpr && touch mpr.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mpr/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msacm32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msacm32.dll -p msacm32_test.exe.so msacm && touch msacm.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled page fault on read access to 0x00000001 at address 0x4b18945 (thread 01e0), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Unhandled exception: page fault on read access to 0x00000001 in 32-bit code (0x04b18945). 01e7:fixme:dbghelp_dwarf:dwarf2_parse_const_type Unsupported children Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:04b18945 ESP:04afe4c0 EBP:04afe4c8 EFLAGS:00000000( - -- - - - ) EAX:00000000 EBX:00000001 ECX:04afe4b0 EDX:04afff0c ESI:5eed0001 EDI:00000000 Stack dump: 0x04afe4c0: 04b24000 04afe590 04afe4e8 04b1897e 0x04afe4d0: 00000001 5eed0001 04afe518 7bc48849 0x04afe4e0: 05690ac8 05690000 04afe558 04b1315d 0x04afe4f0: 00000001 00000008 05690014 04b13092 0x04afe500: 04b24000 00000000 04afe530 00000001 0x04afe510: 05690ad0 05690ad0 04afe558 04b12df8 Backtrace: =>0 0x04b18945 MSACM_GetObj+0x29(hObj=0x1, type=0x5eed0001) [/home/austin/wine-valgrind/dlls/msacm32/internal.c:821] in msacm32 (0x04afe4c8) 1 0x04b1897e MSACM_GetDriverID+0x12(hDriverID=0x1) [/home/austin/wine-valgrind/dlls/msacm32/internal.c:831] in msacm32 (0x04afe4e8) 2 0x04b1315d acmDriverOpen+0xe3(phad=, hadid=, fdwOpen=) [/home/austin/wine-valgrind/dlls/msacm32/driver.c:512] in msacm32 (0x04afe558) 3 0x04b13564 acmDriverDetailsW+0x133(hadid=, padd=, fdwDetails=) [/home/austin/wine-valgrind/dlls/msacm32/driver.c:299] in msacm32 (0x04afecb8) 4 0x04b1370f acmDriverDetailsA+0x102(hadid=, padd=, fdwDetails=) [/home/austin/wine-valgrind/dlls/msacm32/driver.c:244] in msacm32 (0x04aff7b8) 5 0x04846431 DriverEnumProc+0x244(hadid=, dwInstance=, fdwSupport=) [/home/austin/wine-valgrind/dlls/msacm32/tests/msacm.c:363] in msacm32_test (0x04affca8) 6 0x04b12f10 acmDriverEnum+0xf3(fnCallback=, dwInstance=, fdwEnum=) [/home/austin/wine-valgrind/dlls/msacm32/driver.c:345] in msacm32 (0x04affcf8) 7 0x048461b4 driver_tests+0x11f() [/home/austin/wine-valgrind/dlls/msacm32/tests/msacm.c:836] in msacm32_test (0x04affd28) 8 0x0484a8b4 func_msacm+0xa() [/home/austin/wine-valgrind/dlls/msacm32/tests/msacm.c:1443] in msacm32_test (0x04affd38) 9 0x0484ac16 run_test+0x76(name="msacm") [/home/austin/wine-valgrind/dlls/msacm32/tests/../../../include/wine/test.h:603] in msacm32_test (0x04affd68) 10 0x0484b66d main+0x1ee(argc=, argv=) [/home/austin/wine-valgrind/dlls/msacm32/tests/../../../include/wine/test.h:687] in msacm32_test (0x04affe28) 11 0x0484b6f4 __wine_spec_exe_entry+0x5d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in msacm32_test (0x04affe68) 12 0x7b459034 call_process_entry+0xb() in kernel32 (0x04affe88) 13 0x7b45b4b6 start_process+0xed(entry=) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1123] in kernel32 (0x04affec8) 14 0x7bc716f0 call_thread_func_wrapper+0xb() in ntdll (0x04affedc) 15 0x7bc744e7 call_thread_func+0x65(entry=0x7b45b3c8, arg=0x484b696, frame=0x4afffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04afffcc) 16 0x7bc716ce call_thread_entry_point+0x11() in ntdll (0x04afffec) 0x04b18945 MSACM_GetObj+0x29 [/home/austin/wine-valgrind/dlls/msacm32/internal.c:821] in msacm32: cmpl 0x0(%ebx),%esi 821 ((type != WINE_ACMOBJ_DONTCARE) && (type != pao->dwType))) Modules: Module Address Debug info Name (39 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4027000- 402a000 Deferred vgpreload_core-x86-linux.so ELF 402a000- 403a000 Deferred vgpreload_memcheck-x86-linux.so ELF 403a000- 41ef000 Dwarf libwine.so.1 ELF 4242000- 4261000 Deferred libpthread.so.0 ELF 4261000- 442d000 Deferred libc.so.6 ELF 442d000- 4432000 Deferred libdl.so.2 ELF 4834000- 4851000 Dwarf msacm32_test \-PE 4840000- 4851000 \ msacm32_test ELF 4875000- 4887000 Deferred libbz2.so.1 ELF 4887000- 48e5000 Deferred libm.so.6 ELF 4b00000- 4b2a000 Dwarf msacm32 \-PE 4b10000- 4b2a000 \ msacm32 ELF 4b2a000- 4be0000 Deferred winmm \-PE 4b30000- 4be0000 \ winmm ELF 4be0000- 4db9000 Deferred user32 \-PE 4bf0000- 4db9000 \ user32 ELF 4db9000- 4ecd000 Deferred gdi32 \-PE 4dd0000- 4ecd000 \ gdi32 ELF 4ecd000- 4f3f000 Deferred advapi32 \-PE 4ee0000- 4f3f000 \ advapi32 ELF 4f3f000- 4f59000 Deferred version \-PE 4f40000- 4f59000 \ version ELF 4f59000- 50a3000 Deferred ole32 \-PE 4f70000- 50a3000 \ ole32 ELF 52a3000- 531e000 Deferred rpcrt4 \-PE 52b0000- 531e000 \ rpcrt4 ELF 5371000- 542d000 Deferred libfreetype.so.6 ELF 552d000- 556c000 Deferred libpng16.so.16 ELF 5570000- 5589000 Deferred libz.so.1 ELF 558d000- 55d7000 Deferred libfontconfig.so.1 ELF 55db000- 5606000 Deferred libexpat.so.1 ELF 566d000- 5690000 Deferred imm32 \-PE 5670000- 5690000 \ imm32 ELF 7b400000-7b7e0000 Dwarf kernel32 \-PE 7b410000-7b7e0000 \ kernel32 ELF 7bc00000-7bcec000 Dwarf ntdll \-PE 7bc10000-7bcec000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000092 0 00000023 0 0000001e 0 00000018 0 00000013 0 00000010 0 0000000f 0 00000011 winedevice.exe 0000001d 0 00000017 0 00000016 0 00000012 0 0000001b plugplay.exe 00000020 0 0000001f 0 0000001c 0 00000021 winedevice.exe 0000002a 0 00000025 0 00000024 0 00000022 0 00000028 explorer.exe 0000002f 0 0000002c 0 0000002b 0 00000029 0 0000002d winemine.exe 0000002e 0 00000090 rpcss.exe 00000096 0 00000095 0 00000094 0 00000093 0 00000091 0 0000017d iexplore.exe 0000017f 0 00000180 0 000001e1 (D) Z:\home\austin\wine-valgrind\dlls\msacm32\tests\msacm32_test.exe 000001e0 0 <== System information: Wine build: wine-2.19-496-gfa68f683c8 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 make[1]: *** [Makefile:178: msacm.ok] Error 5 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msacm32/tests' make: *** [Makefile:12623: dlls/msacm32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mscms/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mscms.dll -p mscms_test.exe.so profile && touch profile.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mscms/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mscoree/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mscoree.dll -p mscoree_test.exe.so debugging && touch debugging.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22490== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/bin/libmono-2.0-x86.pdb ../../../tools/runtest -q -P wine -T ../../.. -M mscoree.dll -p mscoree_test.exe.so metahost && touch metahost.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22582== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/bin/libmono-2.0-x86.pdb ==22582== 52 bytes in 1 blocks are possibly lost in loss record 142 of 325 ==22582== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22582== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22582== by 0x576A0C4: ??? ==22582== by 0x576D3B4: ??? ==22582== by 0x576D499: ??? ==22582== by 0x484740E: ICLRRuntimeInfo_GetInterface (metahost.h:301) ==22582== by 0x484740E: test_notification_cb (???:0) ==22582== by 0x4847BFD: func_metahost (metahost.c:228) ==22582== by 0x484ABF8: run_test (test.h:603) ==22582== by 0x484B64D: main (test.h:687) ==22582== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap obj:* obj:* obj:* fun:ICLRRuntimeInfo_GetInterface fun:test_notification_cb fun:func_metahost fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M mscoree.dll -p mscoree_test.exe.so mscoree && touch mscoree.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22826== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/bin/libmono-2.0-x86.pdb ==22826== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/lib/mono/4.5/mscorlib.pdb ==22826== 4 bytes in 1 blocks are definitely lost in loss record 20 of 366 ==22826== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22826== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22826== by 0x5B47A2D: msvcrt_heap_alloc (heap.c:70) ==22826== by 0x5B4840C: MSVCRT_calloc (heap.c:405) ==22826== by 0x6C77EA7F: ??? ==22826== by 0x6C77EADF: ??? ==22826== by 0x6C6CCBD2: ??? ==22826== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* } ==22826== 12 bytes in 1 blocks are definitely lost in loss record 51 of 366 ==22826== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22826== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22826== by 0x5B47A2D: msvcrt_heap_alloc (heap.c:70) ==22826== by 0x5B4840C: MSVCRT_calloc (heap.c:405) ==22826== by 0x6C77EA7F: ??? ==22826== by 0x6C77EADF: ??? ==22826== by 0x6C6CFF17: ??? ==22826== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* } ==22826== 12 bytes in 1 blocks are definitely lost in loss record 52 of 366 ==22826== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22826== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22826== by 0x5B47A2D: msvcrt_heap_alloc (heap.c:70) ==22826== by 0x5B4840C: MSVCRT_calloc (heap.c:405) ==22826== by 0x6C77EA7F: ??? ==22826== by 0x6C77EADF: ??? ==22826== by 0x6C775CFC: ??? ==22826== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22826== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22826== by 0x7BC7BD15: thread_startup (thread.c:484) ==22826== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22826== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22826== 24 bytes in 1 blocks are definitely lost in loss record 101 of 366 ==22826== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22826== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22826== by 0x5B47A2D: msvcrt_heap_alloc (heap.c:70) ==22826== by 0x5B4840C: MSVCRT_calloc (heap.c:405) ==22826== by 0x6C77EA7F: ??? ==22826== by 0x6C77EADF: ??? ==22826== by 0x6C6CCB41: ??? ==22826== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* } ==22696== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/bin/libmono-2.0-x86.pdb ==22696== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/lib/mono/4.5/mscorlib.pdb ==22696== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.pdb ==22696== 103 bytes in 1 blocks are definitely lost in loss record 6,655 of 7,163 ==22696== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22696== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22696== by 0x5B7DA2D: msvcrt_heap_alloc (heap.c:70) ==22696== by 0x5B7E40C: MSVCRT_calloc (heap.c:405) ==22696== by 0x6C77EA7F: ??? ==22696== by 0x6C77EADF: ??? ==22696== by 0x6C6EA63A: ??? ==22696== by 0x7ED7347: ??? ==22696== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* } ==22696== 103 bytes in 1 blocks are definitely lost in loss record 6,656 of 7,163 ==22696== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22696== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22696== by 0x5B7DA2D: msvcrt_heap_alloc (heap.c:70) ==22696== by 0x5B7E40C: MSVCRT_calloc (heap.c:405) ==22696== by 0x6C77EA7F: ??? ==22696== by 0x6C77EADF: ??? ==22696== by 0x6C6EA63A: ??? ==22696== by 0xA06B917: ??? ==22696== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* } ==22696== 103 bytes in 1 blocks are definitely lost in loss record 6,657 of 7,163 ==22696== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22696== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22696== by 0x5B7DA2D: msvcrt_heap_alloc (heap.c:70) ==22696== by 0x5B7E40C: MSVCRT_calloc (heap.c:405) ==22696== by 0x6C77EA7F: ??? ==22696== by 0x6C77EADF: ??? ==22696== by 0x6C6EA63A: ??? ==22696== by 0xB1EFD1F: ??? ==22696== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* } ==22696== 168 bytes in 3 blocks are possibly lost in loss record 6,829 of 7,163 ==22696== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22696== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22696== by 0x5B7DA2D: msvcrt_heap_alloc (heap.c:70) ==22696== by 0x5B7E40C: MSVCRT_calloc (heap.c:405) ==22696== by 0x6C77EA7F: ??? ==22696== by 0x6C77EADF: ??? ==22696== by 0x6C6B6B19: ??? ==22696== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* } ==22696== 10,360 bytes in 185 blocks are definitely lost in loss record 7,137 of 7,163 ==22696== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22696== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22696== by 0x5B7DA2D: msvcrt_heap_alloc (heap.c:70) ==22696== by 0x5B7E40C: MSVCRT_calloc (heap.c:405) ==22696== by 0x6C77EA7F: ??? ==22696== by 0x6C77EADF: ??? ==22696== by 0x6C6B6B19: ??? ==22696== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mscoree/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msctf/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msctf.dll -p msctf_test.exe.so inputprocessor && touch inputprocessor.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msctf/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msdmo/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msdmo.dll -p msdmo_test.exe.so msdmo && touch msdmo.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msdmo/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mshtml/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so activex && touch activex.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==881== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp881_e83e4ce9 is empty ==881== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==881== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp881_e83e4ce9 is empty ==881== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==881== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp881_e83e4ce9 is empty ==881== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==881== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp881_e83e4ce9 is empty ==881== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==881== Thread 4: ==881== Invalid read of size 1 ==881== at 0x4248383: __nptl_deallocate_tsd (pthread_create.c:246) ==881== by 0x4248383: start_thread (pthread_create.c:469) ==881== by 0x4357DA5: clone (clone.S:110) ==881== Address 0xd42fd4c is on thread 1's stack ==881== { Memcheck:Addr1 fun:__nptl_deallocate_tsd fun:start_thread fun:clone } ==881== Invalid read of size 1 ==881== at 0x42483B6: start_thread (pthread_create.c:482) ==881== by 0x4357DA5: clone (clone.S:110) ==881== Address 0xd42fd4d is on thread 1's stack ==881== { Memcheck:Addr1 fun:start_thread fun:clone } ==881== Invalid read of size 1 ==881== at 0x4248419: start_thread (pthread_create.c:578) ==881== by 0x4357DA5: clone (clone.S:110) ==881== Address 0xd42fbc4 is on thread 1's stack ==881== { Memcheck:Addr1 fun:start_thread fun:clone } ==881== Thread 1 mshtml_test.exe.: ==881== 136 bytes in 1 blocks are definitely lost in loss record 2,103 of 2,959 ==881== at 0x402EDD9: calloc (vg_replace_malloc.c:711) ==881== by 0x4011BB6: allocate_dtv (dl-tls.c:290) ==881== by 0x40125CB: _dl_allocate_tls (dl-tls.c:538) ==881== by 0x4248DA4: allocate_stack (allocatestack.c:578) ==881== by 0x4248DA4: pthread_create@@GLIBC_2.1 (pthread_create.c:663) ==881== by 0x7BC7C745: RtlCreateUserThread (thread.c:620) ==881== by 0x7B46EC4A: CreateRemoteThread (thread.c:88) ==881== by 0x7B46ED44: CreateThread (thread.c:54) ==881== by 0x957E6B3: _beginthreadex (thread.c:162) ==881== by 0x976DEA3: ??? ==881== { Memcheck:Leak match-leak-kinds: definite fun:calloc fun:allocate_dtv fun:_dl_allocate_tls fun:allocate_stack fun:pthread_create@@GLIBC_2.1 fun:RtlCreateUserThread fun:CreateRemoteThread fun:CreateThread fun:_beginthreadex obj:* } ==881== 136 bytes in 1 blocks are definitely lost in loss record 2,104 of 2,959 ==881== at 0x402EDD9: calloc (vg_replace_malloc.c:711) ==881== by 0x4011BB6: allocate_dtv (dl-tls.c:290) ==881== by 0x40125CB: _dl_allocate_tls (dl-tls.c:538) ==881== by 0x4248DA4: allocate_stack (allocatestack.c:578) ==881== by 0x4248DA4: pthread_create@@GLIBC_2.1 (pthread_create.c:663) ==881== by 0x7BC7C745: RtlCreateUserThread (thread.c:620) ==881== by 0x7B46EC4A: CreateRemoteThread (thread.c:88) ==881== by 0x7B46ED44: CreateThread (thread.c:54) ==881== by 0x6A0D93CB: ??? ==881== by 0x3: ??? ==881== { Memcheck:Leak match-leak-kinds: definite fun:calloc fun:allocate_dtv fun:_dl_allocate_tls fun:allocate_stack fun:pthread_create@@GLIBC_2.1 fun:RtlCreateUserThread fun:CreateRemoteThread fun:CreateThread obj:* obj:* } ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so dom && touch dom.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12060== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp12060_8cfc40b8 is empty ==12060== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==12060== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp12060_8cfc40b8 is empty ==12060== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==12060== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp12060_8cfc40b8 is empty ==12060== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==12060== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp12060_8cfc40b8 is empty ==12060== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb wine: Unhandled illegal instruction at address 0x659cf60 (thread 005b), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Unhandled exception: illegal instruction in 32-bit code (0x0659cf60). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:0659cf60 ESP:04befac0 EBP:04befb08 EFLAGS:00200010( - -- -A- - ) EAX:10c33874 EBX:06661000 ECX:10c33874 EDX:6d4b5e80 ESI:00000000 EDI:00000000 Stack dump: 0x04befac0: 6a864faa 10c33874 04befadc 065cbe09 0x04befad0: 00000003 06670f10 04befaf8 10c33874 0x04befae0: 10c337e0 10c33868 04befb08 43002800 0x04befaf0: 06661000 04befb80 04befb28 06661000 0x04befb00: 04a9422c 07eb4398 04befb48 065cd3ea 0x04befb10: 10e7a6cc 04aa4ca0 04befb48 065cd3a8 Backtrace: =>0 0x0659cf60 create_nsxhr+0x103(nswindow=0x10e7a6cc) [/home/austin/wine-valgrind/dlls/mshtml/nsembed.c:2235] in mshtml (0x04befb08) 1 0x065cd3ea HTMLXMLHttpRequestFactory_create+0x6d(iface=, p=) [/home/austin/wine-valgrind/dlls/mshtml/xmlhttprequest.c:888] in mshtml (0x04befb48) 2 0x04a3ab65 test_xmlhttprequest+0x10f(window=) [/home/austin/wine-valgrind/dlls/mshtml/tests/../../../include/mshtml.h:25872] in mshtml_test (0x04befbb8) 3 0x04a3b314 test_window+0x6f3(doc=) [/home/austin/wine-valgrind/dlls/mshtml/tests/dom.c:6804] in mshtml_test (0x04befc38) 4 0x04a3c84f test_defaults+0x4f2(doc=0x7fb70a0) [/home/austin/wine-valgrind/dlls/mshtml/tests/dom.c:6959] in mshtml_test (0x04befcc8) 5 0x04a42bd3 run_domtest+0x8a(str=, test=0x4a3c35c) [/home/austin/wine-valgrind/dlls/mshtml/tests/dom.c:10578] in mshtml_test (0x04befd28) 6 0x04a42e75 func_dom+0x166() [/home/austin/wine-valgrind/dlls/mshtml/tests/dom.c:10713] in mshtml_test (0x04befd38) 7 0x04a91402 run_test+0x76(name="dom") [/home/austin/wine-valgrind/dlls/mshtml/tests/../../../include/wine/test.h:603] in mshtml_test (0x04befd68) 8 0x04a91e57 main+0x1ec(argc=, argv=) [/home/austin/wine-valgrind/dlls/mshtml/tests/../../../include/wine/test.h:687] in mshtml_test (0x04befe28) 9 0x04a91ed6 __wine_spec_exe_entry+0x5d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in mshtml_test (0x04befe68) 10 0x7b459034 call_process_entry+0xb() in kernel32 (0x04befe88) 11 0x7b45b4b6 start_process+0xed(entry=) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1123] in kernel32 (0x04befec8) 12 0x7bc716f0 call_thread_func_wrapper+0xb() in ntdll (0x04befedc) 13 0x7bc744e7 call_thread_func+0x65(entry=0x7b45b3c8, arg=0x4a91e78, frame=0x4beffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04beffcc) 14 0x7bc716ce call_thread_entry_point+0x11() in ntdll (0x04beffec) 0x0659cf60 create_nsxhr+0x103 [/home/austin/wine-valgrind/dlls/mshtml/nsembed.c:2235] in mshtml: call 0x06597ab4 call_thiscall_func in mshtml 2235 nspri = nsIScriptObjectPrincipal_GetPrincipal(sop); Modules: Module Address Debug info Name (132 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4027000- 402a000 Deferred vgpreload_core-x86-linux.so ELF 402a000- 403a000 Deferred vgpreload_memcheck-x86-linux.so ELF 403a000- 41ef000 Dwarf libwine.so.1 ELF 4242000- 4261000 Deferred libpthread.so.0 ELF 4261000- 442d000 Deferred libc.so.6 ELF 442d000- 4432000 Deferred libdl.so.2 ELF 4858000- 4872000 Deferred version \-PE 4860000- 4872000 \ version ELF 4887000- 48e5000 Deferred libm.so.6 ELF 4a00000- 4ae5000 Dwarf mshtml_test \-PE 4a10000- 4ae5000 \ mshtml_test ELF 4bf0000- 4d3a000 Deferred ole32 \-PE 4c10000- 4d3a000 \ ole32 ELF 4e3a000- 4eac000 Deferred advapi32 \-PE 4e50000- 4eac000 \ advapi32 ELF 4eac000- 5085000 Deferred user32 \-PE 4ec0000- 5085000 \ user32 ELF 5185000- 5299000 Deferred gdi32 \-PE 5190000- 5299000 \ gdi32 ELF 5299000- 5314000 Deferred rpcrt4 \-PE 52a0000- 5314000 \ rpcrt4 ELF 5314000- 5439000 Deferred oleaut32 \-PE 5330000- 5439000 \ oleaut32 ELF 5539000- 55a9000 Deferred wininet \-PE 5540000- 55a9000 \ wininet ELF 55a9000- 55dd000 Deferred ws2_32 \-PE 55b0000- 55dd000 \ ws2_32 ELF 55e5000- 55f7000 Deferred libbz2.so.1 ELF 55fc000- 5615000 Deferred libz.so.1 ELF 5615000- 563d000 Deferred mpr \-PE 5620000- 563d000 \ mpr ELF 563d000- 56af000 Deferred shlwapi \-PE 5650000- 56af000 \ shlwapi ELF 56af000- 58f1000 Deferred shell32 \-PE 56c0000- 58f1000 \ shell32 ELF 59f1000- 5a8d000 Deferred urlmon \-PE 5a00000- 5a8d000 \ urlmon ELF 5ae0000- 5b9c000 Deferred libfreetype.so.6 ELF 5e9c000- 5edb000 Deferred libpng16.so.16 ELF 5ee3000- 5f2d000 Deferred libfontconfig.so.1 ELF 5f35000- 5f60000 Deferred libexpat.so.1 ELF 5fa5000- 5fb1000 Deferred libxcursor.so.1 ELF 5fb9000- 5fc0000 Deferred libxfixes.so.3 ELF 5fd3000- 5ff6000 Deferred imm32 \-PE 5fe0000- 5ff6000 \ imm32 ELF 5ff6000- 607f000 Deferred winex11 \-PE 6000000- 607f000 \ winex11 ELF 608b000- 608f000 Deferred libxinerama.so.1 ELF 6093000- 609a000 Deferred libxxf86vm.so.1 ELF 609e000- 60aa000 Deferred libxrender.so.1 ELF 60ae000- 60bb000 Deferred libxrandr.so.2 ELF 60bf000- 60c3000 Deferred libxcomposite.so.1 ELF 60d2000- 60e7000 Deferred libxext.so.6 ELF 60e7000- 6235000 Deferred libx11.so.6 ELF 6235000- 6262000 Deferred libxcb.so.1 ELF 6262000- 6267000 Deferred libxau.so.6 ELF 6267000- 626e000 Deferred libxdmcp.so.6 ELF 626e000- 628a000 Deferred libbsd.so.0 ELF 628a000- 6294000 Deferred librt.so.1 ELF 62eb000- 62fe000 Deferred libxi.so.6 ELF 63ad000- 63c4000 Deferred dwmapi \-PE 63b0000- 63c4000 \ dwmapi ELF 64ea000- 6672000 Dwarf mshtml \-PE 6500000- 6672000 \ mshtml ELF 9540000- 95f6000 Deferred msvcrt \-PE 9560000- 95f6000 \ msvcrt PE 9600000- 9816000 Deferred nss3 ELF 9816000- 98cc000 Deferred winmm \-PE 9820000- 98cc000 \ winmm ELF 98cc000- 98f6000 Deferred msacm32 \-PE 98d0000- 98f6000 \ msacm32 ELF 98f6000- 9912000 Deferred wsock32 \-PE 9900000- 9912000 \ wsock32 ELF 9912000- 993b000 Deferred iphlpapi \-PE 9920000- 993b000 \ iphlpapi ELF 9967000- 997b000 Deferred msimg32 \-PE 9970000- 997b000 \ msimg32 ELF 9996000- 99ae000 Deferred libresolv.so.2 ELF 99b2000- 9a9a000 Deferred comdlg32 \-PE 99c0000- 9a9a000 \ comdlg32 ELF 9a9a000- 9bb1000 Deferred comctl32 \-PE 9aa0000- 9bb1000 \ comctl32 ELF 9cb1000- 9cee000 Deferred winspool \-PE 9cc0000- 9cee000 \ winspool ELF 9cee000- 9d1d000 Deferred netapi32 \-PE 9cf0000- 9d1d000 \ netapi32 ELF 9d21000- 9d35000 Deferred psapi \-PE 9d30000- 9d35000 \ psapi ELF 9d45000- 9d61000 Deferred rasapi32 \-PE 9d50000- 9d61000 \ rasapi32 ELF 9d6d000- 9d82000 Deferred rasdlg \-PE 9d70000- 9d82000 \ rasdlg ELF 9d8e000- 9dc1000 Deferred secur32 \-PE 9d90000- 9dc1000 \ secur32 ELF 9dc9000- 9e33000 Deferred setupapi \-PE 9dd0000- 9e33000 \ setupapi ELF 9e3f000- 9e57000 Deferred userenv \-PE 9e40000- 9e57000 \ userenv ELF 9e5f000- 9ea0000 Deferred usp10 \-PE 9e70000- 9ea0000 \ usp10 ELF 9ea8000- 9ede000 Deferred uxtheme \-PE 9eb0000- 9ede000 \ uxtheme ELF 9eea000- 9f1e000 Deferred wintrust \-PE 9ef0000- 9f1e000 \ wintrust ELF 9f2a000- 9ff3000 Deferred crypt32 \-PE 9f30000- 9ff3000 \ crypt32 ELF a283000- a308000 Deferred libcups.so.2 ELF a318000- a32d000 Deferred libtasn1.so.6 ELF a335000- a374000 Deferred libnettle.so.6 ELF a37c000- a3b3000 Deferred libhogweed.so.4 ELF a3bb000- a3d9000 Deferred libidn2.so.0 ELF a410000- a563000 Deferred libgnutls.so.30 ELF a967000- aad7000 Deferred libunistring.so.2 ELF aad7000- ab4d000 Deferred libgmp.so.10 ELF d677000- d698000 Deferred dnsapi \-PE d680000- d698000 \ dnsapi ELF 106b0000-106e4000 Deferred msctf \-PE 106c0000-106e4000 \ msctf ELF 162a9000-16337000 Deferred jscript \-PE 162b0000-16337000 \ jscript ELF 1affa000-1b015000 Deferred libgcc_s.so.1 ELF 1b45c000-1b484000 Deferred mlang \-PE 1b460000-1b484000 \ mlang PE 661c0000-662a4000 Deferred mozglue PE 69e40000-6d7d7000 Deferred xul PE 70a80000-70b5d000 Deferred lgpllibs ELF 7b400000-7b7e0000 Dwarf kernel32 \-PE 7b410000-7b7e0000 \ kernel32 ELF 7bc00000-7bcec000 Dwarf ntdll \-PE 7bc10000-7bcec000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000092 0 00000023 0 0000001e 0 00000018 0 00000013 0 00000010 0 0000000f 0 00000011 winedevice.exe 0000001d 0 00000017 0 00000016 0 00000012 0 0000001b plugplay.exe 00000020 0 0000001f 0 0000001c 0 00000021 winedevice.exe 0000002a 0 00000025 0 00000024 0 00000022 0 00000028 explorer.exe 0000002f 0 0000002c 0 0000002b 0 00000029 0 0000002d winemine.exe 0000002e 0 00000090 rpcss.exe 00000096 0 00000095 0 00000094 0 00000093 0 00000091 0 0000017d iexplore.exe 0000017f 0 00000180 0 00000056 (D) Z:\home\austin\wine-valgrind\dlls\mshtml\tests\mshtml_test.exe 00000081 0 00000049 0 00000079 0 00000077 0 0000006a 0 00000075 0 00000076 0 00000053 0 00000074 0 00000050 0 0000004f 0 0000006f 0 00000071 0 00000072 0 00000070 0 0000005e 0 0000005f 0 00000060 0 00000073 -1 0000006d -1 0000006e 0 0000006b 0 0000006c 0 00000069 0 00000068 0 00000067 0 00000066 0 00000065 0 00000064 0 00000063 0 00000062 0 00000061 0 0000005c 0 0000005d 0 00000058 0 00000059 0 0000005a 0 0000005b 0 <== System information: Wine build: wine-2.19-496-gfa68f683c8 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 make[1]: *** [Makefile:227: dom.ok] Error 29 ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so events && touch events.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20367== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20367_f0832daf is empty ==20367== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==20367== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20367_f0832daf is empty ==20367== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==20367== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20367_f0832daf is empty ==20367== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==20367== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20367_f0832daf is empty ==20367== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==20367== 96 bytes in 1 blocks are possibly lost in loss record 2,127 of 3,281 ==20367== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20367== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20367== by 0x556F1D4: heap_alloc_zero (internet.h:99) ==20367== by 0x556FEA3: create_netconn (netconnection.c:348) ==20367== by 0x5562E6F: open_http_connection (http.c:4799) ==20367== by 0x55649A3: HTTP_HttpSendRequestW (http.c:4940) ==20367== by 0x5565323: AsyncHttpSendRequestProc (http.c:5207) ==20367== by 0x556811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==20367== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==20367== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==20367== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20367== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20367== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20367== by 0x7BC7BD15: thread_startup (thread.c:484) ==20367== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==20367== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==20367== 96 bytes in 3 blocks are possibly lost in loss record 2,130 of 3,281 ==20367== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20367== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20367== by 0x4C3AA64: IMalloc_fnAlloc (ifs.c:187) ==20367== by 0x4C3AE6B: IMalloc_Alloc (objidl.h:1405) ==20367== by 0x4C3AE6B: CoTaskMemAlloc (???:0) ==20367== by 0x533C0C5: alloc_bstr (oleaut.c:177) ==20367== by 0x533C553: SysAllocStringLen (oleaut.c:355) ==20367== by 0x533C5E7: SysAllocString (oleaut.c:247) ==20367== by 0x5A31EB3: Uri_GetPropertyBSTR (uri.c:4376) ==20367== by 0x5A29EDF: IUri_GetPropertyBSTR (urlmon.h:5916) ==20367== by 0x5A29EDF: Uri_GetDisplayUri (???:0) ==20367== by 0x5A26A81: IUri_GetDisplayUri (urlmon.h:5934) ==20367== by 0x5A26A81: create_moniker (???:0) ==20367== by 0x5A270F6: CreateURLMonikerEx2 (umon.c:708) ==20367== by 0x642342B: async_open (nsio.c:1045) ==20367== by 0x642391F: nsChannel_AsyncOpen (nsio.c:1173) ==20367== by 0x6A59939E: ??? ==20367== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:alloc_bstr fun:SysAllocStringLen fun:SysAllocString fun:Uri_GetPropertyBSTR fun:IUri_GetPropertyBSTR fun:Uri_GetDisplayUri fun:IUri_GetDisplayUri fun:create_moniker fun:CreateURLMonikerEx2 fun:async_open fun:nsChannel_AsyncOpen obj:* } ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so htmldoc && touch htmldoc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==2178== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2178_a5d7d126 is empty ==2178== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==2178== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2178_a5d7d126 is empty ==2178== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==2178== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2178_a5d7d126 is empty ==2178== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==2178== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2178_a5d7d126 is empty ==2178== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb htmldoc.c:2576: Test failed: unexpected call UpdateUI htmldoc.c:2887: Test failed: unexpected call Exec_UPDATECOMMANDS htmldoc.c:2576: Test failed: unexpected call UpdateUI htmldoc.c:2887: Test failed: unexpected call Exec_UPDATECOMMANDS htmldoc.c:2576: Test failed: unexpected call UpdateUI htmldoc.c:2887: Test failed: unexpected call Exec_UPDATECOMMANDS htmldoc.c:388: Test failed: expected Exec_SETTITLE htmldoc.c:2576: Test failed: unexpected call UpdateUI htmldoc.c:2887: Test failed: unexpected call Exec_UPDATECOMMANDS htmldoc.c:2893: Test failed: unexpected call Exec_SETTITLE htmldoc.c:2576: Test failed: unexpected call UpdateUI htmldoc.c:2887: Test failed: unexpected call Exec_UPDATECOMMANDS preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==2505== 36 bytes in 1 blocks are possibly lost in loss record 2,722 of 6,145 ==2505== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2505== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2505== by 0x5A23C39: heap_alloc (urlmon_main.h:239) ==2505== by 0x5A249C3: register_namespace (session.c:126) ==2505== by 0x5A24B52: InternetSession_RegisterNameSpace (session.c:375) ==2505== by 0x4A5E5AC: IInternetSession_RegisterNameSpace (urlmon.h:3562) ==2505== by 0x4A5E5AC: register_protocol (???:0) ==2505== by 0x4A6BEB6: func_htmldoc (htmldoc.c:8746) ==2505== by 0x4A91401: run_test (test.h:603) ==2505== by 0x4A91E56: main (test.h:687) ==2505== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:register_namespace fun:InternetSession_RegisterNameSpace fun:IInternetSession_RegisterNameSpace fun:register_protocol fun:func_htmldoc fun:run_test fun:main } ==2505== 672 bytes in 7 blocks are possibly lost in loss record 5,595 of 6,145 ==2505== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2505== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2505== by 0x556F1D4: heap_alloc_zero (internet.h:99) ==2505== by 0x556FEA3: create_netconn (netconnection.c:348) ==2505== by 0x5562E6F: open_http_connection (http.c:4799) ==2505== by 0x55649A3: HTTP_HttpSendRequestW (http.c:4940) ==2505== by 0x5565323: AsyncHttpSendRequestProc (http.c:5207) ==2505== by 0x556811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==2505== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==2505== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==2505== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2505== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2505== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2505== by 0x7BC7BD15: thread_startup (thread.c:484) ==2505== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==2505== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==2506== Thread 6: ==2506== Syscall param writev(vector[...]) points to uninitialised byte(s) ==2506== at 0x434EB0F: ??? (syscall-template.S:84) ==2506== by 0x7BC6EEC8: send_request (server.c:228) ==2506== by 0x7BC702F1: server_call_unlocked (server.c:288) ==2506== by 0x7BC70344: wine_server_call (server.c:321) ==2506== by 0x7BC3F6A2: server_write_file (file.c:624) ==2506== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==2506== by 0x5245B72: rpcrt4_conn_np_write (rpc_transport.c:418) ==2506== by 0x5238855: rpcrt4_conn_write (rpc_binding.h:196) ==2506== by 0x523A28F: RPCRT4_SendWithAuth (rpc_message.c:849) ==2506== by 0x523AE75: RPCRT4_Send (rpc_message.c:1248) ==2506== by 0x523C802: process_request_packet (rpc_server.c:462) ==2506== by 0x523D427: RPCRT4_process_packet (rpc_server.c:517) ==2506== by 0x523D506: RPCRT4_worker_thread (rpc_server.c:539) ==2506== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==2506== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==2506== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2506== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== by 0x7BC7BD15: thread_startup (thread.c:484) ==2506== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==2506== Address 0x496b534 is 44 bytes inside a recently re-allocated block of size 92 alloc'd ==2506== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2506== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2506== by 0x523A181: RPCRT4_SendWithAuth (rpc_message.c:808) ==2506== by 0x523AE75: RPCRT4_Send (rpc_message.c:1248) ==2506== by 0x523C802: process_request_packet (rpc_server.c:462) ==2506== by 0x523D427: RPCRT4_process_packet (rpc_server.c:517) ==2506== by 0x523D506: RPCRT4_worker_thread (rpc_server.c:539) ==2506== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==2506== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==2506== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2506== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== by 0x7BC7BD15: thread_startup (thread.c:484) ==2506== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==2506== Uninitialised value was created by a client request ==2506== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==2506== by 0x7BC47EB8: initialize_block (heap.c:245) ==2506== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==2506== by 0x4B60A64: IMalloc_fnAlloc (ifs.c:187) ==2506== by 0x4B60E6B: IMalloc_Alloc (objidl.h:1405) ==2506== by 0x4B60E6B: CoTaskMemAlloc (???:0) ==2506== by 0x4B8C7C2: RemUnknown_RemQueryInterface (stubmanager.c:716) ==2506== by 0x4B94866: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:369) ==2506== by 0x521BBEC: CStdStubBuffer_Invoke (cstub.c:478) ==2506== by 0x4B76415: IRpcStubBuffer_Invoke (objidl.h:7878) ==2506== by 0x4B76415: RPC_ExecuteCall (???:0) ==2506== by 0x4B47F7E: apartment_wndproc (compobj.c:1491) ==2506== by 0x4E9564D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==2506== by 0x4E95C7C: call_window_proc (winproc.c:244) ==2506== by 0x4E97B24: WINPROC_call_window (winproc.c:897) ==2506== by 0x4E62E58: DispatchMessageW (message.c:4021) ==2506== by 0x4A23CAD: IEWinMain (iexplore.c:1189) ==2506== by 0x485DA63: wWinMain (main.c:92) ==2506== by 0x485DCA7: wmain (exe_wmain.c:51) ==2506== by 0x485DBB5: __wine_spec_exe_wentry (exe_wentry.c:36) ==2506== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==2506== by 0x7B45B4B5: start_process (process.c:1123) ==2506== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==2178== Thread 38: ==2178== Syscall param writev(vector[...]) points to uninitialised byte(s) ==2178== at 0x434EB0F: ??? (syscall-template.S:84) ==2178== by 0x7BC6EEC8: send_request (server.c:228) ==2178== by 0x7BC702F1: server_call_unlocked (server.c:288) ==2178== by 0x7BC70344: wine_server_call (server.c:321) ==2178== by 0x7BC3F6A2: server_write_file (file.c:624) ==2178== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==2178== by 0x52E1B72: rpcrt4_conn_np_write (rpc_transport.c:418) ==2178== by 0x52D4855: rpcrt4_conn_write (rpc_binding.h:196) ==2178== by 0x52D628F: RPCRT4_SendWithAuth (rpc_message.c:849) ==2178== by 0x52D6E75: RPCRT4_Send (rpc_message.c:1248) ==2178== by 0x52D8802: process_request_packet (rpc_server.c:462) ==2178== by 0x52D9427: RPCRT4_process_packet (rpc_server.c:517) ==2178== by 0x52D9506: RPCRT4_worker_thread (rpc_server.c:539) ==2178== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==2178== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==2178== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2178== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2178== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2178== by 0x7BC7BD15: thread_startup (thread.c:484) ==2178== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==2178== Address 0x7ce6604 is 44 bytes inside a recently re-allocated block of size 92 alloc'd ==2178== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2178== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2178== by 0x52D6181: RPCRT4_SendWithAuth (rpc_message.c:808) ==2178== by 0x52D6E75: RPCRT4_Send (rpc_message.c:1248) ==2178== by 0x52D8802: process_request_packet (rpc_server.c:462) ==2178== by 0x52D9427: RPCRT4_process_packet (rpc_server.c:517) ==2178== by 0x52D9506: RPCRT4_worker_thread (rpc_server.c:539) ==2178== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==2178== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==2178== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2178== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2178== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2178== by 0x7BC7BD15: thread_startup (thread.c:484) ==2178== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==2178== Uninitialised value was created by a client request ==2178== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==2178== by 0x7BC47EB8: initialize_block (heap.c:245) ==2178== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==2178== by 0x4C3AA64: IMalloc_fnAlloc (ifs.c:187) ==2178== by 0x4C3AE6B: IMalloc_Alloc (objidl.h:1405) ==2178== by 0x4C3AE6B: CoTaskMemAlloc (???:0) ==2178== by 0x4C667C2: RemUnknown_RemQueryInterface (stubmanager.c:716) ==2178== by 0x4C6E866: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:369) ==2178== by 0x52B7BEC: CStdStubBuffer_Invoke (cstub.c:478) ==2178== by 0x4C50415: IRpcStubBuffer_Invoke (objidl.h:7878) ==2178== by 0x4C50415: RPC_ExecuteCall (???:0) ==2178== by 0x4C21F7E: apartment_wndproc (compobj.c:1491) ==2178== by 0x4F4B64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==2178== by 0x4F4BC7C: call_window_proc (winproc.c:244) ==2178== by 0x4F4DB24: WINPROC_call_window (winproc.c:897) ==2178== by 0x4F18E58: DispatchMessageW (message.c:4021) ==2178== by 0x4C27B0B: CoWaitForMultipleHandles (compobj.c:4556) ==2178== by 0x4C4E46B: ClientRpcChannelBuffer_SendReceive (rpc.c:909) ==2178== by 0x52B5F82: IRpcChannelBuffer_SendReceive (objidl.h:7066) ==2178== by 0x52B5F82: NdrProxySendReceive (???:0) ==2178== by 0x20F063D6: ITargetFramePriv2_AggregatedNavigation2_Proxy (actxprxy_htiface_p.c:3448) ==2178== by 0x64038B7: ITargetFramePriv2_AggregatedNavigation2 (htiface.h:599) ==2178== by 0x64038B7: navigate_new_window (???:0) ==2178== by 0x63F5558: HTMLWindow2_open (htmlwindow.c:1013) ==2178== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==2506== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2506_b93482a6 is empty ==2506== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==2506== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2506_b93482a6 is empty ==2506== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==2506== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2506_b93482a6 is empty ==2506== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==2506== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2506_b93482a6 is empty ==2506== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==2506== Thread 1 iexplore.exe: ==2506== Invalid free() / delete / delete[] / realloc() ==2506== at 0x7BC45D99: notify_realloc (heap.c:276) ==2506== by 0x7BC49549: RtlReAllocateHeap (heap.c:1906) ==2506== by 0x52B0E95: xbuf_resize (tmarshal.c:83) ==2506== by 0x52B0F1D: xbuf_add (tmarshal.c:105) ==2506== by 0x52B26D5: TMStubImpl_Invoke (tmarshal.c:2211) ==2506== by 0x4B76415: IRpcStubBuffer_Invoke (objidl.h:7878) ==2506== by 0x4B76415: RPC_ExecuteCall (???:0) ==2506== by 0x4B47F7E: apartment_wndproc (compobj.c:1491) ==2506== by 0x4E9564D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==2506== by 0x4E95C7C: call_window_proc (winproc.c:244) ==2506== by 0x4E97B24: WINPROC_call_window (winproc.c:897) ==2506== by 0x4E62E58: DispatchMessageW (message.c:4021) ==2506== by 0x4A23CAD: IEWinMain (iexplore.c:1189) ==2506== by 0x485DA63: wWinMain (main.c:92) ==2506== by 0x485DCA7: wmain (exe_wmain.c:51) ==2506== by 0x485DBB5: __wine_spec_exe_wentry (exe_wentry.c:36) ==2506== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==2506== by 0x7B45B4B5: start_process (process.c:1123) ==2506== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2506== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== Address 0x815262c8 is 16 bytes after a recently re-allocated block of size 48 alloc'd ==2506== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2506== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2506== by 0x52B85F9: heap_alloc_zero (typelib.h:606) ==2506== by 0x52B8748: TLBParDesc_Constructor (typelib.c:1763) ==2506== by 0x52C2570: MSFT_DoFuncs (typelib.c:2454) ==2506== by 0x52C2BB4: MSFT_DoTypeInfo (typelib.c:2705) ==2506== by 0x52C3512: ITypeLib2_Constructor_MSFT (typelib.c:3644) ==2506== by 0x52C575A: TLB_ReadTypeLib (typelib.c:3375) ==2506== by 0x52C69B7: LoadTypeLibEx (typelib.c:480) ==2506== by 0x52C6AEB: LoadTypeLib (typelib.c:453) ==2506== by 0x52C710D: LoadRegTypeLib (typelib.c:539) ==2506== by 0x6517496: load_typelib (dispex.c:127) ==2506== by 0x651753E: get_typeinfo (dispex.c:143) ==2506== by 0x6518264: preprocess_dispex_data (dispex.c:399) ==2506== by 0x6518BCD: ensure_dispex_info (dispex.c:1373) ==2506== by 0x651AAD7: init_dispex_with_compat_mode (dispex.c:1843) ==2506== by 0x6538FB5: init_dispex (mshtml_private.h:347) ==2506== by 0x6539077: create_document_object (htmldoc.c:5418) ==2506== by 0x65398D5: HTMLDocument_Create (htmldoc.c:5474) ==2506== by 0x65955A7: ClassFactory_CreateInstance (main.c:299) ==2506== { Memcheck:Free fun:notify_realloc fun:RtlReAllocateHeap fun:xbuf_resize fun:xbuf_add fun:TMStubImpl_Invoke fun:IRpcStubBuffer_Invoke fun:RPC_ExecuteCall fun:apartment_wndproc obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_call_window fun:DispatchMessageW fun:IEWinMain fun:wWinMain fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } ==2506== 8 bytes in 1 blocks are possibly lost in loss record 134 of 2,678 ==2506== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2506== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2506== by 0x7B4410BE: HeapAlloc (heap.c:271) ==2506== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==2506== by 0x4B6037F: CreateStreamOnHGlobal (hglobalstream.c:602) ==2506== by 0x4B48525: get_local_server_stream (compobj.c:1007) ==2506== by 0x4B4BBCC: CoRegisterClassObject (compobj.c:2865) ==2506== by 0x4A23C21: IEWinMain (iexplore.c:1165) ==2506== by 0x485DA63: wWinMain (main.c:92) ==2506== by 0x485DCA7: wmain (exe_wmain.c:51) ==2506== by 0x485DBB5: __wine_spec_exe_wentry (exe_wentry.c:36) ==2506== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==2506== by 0x7B45B4B5: start_process (process.c:1123) ==2506== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2506== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:CreateStreamOnHGlobal fun:get_local_server_stream fun:CoRegisterClassObject fun:IEWinMain fun:wWinMain fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } ==2506== 144 bytes in 6 blocks are definitely lost in loss record 1,968 of 2,678 ==2506== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2506== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2506== by 0x7BC3F14A: alloc_fileio (file.c:408) ==2506== by 0x7BC3F1CF: server_read_file (file.c:568) ==2506== by 0x7BC4134D: NtReadFile (file.c:855) ==2506== by 0x5245C46: rpcrt4_conn_np_read (rpc_transport.c:391) ==2506== by 0x5238840: rpcrt4_conn_read (rpc_binding.h:190) ==2506== by 0x523AFF5: RPCRT4_default_receive_fragment (rpc_message.c:1300) ==2506== by 0x523B23F: RPCRT4_receive_fragment (rpc_message.c:1366) ==2506== by 0x523B2FD: RPCRT4_ReceiveWithAuth (rpc_message.c:1399) ==2506== by 0x523D090: RPCRT4_io_thread (rpc_server.c:562) ==2506== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2506== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== by 0x7BC7BD15: thread_startup (thread.c:484) ==2506== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==2506== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_fileio fun:server_read_file fun:NtReadFile fun:rpcrt4_conn_np_read fun:rpcrt4_conn_read fun:RPCRT4_default_receive_fragment fun:RPCRT4_receive_fragment fun:RPCRT4_ReceiveWithAuth fun:RPCRT4_io_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==2506== 264 bytes in 6 blocks are definitely lost in loss record 2,104 of 2,678 ==2506== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2506== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2506== by 0x523D06B: RPCRT4_io_thread (rpc_server.c:559) ==2506== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2506== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2506== by 0x7BC7BD15: thread_startup (thread.c:484) ==2506== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==2506== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_io_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==2178== Thread 1 mshtml_test.exe.: ==2178== 8 bytes in 1 blocks are possibly lost in loss record 173 of 6,678 ==2178== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2178== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2178== by 0x7B4410BE: HeapAlloc (heap.c:271) ==2178== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==2178== by 0x4C3A37F: CreateStreamOnHGlobal (hglobalstream.c:602) ==2178== by 0x4A626F8: test_save_history (htmldoc.c:2811) ==2178== by 0x4A6433C: OleCommandTarget_Exec (htmldoc.c:3163) ==2178== by 0x641F085: IOleCommandTarget_Exec (docobj.h:847) ==2178== by 0x641F085: notify_travellog_update (???:0) ==2178== by 0x6420E3C: set_current_mon (persist.c:134) ==2178== by 0x6402E44: navigate_proc (navigate.c:2038) ==2178== by 0x6431FC6: hidden_proc (task.c:302) ==2178== by 0x4F4B64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==2178== by 0x4F4BC7C: call_window_proc (winproc.c:244) ==2178== by 0x4F4DB24: WINPROC_call_window (winproc.c:897) ==2178== by 0x4F18E58: DispatchMessageW (message.c:4021) ==2178== by 0x6B707CC1: ??? ==2178== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:CreateStreamOnHGlobal fun:test_save_history fun:OleCommandTarget_Exec fun:IOleCommandTarget_Exec fun:notify_travellog_update fun:set_current_mon fun:navigate_proc fun:hidden_proc obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_call_window fun:DispatchMessageW obj:* } ==2178== 36 bytes in 1 blocks are possibly lost in loss record 1,180 of 6,678 ==2178== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2178== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2178== by 0x5A23C39: heap_alloc (urlmon_main.h:239) ==2178== by 0x5A249C3: register_namespace (session.c:126) ==2178== by 0x5A24B52: InternetSession_RegisterNameSpace (session.c:375) ==2178== by 0x4A5E5AC: IInternetSession_RegisterNameSpace (urlmon.h:3562) ==2178== by 0x4A5E5AC: register_protocol (???:0) ==2178== by 0x4A6BEB6: func_htmldoc (htmldoc.c:8746) ==2178== by 0x4A91401: run_test (test.h:603) ==2178== by 0x4A91E56: main (test.h:687) ==2178== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:register_namespace fun:InternetSession_RegisterNameSpace fun:IInternetSession_RegisterNameSpace fun:register_protocol fun:func_htmldoc fun:run_test fun:main } ==2178== 112 bytes in 1 blocks are possibly lost in loss record 3,753 of 6,678 ==2178== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2178== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2178== by 0x4C3AA64: IMalloc_fnAlloc (ifs.c:187) ==2178== by 0x4C3AE6B: IMalloc_Alloc (objidl.h:1405) ==2178== by 0x4C3AE6B: CoTaskMemAlloc (???:0) ==2178== by 0x533C0C5: alloc_bstr (oleaut.c:177) ==2178== by 0x533C553: SysAllocStringLen (oleaut.c:355) ==2178== by 0x5A33DDD: generate_uri (uri.c:4185) ==2178== by 0x5A33FDF: build_uri (uri.c:5893) ==2178== by 0x5A34285: UriBuilder_CreateUriSimple (uri.c:5970) ==2178== by 0x640B3DF: IUriBuilder_CreateUriSimple (urlmon.h:6406) ==2178== by 0x640B3DF: ensure_uri (???:0) ==2178== by 0x6411743: nsURI_SchemeIs (nsio.c:2836) ==2178== by 0x6BB29D0B: ??? ==2178== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:alloc_bstr fun:SysAllocStringLen fun:generate_uri fun:build_uri fun:UriBuilder_CreateUriSimple fun:IUriBuilder_CreateUriSimple fun:ensure_uri fun:nsURI_SchemeIs obj:* } ==2178== 480 bytes in 5 blocks are possibly lost in loss record 5,756 of 6,678 ==2178== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2178== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2178== by 0x556F1D4: heap_alloc_zero (internet.h:99) ==2178== by 0x556FEA3: create_netconn (netconnection.c:348) ==2178== by 0x5562E6F: open_http_connection (http.c:4799) ==2178== by 0x55649A3: HTTP_HttpSendRequestW (http.c:4940) ==2178== by 0x5565323: AsyncHttpSendRequestProc (http.c:5207) ==2178== by 0x556811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==2178== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==2178== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==2178== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2178== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2178== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2178== by 0x7BC7BD15: thread_startup (thread.c:484) ==2178== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==2178== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==2178== 2,048 bytes in 1 blocks are possibly lost in loss record 6,284 of 6,678 ==2178== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2178== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2178== by 0x5A11C7E: heap_alloc (urlmon_main.h:239) ==2178== by 0x5A12120: ProtocolSinkHandler_ReportData (bindprot.c:950) ==2178== by 0x5A123DB: IInternetProtocolSink_ReportData (urlmon.h:3037) ==2178== by 0x5A123DB: report_data_proc (???:0) ==2178== by 0x5A11A58: process_tasks (bindprot.c:57) ==2178== by 0x5A11AA9: notif_wnd_proc (bindprot.c:68) ==2178== by 0x4F4B64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==2178== by 0x4F4BC7C: call_window_proc (winproc.c:244) ==2178== by 0x4F4DB24: WINPROC_call_window (winproc.c:897) ==2178== by 0x4F18E58: DispatchMessageW (message.c:4021) ==2178== by 0x6B707CC1: ??? ==2178== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:ProtocolSinkHandler_ReportData fun:IInternetProtocolSink_ReportData fun:report_data_proc fun:process_tasks fun:notif_wnd_proc obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_call_window fun:DispatchMessageW obj:* } make[1]: *** [Makefile:299: htmldoc.ok] Error 12 ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so htmllocation && touch htmllocation.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==2821== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2821_8ac5d6ed is empty ==2821== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==2821== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2821_8ac5d6ed is empty ==2821== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==2821== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2821_8ac5d6ed is empty ==2821== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==2821== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2821_8ac5d6ed is empty ==2821== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==2821== Thread 4: ==2821== Invalid read of size 1 ==2821== at 0x4248383: __nptl_deallocate_tsd (pthread_create.c:246) ==2821== by 0x4248383: start_thread (pthread_create.c:469) ==2821== by 0x4357DA5: clone (clone.S:110) ==2821== Address 0xd34fd4c is on thread 1's stack ==2821== { Memcheck:Addr1 fun:__nptl_deallocate_tsd fun:start_thread fun:clone } ==2821== Invalid read of size 1 ==2821== at 0x42483B6: start_thread (pthread_create.c:482) ==2821== by 0x4357DA5: clone (clone.S:110) ==2821== Address 0xd34fd4d is on thread 1's stack ==2821== { Memcheck:Addr1 fun:start_thread fun:clone } ==2821== Invalid read of size 1 ==2821== at 0x4248419: start_thread (pthread_create.c:578) ==2821== by 0x4357DA5: clone (clone.S:110) ==2821== Address 0xd34fbc4 is on thread 1's stack ==2821== { Memcheck:Addr1 fun:start_thread fun:clone } ==2821== Thread 1 mshtml_test.exe.: ==2821== 16 bytes in 2 blocks are definitely lost in loss record 281 of 2,532 ==2821== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2821== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2821== by 0x5566F22: heap_alloc (internet.h:94) ==2821== by 0x5567414: heap_strndupW (internet.h:160) ==2821== by 0x556D50F: INTERNET_InternetOpenUrlW (internet.c:3471) ==2821== by 0x556D779: AsyncInternetOpenUrlProc (internet.c:3558) ==2821== by 0x556811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==2821== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==2821== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==2821== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2821== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2821== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2821== by 0x7BC7BD15: thread_startup (thread.c:484) ==2821== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==2821== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strndupW fun:INTERNET_InternetOpenUrlW fun:AsyncInternetOpenUrlProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==2821== 60 bytes in 2 blocks are definitely lost in loss record 1,366 of 2,532 ==2821== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2821== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2821== by 0x5566F22: heap_alloc (internet.h:94) ==2821== by 0x5567414: heap_strndupW (internet.h:160) ==2821== by 0x556D501: INTERNET_InternetOpenUrlW (internet.c:3470) ==2821== by 0x556D779: AsyncInternetOpenUrlProc (internet.c:3558) ==2821== by 0x556811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==2821== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==2821== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==2821== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2821== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2821== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2821== by 0x7BC7BD15: thread_startup (thread.c:484) ==2821== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==2821== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strndupW fun:INTERNET_InternetOpenUrlW fun:AsyncInternetOpenUrlProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==2821== 96 bytes in 1 blocks are possibly lost in loss record 1,681 of 2,532 ==2821== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2821== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2821== by 0x556F1D4: heap_alloc_zero (internet.h:99) ==2821== by 0x556FEA3: create_netconn (netconnection.c:348) ==2821== by 0x5562E6F: open_http_connection (http.c:4799) ==2821== by 0x55649A3: HTTP_HttpSendRequestW (http.c:4940) ==2821== by 0x5565323: AsyncHttpSendRequestProc (http.c:5207) ==2821== by 0x556811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==2821== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==2821== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==2821== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2821== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==2821== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==2821== by 0x7BC7BD15: thread_startup (thread.c:484) ==2821== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==2821== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==2821== 136 bytes in 1 blocks are definitely lost in loss record 1,807 of 2,532 ==2821== at 0x402EDD9: calloc (vg_replace_malloc.c:711) ==2821== by 0x4011BB6: allocate_dtv (dl-tls.c:290) ==2821== by 0x40125CB: _dl_allocate_tls (dl-tls.c:538) ==2821== by 0x4248DA4: allocate_stack (allocatestack.c:578) ==2821== by 0x4248DA4: pthread_create@@GLIBC_2.1 (pthread_create.c:663) ==2821== by 0x7BC7C745: RtlCreateUserThread (thread.c:620) ==2821== by 0x7B46EC4A: CreateRemoteThread (thread.c:88) ==2821== by 0x7B46ED44: CreateThread (thread.c:54) ==2821== by 0x957E6B3: _beginthreadex (thread.c:162) ==2821== by 0x976DEA3: ??? ==2821== { Memcheck:Leak match-leak-kinds: definite fun:calloc fun:allocate_dtv fun:_dl_allocate_tls fun:allocate_stack fun:pthread_create@@GLIBC_2.1 fun:RtlCreateUserThread fun:CreateRemoteThread fun:CreateThread fun:_beginthreadex obj:* } ==2821== 144 bytes in 2 blocks are possibly lost in loss record 1,827 of 2,532 ==2821== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2821== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2821== by 0x4C3AA64: IMalloc_fnAlloc (ifs.c:187) ==2821== by 0x4C3AE6B: IMalloc_Alloc (objidl.h:1405) ==2821== by 0x4C3AE6B: CoTaskMemAlloc (???:0) ==2821== by 0x533C0C5: alloc_bstr (oleaut.c:177) ==2821== by 0x533C553: SysAllocStringLen (oleaut.c:355) ==2821== by 0x5A33DDD: generate_uri (uri.c:4185) ==2821== by 0x5A33FDF: build_uri (uri.c:5893) ==2821== by 0x5A34285: UriBuilder_CreateUriSimple (uri.c:5970) ==2821== by 0x642DC59: IUriBuilder_CreateUriSimple (urlmon.h:6406) ==2821== by 0x642DC59: get_uri_nofrag (???:0) ==2821== by 0x642DD1A: nsURI_CloneIgnoreRef (nsio.c:3039) ==2821== by 0x6A002B0C: ??? ==2821== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:alloc_bstr fun:SysAllocStringLen fun:generate_uri fun:build_uri fun:UriBuilder_CreateUriSimple fun:IUriBuilder_CreateUriSimple fun:get_uri_nofrag fun:nsURI_CloneIgnoreRef obj:* } ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so protocol && touch protocol.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so script && touch script.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3285== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3285_b7b8d07d is empty ==3285== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==3285== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3285_b7b8d07d is empty ==3285== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==3285== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3285_b7b8d07d is empty ==3285== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==3285== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3285_b7b8d07d is empty ==3285== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==3285== Invalid read of size 2 ==3285== at 0x5363EFE: DispCallFunc (typelib.c:6708) ==3285== by 0x64108F5: invoke_builtin_function (dispex.c:1131) ==3285== by 0x6411D72: function_invoke (dispex.c:1182) ==3285== by 0x6411FCB: invoke_builtin_prop (dispex.c:1256) ==3285== by 0x641252E: DispatchEx_InvokeEx (dispex.c:1578) ==3285== by 0x162860F3: IDispatchEx_InvokeEx (dispex.h:318) ==3285== by 0x162860F3: disp_call (???:0) ==3285== by 0x1628CD14: exprval_call (engine.c:328) ==3285== by 0x1628CE0F: interp_call_member (engine.c:1213) ==3285== by 0x1628DA3C: enter_bytecode (engine.c:2787) ==3285== by 0x1628E997: exec_source (engine.c:3040) ==3285== by 0x1629045C: invoke_source (function.c:257) ==3285== by 0x16291392: Function_invoke (function.c:350) ==3285== by 0x162858C7: invoke_prop_func (dispex.c:383) ==3285== by 0x16285C2C: DispatchEx_InvokeEx (dispex.c:684) ==3285== by 0x64479DA: IDispatchEx_InvokeEx (dispex.h:318) ==3285== by 0x64479DA: call_disp_func (???:0) ==3285== by 0x6447C5C: call_event_handlers (htmlevent.c:1324) ==3285== by 0x6448E06: dispatch_event (htmlevent.c:1570) ==3285== by 0x649DA40: handle_load (nsevents.c:281) ==3285== by 0x6B18A8A8: ??? ==3285== Address 0x769d1e8 is 16 bytes after a recently re-allocated block of size 120 alloc'd ==3285== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3285== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3285== by 0x53545F9: heap_alloc_zero (typelib.h:606) ==3285== by 0x535E564: MSFT_DoFuncs (typelib.c:2452) ==3285== by 0x535EBB4: MSFT_DoTypeInfo (typelib.c:2705) ==3285== by 0x535F512: ITypeLib2_Constructor_MSFT (typelib.c:3644) ==3285== by 0x536175A: TLB_ReadTypeLib (typelib.c:3375) ==3285== by 0x53629B7: LoadTypeLibEx (typelib.c:480) ==3285== by 0x5362AEB: LoadTypeLib (typelib.c:453) ==3285== by 0x536310D: LoadRegTypeLib (typelib.c:539) ==3285== by 0x640E496: load_typelib (dispex.c:127) ==3285== by 0x640E53E: get_typeinfo (dispex.c:143) ==3285== by 0x640F264: preprocess_dispex_data (dispex.c:399) ==3285== by 0x640FBCD: ensure_dispex_info (dispex.c:1373) ==3285== by 0x6411AD7: init_dispex_with_compat_mode (dispex.c:1843) ==3285== by 0x642FFB5: init_dispex (mshtml_private.h:347) ==3285== by 0x6430077: create_document_object (htmldoc.c:5418) ==3285== by 0x64308D5: HTMLDocument_Create (htmldoc.c:5474) ==3285== by 0x648C5A7: ClassFactory_CreateInstance (main.c:299) ==3285== by 0x4C263F2: IClassFactory_CreateInstance (unknwn.h:222) ==3285== by 0x4C263F2: CoCreateInstanceEx (???:0) ==3285== { Memcheck:Addr2 fun:DispCallFunc fun:invoke_builtin_function fun:function_invoke fun:invoke_builtin_prop fun:DispatchEx_InvokeEx fun:IDispatchEx_InvokeEx fun:disp_call fun:exprval_call fun:interp_call_member fun:enter_bytecode fun:exec_source fun:invoke_source fun:Function_invoke fun:invoke_prop_func fun:DispatchEx_InvokeEx fun:IDispatchEx_InvokeEx fun:call_disp_func fun:call_event_handlers fun:dispatch_event fun:handle_load obj:* } wine: Unhandled illegal instruction at address 0x649cf60 (thread 019c), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==23008== 28 bytes in 1 blocks are possibly lost in loss record 731 of 3,293 ==23008== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23008== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23008== by 0x649373C: heap_alloc (mshtml_private.h:1180) ==23008== by 0x6495FD3: async_start_doc_binding (navigate.c:1872) ==23008== by 0x64A64EC: async_open (nsio.c:1064) ==23008== by 0x64A691F: nsChannel_AsyncOpen (nsio.c:1173) ==23008== by 0x6A59939E: ??? ==23008== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:async_start_doc_binding fun:async_open fun:nsChannel_AsyncOpen obj:* } ==23008== 32 bytes in 1 blocks are possibly lost in loss record 937 of 3,293 ==23008== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23008== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23008== by 0x4C3AA64: IMalloc_fnAlloc (ifs.c:187) ==23008== by 0x4C3AE6B: IMalloc_Alloc (objidl.h:1405) ==23008== by 0x4C3AE6B: CoTaskMemAlloc (???:0) ==23008== by 0x533C0C5: alloc_bstr (oleaut.c:177) ==23008== by 0x533C553: SysAllocStringLen (oleaut.c:355) ==23008== by 0x533C5E7: SysAllocString (oleaut.c:247) ==23008== by 0x5A31EB3: Uri_GetPropertyBSTR (uri.c:4376) ==23008== by 0x5A29EDF: IUri_GetPropertyBSTR (urlmon.h:5916) ==23008== by 0x5A29EDF: Uri_GetDisplayUri (???:0) ==23008== by 0x5A26A81: IUri_GetDisplayUri (urlmon.h:5934) ==23008== by 0x5A26A81: create_moniker (???:0) ==23008== by 0x5A270F6: CreateURLMonikerEx2 (umon.c:708) ==23008== by 0x64A642B: async_open (nsio.c:1045) ==23008== by 0x64A691F: nsChannel_AsyncOpen (nsio.c:1173) ==23008== by 0x6A59939E: ??? ==23008== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:alloc_bstr fun:SysAllocStringLen fun:SysAllocString fun:Uri_GetPropertyBSTR fun:IUri_GetPropertyBSTR fun:Uri_GetDisplayUri fun:IUri_GetDisplayUri fun:create_moniker fun:CreateURLMonikerEx2 fun:async_open fun:nsChannel_AsyncOpen obj:* } ==23008== 32 bytes in 1 blocks are possibly lost in loss record 938 of 3,293 ==23008== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23008== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23008== by 0x4C3AA64: IMalloc_fnAlloc (ifs.c:187) ==23008== by 0x4C3AE6B: IMalloc_Alloc (objidl.h:1405) ==23008== by 0x4C3AE6B: CoTaskMemAlloc (???:0) ==23008== by 0x533C0C5: alloc_bstr (oleaut.c:177) ==23008== by 0x533C553: SysAllocStringLen (oleaut.c:355) ==23008== by 0x533C5E7: SysAllocString (oleaut.c:247) ==23008== by 0x5A31EB3: Uri_GetPropertyBSTR (uri.c:4376) ==23008== by 0x5A29EDF: IUri_GetPropertyBSTR (urlmon.h:5916) ==23008== by 0x5A29EDF: Uri_GetDisplayUri (???:0) ==23008== by 0x64B3DBA: IUri_GetDisplayUri (urlmon.h:5934) ==23008== by 0x64B3DBA: set_current_uri (???:0) ==23008== by 0x64B3FDB: set_current_mon (persist.c:178) ==23008== by 0x64A647D: async_open (nsio.c:1052) ==23008== by 0x64A691F: nsChannel_AsyncOpen (nsio.c:1173) ==23008== by 0x6A59939E: ??? ==23008== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:alloc_bstr fun:SysAllocStringLen fun:SysAllocString fun:Uri_GetPropertyBSTR fun:IUri_GetPropertyBSTR fun:Uri_GetDisplayUri fun:IUri_GetDisplayUri fun:set_current_uri fun:set_current_mon fun:async_open fun:nsChannel_AsyncOpen obj:* } Unhandled exception: illegal instruction in 32-bit code (0x0649cf60). 015a:err:dbghelp:pe_load_msc_debug_info -Debug info stripped, but no .DBG file in module L"xul" Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:0649cf60 ESP:04bed640 EBP:04bed688 EFLAGS:00000014( - -- -A-P- ) EAX:10c9a424 EBX:06561000 ECX:64b665e1 EDX:6d497b48 ESI:00000000 EDI:00000000 Stack dump: 0x04bed640: 6a864faa 10c9a424 04bed65c c04d1c00 0x04bed650: 04bed6a4 06561000 0000004c 10c9a424 0x04bed660: 10c9a390 10c9a418 04bed6d8 c04d1c00 0x04bed670: 04bed838 04bed838 04bed6d8 06561000 0x04bed680: 00004000 07eda638 04bed6c8 064cd3ea 0x04bed690: 0dd7b7ac 07ed82f0 04bed6c8 064cd3a8 Backtrace: =>0 0x0649cf60 create_nsxhr+0x103(nswindow=0xdd7b7ac) [/home/austin/wine-valgrind/dlls/mshtml/nsembed.c:2235] in mshtml (0x04bed688) 1 0x064cd3ea HTMLXMLHttpRequestFactory_create+0x6d(iface=, p=) [/home/austin/wine-valgrind/dlls/mshtml/xmlhttprequest.c:888] in mshtml (0x04bed6c8) 2 0x064cb92e HTMLXMLHttpRequestFactory_value+0xa8(iface=0x7eda638, lcid=0x409, flags=0x4000, params=0x4bed7f8, res=0x4bed7e8, ei=0x7dc4c08, caller=0x7ed82f0) [/home/austin/wine-valgrind/dlls/mshtml/../../include/mshtml.h:25872] in mshtml (0x04bed728) 3 0x0641249a DispatchEx_InvokeEx+0x347(iface=, id=, lcid=, wFlags=, pdp=, pvarRes=, pei=, pspCaller=) [/home/austin/wine-valgrind/dlls/mshtml/dispex.c:1569] in mshtml (0x04bed788) 4 0x162855f0 disp_call_value+0x353(ctx=0x7dc4bd8, disp=0x7eda648, jsthis=(nil), flags=0x4000, argc=0, argv=(nil), r=0x7c4455c) [/home/austin/wine-valgrind/dlls/jscript/../../include/dispex.h:318] in jscript (0x04bed888) 5 0x1628a9f4 interp_new+0x123(ctx=0x7dc4bd8) [/home/austin/wine-valgrind/dlls/jscript/engine.c:1176] in jscript (0x04bed8f8) 6 0x1628da3d enter_bytecode+0x77(ctx=0x7dc4bd8, r=0x4bedb54) [/home/austin/wine-valgrind/dlls/jscript/engine.c:2787] in jscript (0x04bed958) 7 0x1628e998 exec_source+0x375(ctx=0x7dc4bd8, flags=0, bytecode=0x7ec1650, function=0x7ec1674, scope=(nil), this_obj=0x7eda1e0, function_instance=0x846a5f8, variable_obj=0x8462868, argc=0, argv=0x4bedb5c, r=0x4bedb54) [/home/austin/wine-valgrind/dlls/jscript/engine.c:3040] in jscript (0x04bed9b8) 8 0x1629045d invoke_source+0x105(ctx=0x7dc4bd8, function=0x846a5f8, this_obj=0x7eda1e0, argc=0, argv=0x4bedb5c, is_constructor=0, caller_execs_source=0, r=0x4bedb54) [/home/austin/wine-valgrind/dlls/jscript/function.c:257] in jscript (0x04beda28) 9 0x16291393 Function_invoke+0x16f(func_this=0x846a5f8, jsthis=0x7eda1e0, flags=0x1, argc=0, argv=0x4bedb5c, r=0x4bedb54) [/home/austin/wine-valgrind/dlls/jscript/function.c:350] in jscript (0x04beda88) 10 0x162858c8 invoke_prop_func+0x13f(This=0x846a5f8, jsthis=0x7eda1e0, prop=0x846a648, flags=0x1, argc=0, argv=0x4bedb5c, r=0x4bedb54, caller=(nil)) [/home/austin/wine-valgrind/dlls/jscript/dispex.c:383] in jscript (0x04bedaf8) 11 0x16285c2d DispatchEx_InvokeEx+0x1c7(iface=, id=, lcid=, wFlags=, pdp=, pvarRes=, pei=, pspCaller=) [/home/austin/wine-valgrind/dlls/jscript/dispex.c:684] in jscript (0x04bedba8) 12 0x064479db call_disp_func+0x6f(disp=0x846a5f8, dp=0x4bedc98, retv=0x4bedc78) [/home/austin/wine-valgrind/dlls/mshtml/../../include/dispex.h:318] in mshtml (0x04bedc38) 13 0x06447c5d call_event_handlers+0x17b(event_target=0x7eda1e0, event=0x8477280) [/home/austin/wine-valgrind/dlls/mshtml/htmlevent.c:1324] in mshtml (0x04bedd68) 14 0x06448e07 dispatch_event+0x272(event_target=0x7eda1e0, event=0x8477280) [/home/austin/wine-valgrind/dlls/mshtml/htmlevent.c:1570] in mshtml (0x04beddd8) 15 0x0649da41 handle_load+0x1a2(iface=, event=) [/home/austin/wine-valgrind/dlls/mshtml/nsevents.c:281] in mshtml (0x04bede28) 16 0x6b18a8a9 in xul (+0x134a8a8) (0x0dcb8924) 17 0x0dabc5e0 (0x0491fb49) 0x0649cf60 create_nsxhr+0x103 [/home/austin/wine-valgrind/dlls/mshtml/nsembed.c:2235] in mshtml: call 0x06497ab4 call_thiscall_func in mshtml 2235 nspri = nsIScriptObjectPrincipal_GetPrincipal(sop); Modules: Module Address Debug info Name (132 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4027000- 402a000 Deferred vgpreload_core-x86-linux.so ELF 402a000- 403a000 Deferred vgpreload_memcheck-x86-linux.so ELF 403a000- 41ef000 Dwarf libwine.so.1 ELF 4242000- 4261000 Deferred libpthread.so.0 ELF 4261000- 442d000 Deferred libc.so.6 ELF 442d000- 4432000 Deferred libdl.so.2 ELF 4858000- 4872000 Deferred version \-PE 4860000- 4872000 \ version ELF 4887000- 48e5000 Deferred libm.so.6 ELF 4a00000- 4ae5000 Deferred mshtml_test \-PE 4a10000- 4ae5000 \ mshtml_test ELF 4bf0000- 4d3a000 Deferred ole32 \-PE 4c10000- 4d3a000 \ ole32 ELF 4e3a000- 4eac000 Deferred advapi32 \-PE 4e50000- 4eac000 \ advapi32 ELF 4eac000- 5085000 Deferred user32 \-PE 4ec0000- 5085000 \ user32 ELF 5185000- 5299000 Deferred gdi32 \-PE 5190000- 5299000 \ gdi32 ELF 5299000- 5314000 Deferred rpcrt4 \-PE 52a0000- 5314000 \ rpcrt4 ELF 5314000- 5439000 Deferred oleaut32 \-PE 5330000- 5439000 \ oleaut32 ELF 5539000- 55a9000 Deferred wininet \-PE 5540000- 55a9000 \ wininet ELF 55a9000- 55dd000 Deferred ws2_32 \-PE 55b0000- 55dd000 \ ws2_32 ELF 55e5000- 55f7000 Deferred libbz2.so.1 ELF 55fc000- 5615000 Deferred libz.so.1 ELF 5615000- 563d000 Deferred mpr \-PE 5620000- 563d000 \ mpr ELF 563d000- 56af000 Deferred shlwapi \-PE 5650000- 56af000 \ shlwapi ELF 56af000- 58f1000 Deferred shell32 \-PE 56c0000- 58f1000 \ shell32 ELF 59f1000- 5a8d000 Deferred urlmon \-PE 5a00000- 5a8d000 \ urlmon ELF 5ae0000- 5b9c000 Deferred libfreetype.so.6 ELF 5e9c000- 5edb000 Deferred libpng16.so.16 ELF 5ee3000- 5f2d000 Deferred libfontconfig.so.1 ELF 5f35000- 5f60000 Deferred libexpat.so.1 ELF 5fa5000- 5fb1000 Deferred libxcursor.so.1 ELF 5fb9000- 5fc0000 Deferred libxfixes.so.3 ELF 5fd3000- 5ff6000 Deferred imm32 \-PE 5fe0000- 5ff6000 \ imm32 ELF 5ff6000- 607f000 Deferred winex11 \-PE 6000000- 607f000 \ winex11 ELF 608b000- 608f000 Deferred libxinerama.so.1 ELF 6093000- 609a000 Deferred libxxf86vm.so.1 ELF 609e000- 60aa000 Deferred libxrender.so.1 ELF 60ae000- 60bb000 Deferred libxrandr.so.2 ELF 60bf000- 60c3000 Deferred libxcomposite.so.1 ELF 60d2000- 60e7000 Deferred libxext.so.6 ELF 60e7000- 6235000 Deferred libx11.so.6 ELF 6235000- 6262000 Deferred libxcb.so.1 ELF 6262000- 6267000 Deferred libxau.so.6 ELF 6267000- 626e000 Deferred libxdmcp.so.6 ELF 626e000- 628a000 Deferred libbsd.so.0 ELF 628a000- 6294000 Deferred librt.so.1 ELF 62eb000- 62fe000 Deferred libxi.so.6 ELF 6379000- 6390000 Deferred dwmapi \-PE 6380000- 6390000 \ dwmapi ELF 63ea000- 6572000 Dwarf mshtml \-PE 6400000- 6572000 \ mshtml ELF 6d06000- 6d22000 Deferred wsock32 \-PE 6d10000- 6d22000 \ wsock32 ELF 9530000- 95e6000 Deferred msvcrt \-PE 9550000- 95e6000 \ msvcrt PE 95f0000- 9806000 Deferred nss3 ELF 9806000- 98bc000 Deferred winmm \-PE 9810000- 98bc000 \ winmm ELF 98bc000- 98e6000 Deferred msacm32 \-PE 98c0000- 98e6000 \ msacm32 ELF 98e6000- 990f000 Deferred iphlpapi \-PE 98f0000- 990f000 \ iphlpapi ELF 991b000- 9958000 Deferred winspool \-PE 9920000- 9958000 \ winspool ELF 9962000- 997a000 Deferred libresolv.so.2 ELF 997a000- 9a62000 Deferred comdlg32 \-PE 9980000- 9a62000 \ comdlg32 ELF 9a62000- 9b79000 Deferred comctl32 \-PE 9a70000- 9b79000 \ comctl32 ELF 9b7d000- 9b91000 Deferred msimg32 \-PE 9b80000- 9b91000 \ msimg32 ELF 9b9d000- 9bcc000 Deferred netapi32 \-PE 9ba0000- 9bcc000 \ netapi32 ELF 9bd4000- 9be8000 Deferred psapi \-PE 9be0000- 9be8000 \ psapi ELF 9bf8000- 9c14000 Deferred rasapi32 \-PE 9c00000- 9c14000 \ rasapi32 ELF 9c20000- 9c35000 Deferred rasdlg \-PE 9c30000- 9c35000 \ rasdlg ELF 9c41000- 9c74000 Deferred secur32 \-PE 9c50000- 9c74000 \ secur32 ELF 9c80000- 9cea000 Deferred setupapi \-PE 9c90000- 9cea000 \ setupapi ELF 9cf6000- 9d0e000 Deferred userenv \-PE 9d00000- 9d0e000 \ userenv ELF 9d1a000- 9d5b000 Deferred usp10 \-PE 9d20000- 9d5b000 \ usp10 ELF 9d6b000- 9da1000 Deferred uxtheme \-PE 9d70000- 9da1000 \ uxtheme ELF 9dad000- 9de1000 Deferred wintrust \-PE 9db0000- 9de1000 \ wintrust ELF 9de9000- 9eb2000 Deferred crypt32 \-PE 9df0000- 9eb2000 \ crypt32 ELF a14f000- a1d4000 Deferred libcups.so.2 ELF a2d8000- a42b000 Deferred libgnutls.so.30 ELF a833000- a9a3000 Deferred libunistring.so.2 ELF a9ab000- a9c0000 Deferred libtasn1.so.6 ELF a9c0000- a9ff000 Deferred libnettle.so.6 ELF aa03000- aa3a000 Deferred libhogweed.so.4 ELF aa42000- aab8000 Deferred libgmp.so.10 ELF aac0000- aade000 Deferred libidn2.so.0 ELF d60b000- d62c000 Deferred dnsapi \-PE d610000- d62c000 \ dnsapi ELF 11550000-11584000 Deferred msctf \-PE 11560000-11584000 \ msctf ELF 16261000-162ef000 Dwarf jscript \-PE 16270000-162ef000 \ jscript ELF 18de4000-18e0c000 Deferred mlang \-PE 18df0000-18e0c000 \ mlang ELF 1b413000-1b42e000 Deferred libgcc_s.so.1 PE 661c0000-662a4000 Deferred mozglue PE 69e40000-6d7d7000 Export xul PE 70a80000-70b5d000 Deferred lgpllibs ELF 7b400000-7b7e0000 Deferred kernel32 \-PE 7b410000-7b7e0000 \ kernel32 ELF 7bc00000-7bcec000 Deferred ntdll \-PE 7bc10000-7bcec000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000092 0 00000023 0 0000001e 0 00000018 0 00000013 0 00000010 0 0000000f 0 00000011 winedevice.exe 0000001d 0 00000017 0 00000016 0 00000012 0 0000001b plugplay.exe 00000020 0 0000001f 0 0000001c 0 00000021 winedevice.exe 0000002a 0 00000025 0 00000024 0 00000022 0 00000028 explorer.exe 0000002f 0 0000002c 0 0000002b 0 00000029 0 0000002d winemine.exe 0000002e 0 00000090 rpcss.exe 00000096 0 00000095 0 00000094 0 00000093 0 00000091 0 0000017d iexplore.exe 0000017f 0 00000180 0 00000190 (D) Z:\home\austin\wine-valgrind\dlls\mshtml\tests\mshtml_test.exe 00000152 -1 00000151 0 00000150 0 00000147 0 0000014e 0 0000014a 0 0000014b 0 00000148 0 00000145 0 00000149 0 00000143 0 00000146 0 00000141 0 00000144 0 0000013f 0 00000142 0 0000013d 0 00000140 -1 0000013b -1 0000013e 0 0000013a 0 00000139 0 0000013c 0 00000132 0 00000131 0 00000137 0 00000138 0 00000198 0 0000017e 0 000001bb 0 000001c5 0 000001c8 0 000001ba 0 00000199 0 0000019b 0 00000193 0 0000019c 0 <== System information: Wine build: wine-2.19-496-gfa68f683c8 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 ==3285== 28 bytes in 1 blocks are possibly lost in loss record 727 of 3,284 ==3285== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3285== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3285== by 0x649373C: heap_alloc (mshtml_private.h:1180) ==3285== by 0x6495FD3: async_start_doc_binding (navigate.c:1872) ==3285== by 0x64A64EC: async_open (nsio.c:1064) ==3285== by 0x64A691F: nsChannel_AsyncOpen (nsio.c:1173) ==3285== by 0x6A59939E: ??? ==3285== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:async_start_doc_binding fun:async_open fun:nsChannel_AsyncOpen obj:* } ==3285== 32 bytes in 1 blocks are possibly lost in loss record 932 of 3,284 ==3285== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3285== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3285== by 0x4C3AA64: IMalloc_fnAlloc (ifs.c:187) ==3285== by 0x4C3AE6B: IMalloc_Alloc (objidl.h:1405) ==3285== by 0x4C3AE6B: CoTaskMemAlloc (???:0) ==3285== by 0x533C0C5: alloc_bstr (oleaut.c:177) ==3285== by 0x533C553: SysAllocStringLen (oleaut.c:355) ==3285== by 0x533C5E7: SysAllocString (oleaut.c:247) ==3285== by 0x5A31EB3: Uri_GetPropertyBSTR (uri.c:4376) ==3285== by 0x5A29EDF: IUri_GetPropertyBSTR (urlmon.h:5916) ==3285== by 0x5A29EDF: Uri_GetDisplayUri (???:0) ==3285== by 0x5A26A81: IUri_GetDisplayUri (urlmon.h:5934) ==3285== by 0x5A26A81: create_moniker (???:0) ==3285== by 0x5A270F6: CreateURLMonikerEx2 (umon.c:708) ==3285== by 0x64A642B: async_open (nsio.c:1045) ==3285== by 0x64A691F: nsChannel_AsyncOpen (nsio.c:1173) ==3285== by 0x6A59939E: ??? ==3285== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:alloc_bstr fun:SysAllocStringLen fun:SysAllocString fun:Uri_GetPropertyBSTR fun:IUri_GetPropertyBSTR fun:Uri_GetDisplayUri fun:IUri_GetDisplayUri fun:create_moniker fun:CreateURLMonikerEx2 fun:async_open fun:nsChannel_AsyncOpen obj:* } ==3285== 32 bytes in 1 blocks are possibly lost in loss record 933 of 3,284 ==3285== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3285== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3285== by 0x4C3AA64: IMalloc_fnAlloc (ifs.c:187) ==3285== by 0x4C3AE6B: IMalloc_Alloc (objidl.h:1405) ==3285== by 0x4C3AE6B: CoTaskMemAlloc (???:0) ==3285== by 0x533C0C5: alloc_bstr (oleaut.c:177) ==3285== by 0x533C553: SysAllocStringLen (oleaut.c:355) ==3285== by 0x533C5E7: SysAllocString (oleaut.c:247) ==3285== by 0x5A31EB3: Uri_GetPropertyBSTR (uri.c:4376) ==3285== by 0x5A29EDF: IUri_GetPropertyBSTR (urlmon.h:5916) ==3285== by 0x5A29EDF: Uri_GetDisplayUri (???:0) ==3285== by 0x64B3DBA: IUri_GetDisplayUri (urlmon.h:5934) ==3285== by 0x64B3DBA: set_current_uri (???:0) ==3285== by 0x64B3FDB: set_current_mon (persist.c:178) ==3285== by 0x64A647D: async_open (nsio.c:1052) ==3285== by 0x64A691F: nsChannel_AsyncOpen (nsio.c:1173) ==3285== by 0x6A59939E: ??? ==3285== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:alloc_bstr fun:SysAllocStringLen fun:SysAllocString fun:Uri_GetPropertyBSTR fun:IUri_GetPropertyBSTR fun:Uri_GetDisplayUri fun:IUri_GetDisplayUri fun:set_current_uri fun:set_current_mon fun:async_open fun:nsChannel_AsyncOpen obj:* } make[1]: *** [Makefile:442: script.ok] Error 29 ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so style && touch style.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20421== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20421_abe11cad is empty ==20421== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==20421== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20421_abe11cad is empty ==20421== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==20421== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20421_abe11cad is empty ==20421== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==20421== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp20421_abe11cad is empty ==20421== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==20421== Invalid read of size 2 ==20421== at 0x4A919B7: wine_dbgstr_wn (test.h:480) ==20421== by 0x4A7C778: wine_dbgstr_w (test.h:70) ==20421== by 0x4A86ADC: test_body_style (style.c:1575) ==20421== by 0x4A8C89E: basic_style_test (style.c:2998) ==20421== by 0x4A8CBD8: run_test (style.c:3207) ==20421== by 0x4A8CC7E: func_style (style.c:3219) ==20421== by 0x4A91401: run_test (test.h:603) ==20421== by 0x4A91E56: main (test.h:687) ==20421== Address 0x4928504 is 4 bytes inside a block of size 21 free'd ==20421== at 0x7BC45D27: notify_free (heap.c:268) ==20421== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==20421== by 0x5354DF3: heap_free (typelib.h:616) ==20421== by 0x535DB69: MSFT_ReadAllNames (typelib.c:2163) ==20421== by 0x535EFDD: ITypeLib2_Constructor_MSFT (typelib.c:3495) ==20421== by 0x536175A: TLB_ReadTypeLib (typelib.c:3375) ==20421== by 0x53629B7: LoadTypeLibEx (typelib.c:480) ==20421== by 0x5362AEB: LoadTypeLib (typelib.c:453) ==20421== by 0x5362F6B: ITypeInfo_fnGetRefTypeInfo (typelib.c:7878) ==20421== by 0x53639AA: ITypeInfo_GetRefTypeInfo (oaidl.h:1552) ==20421== by 0x53639AA: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==20421== by 0x53639CB: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==20421== by 0x5363B03: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==20421== by 0x63A70CB: ITypeInfo_GetFuncDesc (oaidl.h:1525) ==20421== by 0x63A70CB: process_interface (???:0) ==20421== by 0x63A738B: preprocess_dispex_data (dispex.c:427) ==20421== by 0x63A7BCD: ensure_dispex_info (dispex.c:1373) ==20421== by 0x63A9AD7: init_dispex_with_compat_mode (dispex.c:1843) ==20421== by 0x63C7FB5: init_dispex (mshtml_private.h:347) ==20421== by 0x63C8077: create_document_object (htmldoc.c:5418) ==20421== by 0x63C88D5: HTMLDocument_Create (htmldoc.c:5474) ==20421== by 0x64245A7: ClassFactory_CreateInstance (main.c:299) ==20421== Block was alloc'd at ==20421== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20421== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20421== by 0x5354AC7: heap_alloc (typelib.h:601) ==20421== by 0x535DADB: MSFT_ReadAllNames (typelib.c:2146) ==20421== by 0x535EFDD: ITypeLib2_Constructor_MSFT (typelib.c:3495) ==20421== by 0x536175A: TLB_ReadTypeLib (typelib.c:3375) ==20421== by 0x53629B7: LoadTypeLibEx (typelib.c:480) ==20421== by 0x5362AEB: LoadTypeLib (typelib.c:453) ==20421== by 0x5362F6B: ITypeInfo_fnGetRefTypeInfo (typelib.c:7878) ==20421== by 0x53639AA: ITypeInfo_GetRefTypeInfo (oaidl.h:1552) ==20421== by 0x53639AA: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==20421== by 0x53639CB: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==20421== by 0x5363B03: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==20421== by 0x63A70CB: ITypeInfo_GetFuncDesc (oaidl.h:1525) ==20421== by 0x63A70CB: process_interface (???:0) ==20421== by 0x63A738B: preprocess_dispex_data (dispex.c:427) ==20421== by 0x63A7BCD: ensure_dispex_info (dispex.c:1373) ==20421== by 0x63A9AD7: init_dispex_with_compat_mode (dispex.c:1843) ==20421== by 0x63C7FB5: init_dispex (mshtml_private.h:347) ==20421== by 0x63C8077: create_document_object (htmldoc.c:5418) ==20421== by 0x63C88D5: HTMLDocument_Create (htmldoc.c:5474) ==20421== by 0x64245A7: ClassFactory_CreateInstance (main.c:299) ==20421== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:wine_dbgstr_w fun:test_body_style fun:basic_style_test fun:run_test fun:func_style fun:run_test fun:main } ==20421== Invalid read of size 2 ==20421== at 0x4A919FC: wine_dbgstr_wn (test.h:490) ==20421== by 0x4A7C778: wine_dbgstr_w (test.h:70) ==20421== by 0x4A86ADC: test_body_style (style.c:1575) ==20421== by 0x4A8C89E: basic_style_test (style.c:2998) ==20421== by 0x4A8CBD8: run_test (style.c:3207) ==20421== by 0x4A8CC7E: func_style (style.c:3219) ==20421== by 0x4A91401: run_test (test.h:603) ==20421== by 0x4A91E56: main (test.h:687) ==20421== Address 0x4928504 is 4 bytes inside a block of size 21 free'd ==20421== at 0x7BC45D27: notify_free (heap.c:268) ==20421== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==20421== by 0x5354DF3: heap_free (typelib.h:616) ==20421== by 0x535DB69: MSFT_ReadAllNames (typelib.c:2163) ==20421== by 0x535EFDD: ITypeLib2_Constructor_MSFT (typelib.c:3495) ==20421== by 0x536175A: TLB_ReadTypeLib (typelib.c:3375) ==20421== by 0x53629B7: LoadTypeLibEx (typelib.c:480) ==20421== by 0x5362AEB: LoadTypeLib (typelib.c:453) ==20421== by 0x5362F6B: ITypeInfo_fnGetRefTypeInfo (typelib.c:7878) ==20421== by 0x53639AA: ITypeInfo_GetRefTypeInfo (oaidl.h:1552) ==20421== by 0x53639AA: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==20421== by 0x53639CB: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==20421== by 0x5363B03: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==20421== by 0x63A70CB: ITypeInfo_GetFuncDesc (oaidl.h:1525) ==20421== by 0x63A70CB: process_interface (???:0) ==20421== by 0x63A738B: preprocess_dispex_data (dispex.c:427) ==20421== by 0x63A7BCD: ensure_dispex_info (dispex.c:1373) ==20421== by 0x63A9AD7: init_dispex_with_compat_mode (dispex.c:1843) ==20421== by 0x63C7FB5: init_dispex (mshtml_private.h:347) ==20421== by 0x63C8077: create_document_object (htmldoc.c:5418) ==20421== by 0x63C88D5: HTMLDocument_Create (htmldoc.c:5474) ==20421== by 0x64245A7: ClassFactory_CreateInstance (main.c:299) ==20421== Block was alloc'd at ==20421== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20421== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20421== by 0x5354AC7: heap_alloc (typelib.h:601) ==20421== by 0x535DADB: MSFT_ReadAllNames (typelib.c:2146) ==20421== by 0x535EFDD: ITypeLib2_Constructor_MSFT (typelib.c:3495) ==20421== by 0x536175A: TLB_ReadTypeLib (typelib.c:3375) ==20421== by 0x53629B7: LoadTypeLibEx (typelib.c:480) ==20421== by 0x5362AEB: LoadTypeLib (typelib.c:453) ==20421== by 0x5362F6B: ITypeInfo_fnGetRefTypeInfo (typelib.c:7878) ==20421== by 0x53639AA: ITypeInfo_GetRefTypeInfo (oaidl.h:1552) ==20421== by 0x53639AA: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==20421== by 0x53639CB: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==20421== by 0x5363B03: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==20421== by 0x63A70CB: ITypeInfo_GetFuncDesc (oaidl.h:1525) ==20421== by 0x63A70CB: process_interface (???:0) ==20421== by 0x63A738B: preprocess_dispex_data (dispex.c:427) ==20421== by 0x63A7BCD: ensure_dispex_info (dispex.c:1373) ==20421== by 0x63A9AD7: init_dispex_with_compat_mode (dispex.c:1843) ==20421== by 0x63C7FB5: init_dispex (mshtml_private.h:347) ==20421== by 0x63C8077: create_document_object (htmldoc.c:5418) ==20421== by 0x63C88D5: HTMLDocument_Create (htmldoc.c:5474) ==20421== by 0x64245A7: ClassFactory_CreateInstance (main.c:299) ==20421== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:wine_dbgstr_w fun:test_body_style fun:basic_style_test fun:run_test fun:func_style fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so xmlhttprequest && touch xmlhttprequest.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==4531== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp4531_a33e6303 is empty ==4531== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==4531== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp4531_a33e6303 is empty ==4531== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==4531== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp4531_a33e6303 is empty ==4531== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==4531== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp4531_a33e6303 is empty ==4531== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb wine: Unhandled illegal instruction at address 0x6444f60 (thread 01a4), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==4742== 32 bytes in 1 blocks are possibly lost in loss record 694 of 2,678 ==4742== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4742== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4742== by 0x4C3AA64: IMalloc_fnAlloc (ifs.c:187) ==4742== by 0x4C3AE6B: IMalloc_Alloc (objidl.h:1405) ==4742== by 0x4C3AE6B: CoTaskMemAlloc (???:0) ==4742== by 0x533C0C5: alloc_bstr (oleaut.c:177) ==4742== by 0x533C553: SysAllocStringLen (oleaut.c:355) ==4742== by 0x4A8CCF9: a2bstr (xmlhttprequest.c:37) ==4742== by 0x4A90FF5: func_xmlhttprequest (xmlhttprequest.c:1108) ==4742== by 0x4A91401: run_test (test.h:603) ==4742== by 0x4A91E56: main (test.h:687) ==4742== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:alloc_bstr fun:SysAllocStringLen fun:a2bstr fun:func_xmlhttprequest fun:run_test fun:main } ==4742== 96 bytes in 1 blocks are possibly lost in loss record 1,780 of 2,678 ==4742== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4742== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4742== by 0x556F1D4: heap_alloc_zero (internet.h:99) ==4742== by 0x556FEA3: create_netconn (netconnection.c:348) ==4742== by 0x5562E6F: open_http_connection (http.c:4799) ==4742== by 0x55649A3: HTTP_HttpSendRequestW (http.c:4940) ==4742== by 0x5565323: AsyncHttpSendRequestProc (http.c:5207) ==4742== by 0x556811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==4742== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==4742== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==4742== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4742== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4742== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4742== by 0x7BC7BD15: thread_startup (thread.c:484) ==4742== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4742== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } Unhandled exception: illegal instruction in 32-bit code (0x06444f60). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:06444f60 ESP:04befb40 EBP:04befb88 EFLAGS:00000014( - -- -A-P- ) EAX:1134e3fc EBX:06509000 ECX:64b665e1 EDX:6d497b48 ESI:00000000 EDI:00000000 Stack dump: 0x04befb40: 6a864faa 1134e3fc 04befb5c 0647651a 0x04befb50: 0492a4e0 00000002 04befb78 1134e3fc 0x04befb60: 1134e368 1134e3f0 04befb90 838fb000 0x04befb70: 00000009 04befc18 04befba8 06509000 0x04befb80: 04aac02c 0492a4e0 04befbc8 064753ea 0x04befb90: 11262ae4 04ac7000 04befbc8 064753a8 Backtrace: =>0 0x06444f60 create_nsxhr+0x103(nswindow=0x11262ae4) [/home/austin/wine-valgrind/dlls/mshtml/nsembed.c:2235] in mshtml (0x04befb88) 1 0x064753ea HTMLXMLHttpRequestFactory_create+0x6d(iface=, p=) [/home/austin/wine-valgrind/dlls/mshtml/xmlhttprequest.c:888] in mshtml (0x04befbc8) 2 0x04a8e075 create_xmlhttprequest+0x1e4(doc=) [/home/austin/wine-valgrind/dlls/mshtml/tests/../../../include/mshtml.h:25872] in mshtml_test (0x04befc48) 3 0x04a8f570 test_sync_xhr+0x56(doc=0x491d590, xml_url="http://test.winehq.org/tests/xmltest.xml", expect_text=" TEST") [/home/austin/wine-valgrind/dlls/mshtml/tests/xmlhttprequest.c:631] in mshtml_test (0x04befd28) 4 0x04a9101e func_xmlhttprequest+0x4f() [/home/austin/wine-valgrind/dlls/mshtml/tests/xmlhttprequest.c:1111] in mshtml_test (0x04befd38) 5 0x04a91402 run_test+0x76(name="xmlhttprequest") [/home/austin/wine-valgrind/dlls/mshtml/tests/../../../include/wine/test.h:603] in mshtml_test (0x04befd68) 6 0x04a91e57 main+0x1ec(argc=, argv=) [/home/austin/wine-valgrind/dlls/mshtml/tests/../../../include/wine/test.h:687] in mshtml_test (0x04befe28) 7 0x04a91ed6 __wine_spec_exe_entry+0x5d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in mshtml_test (0x04befe68) 8 0x7b459034 call_process_entry+0xb() in kernel32 (0x04befe88) 9 0x7b45b4b6 start_process+0xed(entry=) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1123] in kernel32 (0x04befec8) 10 0x7bc716f0 call_thread_func_wrapper+0xb() in ntdll (0x04befedc) 11 0x7bc744e7 call_thread_func+0x65(entry=0x7b45b3c8, arg=0x4a91e78, frame=0x4beffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04beffcc) 12 0x7bc716ce call_thread_entry_point+0x11() in ntdll (0x04beffec) 0x06444f60 create_nsxhr+0x103 [/home/austin/wine-valgrind/dlls/mshtml/nsembed.c:2235] in mshtml: call 0x0643fab4 call_thiscall_func in mshtml 2235 nspri = nsIScriptObjectPrincipal_GetPrincipal(sop); Modules: Module Address Debug info Name (130 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4027000- 402a000 Deferred vgpreload_core-x86-linux.so ELF 402a000- 403a000 Deferred vgpreload_memcheck-x86-linux.so ELF 403a000- 41ef000 Dwarf libwine.so.1 ELF 4242000- 4261000 Deferred libpthread.so.0 ELF 4261000- 442d000 Deferred libc.so.6 ELF 442d000- 4432000 Deferred libdl.so.2 ELF 484c000- 4851000 Deferred libxau.so.6 ELF 4858000- 4872000 Deferred version \-PE 4860000- 4872000 \ version ELF 4887000- 48e5000 Deferred libm.so.6 ELF 4a00000- 4ae5000 Dwarf mshtml_test \-PE 4a10000- 4ae5000 \ mshtml_test ELF 4bf0000- 4d3a000 Deferred ole32 \-PE 4c10000- 4d3a000 \ ole32 ELF 4e3a000- 4eac000 Deferred advapi32 \-PE 4e50000- 4eac000 \ advapi32 ELF 4eac000- 5085000 Deferred user32 \-PE 4ec0000- 5085000 \ user32 ELF 5185000- 5299000 Deferred gdi32 \-PE 5190000- 5299000 \ gdi32 ELF 5299000- 5314000 Deferred rpcrt4 \-PE 52a0000- 5314000 \ rpcrt4 ELF 5314000- 5439000 Deferred oleaut32 \-PE 5330000- 5439000 \ oleaut32 ELF 5539000- 55a9000 Deferred wininet \-PE 5540000- 55a9000 \ wininet ELF 55b5000- 55e9000 Deferred ws2_32 \-PE 55c0000- 55e9000 \ ws2_32 ELF 55fc000- 5615000 Deferred libz.so.1 ELF 5615000- 563d000 Deferred mpr \-PE 5620000- 563d000 \ mpr ELF 563d000- 56af000 Deferred shlwapi \-PE 5650000- 56af000 \ shlwapi ELF 56af000- 58f1000 Deferred shell32 \-PE 56c0000- 58f1000 \ shell32 ELF 59f1000- 5a8d000 Deferred urlmon \-PE 5a00000- 5a8d000 \ urlmon ELF 5aec000- 5ba8000 Deferred libfreetype.so.6 ELF 5eac000- 5ebe000 Deferred libbz2.so.1 ELF 5ec6000- 5f05000 Deferred libpng16.so.16 ELF 5f0d000- 5f57000 Deferred libfontconfig.so.1 ELF 5f5b000- 5f86000 Deferred libexpat.so.1 ELF 5fbf000- 5fcb000 Deferred libxcursor.so.1 ELF 5fcf000- 5fd6000 Deferred libxfixes.so.3 ELF 5ff1000- 6014000 Deferred imm32 \-PE 6000000- 6014000 \ imm32 ELF 6014000- 609d000 Deferred winex11 \-PE 6020000- 609d000 \ winex11 ELF 60a9000- 60ad000 Deferred libxinerama.so.1 ELF 60b1000- 60b8000 Deferred libxxf86vm.so.1 ELF 60bc000- 60c8000 Deferred libxrender.so.1 ELF 60cc000- 60d9000 Deferred libxrandr.so.2 ELF 60dd000- 60e1000 Deferred libxcomposite.so.1 ELF 60f0000- 6105000 Deferred libxext.so.6 ELF 6105000- 6253000 Deferred libx11.so.6 ELF 6253000- 6280000 Deferred libxcb.so.1 ELF 6280000- 6287000 Deferred libxdmcp.so.6 ELF 628b000- 62a7000 Deferred libbsd.so.0 ELF 62ab000- 62b5000 Deferred librt.so.1 ELF 630c000- 631f000 Deferred libxi.so.6 ELF 6392000- 651a000 Dwarf mshtml \-PE 63b0000- 651a000 \ mshtml ELF 9530000- 95e6000 Deferred msvcrt \-PE 9550000- 95e6000 \ msvcrt PE 95f0000- 9806000 Deferred nss3 ELF 9806000- 98bc000 Deferred winmm \-PE 9810000- 98bc000 \ winmm ELF 98bc000- 98e6000 Deferred msacm32 \-PE 98c0000- 98e6000 \ msacm32 ELF 98e6000- 9902000 Deferred wsock32 \-PE 98f0000- 9902000 \ wsock32 ELF 9902000- 992b000 Deferred iphlpapi \-PE 9910000- 992b000 \ iphlpapi ELF 992b000- 9968000 Deferred winspool \-PE 9930000- 9968000 \ winspool ELF 997e000- 9996000 Deferred libresolv.so.2 ELF 9996000- 9a7e000 Deferred comdlg32 \-PE 99a0000- 9a7e000 \ comdlg32 ELF 9a7e000- 9b95000 Deferred comctl32 \-PE 9a90000- 9b95000 \ comctl32 ELF 9b95000- 9ba9000 Deferred msimg32 \-PE 9ba0000- 9ba9000 \ msimg32 ELF 9ba9000- 9bd8000 Deferred netapi32 \-PE 9bb0000- 9bd8000 \ netapi32 ELF 9be4000- 9bf8000 Deferred psapi \-PE 9bf0000- 9bf8000 \ psapi ELF 9c04000- 9c20000 Deferred rasapi32 \-PE 9c10000- 9c20000 \ rasapi32 ELF 9c2c000- 9c41000 Deferred rasdlg \-PE 9c30000- 9c41000 \ rasdlg ELF 9c4d000- 9c80000 Deferred secur32 \-PE 9c50000- 9c80000 \ secur32 ELF 9c88000- 9cf2000 Deferred setupapi \-PE 9c90000- 9cf2000 \ setupapi ELF 9cfe000- 9d16000 Deferred userenv \-PE 9d00000- 9d16000 \ userenv ELF 9d22000- 9d63000 Deferred usp10 \-PE 9d30000- 9d63000 \ usp10 ELF 9d6f000- 9da5000 Deferred uxtheme \-PE 9d80000- 9da5000 \ uxtheme ELF 9db1000- 9de5000 Deferred wintrust \-PE 9dc0000- 9de5000 \ wintrust ELF 9ded000- 9eb6000 Deferred crypt32 \-PE 9e00000- 9eb6000 \ crypt32 ELF a118000- a12f000 Deferred dwmapi \-PE a120000- a12f000 \ dwmapi ELF a143000- a1c8000 Deferred libcups.so.2 ELF a2d0000- a423000 Deferred libgnutls.so.30 ELF a701000- a722000 Deferred dnsapi \-PE a710000- a722000 \ dnsapi ELF a827000- a997000 Deferred libunistring.so.2 ELF a99f000- a9b4000 Deferred libtasn1.so.6 ELF a9b8000- a9f7000 Deferred libnettle.so.6 ELF a9fb000- aa32000 Deferred libhogweed.so.4 ELF aa36000- aaac000 Deferred libgmp.so.10 ELF aab0000- aace000 Deferred libidn2.so.0 ELF 12134000-12168000 Deferred msctf \-PE 12140000-12168000 \ msctf ELF 14370000-143fe000 Deferred jscript \-PE 14380000-143fe000 \ jscript ELF 17c37000-17c52000 Deferred libgcc_s.so.1 PE 661c0000-662a4000 Deferred mozglue PE 69e40000-6d7d7000 Deferred xul PE 70a80000-70b5d000 Deferred lgpllibs ELF 7b400000-7b7e0000 Dwarf kernel32 \-PE 7b410000-7b7e0000 \ kernel32 ELF 7bc00000-7bcec000 Dwarf ntdll \-PE 7bc10000-7bcec000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000092 0 00000023 0 0000001e 0 00000018 0 00000013 0 00000010 0 0000000f 0 00000011 winedevice.exe 0000001d 0 00000017 0 00000016 0 00000012 0 0000001b plugplay.exe 00000020 0 0000001f 0 0000001c 0 00000021 winedevice.exe 0000002a 0 00000025 0 00000024 0 00000022 0 00000028 explorer.exe 0000002f 0 0000002c 0 0000002b 0 00000029 0 0000002d winemine.exe 0000002e 0 00000090 rpcss.exe 00000096 0 00000095 0 00000094 0 00000093 0 00000091 0 0000017d iexplore.exe 0000017f 0 00000180 0 000001a3 (D) Z:\home\austin\wine-valgrind\dlls\mshtml\tests\mshtml_test.exe 00000206 0 000001ee 0 000001fb 0 000001d7 0 000001d6 0 000001cc 0 000001cd 0 000001ce 0 000001c9 0 00000189 0 0000019d 0 000001c7 0 00000188 0 0000018b -1 000001c6 0 000001c3 0 0000018c 0 000001c1 0 000001c0 0 000001c2 -1 000001b7 -1 000001bd 0 000001b5 0 000001b6 0 0000019a 0 00000195 0 000001b0 0 000001af 0 000001ae 0 000001ad 0 000001ac 0 000001ab 0 000001aa 0 000001a9 0 000001a8 0 000001a7 0 000001a6 0 000001a5 0 000001a4 0 <== System information: Wine build: wine-2.19-496-gfa68f683c8 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 ==4531== 32 bytes in 1 blocks are possibly lost in loss record 690 of 2,671 ==4531== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4531== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4531== by 0x4C3AA64: IMalloc_fnAlloc (ifs.c:187) ==4531== by 0x4C3AE6B: IMalloc_Alloc (objidl.h:1405) ==4531== by 0x4C3AE6B: CoTaskMemAlloc (???:0) ==4531== by 0x533C0C5: alloc_bstr (oleaut.c:177) ==4531== by 0x533C553: SysAllocStringLen (oleaut.c:355) ==4531== by 0x4A8CCF9: a2bstr (xmlhttprequest.c:37) ==4531== by 0x4A90FF5: func_xmlhttprequest (xmlhttprequest.c:1108) ==4531== by 0x4A91401: run_test (test.h:603) ==4531== by 0x4A91E56: main (test.h:687) ==4531== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:alloc_bstr fun:SysAllocStringLen fun:a2bstr fun:func_xmlhttprequest fun:run_test fun:main } ==4531== 96 bytes in 1 blocks are possibly lost in loss record 1,773 of 2,671 ==4531== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4531== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4531== by 0x556F1D4: heap_alloc_zero (internet.h:99) ==4531== by 0x556FEA3: create_netconn (netconnection.c:348) ==4531== by 0x5562E6F: open_http_connection (http.c:4799) ==4531== by 0x55649A3: HTTP_HttpSendRequestW (http.c:4940) ==4531== by 0x5565323: AsyncHttpSendRequestProc (http.c:5207) ==4531== by 0x556811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==4531== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==4531== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==4531== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4531== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4531== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4531== by 0x7BC7BD15: thread_startup (thread.c:484) ==4531== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4531== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:514: xmlhttprequest.ok] Error 29 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mshtml/tests' make: *** [Makefile:13055: dlls/mshtml/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so action && touch action.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so automation && touch automation.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so db && touch db.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==5829== 32 bytes in 1 blocks are definitely lost in loss record 216 of 609 ==5829== at 0x7BC45CBC: notify_alloc (heap.c:260) ==5829== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==5829== by 0x4E5F348: CreateStreamOnHGlobal (hglobalstream.c:590) ==5829== by 0x4CE71BF: RECORD_StreamFromFile (record.c:708) ==5829== by 0x4CE8764: MSI_RecordSetStreamFromFileW (record.c:766) ==5829== by 0x4CE882A: MsiRecordSetStreamW (record.c:808) ==5829== by 0x4CE88DC: MsiRecordSetStreamA (record.c:790) ==5829== by 0x4A5C81D: test_dbmerge (db.c:8499) ==5829== by 0x4A5E916: func_db (db.c:9750) ==5829== by 0x4B0916D: run_test (test.h:603) ==5829== by 0x4B09BC2: main (test.h:687) ==5829== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_dbmerge fun:func_db fun:run_test fun:main } ==5829== 32 bytes in 1 blocks are definitely lost in loss record 218 of 609 ==5829== at 0x7BC45CBC: notify_alloc (heap.c:260) ==5829== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==5829== by 0x4E5F348: CreateStreamOnHGlobal (hglobalstream.c:590) ==5829== by 0x4CE71BF: RECORD_StreamFromFile (record.c:708) ==5829== by 0x4CE8764: MSI_RecordSetStreamFromFileW (record.c:766) ==5829== by 0x4CE882A: MsiRecordSetStreamW (record.c:808) ==5829== by 0x4CE88DC: MsiRecordSetStreamA (record.c:790) ==5829== by 0x4A526B8: test_streamtable (db.c:1677) ==5829== by 0x4A5E867: func_db (db.c:9715) ==5829== by 0x4B0916D: run_test (test.h:603) ==5829== by 0x4B09BC2: main (test.h:687) ==5829== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_streamtable fun:func_db fun:run_test fun:main } ==5829== 32 bytes in 1 blocks are definitely lost in loss record 219 of 609 ==5829== at 0x7BC45CBC: notify_alloc (heap.c:260) ==5829== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==5829== by 0x4E5F348: CreateStreamOnHGlobal (hglobalstream.c:590) ==5829== by 0x4CE71BF: RECORD_StreamFromFile (record.c:708) ==5829== by 0x4CE8764: MSI_RecordSetStreamFromFileW (record.c:766) ==5829== by 0x4CE882A: MsiRecordSetStreamW (record.c:808) ==5829== by 0x4CE88DC: MsiRecordSetStreamA (record.c:790) ==5829== by 0x4A52805: test_streamtable (db.c:1699) ==5829== by 0x4A5E867: func_db (db.c:9715) ==5829== by 0x4B0916D: run_test (test.h:603) ==5829== by 0x4B09BC2: main (test.h:687) ==5829== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_streamtable fun:func_db fun:run_test fun:main } ==5829== 32 bytes in 1 blocks are definitely lost in loss record 220 of 609 ==5829== at 0x7BC45CBC: notify_alloc (heap.c:260) ==5829== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==5829== by 0x4E5F348: CreateStreamOnHGlobal (hglobalstream.c:590) ==5829== by 0x4CE71BF: RECORD_StreamFromFile (record.c:708) ==5829== by 0x4CE8764: MSI_RecordSetStreamFromFileW (record.c:766) ==5829== by 0x4CE882A: MsiRecordSetStreamW (record.c:808) ==5829== by 0x4CE88DC: MsiRecordSetStreamA (record.c:790) ==5829== by 0x4A52EA3: test_streamtable (db.c:1791) ==5829== by 0x4A5E867: func_db (db.c:9715) ==5829== by 0x4B0916D: run_test (test.h:603) ==5829== by 0x4B09BC2: main (test.h:687) ==5829== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_streamtable fun:func_db fun:run_test fun:main } ==5829== 32 bytes in 1 blocks are definitely lost in loss record 221 of 609 ==5829== at 0x7BC45CBC: notify_alloc (heap.c:260) ==5829== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==5829== by 0x4E5F348: CreateStreamOnHGlobal (hglobalstream.c:590) ==5829== by 0x4CE71BF: RECORD_StreamFromFile (record.c:708) ==5829== by 0x4CE8764: MSI_RecordSetStreamFromFileW (record.c:766) ==5829== by 0x4CE882A: MsiRecordSetStreamW (record.c:808) ==5829== by 0x4CE88DC: MsiRecordSetStreamA (record.c:790) ==5829== by 0x4A532CB: test_binary (db.c:1854) ==5829== by 0x4A5E86C: func_db (db.c:9716) ==5829== by 0x4B0916D: run_test (test.h:603) ==5829== by 0x4B09BC2: main (test.h:687) ==5829== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_binary fun:func_db fun:run_test fun:main } ==5829== 32 bytes in 1 blocks are definitely lost in loss record 222 of 609 ==5829== at 0x7BC45CBC: notify_alloc (heap.c:260) ==5829== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==5829== by 0x4E5F348: CreateStreamOnHGlobal (hglobalstream.c:590) ==5829== by 0x4CE71BF: RECORD_StreamFromFile (record.c:708) ==5829== by 0x4CE8764: MSI_RecordSetStreamFromFileW (record.c:766) ==5829== by 0x4CE882A: MsiRecordSetStreamW (record.c:808) ==5829== by 0x4CE88DC: MsiRecordSetStreamA (record.c:790) ==5829== by 0x4A534BD: test_binary (db.c:1881) ==5829== by 0x4A5E86C: func_db (db.c:9716) ==5829== by 0x4B0916D: run_test (test.h:603) ==5829== by 0x4B09BC2: main (test.h:687) ==5829== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_binary fun:func_db fun:run_test fun:main } ==5829== 32 bytes in 1 blocks are definitely lost in loss record 224 of 609 ==5829== at 0x7BC45CBC: notify_alloc (heap.c:260) ==5829== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==5829== by 0x4E5F348: CreateStreamOnHGlobal (hglobalstream.c:590) ==5829== by 0x4CE71BF: RECORD_StreamFromFile (record.c:708) ==5829== by 0x4CE8764: MSI_RecordSetStreamFromFileW (record.c:766) ==5829== by 0x4CE882A: MsiRecordSetStreamW (record.c:808) ==5829== by 0x4CE88DC: MsiRecordSetStreamA (record.c:790) ==5829== by 0x4A5640A: test_try_transform (db.c:3209) ==5829== by 0x4A5E88F: func_db (db.c:9723) ==5829== by 0x4B0916D: run_test (test.h:603) ==5829== by 0x4B09BC2: main (test.h:687) ==5829== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_try_transform fun:func_db fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so format && touch format.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so install && touch install.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 install.c:4461: Tests skipped: Run in interactive mode to run source path tests. preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 install.c:5635: Tests skipped: this test must be run on 64-bit ==6672== 32 bytes in 1 blocks are definitely lost in loss record 382 of 1,003 ==6672== at 0x7BC45CBC: notify_alloc (heap.c:260) ==6672== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==6672== by 0x4E5F348: CreateStreamOnHGlobal (hglobalstream.c:590) ==6672== by 0x4CE71BF: RECORD_StreamFromFile (record.c:708) ==6672== by 0x4CE8764: MSI_RecordSetStreamFromFileW (record.c:766) ==6672== by 0x4CE882A: MsiRecordSetStreamW (record.c:808) ==6672== by 0x4CE88DC: MsiRecordSetStreamA (record.c:790) ==6672== by 0x4A7BD4E: test_icon_table (install.c:5342) ==6672== by 0x4A7D08C: func_install (install.c:6023) ==6672== by 0x4B0916D: run_test (test.h:603) ==6672== by 0x4B09BC2: main (test.h:687) ==6672== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_icon_table fun:func_install fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==6735== 32 bytes in 1 blocks are definitely lost in loss record 382 of 1,003 ==6735== at 0x7BC45CBC: notify_alloc (heap.c:260) ==6735== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==6735== by 0x4E5F348: CreateStreamOnHGlobal (hglobalstream.c:590) ==6735== by 0x4CE71BF: RECORD_StreamFromFile (record.c:708) ==6735== by 0x4CE8764: MSI_RecordSetStreamFromFileW (record.c:766) ==6735== by 0x4CE882A: MsiRecordSetStreamW (record.c:808) ==6735== by 0x4CE88DC: MsiRecordSetStreamA (record.c:790) ==6735== by 0x4A7BD4E: test_icon_table (install.c:5342) ==6735== by 0x4A7D08C: func_install (install.c:6023) ==6735== by 0x4B0916D: run_test (test.h:603) ==6735== by 0x4B09BC2: main (test.h:687) ==6735== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_icon_table fun:func_install fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==6794== 32 bytes in 1 blocks are definitely lost in loss record 380 of 1,001 ==6794== at 0x7BC45CBC: notify_alloc (heap.c:260) ==6794== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==6794== by 0x4E5F348: CreateStreamOnHGlobal (hglobalstream.c:590) ==6794== by 0x4CE71BF: RECORD_StreamFromFile (record.c:708) ==6794== by 0x4CE8764: MSI_RecordSetStreamFromFileW (record.c:766) ==6794== by 0x4CE882A: MsiRecordSetStreamW (record.c:808) ==6794== by 0x4CE88DC: MsiRecordSetStreamA (record.c:790) ==6794== by 0x4A7BD4E: test_icon_table (install.c:5342) ==6794== by 0x4A7D08C: func_install (install.c:6023) ==6794== by 0x4B0916D: run_test (test.h:603) ==6794== by 0x4B09BC2: main (test.h:687) ==6794== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_icon_table fun:func_install fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==6029== 32 bytes in 1 blocks are definitely lost in loss record 249 of 703 ==6029== at 0x7BC45CBC: notify_alloc (heap.c:260) ==6029== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==6029== by 0x4E5F348: CreateStreamOnHGlobal (hglobalstream.c:590) ==6029== by 0x4CE71BF: RECORD_StreamFromFile (record.c:708) ==6029== by 0x4CE8764: MSI_RecordSetStreamFromFileW (record.c:766) ==6029== by 0x4CE882A: MsiRecordSetStreamW (record.c:808) ==6029== by 0x4CE88DC: MsiRecordSetStreamA (record.c:790) ==6029== by 0x4A7BD4E: test_icon_table (install.c:5342) ==6029== by 0x4A7D08C: func_install (install.c:6023) ==6029== by 0x4B0916D: run_test (test.h:603) ==6029== by 0x4B09BC2: main (test.h:687) ==6029== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_icon_table fun:func_install fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so msi && touch msi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so package && touch package.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 package.c:9370: Tests skipped: interactive ControlEvent tests ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so patch && touch patch.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so record && touch record.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so source && touch source.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so suminfo && touch suminfo.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msrle32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msrle32.dll -p msrle32_test.exe.so msrle && touch msrle.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msrle32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msscript.ocx/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msscript.ocx -p msscript.ocx_test.exe.so msscript && touch msscript.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==8125== 48 bytes in 1 blocks are possibly lost in loss record 300 of 683 ==8125== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8125== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8125== by 0x5B3D7AE: heap_alloc (msscript.c:108) ==8125== by 0x5B3DAC9: init_script_host (msscript.c:527) ==8125== by 0x5B3DDF9: ScriptControl_put_Language (msscript.c:765) ==8125== by 0x4848CD3: IScriptControl_put_Language (msscript.h:1316) ==8125== by 0x4848CD3: test_Language (???:0) ==8125== by 0x4849912: func_msscript (msscript.c:1248) ==8125== by 0x4849C94: run_test (test.h:603) ==8125== by 0x484A6EB: main (test.h:687) ==8125== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:init_script_host fun:ScriptControl_put_Language fun:IScriptControl_put_Language fun:test_Language fun:func_msscript fun:run_test fun:main } ==8125== 48 bytes in 1 blocks are possibly lost in loss record 301 of 683 ==8125== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8125== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8125== by 0x5B3D7AE: heap_alloc (msscript.c:108) ==8125== by 0x5B3DAC9: init_script_host (msscript.c:527) ==8125== by 0x5B3DDF9: ScriptControl_put_Language (msscript.c:765) ==8125== by 0x4849225: IScriptControl_put_Language (msscript.h:1316) ==8125== by 0x4849225: test_Reset (???:0) ==8125== by 0x4849930: func_msscript (msscript.c:1254) ==8125== by 0x4849C94: run_test (test.h:603) ==8125== by 0x484A6EB: main (test.h:687) ==8125== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:init_script_host fun:ScriptControl_put_Language fun:IScriptControl_put_Language fun:test_Reset fun:func_msscript fun:run_test fun:main } ==8125== 48 bytes in 1 blocks are possibly lost in loss record 302 of 683 ==8125== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8125== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8125== by 0x5B3D7AE: heap_alloc (msscript.c:108) ==8125== by 0x5B3DAC9: init_script_host (msscript.c:527) ==8125== by 0x5B3DDF9: ScriptControl_put_Language (msscript.c:765) ==8125== by 0x48496A2: IScriptControl_put_Language (msscript.h:1316) ==8125== by 0x48496A2: test_AddObject (???:0) ==8125== by 0x4849935: func_msscript (msscript.c:1255) ==8125== by 0x4849C94: run_test (test.h:603) ==8125== by 0x484A6EB: main (test.h:687) ==8125== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:init_script_host fun:ScriptControl_put_Language fun:IScriptControl_put_Language fun:test_AddObject fun:func_msscript fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msscript.ocx/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mstask/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mstask.dll -p mstask_test.exe.so task && touch task.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M mstask.dll -p mstask_test.exe.so task_scheduler && touch task_scheduler.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M mstask.dll -p mstask_test.exe.so task_trigger && touch task_trigger.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mstask/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcirt/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcirt.dll -p msvcirt_test.exe.so msvcirt && touch msvcirt.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled illegal instruction at address 0x4d0f7be (thread 005a), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Unhandled exception: illegal instruction in 32-bit code (0x04d0f7be). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:04d0f7be ESP:04affb60 EBP:04affb88 EFLAGS:00000010( - -- -A- - ) EAX:0485d630 EBX:04d2a000 ECX:04affb94 EDX:04d0ebe8 ESI:04affbd8 EDI:0487aea0 Stack dump: 0x04affb60: 04affbd8 04882000 04affb88 04d0f77a 0x04affb70: 00000001 0487e18c 04affb98 04affb94 0x04affb80: 04882000 00000000 04affd38 0485d630 0x04affb90: 0485d630 04affbd8 00000000 00000008 0x04affba0: 00000000 ffffffff 00000000 00000040 0x04affbb0: 04affbd8 00000000 0487dcb4 0487e138 Backtrace: =>0 0x04d0f7be streambuf_allocate+0x5c(this=) [/home/austin/wine-valgrind/dlls/msvcirt/msvcirt.c:454] in msvcirt (0x04affb88) 1 0x0485d630 test_streambuf+0xd6c() [/home/austin/wine-valgrind/dlls/msvcirt/tests/msvcirt.c:1174] in msvcirt_test (0x04affd38) 2 0x04879f44 func_msvcirt+0x23() [/home/austin/wine-valgrind/dlls/msvcirt/tests/msvcirt.c:7534] in msvcirt_test (0x04affd48) 3 0x0487a329 run_test+0x76(name="msvcirt") [/home/austin/wine-valgrind/dlls/msvcirt/tests/../../../include/wine/test.h:603] in msvcirt_test (0x04affd78) 4 0x0487ad52 main+0x1d7(argc=, argv=) [/home/austin/wine-valgrind/dlls/msvcirt/tests/../../../include/wine/test.h:687] in msvcirt_test (0x04affe28) 5 0x0487add1 __wine_spec_exe_entry+0x5d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in msvcirt_test (0x04affe68) 6 0x7b459034 call_process_entry+0xb() in kernel32 (0x04affe88) 7 0x7b45b4b6 start_process+0xed(entry=) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1123] in kernel32 (0x04affec8) 8 0x7bc716f0 call_thread_func_wrapper+0xb() in ntdll (0x04affedc) 9 0x7bc744e7 call_thread_func+0x65(entry=0x7b45b3c8, arg=0x487ad73, frame=0x4afffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04afffcc) 10 0x7bc716ce call_thread_entry_point+0x11() in ntdll (0x04afffec) 0x04d0f7be streambuf_allocate+0x5c [/home/austin/wine-valgrind/dlls/msvcirt/msvcirt.c:454] in msvcirt: call 0x04d0f3b0 vtbl_wrapper_40 in msvcirt 454 return call_streambuf_doallocate(this); Modules: Module Address Debug info Name (19 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4027000- 402a000 Deferred vgpreload_core-x86-linux.so ELF 402a000- 403a000 Deferred vgpreload_memcheck-x86-linux.so ELF 403a000- 41ef000 Dwarf libwine.so.1 ELF 4242000- 4261000 Deferred libpthread.so.0 ELF 4261000- 442d000 Deferred libc.so.6 ELF 442d000- 4432000 Deferred libdl.so.2 ELF 4834000- 4886000 Dwarf msvcirt_test \-PE 4840000- 4886000 \ msvcirt_test ELF 4887000- 48e5000 Deferred libm.so.6 ELF 4b24000- 4bda000 Deferred msvcrt \-PE 4b40000- 4bda000 \ msvcrt ELF 4cf0000- 4d30000 Dwarf msvcirt \-PE 4d00000- 4d30000 \ msvcirt ELF 7b400000-7b7e0000 Dwarf kernel32 \-PE 7b410000-7b7e0000 \ kernel32 ELF 7bc00000-7bcec000 Dwarf ntdll \-PE 7bc10000-7bcec000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000092 0 00000023 0 0000001e 0 00000018 0 00000013 0 00000010 0 0000000f 0 00000011 winedevice.exe 0000001d 0 00000017 0 00000016 0 00000012 0 0000001b plugplay.exe 00000020 0 0000001f 0 0000001c 0 00000021 winedevice.exe 0000002a 0 00000025 0 00000024 0 00000022 0 00000028 explorer.exe 0000002f 0 0000002c 0 0000002b 0 00000029 0 0000002d winemine.exe 0000002e 0 00000090 rpcss.exe 00000096 0 00000095 0 00000094 0 00000093 0 00000091 0 0000017d iexplore.exe 0000017f 0 00000180 0 0000005b (D) Z:\home\austin\wine-valgrind\dlls\msvcirt\tests\msvcirt_test.exe 00000059 0 0000005a 0 <== System information: Wine build: wine-2.19-496-gfa68f683c8 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 ==8480== 32 bytes in 1 blocks are possibly lost in loss record 62 of 133 ==8480== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8480== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8480== by 0x7BC364C6: RtlInitializeCriticalSectionEx (critsection.c:326) ==8480== by 0x7B469AC5: InitializeCriticalSectionEx (sync.c:359) ==8480== by 0x7B469B16: InitializeCriticalSection (sync.c:316) ==8480== by 0x4D1039D: streambuf_reserve_ctor (msvcirt.c:352) ==8480== by 0x4D103D7: streambuf_ctor (msvcirt.c:361) ==8480== by 0x485C947: test_streambuf (msvcirt.c:1051) ==8480== by 0x4879F43: func_msvcirt (msvcirt.c:7534) ==8480== by 0x487A328: run_test (test.h:603) ==8480== by 0x487AD51: main (test.h:687) ==8480== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSection fun:streambuf_reserve_ctor fun:streambuf_ctor fun:test_streambuf fun:func_msvcirt fun:run_test fun:main } ==8480== 32 bytes in 1 blocks are possibly lost in loss record 63 of 133 ==8480== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8480== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8480== by 0x7BC364C6: RtlInitializeCriticalSectionEx (critsection.c:326) ==8480== by 0x7B469AC5: InitializeCriticalSectionEx (sync.c:359) ==8480== by 0x7B469B16: InitializeCriticalSection (sync.c:316) ==8480== by 0x4D1039D: streambuf_reserve_ctor (msvcirt.c:352) ==8480== by 0x485CA60: test_streambuf (msvcirt.c:1057) ==8480== by 0x4879F43: func_msvcirt (msvcirt.c:7534) ==8480== by 0x487A328: run_test (test.h:603) ==8480== by 0x487AD51: main (test.h:687) ==8480== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSection fun:streambuf_reserve_ctor fun:test_streambuf fun:func_msvcirt fun:run_test fun:main } ==8480== 32 bytes in 1 blocks are possibly lost in loss record 64 of 133 ==8480== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8480== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8480== by 0x7BC364C6: RtlInitializeCriticalSectionEx (critsection.c:326) ==8480== by 0x7B469AC5: InitializeCriticalSectionEx (sync.c:359) ==8480== by 0x7B469B16: InitializeCriticalSection (sync.c:316) ==8480== by 0x4D1039D: streambuf_reserve_ctor (msvcirt.c:352) ==8480== by 0x4D103D7: streambuf_ctor (msvcirt.c:361) ==8480== by 0x485CB52: test_streambuf (msvcirt.c:1063) ==8480== by 0x4879F43: func_msvcirt (msvcirt.c:7534) ==8480== by 0x487A328: run_test (test.h:603) ==8480== by 0x487AD51: main (test.h:687) ==8480== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSection fun:streambuf_reserve_ctor fun:streambuf_ctor fun:test_streambuf fun:func_msvcirt fun:run_test fun:main } make[1]: *** [Makefile:177: msvcirt.ok] Error 29 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcirt/tests' make: *** [Makefile:13494: dlls/msvcirt/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcp100/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcp100.dll -p msvcp100_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcp100.dll -p msvcp100_test.exe.so string && touch string.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcp100/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcp110/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcp110.dll -p msvcp110_test.exe.so msvcp110 && touch msvcp110.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 msvcp110.c:46: Test failed: msvcp110.dll not installed make[1]: *** [Makefile:178: msvcp110.ok] Error 1 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcp110/tests' make: *** [Makefile:13602: dlls/msvcp110/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcp120/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcp120.dll -p msvcp120_test.exe.so msvcp120 && touch msvcp120.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 msvcp120.c:291: Test failed: msvcp120.dll not installed make[1]: *** [Makefile:178: msvcp120.ok] Error 1 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcp120/tests' make: *** [Makefile:13637: dlls/msvcp120/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcp140/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcp140.dll -p msvcp140_test.exe.so msvcp140 && touch msvcp140.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 msvcp140.c:196: Test failed: msvcp140.dll not installed make[1]: *** [Makefile:178: msvcp140.ok] Error 1 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcp140/tests' make: *** [Makefile:13691: dlls/msvcp140/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcp60/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcp60.dll -p msvcp60_test.exe.so ios && touch ios.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled illegal instruction at address 0x4d4f293 (thread 006b), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Unhandled exception: illegal instruction in 32-bit code (0x04d4f293). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:04d4f293 ESP:04aff7d0 EBP:04aff838 EFLAGS:00000010( - -- -A- - ) EAX:04affa10 EBX:04dc2000 ECX:04aff850 EDX:00000000 ESI:04aff890 EDI:04aff900 Stack dump: 0x04aff7d0: 04bc1d88 04aff894 04aff9c4 00000000 0x04aff7e0: 00000000 00000000 04affa10 04aff890 0x04aff7f0: 04aff900 04dc2000 04aff828 04d4f210 0x04aff800: 00000000 00000000 04aff9c4 00000000 0x04aff810: 04aff857 04affa10 04aff894 04bc1d88 0x04aff820: 04aff840 04dc2000 04aff850 04dc2000 Backtrace: =>0 0x04d4f293 num_get_char_get_double+0x9c(this=, ret=, first=, last=, base=, state=, pval=) [/home/austin/wine-valgrind/dlls/msvcp60/../msvcp90/locale.c:6757] in msvcp60 (0x04aff838) 1 0x04d37c3e basic_istream_char_read_double+0xcf(this=, v=) [/home/austin/wine-valgrind/dlls/msvcp60/ios.c:8590] in msvcp60 (0x04aff8b8) 2 0x04846f87 test_num_get_get_double+0x107() [/home/austin/wine-valgrind/dlls/msvcp60/tests/ios.c:872] in msvcp60_test (0x04affd38) 3 0x04849866 func_ios+0x1f() [/home/austin/wine-valgrind/dlls/msvcp60/tests/ios.c:1679] in msvcp60_test (0x04affd48) 4 0x0484ce3e run_test+0x76(name="ios") [/home/austin/wine-valgrind/dlls/msvcp60/tests/../../../include/wine/test.h:603] in msvcp60_test (0x04affd78) 5 0x0484d85f main+0x1cf(argc=, argv=) [/home/austin/wine-valgrind/dlls/msvcp60/tests/../../../include/wine/test.h:687] in msvcp60_test (0x04affe28) 6 0x0484d8e6 __wine_spec_exe_entry+0x5d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in msvcp60_test (0x04affe68) 7 0x7b459034 call_process_entry+0xb() in kernel32 (0x04affe88) 8 0x7b45b4b6 start_process+0xed(entry=) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1123] in kernel32 (0x04affec8) 9 0x7bc716f0 call_thread_func_wrapper+0xb() in ntdll (0x04affedc) 10 0x7bc744e7 call_thread_func+0x65(entry=0x7b45b3c8, arg=0x484d888, frame=0x4afffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04afffcc) 11 0x7bc716ce call_thread_entry_point+0x11() in ntdll (0x04afffec) 0x04d4f293 num_get_char_get_double+0x9c [/home/austin/wine-valgrind/dlls/msvcp60/../msvcp90/locale.c:6757] in msvcp60: call 0x04d5b704 vtbl_wrapper_12 in msvcp60 6757 return call_num_get_char_do_get_double(this, ret, first, last, base, state, pval); Modules: Module Address Debug info Name (19 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4027000- 402a000 Deferred vgpreload_core-x86-linux.so ELF 402a000- 403a000 Deferred vgpreload_memcheck-x86-linux.so ELF 403a000- 41ef000 Dwarf libwine.so.1 ELF 4242000- 4261000 Deferred libpthread.so.0 ELF 4261000- 442d000 Deferred libc.so.6 ELF 442d000- 4432000 Deferred libdl.so.2 ELF 4834000- 4855000 Dwarf msvcp60_test \-PE 4840000- 4855000 \ msvcp60_test ELF 4887000- 48e5000 Deferred libm.so.6 ELF 4b00000- 4bb6000 Deferred msvcrt \-PE 4b20000- 4bb6000 \ msvcrt ELF 4cd0000- 4df1000 Dwarf msvcp60 \-PE 4d10000- 4df1000 \ msvcp60 ELF 7b400000-7b7e0000 Dwarf kernel32 \-PE 7b410000-7b7e0000 \ kernel32 ELF 7bc00000-7bcec000 Dwarf ntdll \-PE 7bc10000-7bcec000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000092 0 00000023 0 0000001e 0 00000018 0 00000013 0 00000010 0 0000000f 0 00000011 winedevice.exe 0000001d 0 00000017 0 00000016 0 00000012 0 0000001b plugplay.exe 00000020 0 0000001f 0 0000001c 0 00000021 winedevice.exe 0000002a 0 00000025 0 00000024 0 00000022 0 00000028 explorer.exe 0000002f 0 0000002c 0 0000002b 0 00000029 0 0000002d winemine.exe 0000002e 0 00000090 rpcss.exe 00000096 0 00000095 0 00000094 0 00000093 0 00000091 0 0000017d iexplore.exe 0000017f 0 00000180 0 0000006c (D) Z:\home\austin\wine-valgrind\dlls\msvcp60\tests\msvcp60_test.exe 0000006b 0 <== System information: Wine build: wine-2.19-496-gfa68f683c8 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 ==9020== 1 bytes in 1 blocks are definitely lost in loss record 11 of 126 ==9020== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9020== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9020== by 0x4B43A2D: msvcrt_heap_alloc (heap.c:70) ==9020== by 0x4B43C61: MSVCRT_operator_new (heap.c:138) ==9020== by 0x4D2D627: basic_stringbuf_char__Init (ios.c:3921) ==9020== by 0x4D2D775: basic_stringbuf_char_ctor_str (ios.c:3955) ==9020== by 0x4D40776: basic_stringstream_char_ctor_str (ios.c:12721) ==9020== by 0x4846F18: test_num_get_get_double (ios.c:864) ==9020== by 0x4849865: func_ios (ios.c:1679) ==9020== by 0x484CE3D: run_test (test.h:603) ==9020== by 0x484D85E: main (test.h:687) ==9020== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_operator_new fun:basic_stringbuf_char__Init fun:basic_stringbuf_char_ctor_str fun:basic_stringstream_char_ctor_str fun:test_num_get_get_double fun:func_ios fun:run_test fun:main } make[1]: *** [Makefile:179: ios.ok] Error 29 ../../../tools/runtest -q -P wine -T ../../.. -M msvcp60.dll -p msvcp60_test.exe.so string && touch string.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcp60/tests' make: *** [Makefile:13726: dlls/msvcp60/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcp90/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcp90.dll -p msvcp90_test.exe.so ios && touch ios.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled illegal instruction at address 0x4f2b273 (thread 005e), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Unhandled exception: illegal instruction in 32-bit code (0x04f2b273). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:04f2b273 ESP:04aff590 EBP:04aff5f8 EFLAGS:00000014( - -- -A-P- ) EAX:04aff7ac EBX:04fac000 ECX:04aff610 EDX:00000000 ESI:04aff650 EDI:04aff6c8 Stack dump: 0x04aff590: 04d92480 04aff654 04aff764 00000000 0x04aff5a0: 00000000 00000000 04aff7ac 04aff650 0x04aff5b0: 04aff6c8 04fac000 04aff5e8 04f2b1f0 0x04aff5c0: 00000000 00000000 04aff764 00000000 0x04aff5d0: 04aff614 04aff7ac 04aff654 04d92480 0x04aff5e0: 04aff600 04fac000 04aff610 04fac000 Backtrace: =>0 0x04f2b273 num_get_char_get_uint64+0x9c(this=, ret=, first=, last=, base=, state=, pval=) [/home/austin/wine-valgrind/dlls/msvcp90/locale.c:6846] in msvcp90 (0x04aff5f8) 1 0x04f11235 basic_istream_char_read_uint64+0xce(this=, v=) [/home/austin/wine-valgrind/dlls/msvcp90/ios.c:9233] in msvcp90 (0x04aff678) 2 0x04847a93 test_num_get_get_uint64+0x130() [/home/austin/wine-valgrind/dlls/msvcp90/tests/ios.c:1124] in msvcp90_test (0x04affd38) 3 0x0484b863 func_ios+0x23() [/home/austin/wine-valgrind/dlls/msvcp90/tests/ios.c:2339] in msvcp90_test (0x04affd48) 4 0x04852efe run_test+0x76(name="ios") [/home/austin/wine-valgrind/dlls/msvcp90/tests/../../../include/wine/test.h:603] in msvcp90_test (0x04affd78) 5 0x0485391f main+0x1cf(argc=, argv=) [/home/austin/wine-valgrind/dlls/msvcp90/tests/../../../include/wine/test.h:687] in msvcp90_test (0x04affe28) 6 0x048539a2 __wine_spec_exe_entry+0x5d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in msvcp90_test (0x04affe68) 7 0x7b459034 call_process_entry+0xb() in kernel32 (0x04affe88) 8 0x7b45b4b6 start_process+0xed(entry=) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1123] in kernel32 (0x04affec8) 9 0x7bc716f0 call_thread_func_wrapper+0xb() in ntdll (0x04affedc) 10 0x7bc744e7 call_thread_func+0x65(entry=0x7b45b3c8, arg=0x4853944, frame=0x4afffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04afffcc) 11 0x7bc716ce call_thread_entry_point+0x11() in ntdll (0x04afffec) 0x04f2b273 num_get_char_get_uint64+0x9c [/home/austin/wine-valgrind/dlls/msvcp90/locale.c:6846] in msvcp90: call 0x04f3bcf0 vtbl_wrapper_20 in msvcp90 6846 return call_num_get_char_do_get_uint64(this, ret, first, last, base, state, pval); Modules: Module Address Debug info Name (21 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4027000- 402a000 Deferred vgpreload_core-x86-linux.so ELF 402a000- 403a000 Deferred vgpreload_memcheck-x86-linux.so ELF 403a000- 41ef000 Dwarf libwine.so.1 ELF 4242000- 4261000 Deferred libpthread.so.0 ELF 4261000- 442d000 Deferred libc.so.6 ELF 442d000- 4432000 Deferred libdl.so.2 ELF 4834000- 485d000 Dwarf msvcp90_test \-PE 4840000- 485d000 \ msvcp90_test ELF 4887000- 48e5000 Deferred libm.so.6 ELF 4b00000- 4bb6000 Deferred msvcrt \-PE 4b20000- 4bb6000 \ msvcrt ELF 4cd0000- 4d8f000 Deferred msvcr90 \-PE 4cf0000- 4d8f000 \ msvcr90 ELF 4ea0000- 4ff0000 Dwarf msvcp90 \-PE 4ee0000- 4ff0000 \ msvcp90 ELF 7b400000-7b7e0000 Dwarf kernel32 \-PE 7b410000-7b7e0000 \ kernel32 ELF 7bc00000-7bcec000 Dwarf ntdll \-PE 7bc10000-7bcec000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000092 0 00000023 0 0000001e 0 00000018 0 00000013 0 00000010 0 0000000f 0 00000011 winedevice.exe 0000001d 0 00000017 0 00000016 0 00000012 0 0000001b plugplay.exe 00000020 0 0000001f 0 0000001c 0 00000021 winedevice.exe 0000002a 0 00000025 0 00000024 0 00000022 0 00000028 explorer.exe 0000002f 0 0000002c 0 0000002b 0 00000029 0 0000002d winemine.exe 0000002e 0 00000090 rpcss.exe 00000096 0 00000095 0 00000094 0 00000093 0 00000091 0 0000017d iexplore.exe 0000017f 0 00000180 0 0000005f (D) Z:\home\austin\wine-valgrind\dlls\msvcp90\tests\msvcp90_test.exe 0000005e 0 <== System information: Wine build: wine-2.19-496-gfa68f683c8 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 ==9262== 1 bytes in 1 blocks are definitely lost in loss record 20 of 218 ==9262== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9262== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9262== by 0x4D16FDF: msvcrt_heap_alloc (heap.c:70) ==9262== by 0x4D17213: MSVCRT_operator_new (heap.c:138) ==9262== by 0x4F06627: basic_stringbuf_char__Init (ios.c:4350) ==9262== by 0x4F06775: basic_stringbuf_char_ctor_str (ios.c:4384) ==9262== by 0x4F1A39E: basic_stringstream_char_ctor_str (ios.c:13767) ==9262== by 0x48479ED: test_num_get_get_uint64 (ios.c:1115) ==9262== by 0x484B862: func_ios (ios.c:2339) ==9262== by 0x4852EFD: run_test (test.h:603) ==9262== by 0x485391E: main (test.h:687) ==9262== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_operator_new fun:basic_stringbuf_char__Init fun:basic_stringbuf_char_ctor_str fun:basic_stringstream_char_ctor_str fun:test_num_get_get_uint64 fun:func_ios fun:run_test fun:main } ==9262== 4 bytes in 1 blocks are definitely lost in loss record 58 of 218 ==9262== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9262== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9262== by 0x4D16FDF: msvcrt_heap_alloc (heap.c:70) ==9262== by 0x4D17213: MSVCRT_operator_new (heap.c:138) ==9262== by 0x4EFFDA8: basic_streambuf_char_ctor (ios.c:1275) ==9262== by 0x4F0673F: basic_stringbuf_char_ctor_str (ios.c:4381) ==9262== by 0x4F1A39E: basic_stringstream_char_ctor_str (ios.c:13767) ==9262== by 0x48479ED: test_num_get_get_uint64 (ios.c:1115) ==9262== by 0x484B862: func_ios (ios.c:2339) ==9262== by 0x4852EFD: run_test (test.h:603) ==9262== by 0x485391E: main (test.h:687) ==9262== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_operator_new fun:basic_streambuf_char_ctor fun:basic_stringbuf_char_ctor_str fun:basic_stringstream_char_ctor_str fun:test_num_get_get_uint64 fun:func_ios fun:run_test fun:main } make[1]: *** [Makefile:183: ios.ok] Error 29 ../../../tools/runtest -q -P wine -T ../../.. -M msvcp90.dll -p msvcp90_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled illegal instruction at address 0x4f21225 (thread 006f), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Unhandled exception: illegal instruction in 32-bit code (0x04f21225). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:04f21225 ESP:04affb70 EBP:04affbb8 EFLAGS:00000014( - -- -A-P- ) EAX:04affc16 EBX:04fac000 ECX:04affbc4 EDX:04f1ea94 ESI:04affc12 EDI:04affc16 Stack dump: 0x04affb70: 04affc1c 04affc12 04affc16 04affc12 0x04affb80: 04affc16 04d83000 04affbb0 04f211c6 0x04affb90: 0485aec8 04affc16 04affc12 04affc1c 0x04affba0: 0485aec8 048f2788 04affbc4 0485b000 0x04affbb0: 04affc12 04affc1c 04affd38 0484dda0 0x04affbc0: 0484dda0 04affc1c 04affc12 04affc16 Backtrace: =>0 0x04f21225 collate_char_compare+0x78(this=, first1=, last1=, first2=, last2=) [/home/austin/wine-valgrind/dlls/msvcp90/locale.c:1149] in msvcp90 (0x04affbb8) 1 0x0484dda0 test_virtual_call+0x9a() [/home/austin/wine-valgrind/dlls/msvcp90/tests/misc.c:714] in msvcp90_test (0x04affd38) 2 0x0484fb5f func_misc+0x46() [/home/austin/wine-valgrind/dlls/msvcp90/tests/misc.c:1117] in msvcp90_test (0x04affd48) 3 0x04852efe run_test+0x76(name="misc") [/home/austin/wine-valgrind/dlls/msvcp90/tests/../../../include/wine/test.h:603] in msvcp90_test (0x04affd78) 4 0x0485391f main+0x1cf(argc=, argv=) [/home/austin/wine-valgrind/dlls/msvcp90/tests/../../../include/wine/test.h:687] in msvcp90_test (0x04affe28) 5 0x048539a2 __wine_spec_exe_entry+0x5d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in msvcp90_test (0x04affe68) 6 0x7b459034 call_process_entry+0xb() in kernel32 (0x04affe88) 7 0x7b45b4b6 start_process+0xed(entry=) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1123] in kernel32 (0x04affec8) 8 0x7bc716f0 call_thread_func_wrapper+0xb() in ntdll (0x04affedc) 9 0x7bc744e7 call_thread_func+0x65(entry=0x7b45b3c8, arg=0x4853944, frame=0x4afffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04afffcc) 10 0x7bc716ce call_thread_entry_point+0x11() in ntdll (0x04afffec) 0x04f21225 collate_char_compare+0x78 [/home/austin/wine-valgrind/dlls/msvcp90/locale.c:1149] in msvcp90: call 0x04f3bcd0 vtbl_wrapper_4 in msvcp90 1149 return call_collate_char_do_compare(this, first1, last1, first2, last2); Modules: Module Address Debug info Name (21 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4027000- 402a000 Deferred vgpreload_core-x86-linux.so ELF 402a000- 403a000 Deferred vgpreload_memcheck-x86-linux.so ELF 403a000- 41ef000 Dwarf libwine.so.1 ELF 4242000- 4261000 Deferred libpthread.so.0 ELF 4261000- 442d000 Deferred libc.so.6 ELF 442d000- 4432000 Deferred libdl.so.2 ELF 4834000- 485d000 Dwarf msvcp90_test \-PE 4840000- 485d000 \ msvcp90_test ELF 4887000- 48e5000 Deferred libm.so.6 ELF 4b00000- 4bb6000 Deferred msvcrt \-PE 4b20000- 4bb6000 \ msvcrt ELF 4cd0000- 4d8f000 Deferred msvcr90 \-PE 4cf0000- 4d8f000 \ msvcr90 ELF 4ea0000- 4ff0000 Dwarf msvcp90 \-PE 4ee0000- 4ff0000 \ msvcp90 ELF 7b400000-7b7e0000 Dwarf kernel32 \-PE 7b410000-7b7e0000 \ kernel32 ELF 7bc00000-7bcec000 Dwarf ntdll \-PE 7bc10000-7bcec000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000092 0 00000023 0 0000001e 0 00000018 0 00000013 0 00000010 0 0000000f 0 00000011 winedevice.exe 0000001d 0 00000017 0 00000016 0 00000012 0 0000001b plugplay.exe 00000020 0 0000001f 0 0000001c 0 00000021 winedevice.exe 0000002a 0 00000025 0 00000024 0 00000022 0 00000028 explorer.exe 0000002f 0 0000002c 0 0000002b 0 00000029 0 0000002d winemine.exe 0000002e 0 00000090 rpcss.exe 00000096 0 00000095 0 00000094 0 00000093 0 00000091 0 0000017d iexplore.exe 0000017f 0 00000180 0 00000071 (D) Z:\home\austin\wine-valgrind\dlls\msvcp90\tests\msvcp90_test.exe 0000006f 0 <== System information: Wine build: wine-2.19-496-gfa68f683c8 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 make[1]: *** [Makefile:200: misc.ok] Error 29 ../../../tools/runtest -q -P wine -T ../../.. -M msvcp90.dll -p msvcp90_test.exe.so string && touch string.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcp90/tests' make: *** [Makefile:13818: dlls/msvcp90/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcr100/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcr100.dll -p msvcr100_test.exe.so msvcr100 && touch msvcr100.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled illegal instruction at address 0x4d47864 (thread 0075), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Unhandled exception: illegal instruction in 32-bit code (0x04d47864). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:04d47864 ESP:04affc90 EBP:04affcb8 EFLAGS:00000010( - -- -A- - ) EAX:04db1830 EBX:04d96000 ECX:04affc80 EDX:00000000 ESI:04db17b8 EDI:04db17e8 Stack dump: 0x04affc90: 04db1830 04db17b8 04affcb8 04d47857 0x04affca0: 0484b70a ffffffff 04affcd8 04d96000 0x04affcb0: 04db17b8 ffffffff 04affcd8 04d47902 0x04affcc0: 00000030 ffffffff 04d03021 04d47893 0x04affcd0: 04d96000 0484b70a 04affce8 04d47964 0x04affce0: 04affd00 04850000 04affd38 04847b8e Backtrace: =>0 0x04d47864 ExternalContextBase_ctor+0x8f(this=0x4db17b8) [/home/austin/wine-valgrind/dlls/msvcr100/../msvcrt/scheduler.c:395] in msvcr100 (0x04affcb8) 1 0x04d47902 get_current_context+0x8c() [/home/austin/wine-valgrind/dlls/msvcr100/../msvcrt/scheduler.c:211] in msvcr100 (0x04affcd8) 2 0x04d47964 Context_CurrentContext+0x46() [/home/austin/wine-valgrind/dlls/msvcr100/../msvcrt/scheduler.c:248] in msvcr100 (0x04affce8) 3 0x04847b8e test_ExternalContextBase+0x52() [/home/austin/wine-valgrind/dlls/msvcr100/tests/msvcr100.c:926] in msvcr100_test (0x04affd38) 4 0x0484a80c func_msvcr100+0x13() [/home/austin/wine-valgrind/dlls/msvcr100/tests/msvcr100.c:1059] in msvcr100_test (0x04affd48) 5 0x0484abaa run_test+0x76(name="msvcr100") [/home/austin/wine-valgrind/dlls/msvcr100/tests/../../../include/wine/test.h:603] in msvcr100_test (0x04affd78) 6 0x0484b5d3 main+0x1d7(argc=, argv=) [/home/austin/wine-valgrind/dlls/msvcr100/tests/../../../include/wine/test.h:687] in msvcr100_test (0x04affe28) 7 0x0484b652 __wine_spec_exe_entry+0x5d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in msvcr100_test (0x04affe68) 8 0x7b459034 call_process_entry+0xb() in kernel32 (0x04affe88) 9 0x7b45b4b6 start_process+0xed(entry=) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1123] in kernel32 (0x04affec8) 10 0x7bc716f0 call_thread_func_wrapper+0xb() in ntdll (0x04affedc) 11 0x7bc744e7 call_thread_func+0x65(entry=0x7b45b3c8, arg=0x484b5f4, frame=0x4afffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04afffcc) 12 0x7bc716ce call_thread_entry_point+0x11() in ntdll (0x04afffec) 0x04d47864 ExternalContextBase_ctor+0x8f [/home/austin/wine-valgrind/dlls/msvcr100/../msvcrt/scheduler.c:395] in msvcr100: call 0x04d46968 vtbl_wrapper_16 in msvcr100 395 call_Scheduler_Reference(&default_scheduler->scheduler); Modules: Module Address Debug info Name (19 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4027000- 402a000 Deferred vgpreload_core-x86-linux.so ELF 402a000- 403a000 Deferred vgpreload_memcheck-x86-linux.so ELF 403a000- 41ef000 Dwarf libwine.so.1 ELF 4242000- 4261000 Deferred libpthread.so.0 ELF 4261000- 442d000 Deferred libc.so.6 ELF 442d000- 4432000 Deferred libdl.so.2 ELF 4834000- 4851000 Dwarf msvcr100_test \-PE 4840000- 4851000 \ msvcr100_test ELF 4887000- 48e5000 Deferred libm.so.6 ELF 4b00000- 4bb6000 Deferred msvcrt \-PE 4b20000- 4bb6000 \ msvcrt ELF 4cd0000- 4da5000 Dwarf msvcr100 \-PE 4cf0000- 4da5000 \ msvcr100 ELF 7b400000-7b7e0000 Dwarf kernel32 \-PE 7b410000-7b7e0000 \ kernel32 ELF 7bc00000-7bcec000 Dwarf ntdll \-PE 7bc10000-7bcec000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000092 0 00000023 0 0000001e 0 00000018 0 00000013 0 00000010 0 0000000f 0 00000011 winedevice.exe 0000001d 0 00000017 0 00000016 0 00000012 0 0000001b plugplay.exe 00000020 0 0000001f 0 0000001c 0 00000021 winedevice.exe 0000002a 0 00000025 0 00000024 0 00000022 0 00000028 explorer.exe 0000002f 0 0000002c 0 0000002b 0 00000029 0 0000002d winemine.exe 0000002e 0 00000090 rpcss.exe 00000096 0 00000095 0 00000094 0 00000093 0 00000091 0 0000017d iexplore.exe 0000017f 0 00000180 0 00000076 (D) Z:\home\austin\wine-valgrind\dlls\msvcr100\tests\msvcr100_test.exe 00000075 0 <== System information: Wine build: wine-2.19-496-gfa68f683c8 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 ==9672== 48 bytes in 1 blocks are definitely lost in loss record 94 of 167 ==9672== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9672== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9672== by 0x4D1D337: msvcrt_heap_alloc (heap.c:70) ==9672== by 0x4D1D56B: MSVCRT_operator_new (heap.c:138) ==9672== by 0x4D478FA: get_current_context (scheduler.c:210) ==9672== by 0x4D47963: Context_CurrentContext (scheduler.c:248) ==9672== by 0x4847B8D: test_ExternalContextBase (msvcr100.c:926) ==9672== by 0x484A80B: func_msvcr100 (msvcr100.c:1059) ==9672== by 0x484ABA9: run_test (test.h:603) ==9672== by 0x484B5D2: main (test.h:687) ==9672== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_operator_new fun:get_current_context fun:Context_CurrentContext fun:test_ExternalContextBase fun:func_msvcr100 fun:run_test fun:main } make[1]: *** [Makefile:178: msvcr100.ok] Error 29 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcr100/tests' make: *** [Makefile:13865: dlls/msvcr100/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcr120/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcr120.dll -p msvcr120_test.exe.so msvcr120 && touch msvcr120.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9836== 2,020 bytes in 1 blocks are possibly lost in loss record 148 of 157 ==9836== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9836== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9836== by 0x4848C07: get_tls_data (test.h:242) ==9836== by 0x4848FC8: winetest_set_location (test.h:277) ==9836== by 0x4846946: test_critical_section_lock (msvcr120.c:662) ==9836== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9836== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9836== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9836== by 0x7BC7BD15: thread_startup (thread.c:484) ==9836== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9836== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_critical_section_lock obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9836== 2,020 bytes in 1 blocks are possibly lost in loss record 149 of 157 ==9836== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9836== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9836== by 0x4848C07: get_tls_data (test.h:242) ==9836== by 0x4848FC8: winetest_set_location (test.h:277) ==9836== by 0x4846817: test_critical_section_try_lock_for (msvcr120.c:678) ==9836== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9836== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9836== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9836== by 0x7BC7BD15: thread_startup (thread.c:484) ==9836== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9836== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_critical_section_try_lock_for obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9836== 2,020 bytes in 1 blocks are possibly lost in loss record 150 of 157 ==9836== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9836== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9836== by 0x4848C07: get_tls_data (test.h:242) ==9836== by 0x4848FC8: winetest_set_location (test.h:277) ==9836== by 0x4846794: test_critical_section_scoped_lock (msvcr120.c:690) ==9836== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9836== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9836== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9836== by 0x7BC7BD15: thread_startup (thread.c:484) ==9836== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9836== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_critical_section_scoped_lock obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9836== 4,040 bytes in 2 blocks are possibly lost in loss record 151 of 157 ==9836== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9836== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9836== by 0x4848C07: get_tls_data (test.h:242) ==9836== by 0x4848FC8: winetest_set_location (test.h:277) ==9836== by 0x48468C4: test_critical_section_try_lock (msvcr120.c:671) ==9836== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9836== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9836== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9836== by 0x7BC7BD15: thread_startup (thread.c:484) ==9836== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9836== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_critical_section_try_lock obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcr120/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcr90/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcr90.dll -p msvcr90_test.exe.so msvcr90 && touch msvcr90.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcr90/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcrt/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so cpp && touch cpp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so data && touch data.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so dir && touch dir.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so environ && touch environ.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 OK ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so file && touch file.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so headers && touch headers.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so heap && touch heap.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so locale && touch locale.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so printf && touch printf.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so scanf && touch scanf.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so signal && touch signal.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvcrt.dll -p msvcrt_test.exe.so time && touch time.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcrt/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvcrtd/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvcrtd.dll -p msvcrtd_test.exe.so debug && touch debug.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcrtd/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msvfw32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msvfw32.dll -p msvfw32_test.exe.so drawdib && touch drawdib.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msvfw32.dll -p msvfw32_test.exe.so msvfw && touch msvfw.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 msvfw.c:278: Test failed: Unknown frame size of 8 byten make[1]: *** [Makefile:212: msvfw.ok] Error 1 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvfw32/tests' make: *** [Makefile:14281: dlls/msvfw32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msxml3/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so domdoc && touch domdoc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17771== 36 bytes in 1 blocks are possibly lost in loss record 835 of 1,782 ==17771== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17771== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17771== by 0x5D1D073: heap_alloc (msxml_private.h:169) ==17771== by 0x5D1D9B7: copy_properties (domdoc.c:309) ==17771== by 0x5D2194B: attach_xmldoc (domdoc.c:684) ==17771== by 0x5D21D88: domdoc_loadXML (domdoc.c:2466) ==17771== by 0x4A25C41: IXMLDOMDocument2_loadXML (msxml2.h:4605) ==17771== by 0x4A25C41: test_get_ownerDocument (???:0) ==17771== by 0x4A4D586: func_domdoc (domdoc.c:12686) ==17771== by 0x4A7317F: run_test (test.h:603) ==17771== by 0x4A73BD4: main (test.h:687) ==17771== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:copy_properties fun:attach_xmldoc fun:domdoc_loadXML fun:IXMLDOMDocument2_loadXML fun:test_get_ownerDocument fun:func_domdoc fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so httpreq && touch httpreq.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17874== Invalid write of size 2 ==17874== at 0x5D19F5A: strcpyW (unicode.h:207) ==17874== by 0x5D1C8A6: BindStatusCallback_GetBindInfo (httprequest.c:401) ==17874== by 0x87273CE: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==17874== by 0x87273CE: BindStatusCallback_GetBindInfo (???:0) ==17874== by 0x872B2F6: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==17874== by 0x872B2F6: Binding_Create (???:0) ==17874== by 0x872C301: start_binding (binding.c:1544) ==17874== by 0x872C5EE: bind_to_storage (binding.c:1601) ==17874== by 0x87425C1: URLMoniker_BindToStorage (umon.c:280) ==17874== by 0x5D1D306: IMoniker_BindToStorage (objidl.h:3219) ==17874== by 0x5D1D306: BindStatusCallback_create (???:0) ==17874== by 0x5D1D3B0: httprequest_send (httprequest.c:1094) ==17874== by 0x5D1D467: XMLHTTPRequest_send (httprequest.c:1478) ==17874== by 0x4A53117: IXMLHttpRequest_send (msxml.h:8508) ==17874== by 0x4A53117: test_XMLHTTP (???:0) ==17874== by 0x4A535D6: func_httpreq (httpreq.c:1848) ==17874== by 0x4A7317F: run_test (test.h:603) ==17874== by 0x4A73BD4: main (test.h:687) ==17874== Address 0x4914dd0 is 0 bytes after a recently re-allocated block of size 8 alloc'd ==17874== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17874== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17874== by 0x4E0FA64: IMalloc_fnAlloc (ifs.c:187) ==17874== by 0x4E0FE6B: IMalloc_Alloc (objidl.h:1405) ==17874== by 0x4E0FE6B: CoTaskMemAlloc (???:0) ==17874== by 0x5D1C895: BindStatusCallback_GetBindInfo (httprequest.c:400) ==17874== by 0x87273CE: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==17874== by 0x87273CE: BindStatusCallback_GetBindInfo (???:0) ==17874== by 0x872B2F6: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==17874== by 0x872B2F6: Binding_Create (???:0) ==17874== by 0x872C301: start_binding (binding.c:1544) ==17874== by 0x872C5EE: bind_to_storage (binding.c:1601) ==17874== by 0x87425C1: URLMoniker_BindToStorage (umon.c:280) ==17874== by 0x5D1D306: IMoniker_BindToStorage (objidl.h:3219) ==17874== by 0x5D1D306: BindStatusCallback_create (???:0) ==17874== by 0x5D1D3B0: httprequest_send (httprequest.c:1094) ==17874== by 0x5D1D467: XMLHTTPRequest_send (httprequest.c:1478) ==17874== by 0x4A53117: IXMLHttpRequest_send (msxml.h:8508) ==17874== by 0x4A53117: test_XMLHTTP (???:0) ==17874== by 0x4A535D6: func_httpreq (httpreq.c:1848) ==17874== by 0x4A7317F: run_test (test.h:603) ==17874== by 0x4A73BD4: main (test.h:687) ==17874== { Memcheck:Addr2 fun:strcpyW fun:BindStatusCallback_GetBindInfo fun:IBindStatusCallback_GetBindInfo fun:BindStatusCallback_GetBindInfo fun:IBindStatusCallback_GetBindInfo fun:Binding_Create fun:start_binding fun:bind_to_storage fun:URLMoniker_BindToStorage fun:IMoniker_BindToStorage fun:BindStatusCallback_create fun:httprequest_send fun:XMLHTTPRequest_send fun:IXMLHttpRequest_send fun:test_XMLHTTP fun:func_httpreq fun:run_test fun:main } ==17874== Invalid read of size 2 ==17874== at 0x87518CD: strlenW (unicode.h:200) ==17874== by 0x8752B7C: CopyBindInfo (urlmon_main.c:683) ==17874== by 0x872A9EB: InternetBindInfo_GetBindInfo (binding.c:1219) ==17874== by 0x872D486: IInternetBindInfo_GetBindInfo (urlmon.h:2667) ==17874== by 0x872D486: BindInfo_GetBindInfo (???:0) ==17874== by 0x873B5E7: IInternetBindInfo_GetBindInfo (urlmon.h:2667) ==17874== by 0x873B5E7: protocol_start (???:0) ==17874== by 0x8734787: HttpProtocol_StartEx (http.c:807) ==17874== by 0x872F7B3: IInternetProtocolEx_StartEx (urlmon.h:6746) ==17874== by 0x872F7B3: BindProtocol_StartEx (???:0) ==17874== by 0x872C421: IInternetProtocolEx_StartEx (urlmon.h:6746) ==17874== by 0x872C421: start_binding (???:0) ==17874== by 0x872C5EE: bind_to_storage (binding.c:1601) ==17874== by 0x87425C1: URLMoniker_BindToStorage (umon.c:280) ==17874== by 0x5D1D306: IMoniker_BindToStorage (objidl.h:3219) ==17874== by 0x5D1D306: BindStatusCallback_create (???:0) ==17874== by 0x5D1D3B0: httprequest_send (httprequest.c:1094) ==17874== by 0x5D1D467: XMLHTTPRequest_send (httprequest.c:1478) ==17874== by 0x4A53117: IXMLHttpRequest_send (msxml.h:8508) ==17874== by 0x4A53117: test_XMLHTTP (???:0) ==17874== by 0x4A535D6: func_httpreq (httpreq.c:1848) ==17874== by 0x4A7317F: run_test (test.h:603) ==17874== by 0x4A73BD4: main (test.h:687) ==17874== Address 0x4914dd0 is 0 bytes after a recently re-allocated block of size 8 alloc'd ==17874== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17874== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17874== by 0x4E0FA64: IMalloc_fnAlloc (ifs.c:187) ==17874== by 0x4E0FE6B: IMalloc_Alloc (objidl.h:1405) ==17874== by 0x4E0FE6B: CoTaskMemAlloc (???:0) ==17874== by 0x5D1C895: BindStatusCallback_GetBindInfo (httprequest.c:400) ==17874== by 0x87273CE: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==17874== by 0x87273CE: BindStatusCallback_GetBindInfo (???:0) ==17874== by 0x872B2F6: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==17874== by 0x872B2F6: Binding_Create (???:0) ==17874== by 0x872C301: start_binding (binding.c:1544) ==17874== by 0x872C5EE: bind_to_storage (binding.c:1601) ==17874== by 0x87425C1: URLMoniker_BindToStorage (umon.c:280) ==17874== by 0x5D1D306: IMoniker_BindToStorage (objidl.h:3219) ==17874== by 0x5D1D306: BindStatusCallback_create (???:0) ==17874== by 0x5D1D3B0: httprequest_send (httprequest.c:1094) ==17874== by 0x5D1D467: XMLHTTPRequest_send (httprequest.c:1478) ==17874== by 0x4A53117: IXMLHttpRequest_send (msxml.h:8508) ==17874== by 0x4A53117: test_XMLHTTP (???:0) ==17874== by 0x4A535D6: func_httpreq (httpreq.c:1848) ==17874== by 0x4A7317F: run_test (test.h:603) ==17874== by 0x4A73BD4: main (test.h:687) ==17874== { Memcheck:Addr2 fun:strlenW fun:CopyBindInfo fun:InternetBindInfo_GetBindInfo fun:IInternetBindInfo_GetBindInfo fun:BindInfo_GetBindInfo fun:IInternetBindInfo_GetBindInfo fun:protocol_start fun:HttpProtocol_StartEx fun:IInternetProtocolEx_StartEx fun:BindProtocol_StartEx fun:IInternetProtocolEx_StartEx fun:start_binding fun:bind_to_storage fun:URLMoniker_BindToStorage fun:IMoniker_BindToStorage fun:BindStatusCallback_create fun:httprequest_send fun:XMLHTTPRequest_send fun:IXMLHttpRequest_send fun:test_XMLHTTP fun:func_httpreq fun:run_test fun:main } ==17874== Invalid read of size 2 ==17874== at 0x4031940: memcpy (vg_replace_strmem.c:1023) ==17874== by 0x8752BC3: CopyBindInfo (urlmon_main.c:690) ==17874== by 0x872A9EB: InternetBindInfo_GetBindInfo (binding.c:1219) ==17874== by 0x872D486: IInternetBindInfo_GetBindInfo (urlmon.h:2667) ==17874== by 0x872D486: BindInfo_GetBindInfo (???:0) ==17874== by 0x873B5E7: IInternetBindInfo_GetBindInfo (urlmon.h:2667) ==17874== by 0x873B5E7: protocol_start (???:0) ==17874== by 0x8734787: HttpProtocol_StartEx (http.c:807) ==17874== by 0x872F7B3: IInternetProtocolEx_StartEx (urlmon.h:6746) ==17874== by 0x872F7B3: BindProtocol_StartEx (???:0) ==17874== by 0x872C421: IInternetProtocolEx_StartEx (urlmon.h:6746) ==17874== by 0x872C421: start_binding (???:0) ==17874== by 0x872C5EE: bind_to_storage (binding.c:1601) ==17874== by 0x87425C1: URLMoniker_BindToStorage (umon.c:280) ==17874== by 0x5D1D306: IMoniker_BindToStorage (objidl.h:3219) ==17874== by 0x5D1D306: BindStatusCallback_create (???:0) ==17874== by 0x5D1D3B0: httprequest_send (httprequest.c:1094) ==17874== by 0x5D1D467: XMLHTTPRequest_send (httprequest.c:1478) ==17874== by 0x4A53117: IXMLHttpRequest_send (msxml.h:8508) ==17874== by 0x4A53117: test_XMLHTTP (???:0) ==17874== by 0x4A535D6: func_httpreq (httpreq.c:1848) ==17874== by 0x4A7317F: run_test (test.h:603) ==17874== by 0x4A73BD4: main (test.h:687) ==17874== Address 0x4914dd0 is 0 bytes after a recently re-allocated block of size 8 alloc'd ==17874== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17874== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17874== by 0x4E0FA64: IMalloc_fnAlloc (ifs.c:187) ==17874== by 0x4E0FE6B: IMalloc_Alloc (objidl.h:1405) ==17874== by 0x4E0FE6B: CoTaskMemAlloc (???:0) ==17874== by 0x5D1C895: BindStatusCallback_GetBindInfo (httprequest.c:400) ==17874== by 0x87273CE: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==17874== by 0x87273CE: BindStatusCallback_GetBindInfo (???:0) ==17874== by 0x872B2F6: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==17874== by 0x872B2F6: Binding_Create (???:0) ==17874== by 0x872C301: start_binding (binding.c:1544) ==17874== by 0x872C5EE: bind_to_storage (binding.c:1601) ==17874== by 0x87425C1: URLMoniker_BindToStorage (umon.c:280) ==17874== by 0x5D1D306: IMoniker_BindToStorage (objidl.h:3219) ==17874== by 0x5D1D306: BindStatusCallback_create (???:0) ==17874== by 0x5D1D3B0: httprequest_send (httprequest.c:1094) ==17874== by 0x5D1D467: XMLHTTPRequest_send (httprequest.c:1478) ==17874== by 0x4A53117: IXMLHttpRequest_send (msxml.h:8508) ==17874== by 0x4A53117: test_XMLHTTP (???:0) ==17874== by 0x4A535D6: func_httpreq (httpreq.c:1848) ==17874== by 0x4A7317F: run_test (test.h:603) ==17874== by 0x4A73BD4: main (test.h:687) ==17874== { Memcheck:Addr2 fun:memcpy fun:CopyBindInfo fun:InternetBindInfo_GetBindInfo fun:IInternetBindInfo_GetBindInfo fun:BindInfo_GetBindInfo fun:IInternetBindInfo_GetBindInfo fun:protocol_start fun:HttpProtocol_StartEx fun:IInternetProtocolEx_StartEx fun:BindProtocol_StartEx fun:IInternetProtocolEx_StartEx fun:start_binding fun:bind_to_storage fun:URLMoniker_BindToStorage fun:IMoniker_BindToStorage fun:BindStatusCallback_create fun:httprequest_send fun:XMLHTTPRequest_send fun:IXMLHttpRequest_send fun:test_XMLHTTP fun:func_httpreq fun:run_test fun:main } ==17874== 96 bytes in 1 blocks are possibly lost in loss record 462 of 705 ==17874== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17874== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17874== by 0x8A931D4: heap_alloc_zero (internet.h:99) ==17874== by 0x8A93EA3: create_netconn (netconnection.c:348) ==17874== by 0x8A86E6F: open_http_connection (http.c:4799) ==17874== by 0x8A889A3: HTTP_HttpSendRequestW (http.c:4940) ==17874== by 0x8A89323: AsyncHttpSendRequestProc (http.c:5207) ==17874== by 0x8A8C11D: INTERNET_WorkerThreadFunc (internet.c:3724) ==17874== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==17874== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==17874== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17874== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17874== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17874== by 0x7BC7BD15: thread_startup (thread.c:484) ==17874== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17874== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so saxreader && touch saxreader.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so schema && touch schema.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so xmldoc && touch xmldoc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so xmlparser && touch xmlparser.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so xmlview && touch xmlview.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18310== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp18310_13e3ddda is empty ==18310== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==18310== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp18310_13e3ddda is empty ==18310== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==18310== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp18310_13e3ddda is empty ==18310== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==18310== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp18310_13e3ddda is empty ==18310== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msxml3/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/netapi32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M netapi32.dll -p netapi32_test.exe.so access && touch access.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M netapi32.dll -p netapi32_test.exe.so apibuf && touch apibuf.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M netapi32.dll -p netapi32_test.exe.so ds && touch ds.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M netapi32.dll -p netapi32_test.exe.so wksta && touch wksta.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/netapi32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/netcfgx/tests' ../../../tools/runtest -q -P wine -T ../../.. -M netcfgx.dll -p netcfgx_test.exe.so netcfgx && touch netcfgx.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/netcfgx/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/netprofm/tests' ../../../tools/runtest -q -P wine -T ../../.. -M netprofm.dll -p netprofm_test.exe.so list && touch list.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/netprofm/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ntdll/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so atom && touch atom.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so change && touch change.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so directory && touch directory.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 directory.c:841: Tests skipped: Wow64 redirection not supported ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so env && touch env.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so error && touch error.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so file && touch file.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 file.c:2862: Tests skipped: Not running on WoW64, skipping test. file.c:2997: Tests skipped: Not running on WoW64, skipping test. file.c:3063: Tests skipped: FileIoCompletionNotificationInformation class not supported ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so info && touch info.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 info.c:1138: Test succeeded inside todo block: Expected to be greater than 2208411648, got 2208444416 info.c:1153: Test succeeded inside todo block: Expected to be greater than 2208444416, got 2208444416 info.c:1163: Test failed: Expected to equal to 2208444416, got 2212638720 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: *** [Makefile:336: info.ok] Error 3 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so large_int && touch large_int.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so om && touch om.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20244== 2,020 bytes in 1 blocks are possibly lost in loss record 211 of 224 ==20244== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20244== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20244== by 0x4A7DA69: get_tls_data (test.h:242) ==20244== by 0x4A7DE42: winetest_set_location (test.h:277) ==20244== by 0x4A505B6: mutant_thread (om.c:1876) ==20244== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20244== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20244== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20244== by 0x7BC7BD15: thread_startup (thread.c:484) ==20244== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==20244== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mutant_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so path && touch path.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so pipe && touch pipe.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20415== Syscall param writev(vector[...]) points to uninitialised byte(s) ==20415== at 0x434EB0F: ??? (syscall-template.S:84) ==20415== by 0x7BC6EEC8: send_request (server.c:228) ==20415== by 0x7BC702F1: server_call_unlocked (server.c:288) ==20415== by 0x7BC70344: wine_server_call (server.c:321) ==20415== by 0x7BC3F6A2: server_write_file (file.c:624) ==20415== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==20415== by 0x7B43AEFB: WriteFile (file.c:570) ==20415== by 0x4A56254: read_pipe_test (pipe.c:820) ==20415== by 0x4A587EA: func_pipe (pipe.c:1175) ==20415== by 0x4A7DD92: run_test (test.h:603) ==20415== by 0x4A7E7E7: main (test.h:687) ==20415== Address 0x4bbfc7c is on thread 1's stack ==20415== in frame #7, created by read_pipe_test (pipe.c:797) ==20415== Uninitialised value was created by a stack allocation ==20415== at 0x4A56025: read_pipe_test (pipe.c:797) ==20415== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:WriteFile fun:read_pipe_test fun:func_pipe fun:run_test fun:main } ==20415== 2,020 bytes in 1 blocks are possibly lost in loss record 212 of 225 ==20415== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20415== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20415== by 0x4A7DA69: get_tls_data (test.h:242) ==20415== by 0x4A7DE42: winetest_set_location (test.h:277) ==20415== by 0x4A558A0: thread (pipe.c:356) ==20415== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20415== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20415== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20415== by 0x7BC7BD15: thread_startup (thread.c:484) ==20415== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==20415== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so port && touch port.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so reg && touch reg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so rtl && touch rtl.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 rtl.c:1234: Tests skipped: RtlIpv4StringToAddress not available ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so rtlbitmap && touch rtlbitmap.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so rtlstr && touch rtlstr.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 rtlstr.c:2101: Tests skipped: RtlUnicodeToUTF8N unavailable rtlstr.c:2404: Tests skipped: RtlUTF8ToUnicodeN unavailable ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so string && touch string.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so threadpool && touch threadpool.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21147== 2,020 bytes in 1 blocks are possibly lost in loss record 218 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A76A90: work_release_cb (threadpool.c:719) ==21147== by 0x7BC7F69A: threadpool_worker_proc (threadpool.c:2126) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:work_release_cb fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21147== 2,020 bytes in 1 blocks are possibly lost in loss record 219 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A76A1A: timer_release_cb (threadpool.c:728) ==21147== by 0x7BC7F719: threadpool_worker_proc (threadpool.c:2135) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:timer_release_cb fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21147== 2,020 bytes in 1 blocks are possibly lost in loss record 220 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A76B72: simple_group_cancel_cb (threadpool.c:831) ==21147== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:simple_group_cancel_cb fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21147== 2,020 bytes in 1 blocks are possibly lost in loss record 221 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A766CD: timer_cb (threadpool.c:1276) ==21147== by 0x7BC7F719: threadpool_worker_proc (threadpool.c:2135) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:timer_cb fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21147== 2,020 bytes in 1 blocks are possibly lost in loss record 222 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A7CDB2: window_length_cb (threadpool.c:1416) ==21147== by 0x7BC7F719: threadpool_worker_proc (threadpool.c:2135) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:window_length_cb fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21147== 2,020 bytes in 1 blocks are possibly lost in loss record 223 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A7672E: wait_cb (threadpool.c:1534) ==21147== by 0x7BC7F79E: threadpool_worker_proc (threadpool.c:2144) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:wait_cb fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21147== 4,040 bytes in 2 blocks are possibly lost in loss record 231 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A76200: simple_cb (threadpool.c:466) ==21147== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:simple_cb fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21147== 4,040 bytes in 2 blocks are possibly lost in loss record 232 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A768D6: work_cb (threadpool.c:581) ==21147== by 0x7BC7F69A: threadpool_worker_proc (threadpool.c:2126) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:work_cb fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21147== 4,040 bytes in 2 blocks are possibly lost in loss record 233 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A76000: instance_semaphore_completion_cb (threadpool.c:1065) ==21147== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:instance_semaphore_completion_cb fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21147== 4,040 bytes in 2 blocks are possibly lost in loss record 234 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A76628: disassociate_cb (threadpool.c:1132) ==21147== by 0x7BC7F69A: threadpool_worker_proc (threadpool.c:2126) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:disassociate_cb fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21147== 6,060 bytes in 3 blocks are possibly lost in loss record 237 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A7605B: rtl_work_cb (threadpool.c:104) ==21147== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==21147== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:rtl_work_cb fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21147== 16,160 bytes in 8 blocks are possibly lost in loss record 242 of 242 ==21147== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21147== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21147== by 0x4A7DA69: get_tls_data (test.h:242) ==21147== by 0x4A7DE42: winetest_set_location (test.h:277) ==21147== by 0x4A76871: simple2_cb (threadpool.c:472) ==21147== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==21147== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21147== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21147== by 0x7BC7BD15: thread_startup (thread.c:484) ==21147== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21147== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:simple2_cb fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so time && touch time.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/ntdll/tests' make: *** [Makefile:14813: dlls/ntdll/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ntdsapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ntdsapi.dll -p ntdsapi_test.exe.so ntdsapi && touch ntdsapi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/ntdsapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ntprint/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ntprint.dll -p ntprint_test.exe.so ntprint && touch ntprint.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/ntprint/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/odbccp32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M odbccp32.dll -p odbccp32_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/odbccp32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ole32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so clipboard && touch clipboard.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21631== Syscall param writev(vector[...]) points to uninitialised byte(s) ==21631== at 0x434EB0F: ??? (syscall-template.S:84) ==21631== by 0x7BC6EEC8: send_request (server.c:228) ==21631== by 0x7BC702F1: server_call_unlocked (server.c:288) ==21631== by 0x7BC70344: wine_server_call (server.c:321) ==21631== by 0x509BA4E: SetClipboardData (clipboard.c:904) ==21631== by 0x4CE0A77: set_clipboard_formats (clipboard.c:1875) ==21631== by 0x4CE0B8B: set_src_dataobject (clipboard.c:1983) ==21631== by 0x4CE22C3: OleSetClipboard (clipboard.c:2174) ==21631== by 0x4A18606: test_set_clipboard (clipboard.c:865) ==21631== by 0x4A1AA52: func_clipboard (clipboard.c:1710) ==21631== by 0x4A65061: run_test (test.h:603) ==21631== by 0x4A65AB6: main (test.h:687) ==21631== Address 0x4923902 is 34 bytes inside a block of size 128 alloc'd ==21631== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21631== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21631== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21631== by 0x7B441303: GlobalAlloc (heap.c:389) ==21631== by 0x4CE08A6: set_clipboard_formats (clipboard.c:1827) ==21631== by 0x4CE0B8B: set_src_dataobject (clipboard.c:1983) ==21631== by 0x4CE22C3: OleSetClipboard (clipboard.c:2174) ==21631== by 0x4A18606: test_set_clipboard (clipboard.c:865) ==21631== by 0x4A1AA52: func_clipboard (clipboard.c:1710) ==21631== by 0x4A65061: run_test (test.h:603) ==21631== by 0x4A65AB6: main (test.h:687) ==21631== Uninitialised value was created by a client request ==21631== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==21631== by 0x7BC47EB8: initialize_block (heap.c:245) ==21631== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==21631== by 0x4A1509C: DataObjectImpl_CreateText (clipboard.c:399) ==21631== by 0x4A1847E: test_set_clipboard (clipboard.c:841) ==21631== by 0x4A1AA52: func_clipboard (clipboard.c:1710) ==21631== by 0x4A65061: run_test (test.h:603) ==21631== by 0x4A65AB6: main (test.h:687) ==21631== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:SetClipboardData fun:set_clipboard_formats fun:set_src_dataobject fun:OleSetClipboard fun:test_set_clipboard fun:func_clipboard fun:run_test fun:main } ==21631== 8 bytes in 1 blocks are possibly lost in loss record 60 of 680 ==21631== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21631== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21631== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21631== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==21631== by 0x4A1504F: DataObjectImpl_CreateText (clipboard.c:392) ==21631== by 0x4A162F0: test_consumer_refs (clipboard.c:1071) ==21631== by 0x4A1AA5C: func_clipboard (clipboard.c:1712) ==21631== by 0x4A65061: run_test (test.h:603) ==21631== by 0x4A65AB6: main (test.h:687) ==21631== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:DataObjectImpl_CreateText fun:test_consumer_refs fun:func_clipboard fun:run_test fun:main } ==21631== 8 bytes in 1 blocks are possibly lost in loss record 61 of 680 ==21631== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21631== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21631== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21631== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==21631== by 0x4A159B9: DataObjectImpl_CreateComplex (clipboard.c:419) ==21631== by 0x4A19F49: test_getdatahere (clipboard.c:1516) ==21631== by 0x4A1AA6B: func_clipboard (clipboard.c:1715) ==21631== by 0x4A65061: run_test (test.h:603) ==21631== by 0x4A65AB6: main (test.h:687) ==21631== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:DataObjectImpl_CreateComplex fun:test_getdatahere fun:func_clipboard fun:run_test fun:main } ==21631== 8 bytes in 1 blocks are possibly lost in loss record 62 of 680 ==21631== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21631== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21631== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21631== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==21631== by 0x4CFF37F: CreateStreamOnHGlobal (hglobalstream.c:602) ==21631== by 0x4A159F5: DataObjectImpl_CreateComplex (clipboard.c:422) ==21631== by 0x4A19F49: test_getdatahere (clipboard.c:1516) ==21631== by 0x4A1AA6B: func_clipboard (clipboard.c:1715) ==21631== by 0x4A65061: run_test (test.h:603) ==21631== by 0x4A65AB6: main (test.h:687) ==21631== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:CreateStreamOnHGlobal fun:DataObjectImpl_CreateComplex fun:test_getdatahere fun:func_clipboard fun:run_test fun:main } ==21631== 8 bytes in 1 blocks are possibly lost in loss record 63 of 680 ==21631== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21631== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21631== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21631== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==21631== by 0x4D06096: CreateILockBytesOnHGlobal (memlockbytes.c:120) ==21631== by 0x4A15A1C: DataObjectImpl_CreateComplex (clipboard.c:425) ==21631== by 0x4A19F49: test_getdatahere (clipboard.c:1516) ==21631== by 0x4A1AA6B: func_clipboard (clipboard.c:1715) ==21631== by 0x4A65061: run_test (test.h:603) ==21631== by 0x4A65AB6: main (test.h:687) ==21631== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:CreateILockBytesOnHGlobal fun:DataObjectImpl_CreateComplex fun:test_getdatahere fun:func_clipboard fun:run_test fun:main } ==21631== 14 bytes in 1 blocks are definitely lost in loss record 105 of 680 ==21631== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21631== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21631== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21631== by 0x7B441303: GlobalAlloc (heap.c:389) ==21631== by 0x4A1504F: DataObjectImpl_CreateText (clipboard.c:392) ==21631== by 0x4A162F0: test_consumer_refs (clipboard.c:1071) ==21631== by 0x4A1AA5C: func_clipboard (clipboard.c:1712) ==21631== by 0x4A65061: run_test (test.h:603) ==21631== by 0x4A65AB6: main (test.h:687) ==21631== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:DataObjectImpl_CreateText fun:test_consumer_refs fun:func_clipboard fun:run_test fun:main } ==21631== 21 bytes in 1 blocks are definitely lost in loss record 165 of 680 ==21631== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21631== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21631== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21631== by 0x7B441303: GlobalAlloc (heap.c:389) ==21631== by 0x4A159B9: DataObjectImpl_CreateComplex (clipboard.c:419) ==21631== by 0x4A19F49: test_getdatahere (clipboard.c:1516) ==21631== by 0x4A1AA6B: func_clipboard (clipboard.c:1715) ==21631== by 0x4A65061: run_test (test.h:603) ==21631== by 0x4A65AB6: main (test.h:687) ==21631== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:DataObjectImpl_CreateComplex fun:test_getdatahere fun:func_clipboard fun:run_test fun:main } ==21631== 28 bytes in 1 blocks are definitely lost in loss record 226 of 680 ==21631== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21631== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21631== by 0x4A15022: DataObjectImpl_CreateText (clipboard.c:389) ==21631== by 0x4A162F0: test_consumer_refs (clipboard.c:1071) ==21631== by 0x4A1AA5C: func_clipboard (clipboard.c:1712) ==21631== by 0x4A65061: run_test (test.h:603) ==21631== by 0x4A65AB6: main (test.h:687) ==21631== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:DataObjectImpl_CreateText fun:test_consumer_refs fun:func_clipboard fun:run_test fun:main } ==21631== 28 bytes in 1 blocks are definitely lost in loss record 227 of 680 ==21631== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21631== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21631== by 0x4A1599C: DataObjectImpl_CreateComplex (clipboard.c:416) ==21631== by 0x4A19F49: test_getdatahere (clipboard.c:1516) ==21631== by 0x4A1AA6B: func_clipboard (clipboard.c:1715) ==21631== by 0x4A65061: run_test (test.h:603) ==21631== by 0x4A65AB6: main (test.h:687) ==21631== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:DataObjectImpl_CreateComplex fun:test_getdatahere fun:func_clipboard fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so compobj && touch compobj.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21727== 4,040 bytes in 2 blocks are possibly lost in loss record 645 of 671 ==21727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21727== by 0x4A64D38: get_tls_data (test.h:242) ==21727== by 0x4A65111: winetest_set_location (test.h:277) ==21727== by 0x4A20678: register_ps_clsid_thread (compobj.c:1169) ==21727== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21727== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21727== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21727== by 0x7BC7BD15: thread_startup (thread.c:484) ==21727== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21727== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:register_ps_clsid_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so defaulthandler && touch defaulthandler.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so dragdrop && touch dragdrop.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so errorinfo && touch errorinfo.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so hglobalstream && touch hglobalstream.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so marshal && touch marshal.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22363== 2,020 bytes in 1 blocks are possibly lost in loss record 730 of 788 ==22363== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22363== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22363== by 0x4A64D38: get_tls_data (test.h:242) ==22363== by 0x4A65111: winetest_set_location (test.h:277) ==22363== by 0x4A2E722: no_couninitialize_server_proc (marshal.c:981) ==22363== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22363== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC7BD15: thread_startup (thread.c:484) ==22363== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22363== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:no_couninitialize_server_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22363== 2,020 bytes in 1 blocks are possibly lost in loss record 731 of 788 ==22363== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22363== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22363== by 0x4A64D38: get_tls_data (test.h:242) ==22363== by 0x4A65111: winetest_set_location (test.h:277) ==22363== by 0x4A2D282: ExternalConnection_AddConnection (marshal.c:135) ==22363== by 0x4D2BBD2: IExternalConnection_AddConnection (objidl.h:1198) ==22363== by 0x4D2BBD2: stub_manager_ext_addref (???:0) ==22363== by 0x4D04DD6: marshal_object (marshal.c:196) ==22363== by 0x4D04F48: StdMarshalImpl_MarshalInterface (marshal.c:1237) ==22363== by 0x4D0565A: IMarshal_MarshalInterface (objidl.h:878) ==22363== by 0x4D0565A: CoMarshalInterface (???:0) ==22363== by 0x4A2E70E: no_couninitialize_server_proc (marshal.c:980) ==22363== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22363== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC7BD15: thread_startup (thread.c:484) ==22363== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22363== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:ExternalConnection_AddConnection fun:IExternalConnection_AddConnection fun:stub_manager_ext_addref fun:marshal_object fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:no_couninitialize_server_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22363== 2,020 bytes in 1 blocks are possibly lost in loss record 732 of 788 ==22363== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22363== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22363== by 0x4A64D38: get_tls_data (test.h:242) ==22363== by 0x4A65111: winetest_set_location (test.h:277) ==22363== by 0x4A2D282: ExternalConnection_AddConnection (marshal.c:135) ==22363== by 0x4D2BBD2: IExternalConnection_AddConnection (objidl.h:1198) ==22363== by 0x4D2BBD2: stub_manager_ext_addref (???:0) ==22363== by 0x4D04DF7: marshal_object (marshal.c:202) ==22363== by 0x4D04F48: StdMarshalImpl_MarshalInterface (marshal.c:1237) ==22363== by 0x4D0565A: IMarshal_MarshalInterface (objidl.h:878) ==22363== by 0x4D0565A: CoMarshalInterface (???:0) ==22363== by 0x4A2F0C9: host_object_proc (marshal.c:312) ==22363== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22363== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC7BD15: thread_startup (thread.c:484) ==22363== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22363== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:ExternalConnection_AddConnection fun:IExternalConnection_AddConnection fun:stub_manager_ext_addref fun:marshal_object fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:host_object_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22363== 2,020 bytes in 1 blocks are possibly lost in loss record 733 of 788 ==22363== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22363== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22363== by 0x4A64D38: get_tls_data (test.h:242) ==22363== by 0x4A65413: winetest_start_todo (test.h:403) ==22363== by 0x4A34CE5: bad_thread_proc (marshal.c:1802) ==22363== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22363== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC7BD15: thread_startup (thread.c:484) ==22363== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22363== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_start_todo fun:bad_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22363== 2,020 bytes in 1 blocks are possibly lost in loss record 734 of 788 ==22363== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22363== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22363== by 0x4A64D38: get_tls_data (test.h:242) ==22363== by 0x4A65111: winetest_set_location (test.h:277) ==22363== by 0x4A2F095: host_object_proc (marshal.c:309) ==22363== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22363== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC7BD15: thread_startup (thread.c:484) ==22363== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22363== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:host_object_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22363== 4,040 bytes in 2 blocks are possibly lost in loss record 757 of 788 ==22363== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22363== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22363== by 0x4A64D38: get_tls_data (test.h:242) ==22363== by 0x4A65111: winetest_set_location (test.h:277) ==22363== by 0x4A2DDA1: no_couninitialize_client_proc (marshal.c:1055) ==22363== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22363== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC7BD15: thread_startup (thread.c:484) ==22363== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22363== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:no_couninitialize_client_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22363== 12,120 bytes in 6 blocks are possibly lost in loss record 777 of 788 ==22363== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22363== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22363== by 0x4A64D38: get_tls_data (test.h:242) ==22363== by 0x4A65111: winetest_set_location (test.h:277) ==22363== by 0x4A2ED5B: duo_marshal_thread_proc (marshal.c:1337) ==22363== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22363== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC7BD15: thread_startup (thread.c:484) ==22363== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22363== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:duo_marshal_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22363== 20,200 bytes in 10 blocks are possibly lost in loss record 784 of 788 ==22363== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22363== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22363== by 0x4A64D38: get_tls_data (test.h:242) ==22363== by 0x4A65111: winetest_set_location (test.h:277) ==22363== by 0x4A2D282: ExternalConnection_AddConnection (marshal.c:135) ==22363== by 0x4D2BBD2: IExternalConnection_AddConnection (objidl.h:1198) ==22363== by 0x4D2BBD2: stub_manager_ext_addref (???:0) ==22363== by 0x4D04DD6: marshal_object (marshal.c:196) ==22363== by 0x4D04F48: StdMarshalImpl_MarshalInterface (marshal.c:1237) ==22363== by 0x4D0565A: IMarshal_MarshalInterface (objidl.h:878) ==22363== by 0x4D0565A: CoMarshalInterface (???:0) ==22363== by 0x4A2F0C9: host_object_proc (marshal.c:312) ==22363== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22363== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC7BD15: thread_startup (thread.c:484) ==22363== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22363== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:ExternalConnection_AddConnection fun:IExternalConnection_AddConnection fun:stub_manager_ext_addref fun:marshal_object fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:host_object_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22363== 50,500 bytes in 25 blocks are possibly lost in loss record 788 of 788 ==22363== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22363== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22363== by 0x4A64D38: get_tls_data (test.h:242) ==22363== by 0x4A65111: winetest_set_location (test.h:277) ==22363== by 0x4A2F0DC: host_object_proc (marshal.c:313) ==22363== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22363== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22363== by 0x7BC7BD15: thread_startup (thread.c:484) ==22363== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22363== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:host_object_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22185== 2,020 bytes in 1 blocks are possibly lost in loss record 699 of 759 ==22185== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22185== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22185== by 0x4A64D38: get_tls_data (test.h:242) ==22185== by 0x4A65111: winetest_set_location (test.h:277) ==22185== by 0x4A2E722: no_couninitialize_server_proc (marshal.c:981) ==22185== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22185== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC7BD15: thread_startup (thread.c:484) ==22185== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22185== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:no_couninitialize_server_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22185== 2,020 bytes in 1 blocks are possibly lost in loss record 700 of 759 ==22185== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22185== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22185== by 0x4A64D38: get_tls_data (test.h:242) ==22185== by 0x4A65111: winetest_set_location (test.h:277) ==22185== by 0x4A2D282: ExternalConnection_AddConnection (marshal.c:135) ==22185== by 0x4D2BBD2: IExternalConnection_AddConnection (objidl.h:1198) ==22185== by 0x4D2BBD2: stub_manager_ext_addref (???:0) ==22185== by 0x4D04DD6: marshal_object (marshal.c:196) ==22185== by 0x4D04F48: StdMarshalImpl_MarshalInterface (marshal.c:1237) ==22185== by 0x4D0565A: IMarshal_MarshalInterface (objidl.h:878) ==22185== by 0x4D0565A: CoMarshalInterface (???:0) ==22185== by 0x4A2E70E: no_couninitialize_server_proc (marshal.c:980) ==22185== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22185== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC7BD15: thread_startup (thread.c:484) ==22185== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22185== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:ExternalConnection_AddConnection fun:IExternalConnection_AddConnection fun:stub_manager_ext_addref fun:marshal_object fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:no_couninitialize_server_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22185== 2,020 bytes in 1 blocks are possibly lost in loss record 701 of 759 ==22185== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22185== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22185== by 0x4A64D38: get_tls_data (test.h:242) ==22185== by 0x4A65111: winetest_set_location (test.h:277) ==22185== by 0x4A2D282: ExternalConnection_AddConnection (marshal.c:135) ==22185== by 0x4D2BBD2: IExternalConnection_AddConnection (objidl.h:1198) ==22185== by 0x4D2BBD2: stub_manager_ext_addref (???:0) ==22185== by 0x4D04DF7: marshal_object (marshal.c:202) ==22185== by 0x4D04F48: StdMarshalImpl_MarshalInterface (marshal.c:1237) ==22185== by 0x4D0565A: IMarshal_MarshalInterface (objidl.h:878) ==22185== by 0x4D0565A: CoMarshalInterface (???:0) ==22185== by 0x4A2F0C9: host_object_proc (marshal.c:312) ==22185== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22185== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC7BD15: thread_startup (thread.c:484) ==22185== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22185== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:ExternalConnection_AddConnection fun:IExternalConnection_AddConnection fun:stub_manager_ext_addref fun:marshal_object fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:host_object_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22185== 2,020 bytes in 1 blocks are possibly lost in loss record 702 of 759 ==22185== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22185== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22185== by 0x4A64D38: get_tls_data (test.h:242) ==22185== by 0x4A65413: winetest_start_todo (test.h:403) ==22185== by 0x4A34CE5: bad_thread_proc (marshal.c:1802) ==22185== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22185== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC7BD15: thread_startup (thread.c:484) ==22185== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22185== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_start_todo fun:bad_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22185== 2,020 bytes in 1 blocks are possibly lost in loss record 703 of 759 ==22185== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22185== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22185== by 0x4A64D38: get_tls_data (test.h:242) ==22185== by 0x4A65111: winetest_set_location (test.h:277) ==22185== by 0x4A2F095: host_object_proc (marshal.c:309) ==22185== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22185== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC7BD15: thread_startup (thread.c:484) ==22185== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22185== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:host_object_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22185== 2,020 bytes in 1 blocks are possibly lost in loss record 704 of 759 ==22185== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22185== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22185== by 0x4A64D38: get_tls_data (test.h:242) ==22185== by 0x4A65111: winetest_set_location (test.h:277) ==22185== by 0x4A38531: get_global_interface_proc (marshal.c:3250) ==22185== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22185== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC7BD15: thread_startup (thread.c:484) ==22185== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22185== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:get_global_interface_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22185== 2,020 bytes in 1 blocks are possibly lost in loss record 705 of 759 ==22185== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22185== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22185== by 0x4A64D38: get_tls_data (test.h:242) ==22185== by 0x4A65111: winetest_set_location (test.h:277) ==22185== by 0x4A38693: crash_couninitialize_proc (marshal.c:1115) ==22185== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22185== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC7BD15: thread_startup (thread.c:484) ==22185== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22185== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:crash_couninitialize_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22185== 4,040 bytes in 2 blocks are possibly lost in loss record 728 of 759 ==22185== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22185== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22185== by 0x4A64D38: get_tls_data (test.h:242) ==22185== by 0x4A65111: winetest_set_location (test.h:277) ==22185== by 0x4A2DDA1: no_couninitialize_client_proc (marshal.c:1055) ==22185== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22185== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC7BD15: thread_startup (thread.c:484) ==22185== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22185== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:no_couninitialize_client_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22185== 12,120 bytes in 6 blocks are possibly lost in loss record 748 of 759 ==22185== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22185== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22185== by 0x4A64D38: get_tls_data (test.h:242) ==22185== by 0x4A65111: winetest_set_location (test.h:277) ==22185== by 0x4A2ED5B: duo_marshal_thread_proc (marshal.c:1337) ==22185== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22185== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC7BD15: thread_startup (thread.c:484) ==22185== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22185== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:duo_marshal_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22185== 20,200 bytes in 10 blocks are possibly lost in loss record 755 of 759 ==22185== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22185== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22185== by 0x4A64D38: get_tls_data (test.h:242) ==22185== by 0x4A65111: winetest_set_location (test.h:277) ==22185== by 0x4A2D282: ExternalConnection_AddConnection (marshal.c:135) ==22185== by 0x4D2BBD2: IExternalConnection_AddConnection (objidl.h:1198) ==22185== by 0x4D2BBD2: stub_manager_ext_addref (???:0) ==22185== by 0x4D04DD6: marshal_object (marshal.c:196) ==22185== by 0x4D04F48: StdMarshalImpl_MarshalInterface (marshal.c:1237) ==22185== by 0x4D0565A: IMarshal_MarshalInterface (objidl.h:878) ==22185== by 0x4D0565A: CoMarshalInterface (???:0) ==22185== by 0x4A2F0C9: host_object_proc (marshal.c:312) ==22185== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22185== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC7BD15: thread_startup (thread.c:484) ==22185== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22185== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:ExternalConnection_AddConnection fun:IExternalConnection_AddConnection fun:stub_manager_ext_addref fun:marshal_object fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:host_object_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22185== 50,500 bytes in 25 blocks are possibly lost in loss record 759 of 759 ==22185== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22185== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22185== by 0x4A64D38: get_tls_data (test.h:242) ==22185== by 0x4A65111: winetest_set_location (test.h:277) ==22185== by 0x4A2F0DC: host_object_proc (marshal.c:313) ==22185== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22185== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22185== by 0x7BC7BD15: thread_startup (thread.c:484) ==22185== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22185== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:host_object_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so moniker && touch moniker.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so ole2 && touch ole2.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22528== 800 bytes in 10 blocks are definitely lost in loss record 664 of 766 ==22528== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22528== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22528== by 0x4D1F91B: IEnumSTATSTGImpl_Construct (storage32.c:1194) ==22528== by 0x4D1F9E5: StorageBaseImpl_EnumElements (storage32.c:1767) ==22528== by 0x4A4B02E: IStorage_EnumElements (objidl.h:4442) ==22528== by 0x4A4B02E: check_storage_contents (???:0) ==22528== by 0x4A4B60B: test_data_cache_contents (ole2.c:4111) ==22528== by 0x4A4BC41: func_ole2 (ole2.c:4202) ==22528== by 0x4A65061: run_test (test.h:603) ==22528== by 0x4A65AB6: main (test.h:687) ==22528== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IEnumSTATSTGImpl_Construct fun:StorageBaseImpl_EnumElements fun:IStorage_EnumElements fun:check_storage_contents fun:test_data_cache_contents fun:func_ole2 fun:run_test fun:main } ==22528== 800 bytes in 10 blocks are definitely lost in loss record 665 of 766 ==22528== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22528== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22528== by 0x4D1F91B: IEnumSTATSTGImpl_Construct (storage32.c:1194) ==22528== by 0x4D1F9E5: StorageBaseImpl_EnumElements (storage32.c:1767) ==22528== by 0x4A4B02E: IStorage_EnumElements (objidl.h:4442) ==22528== by 0x4A4B02E: check_storage_contents (???:0) ==22528== by 0x4A4B89B: test_data_cache_contents (ole2.c:4139) ==22528== by 0x4A4BC41: func_ole2 (ole2.c:4202) ==22528== by 0x4A65061: run_test (test.h:603) ==22528== by 0x4A65AB6: main (test.h:687) ==22528== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IEnumSTATSTGImpl_Construct fun:StorageBaseImpl_EnumElements fun:IStorage_EnumElements fun:check_storage_contents fun:test_data_cache_contents fun:func_ole2 fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so ole_server && touch ole_server.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22683== Thread 5: ==22683== Syscall param writev(vector[...]) points to uninitialised byte(s) ==22683== at 0x434EB0F: ??? (syscall-template.S:84) ==22683== by 0x7BC6EEC8: send_request (server.c:228) ==22683== by 0x7BC702F1: server_call_unlocked (server.c:288) ==22683== by 0x7BC70344: wine_server_call (server.c:321) ==22683== by 0x7BC3F6A2: server_write_file (file.c:624) ==22683== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==22683== by 0x54A6B72: rpcrt4_conn_np_write (rpc_transport.c:418) ==22683== by 0x5499855: rpcrt4_conn_write (rpc_binding.h:196) ==22683== by 0x549B28F: RPCRT4_SendWithAuth (rpc_message.c:849) ==22683== by 0x549BE75: RPCRT4_Send (rpc_message.c:1248) ==22683== by 0x549D802: process_request_packet (rpc_server.c:462) ==22683== by 0x549E427: RPCRT4_process_packet (rpc_server.c:517) ==22683== by 0x549E506: RPCRT4_worker_thread (rpc_server.c:539) ==22683== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==22683== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==22683== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22683== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22683== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22683== by 0x7BC7BD15: thread_startup (thread.c:484) ==22683== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22683== Address 0x4916264 is 44 bytes inside a block of size 92 alloc'd ==22683== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22683== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22683== by 0x549B181: RPCRT4_SendWithAuth (rpc_message.c:808) ==22683== by 0x549BE75: RPCRT4_Send (rpc_message.c:1248) ==22683== by 0x549D802: process_request_packet (rpc_server.c:462) ==22683== by 0x549E427: RPCRT4_process_packet (rpc_server.c:517) ==22683== by 0x549E506: RPCRT4_worker_thread (rpc_server.c:539) ==22683== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==22683== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==22683== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22683== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22683== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22683== by 0x7BC7BD15: thread_startup (thread.c:484) ==22683== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22683== Uninitialised value was created by a client request ==22683== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==22683== by 0x7BC47EB8: initialize_block (heap.c:245) ==22683== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==22683== by 0x4CFFA64: IMalloc_fnAlloc (ifs.c:187) ==22683== by 0x4CFFE6B: IMalloc_Alloc (objidl.h:1405) ==22683== by 0x4CFFE6B: CoTaskMemAlloc (???:0) ==22683== by 0x4D2B7C2: RemUnknown_RemQueryInterface (stubmanager.c:716) ==22683== by 0x4D33866: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:369) ==22683== by 0x547CBEC: CStdStubBuffer_Invoke (cstub.c:478) ==22683== by 0x4D15415: IRpcStubBuffer_Invoke (objidl.h:7878) ==22683== by 0x4D15415: RPC_ExecuteCall (???:0) ==22683== by 0x4D1571B: dispatch_rpc (rpc.c:1505) ==22683== by 0x549D667: process_request_packet (rpc_server.c:439) ==22683== by 0x549E427: RPCRT4_process_packet (rpc_server.c:517) ==22683== by 0x549E506: RPCRT4_worker_thread (rpc_server.c:539) ==22683== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==22683== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==22683== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22683== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22683== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22683== by 0x7BC7BD15: thread_startup (thread.c:484) ==22683== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22683== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so propvariant && touch propvariant.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so stg_prop && touch stg_prop.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so storage32 && touch storage32.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ole32.dll -p ole32_test.exe.so usrmarshal && touch usrmarshal.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/ole32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/oleacc/tests' ../../../tools/runtest -q -P wine -T ../../.. -M oleacc.dll -p oleacc_test.exe.so main && touch main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/oleacc/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/oleaut32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so dispatch && touch dispatch.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so olefont && touch olefont.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so olepicture && touch olepicture.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 01 00 09 00 00 03 19 00 01 00 09 00 00 03 19 00 00 00 00 00 0d 00 00 00 00 00 0d 00 00 00 32 0a 16 00 0b 00 04 00 00 00 54 65 73 74 03 00 05 00 08 00 0c 00 03 00 00 00 00 00 ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so safearray && touch safearray.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so tmarshal && touch tmarshal.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12545== 2,020 bytes in 1 blocks are possibly lost in loss record 585 of 627 ==12545== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12545== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12545== by 0x4AEA600: get_tls_data (test.h:242) ==12545== by 0x4AEA9D9: winetest_set_location (test.h:277) ==12545== by 0x4A28726: host_object_proc (tmarshal.c:80) ==12545== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12545== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12545== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12545== by 0x7BC7BD15: thread_startup (thread.c:484) ==12545== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12545== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:host_object_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so typelib && touch typelib.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so usrmarshal && touch usrmarshal.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==26102== 4 bytes in 1 blocks are definitely lost in loss record 23 of 582 ==26102== at 0x7BC45CBC: notify_alloc (heap.c:260) ==26102== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==26102== by 0x4DBFA64: IMalloc_fnAlloc (ifs.c:187) ==26102== by 0x4DBFE6B: IMalloc_Alloc (objidl.h:1405) ==26102== by 0x4DBFE6B: CoTaskMemAlloc (???:0) ==26102== by 0x4CA3A84: VARIANT_UserUnmarshal (usrmarshal.c:522) ==26102== by 0x4A4E227: test_marshal_VARIANT (usrmarshal.c:1247) ==26102== by 0x4A4FF44: func_usrmarshal (usrmarshal.c:1571) ==26102== by 0x4AEA929: run_test (test.h:603) ==26102== by 0x4AEB37E: main (test.h:687) ==26102== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:VARIANT_UserUnmarshal fun:test_marshal_VARIANT fun:func_usrmarshal fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so varformat && touch varformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so vartest && touch vartest.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so vartype && touch vartype.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 vartype.c:5876: Tests skipped: BSTR cache is disabled, some tests will be skipped. vartype.c:3313: Test failed: expected 0xbfffffff 0xffffff23 (3221225471,4294967075), got (3221225472,0); hres=0x00000000 vartype.c:3316: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3320: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3391: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3392: Test failed: expected 2147483647ul 4294961488ul (2147483647,4294961488), got (2147483647,4294961152); hres=0x00000000 vartype.c:3393: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3394: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3412: Test failed: expected 0xbfffffff 0xffffff23 (3221225471,4294967075), got (3221225472,0); hres=0x00000000 vartype.c:3418: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3419: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3459: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3462: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3474: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3486: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3487: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3497: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3498: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3507: Test failed: expected 2147483648ul 15808 (2147483648,15808), got (2147483648,15360); hres=0x00000000 vartype.c:3508: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3522: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3523: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3537: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3538: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 ==13314== 56 bytes in 2 blocks are possibly lost in loss record 117 of 266 ==13314== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13314== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13314== by 0x4C905F9: heap_alloc_zero (typelib.h:606) ==13314== by 0x4C99DFC: MSFT_ReadAllRefs (typelib.c:2808) ==13314== by 0x4C9B4D2: ITypeLib2_Constructor_MSFT (typelib.c:3631) ==13314== by 0x4C9D75A: TLB_ReadTypeLib (typelib.c:3375) ==13314== by 0x4C9E9B7: LoadTypeLibEx (typelib.c:480) ==13314== by 0x4AE961E: test_recinfo (vartype.c:5973) ==13314== by 0x4AEA5AF: func_vartype (vartype.c:6384) ==13314== by 0x4AEA929: run_test (test.h:603) ==13314== by 0x4AEB37E: main (test.h:687) ==13314== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:MSFT_ReadAllRefs fun:ITypeLib2_Constructor_MSFT fun:TLB_ReadTypeLib fun:LoadTypeLibEx fun:test_recinfo fun:func_vartype fun:run_test fun:main } ==13314== 96 bytes in 3 blocks are possibly lost in loss record 174 of 266 ==13314== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13314== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13314== by 0x4C905F9: heap_alloc_zero (typelib.h:606) ==13314== by 0x4C9A165: MSFT_CustData (typelib.c:2301) ==13314== by 0x4C9B0C4: ITypeLib2_Constructor_MSFT (typelib.c:3531) ==13314== by 0x4C9D75A: TLB_ReadTypeLib (typelib.c:3375) ==13314== by 0x4C9E9B7: LoadTypeLibEx (typelib.c:480) ==13314== by 0x4AE961E: test_recinfo (vartype.c:5973) ==13314== by 0x4AEA5AF: func_vartype (vartype.c:6384) ==13314== by 0x4AEA929: run_test (test.h:603) ==13314== by 0x4AEB37E: main (test.h:687) ==13314== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:MSFT_CustData fun:ITypeLib2_Constructor_MSFT fun:TLB_ReadTypeLib fun:LoadTypeLibEx fun:test_recinfo fun:func_vartype fun:run_test fun:main } make[1]: *** [Makefile:490: vartype.ok] Error 23 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/oleaut32/tests' make: *** [Makefile:15297: dlls/oleaut32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/oledb32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M oledb32.dll -p oledb32_test.exe.so convert && touch convert.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M oledb32.dll -p oledb32_test.exe.so database && touch database.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M oledb32.dll -p oledb32_test.exe.so marshal && touch marshal.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/oledb32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/oledlg/tests' ../../../tools/runtest -q -P wine -T ../../.. -M oledlg.dll -p oledlg_test.exe.so main && touch main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/oledlg/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/opengl32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M opengl32.dll -p opengl32_test.exe.so opengl && touch opengl.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 opengl.c:693: Tests skipped: Unable to find a suitable pixel format opengl.c:693: Tests skipped: Unable to find a suitable pixel format ==18505== 180 bytes in 1 blocks are possibly lost in loss record 2,506 of 3,168 ==18505== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==18505== by 0x6283240: ralloc_size (ralloc.c:121) ==18505== by 0x628335E: rzalloc_size (ralloc.c:153) ==18505== by 0x6282601: _mesa_hash_table_rehash (hash_table.c:270) ==18505== by 0x628255C: hash_table_insert (hash_table.c:302) ==18505== by 0x66802F6: si_shader_cache_insert_shader.part.18 (si_state_shaders.c:206) ==18505== by 0x6683982: si_shader_cache_insert_shader (si_state_shaders.c:199) ==18505== by 0x6683982: si_shader_cache_load_shader (si_state_shaders.c:265) ==18505== by 0x6683982: si_init_shader_selector_async (si_state_shaders.c:1834) ==18505== by 0x62887DE: util_queue_thread_func (u_queue.c:187) ==18505== by 0x6288314: impl_thrd_routine (threads_posix.h:87) ==18505== by 0x424836C: start_thread (pthread_create.c:456) ==18505== by 0x4357DA5: clone (clone.S:110) ==18505== { Memcheck:Leak match-leak-kinds: possible fun:malloc fun:ralloc_size fun:rzalloc_size fun:_mesa_hash_table_rehash fun:hash_table_insert fun:si_shader_cache_insert_shader.part.18 fun:si_shader_cache_insert_shader fun:si_shader_cache_load_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/opengl32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/packager/tests' ../../../tools/runtest -q -P wine -T ../../.. -M packager.dll -p packager_test.exe.so oleobj && touch oleobj.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/packager/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/pdh/tests' ../../../tools/runtest -q -P wine -T ../../.. -M pdh.dll -p pdh_test.exe.so pdh && touch pdh.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/pdh/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/propsys/tests' ../../../tools/runtest -q -P wine -T ../../.. -M propsys.dll -p propsys_test.exe.so propstore && touch propstore.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 propstore.c:217: Tests skipped: IPersistSerializedPropStorage not supported ==18835== 40 bytes in 1 blocks are possibly lost in loss record 245 of 576 ==18835== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18835== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18835== by 0x4B1540E: PropertyStore_CreateInstance (propstore.c:464) ==18835== by 0x4B15BDF: InMemoryPropertyStoreFactory_CreateInstance (propsys_main.c:113) ==18835== by 0x4B5E3F2: IClassFactory_CreateInstance (unknwn.h:222) ==18835== by 0x4B5E3F2: CoCreateInstanceEx (???:0) ==18835== by 0x4B5E5B0: CoCreateInstance (compobj.c:3227) ==18835== by 0x48469B3: test_persistserialized (propstore.c:207) ==18835== by 0x4846CCC: func_propstore (propstore.c:256) ==18835== by 0x484BD33: run_test (test.h:603) ==18835== by 0x484C788: main (test.h:687) ==18835== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:PropertyStore_CreateInstance fun:InMemoryPropertyStoreFactory_CreateInstance fun:IClassFactory_CreateInstance fun:CoCreateInstanceEx fun:CoCreateInstance fun:test_persistserialized fun:func_propstore fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M propsys.dll -p propsys_test.exe.so propsys && touch propsys.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/propsys/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/psapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M psapi.dll -p psapi_test.exe.so psapi_main && touch psapi_main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/psapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/pstorec/tests' ../../../tools/runtest -q -P wine -T ../../.. -M pstorec.dll -p pstorec_test.exe.so pstorec && touch pstorec.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/pstorec/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/qcap/tests' ../../../tools/runtest -q -P wine -T ../../.. -M qcap.dll -p qcap_test.exe.so qcap && touch qcap.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M qcap.dll -p qcap_test.exe.so smartteefilter && touch smartteefilter.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19295== 72 bytes in 1 blocks are definitely lost in loss record 304 of 588 ==19295== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19295== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19295== by 0x4C93A64: IMalloc_fnAlloc (ifs.c:187) ==19295== by 0x4C93E6B: IMalloc_Alloc (objidl.h:1405) ==19295== by 0x4C93E6B: CoTaskMemAlloc (???:0) ==19295== by 0x5BDF2C6: ??? ==19295== by 0x484E177: IMediaSample_SetMediaType (strmif.h:2289) ==19295== by 0x484E177: media_thread (???:0) ==19295== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19295== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19295== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19295== by 0x7BC7BD15: thread_startup (thread.c:484) ==19295== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19295== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc obj:* fun:IMediaSample_SetMediaType fun:media_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==19295== 72 bytes in 1 blocks are definitely lost in loss record 305 of 588 ==19295== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19295== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19295== by 0x4C93A64: IMalloc_fnAlloc (ifs.c:187) ==19295== by 0x4C93E6B: IMalloc_Alloc (objidl.h:1405) ==19295== by 0x4C93E6B: CoTaskMemAlloc (???:0) ==19295== by 0x5BDF2C6: ??? ==19295== by 0x5B75E99: ??? ==19295== by 0x5B75FEC: ??? ==19295== by 0x5B7C6CF: ??? ==19295== by 0x484E203: IMemInputPin_Receive (strmif.h:3041) ==19295== by 0x484E203: media_thread (???:0) ==19295== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19295== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19295== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19295== by 0x7BC7BD15: thread_startup (thread.c:484) ==19295== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19295== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc obj:* obj:* obj:* obj:* fun:IMemInputPin_Receive fun:media_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==19295== 72 bytes in 1 blocks are definitely lost in loss record 307 of 588 ==19295== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19295== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19295== by 0x4C93A64: IMalloc_fnAlloc (ifs.c:187) ==19295== by 0x4C93E6B: IMalloc_Alloc (objidl.h:1405) ==19295== by 0x4C93E6B: CoTaskMemAlloc (???:0) ==19295== by 0x5BDF2C6: ??? ==19295== by 0x5B75E99: ??? ==19295== by 0x5B76065: ??? ==19295== by 0x5B7C6CF: ??? ==19295== by 0x484E203: IMemInputPin_Receive (strmif.h:3041) ==19295== by 0x484E203: media_thread (???:0) ==19295== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19295== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19295== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19295== by 0x7BC7BD15: thread_startup (thread.c:484) ==19295== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19295== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc obj:* obj:* obj:* obj:* fun:IMemInputPin_Receive fun:media_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==19295== 2,020 bytes in 1 blocks are possibly lost in loss record 546 of 588 ==19295== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19295== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19295== by 0x48526DF: get_tls_data (test.h:242) ==19295== by 0x4852AB8: winetest_set_location (test.h:277) ==19295== by 0x484E0E2: media_thread (smartteefilter.c:740) ==19295== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19295== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19295== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19295== by 0x7BC7BD15: thread_startup (thread.c:484) ==19295== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19295== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:media_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/qcap/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/qedit/tests' ../../../tools/runtest -q -P wine -T ../../.. -M qedit.dll -p qedit_test.exe.so mediadet && touch mediadet.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M qedit.dll -p qedit_test.exe.so timeline && touch timeline.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/qedit/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/qmgr/tests' ../../../tools/runtest -q -P wine -T ../../.. -M qmgr.dll -p qmgr_test.exe.so enum_files && touch enum_files.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M qmgr.dll -p qmgr_test.exe.so enum_jobs && touch enum_jobs.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M qmgr.dll -p qmgr_test.exe.so file && touch file.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M qmgr.dll -p qmgr_test.exe.so job && touch job.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M qmgr.dll -p qmgr_test.exe.so qmgr && touch qmgr.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/qmgr/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/quartz/tests' ../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so avisplitter && touch avisplitter.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20450== 72 bytes in 1 blocks are definitely lost in loss record 313 of 606 ==20450== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20450== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20450== by 0x4C93A64: IMalloc_fnAlloc (ifs.c:187) ==20450== by 0x4C93E6B: IMalloc_Alloc (objidl.h:1405) ==20450== by 0x4C93E6B: CoTaskMemAlloc (???:0) ==20450== by 0x5B84E17: ??? ==20450== by 0x48477B1: IFileSourceFilter_Load (strmif.h:5395) ==20450== by 0x48477B1: test_filter_graph (???:0) ==20450== by 0x4847FEA: func_avisplitter (avisplitter.c:561) ==20450== by 0x4854400: run_test (test.h:603) ==20450== by 0x4854E55: main (test.h:687) ==20450== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc obj:* fun:IFileSourceFilter_Load fun:test_filter_graph fun:func_avisplitter fun:run_test fun:main } ==20450== 504 bytes in 7 blocks are definitely lost in loss record 497 of 606 ==20450== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20450== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20450== by 0x4C93A64: IMalloc_fnAlloc (ifs.c:187) ==20450== by 0x4C93E6B: IMalloc_Alloc (objidl.h:1405) ==20450== by 0x4C93E6B: CoTaskMemAlloc (???:0) ==20450== by 0x5B84E17: ??? ==20450== by 0x4847026: IFileSourceFilter_Load (strmif.h:5395) ==20450== by 0x4847026: test_filesourcefilter (???:0) ==20450== by 0x4847FE5: func_avisplitter (avisplitter.c:560) ==20450== by 0x4854400: run_test (test.h:603) ==20450== by 0x4854E55: main (test.h:687) ==20450== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc obj:* fun:IFileSourceFilter_Load fun:test_filesourcefilter fun:func_avisplitter fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so dsoundrender && touch dsoundrender.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so filtergraph && touch filtergraph.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 filtergraph.c:401: Tests skipped: L"test.avi": codec not supported; skipping test filtergraph.c:412: Test failed: CreateFile failed: err=32 filtergraph.c:401: Tests skipped: L"test.mpg": codec not supported; skipping test make[1]: *** [Makefile:267: filtergraph.ok] Error 1 ../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so filtermapper && touch filtermapper.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so memallocator && touch memallocator.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so mpegsplit && touch mpegsplit.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so referenceclock && touch referenceclock.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so videorenderer && touch videorenderer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/quartz/tests' make: *** [Makefile:16103: dlls/quartz/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/rasapi32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M rasapi32.dll -p rasapi32_test.exe.so rasapi && touch rasapi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/rasapi32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/riched20/tests' ../../../tools/runtest -q -P wine -T ../../.. -M riched20.dll -p riched20_test.exe.so editor && touch editor.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 editor.c:496: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:1768: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:1807: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:4393: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:5005: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:4945: Tests skipped: Skip multibyte character tests on non-Japanese platform ==21638== Syscall param writev(vector[...]) points to uninitialised byte(s) ==21638== at 0x434EB0F: ??? (syscall-template.S:84) ==21638== by 0x7BC6EEC8: send_request (server.c:228) ==21638== by 0x7BC702F1: server_call_unlocked (server.c:288) ==21638== by 0x7BC70344: wine_server_call (server.c:321) ==21638== by 0x4D46A4E: SetClipboardData (clipboard.c:904) ==21638== by 0x4B8B6F0: render_format (clipboard.c:974) ==21638== by 0x4B8BCC9: clipbrd_wndproc (clipboard.c:2060) ==21638== by 0x4DBB64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==21638== by 0x4DBBC7C: call_window_proc (winproc.c:244) ==21638== by 0x4DBDB24: WINPROC_call_window (winproc.c:897) ==21638== by 0x4D87852: call_window_proc (message.c:2223) ==21638== by 0x4D8B1E5: send_message (message.c:3255) ==21638== by 0x4D8B421: SendMessageW (message.c:3455) ==21638== by 0x4B8D503: OleFlushClipboard (clipboard.c:2267) ==21638== by 0x4A28D0C: test_WM_PASTE (editor.c:5562) ==21638== by 0x4A37EF6: func_editor (editor.c:8837) ==21638== by 0x4A4936B: run_test (test.h:603) ==21638== by 0x4A49DC0: main (test.h:687) ==21638== Address 0x492c7e8 is 80 bytes inside a recently re-allocated block of size 84 alloc'd ==21638== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21638== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21638== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21638== by 0x7B441303: GlobalAlloc (heap.c:389) ==21638== by 0x4B8AED0: dup_global_mem (clipboard.c:463) ==21638== by 0x4B8AFA9: get_data_from_global (clipboard.c:828) ==21638== by 0x4B8B664: render_format (clipboard.c:950) ==21638== by 0x4B8BCC9: clipbrd_wndproc (clipboard.c:2060) ==21638== by 0x4DBB64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==21638== by 0x4DBBC7C: call_window_proc (winproc.c:244) ==21638== by 0x4DBDB24: WINPROC_call_window (winproc.c:897) ==21638== by 0x4D87852: call_window_proc (message.c:2223) ==21638== by 0x4D8B1E5: send_message (message.c:3255) ==21638== by 0x4D8B421: SendMessageW (message.c:3455) ==21638== by 0x4B8D503: OleFlushClipboard (clipboard.c:2267) ==21638== by 0x4A28D0C: test_WM_PASTE (editor.c:5562) ==21638== by 0x4A37EF6: func_editor (editor.c:8837) ==21638== by 0x4A4936B: run_test (test.h:603) ==21638== by 0x4A49DC0: main (test.h:687) ==21638== Uninitialised value was created by a client request ==21638== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==21638== by 0x7BC47EB8: initialize_block (heap.c:245) ==21638== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==21638== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21638== by 0x7B441303: GlobalAlloc (heap.c:389) ==21638== by 0x7AC1A4EA: get_unicode_text (clipboard.c:356) ==21638== by 0x7AC1A6FE: ME_GetDataObject (clipboard.c:417) ==21638== by 0x7AC1C730: ME_Copy (editor.c:2354) ==21638== by 0x7AC1C7DF: copy_or_cut (editor.c:2376) ==21638== by 0x7AC22FC1: ME_HandleMessage (editor.c:4074) ==21638== by 0x7AC2514E: RichEditWndProc_common (editor.c:4995) ==21638== by 0x7AC251F0: RichEditWndProcA (editor.c:5020) ==21638== by 0x4DBB64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==21638== by 0x4DBBC7C: call_window_proc (winproc.c:244) ==21638== by 0x4DBDBF2: WINPROC_call_window (winproc.c:910) ==21638== by 0x4D87852: call_window_proc (message.c:2223) ==21638== by 0x4D8B1E5: send_message (message.c:3255) ==21638== by 0x4D8DEE6: SendMessageA (message.c:3477) ==21638== by 0x4A28BEB: test_WM_PASTE (editor.c:5542) ==21638== by 0x4A37EF6: func_editor (editor.c:8837) ==21638== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:SetClipboardData fun:render_format fun:clipbrd_wndproc obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_call_window fun:call_window_proc fun:send_message fun:SendMessageW fun:OleFlushClipboard fun:test_WM_PASTE fun:func_editor fun:run_test fun:main } editor.c:8612: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:5309: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:5309: Tests skipped: Skip multibyte character tests on non-Japanese platform ==21638== 8 bytes in 1 blocks are possibly lost in loss record 64 of 1,250 ==21638== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21638== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21638== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21638== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==21638== by 0x4B8A613: set_dataobject_format (clipboard.c:2118) ==21638== by 0x4B8D50D: OleFlushClipboard (clipboard.c:2269) ==21638== by 0x4A37FDE: func_editor (editor.c:8883) ==21638== by 0x4A4936B: run_test (test.h:603) ==21638== by 0x4A49DC0: main (test.h:687) ==21638== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_dataobject_format fun:OleFlushClipboard fun:func_editor fun:run_test fun:main } ==21638== 8 bytes in 1 blocks are possibly lost in loss record 65 of 1,250 ==21638== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21638== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21638== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21638== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==21638== by 0x4B8BE44: expose_marshalled_dataobject (clipboard.c:1933) ==21638== by 0x4B8D51C: OleFlushClipboard (clipboard.c:2271) ==21638== by 0x4A37FDE: func_editor (editor.c:8883) ==21638== by 0x4A4936B: run_test (test.h:603) ==21638== by 0x4A49DC0: main (test.h:687) ==21638== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:expose_marshalled_dataobject fun:OleFlushClipboard fun:func_editor fun:run_test fun:main } ==21638== 9 bytes in 1 blocks are definitely lost in loss record 74 of 1,250 ==21638== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21638== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21638== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21638== by 0x7B441303: GlobalAlloc (heap.c:389) ==21638== by 0x4B8BE44: expose_marshalled_dataobject (clipboard.c:1933) ==21638== by 0x4B8D51C: OleFlushClipboard (clipboard.c:2271) ==21638== by 0x4A37FDE: func_editor (editor.c:8883) ==21638== by 0x4A4936B: run_test (test.h:603) ==21638== by 0x4A49DC0: main (test.h:687) ==21638== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:expose_marshalled_dataobject fun:OleFlushClipboard fun:func_editor fun:run_test fun:main } ==21638== 12 bytes in 1 blocks are definitely lost in loss record 100 of 1,250 ==21638== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21638== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21638== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21638== by 0x7B441303: GlobalAlloc (heap.c:389) ==21638== by 0x4B8A613: set_dataobject_format (clipboard.c:2118) ==21638== by 0x4B8D50D: OleFlushClipboard (clipboard.c:2269) ==21638== by 0x4A37FDE: func_editor (editor.c:8883) ==21638== by 0x4A4936B: run_test (test.h:603) ==21638== by 0x4A49DC0: main (test.h:687) ==21638== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_dataobject_format fun:OleFlushClipboard fun:func_editor fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M riched20.dll -p riched20_test.exe.so richole && touch richole.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M riched20.dll -p riched20_test.exe.so txtsrv && touch txtsrv.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 txtsrv.c:768: Tests skipped: TxGetNaturalSize measurements not performed (xdim = 0, ydim = 0, result = 80004001, error = deadbeef) ==22269== 44 bytes in 1 blocks are possibly lost in loss record 255 of 610 ==22269== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22269== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22269== by 0x7AC39288: heap_alloc (editor.h:30) ==22269== by 0x7AC39BE9: CreateIRichEditOle (richole.c:5174) ==22269== by 0x7AC40521: ITextServicesImpl_QueryInterface (txtsrv.c:83) ==22269== by 0x7AC40211: fnTextSrv_QueryInterface (txtsrv.c:141) ==22269== by 0x4A483F3: test_QueryInterface (txtsrv.c:905) ==22269== by 0x4A48FC8: func_txtsrv (txtsrv.c:981) ==22269== by 0x4A4936B: run_test (test.h:603) ==22269== by 0x4A49DC0: main (test.h:687) ==22269== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:CreateIRichEditOle fun:ITextServicesImpl_QueryInterface fun:fnTextSrv_QueryInterface fun:test_QueryInterface fun:func_txtsrv fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/riched20/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/riched32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M riched32.dll -p riched32_test.exe.so editor && touch editor.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 editor.c:579: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:619: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:153: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:515: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:1335: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:1397: Tests skipped: Skip multibyte character tests on non-Japanese platform make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/riched32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/rpcrt4/tests' ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so cstub && touch cstub.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22481== 24 bytes in 1 blocks are definitely lost in loss record 174 of 639 ==22481== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22481== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22481== by 0x534CE29: CStdStubBuffer_Construct (cstub.c:88) ==22481== by 0x534B6BB: CStdPSFactory_CreateStub (cpsf.c:135) ==22481== by 0x4A15F96: IPSFactoryBuffer_CreateStub (objidl.h:7989) ==22481== by 0x4A15F96: create_stub (???:0) ==22481== by 0x4A16036: test_Connect (cstub.c:900) ==22481== by 0x4A1855C: func_cstub (cstub.c:1207) ==22481== by 0x4A44CBD: run_test (test.h:603) ==22481== by 0x4A45712: main (test.h:687) ==22481== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CStdStubBuffer_Construct fun:CStdPSFactory_CreateStub fun:IPSFactoryBuffer_CreateStub fun:create_stub fun:test_Connect fun:func_cstub fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so ndr_marshall && touch ndr_marshall.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22644== 44 bytes in 1 blocks are definitely lost in loss record 198 of 384 ==22644== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22644== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22644== by 0x536E06B: RPCRT4_io_thread (rpc_server.c:559) ==22644== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22644== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22644== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22644== by 0x7BC7BD15: thread_startup (thread.c:484) ==22644== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22644== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_io_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so rpc && touch rpc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22736== 164 bytes in 1 blocks are possibly lost in loss record 489 of 668 ==22736== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22736== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22736== by 0x537192B: rpcrt4_conn_np_alloc (rpc_transport.c:78) ==22736== by 0x5376E99: RPCRT4_CreateConnection (rpc_transport.c:3315) ==22736== by 0x53774F1: rpcrt4_protseq_ncacn_np_open_endpoint (rpc_transport.c:284) ==22736== by 0x536EBAA: RPCRT4_use_protseq (rpc_server.c:846) ==22736== by 0x536F67C: RpcServerUseProtseqA (rpc_server.c:1076) ==22736== by 0x4A24E63: test_RpcServerUseProtseq (rpc.c:958) ==22736== by 0x4A2596D: func_rpc (rpc.c:1222) ==22736== by 0x4A44CBD: run_test (test.h:603) ==22736== by 0x4A45712: main (test.h:687) ==22736== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:rpcrt4_conn_np_alloc fun:RPCRT4_CreateConnection fun:rpcrt4_protseq_ncacn_np_open_endpoint fun:RPCRT4_use_protseq fun:RpcServerUseProtseqA fun:test_RpcServerUseProtseq fun:func_rpc fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so rpc_async && touch rpc_async.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so server && touch server.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17551== 2,020 bytes in 1 blocks are possibly lost in loss record 637 of 683 ==17551== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17551== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17551== by 0x4A44994: get_tls_data (test.h:242) ==17551== by 0x4A44D6D: winetest_set_location (test.h:277) ==17551== by 0x4A29D83: s_check_se2 (server.c:419) ==17551== by 0x4A3E184: IServer_check_se2 (server_s.c:4573) ==17551== by 0x536D667: process_request_packet (rpc_server.c:439) ==17551== by 0x536E427: RPCRT4_process_packet (rpc_server.c:517) ==17551== by 0x536E506: RPCRT4_worker_thread (rpc_server.c:539) ==17551== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==17551== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==17551== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17551== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17551== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17551== by 0x7BC7BD15: thread_startup (thread.c:484) ==17551== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17551== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:s_check_se2 fun:IServer_check_se2 fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17551== 2,020 bytes in 1 blocks are possibly lost in loss record 638 of 683 ==17551== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17551== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17551== by 0x4A44994: get_tls_data (test.h:242) ==17551== by 0x4A44D6D: winetest_set_location (test.h:277) ==17551== by 0x4A2BACA: s_full_pointer_null_test (server.c:827) ==17551== by 0x4A448D7: IServer_full_pointer_null_test (server_s.c:7055) ==17551== by 0x536D667: process_request_packet (rpc_server.c:439) ==17551== by 0x536E427: RPCRT4_process_packet (rpc_server.c:517) ==17551== by 0x536E506: RPCRT4_worker_thread (rpc_server.c:539) ==17551== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==17551== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==17551== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17551== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17551== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17551== by 0x7BC7BD15: thread_startup (thread.c:484) ==17551== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17551== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:s_full_pointer_null_test fun:IServer_full_pointer_null_test fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20235== 4,040 bytes in 2 blocks are possibly lost in loss record 657 of 682 ==20235== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20235== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20235== by 0x4A44994: get_tls_data (test.h:242) ==20235== by 0x4A44D6D: winetest_set_location (test.h:277) ==20235== by 0x4A29D83: s_check_se2 (server.c:419) ==20235== by 0x4A3E184: IServer_check_se2 (server_s.c:4573) ==20235== by 0x536D667: process_request_packet (rpc_server.c:439) ==20235== by 0x536E427: RPCRT4_process_packet (rpc_server.c:517) ==20235== by 0x536E506: RPCRT4_worker_thread (rpc_server.c:539) ==20235== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==20235== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==20235== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20235== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20235== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20235== by 0x7BC7BD15: thread_startup (thread.c:484) ==20235== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==20235== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:s_check_se2 fun:IServer_check_se2 fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==20235== 4,040 bytes in 2 blocks are possibly lost in loss record 658 of 682 ==20235== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20235== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20235== by 0x4A44994: get_tls_data (test.h:242) ==20235== by 0x4A44D6D: winetest_set_location (test.h:277) ==20235== by 0x4A2BACA: s_full_pointer_null_test (server.c:827) ==20235== by 0x4A448D7: IServer_full_pointer_null_test (server_s.c:7055) ==20235== by 0x536D667: process_request_packet (rpc_server.c:439) ==20235== by 0x536E427: RPCRT4_process_packet (rpc_server.c:517) ==20235== by 0x536E506: RPCRT4_worker_thread (rpc_server.c:539) ==20235== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==20235== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==20235== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20235== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20235== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20235== by 0x7BC7BD15: thread_startup (thread.c:484) ==20235== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==20235== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:s_full_pointer_null_test fun:IServer_full_pointer_null_test fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10080== 2,020 bytes in 1 blocks are possibly lost in loss record 632 of 679 ==10080== at 0x7BC45CBC: notify_alloc (heap.c:260) ==10080== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==10080== by 0x4A44994: get_tls_data (test.h:242) ==10080== by 0x4A44D6D: winetest_set_location (test.h:277) ==10080== by 0x4A2BF59: s_authinfo_test (server.c:1504) ==10080== by 0x4A39C50: IServer_authinfo_test (server_s.c:7127) ==10080== by 0x536D667: process_request_packet (rpc_server.c:439) ==10080== by 0x536E427: RPCRT4_process_packet (rpc_server.c:517) ==10080== by 0x536E506: RPCRT4_worker_thread (rpc_server.c:539) ==10080== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==10080== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==10080== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==10080== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==10080== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==10080== by 0x7BC7BD15: thread_startup (thread.c:484) ==10080== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==10080== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:s_authinfo_test fun:IServer_authinfo_test fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==10080== 4,040 bytes in 2 blocks are possibly lost in loss record 654 of 679 ==10080== at 0x7BC45CBC: notify_alloc (heap.c:260) ==10080== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==10080== by 0x4A44994: get_tls_data (test.h:242) ==10080== by 0x4A44D6D: winetest_set_location (test.h:277) ==10080== by 0x4A29D83: s_check_se2 (server.c:419) ==10080== by 0x4A3E184: IServer_check_se2 (server_s.c:4573) ==10080== by 0x536D667: process_request_packet (rpc_server.c:439) ==10080== by 0x536E427: RPCRT4_process_packet (rpc_server.c:517) ==10080== by 0x536E506: RPCRT4_worker_thread (rpc_server.c:539) ==10080== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==10080== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==10080== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==10080== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==10080== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==10080== by 0x7BC7BD15: thread_startup (thread.c:484) ==10080== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==10080== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:s_check_se2 fun:IServer_check_se2 fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==10080== 4,040 bytes in 2 blocks are possibly lost in loss record 655 of 679 ==10080== at 0x7BC45CBC: notify_alloc (heap.c:260) ==10080== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==10080== by 0x4A44994: get_tls_data (test.h:242) ==10080== by 0x4A44D6D: winetest_set_location (test.h:277) ==10080== by 0x4A2BACA: s_full_pointer_null_test (server.c:827) ==10080== by 0x4A448D7: IServer_full_pointer_null_test (server_s.c:7055) ==10080== by 0x536D667: process_request_packet (rpc_server.c:439) ==10080== by 0x536E427: RPCRT4_process_packet (rpc_server.c:517) ==10080== by 0x536E506: RPCRT4_worker_thread (rpc_server.c:539) ==10080== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==10080== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==10080== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==10080== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==10080== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==10080== by 0x7BC7BD15: thread_startup (thread.c:484) ==10080== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==10080== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:s_full_pointer_null_test fun:IServer_full_pointer_null_test fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==10098== 2,020 bytes in 1 blocks are possibly lost in loss record 615 of 662 ==10098== at 0x7BC45CBC: notify_alloc (heap.c:260) ==10098== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==10098== by 0x4A44994: get_tls_data (test.h:242) ==10098== by 0x4A44D6D: winetest_set_location (test.h:277) ==10098== by 0x4A26868: wait_listen_proc (server.c:1791) ==10098== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==10098== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==10098== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==10098== by 0x7BC7BD15: thread_startup (thread.c:484) ==10098== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==10098== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:wait_listen_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==10098== 4,040 bytes in 2 blocks are possibly lost in loss record 638 of 662 ==10098== at 0x7BC45CBC: notify_alloc (heap.c:260) ==10098== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==10098== by 0x4A44994: get_tls_data (test.h:242) ==10098== by 0x4A44D6D: winetest_set_location (test.h:277) ==10098== by 0x4A263FB: listen_test_client_thread (server.c:1776) ==10098== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==10098== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==10098== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==10098== by 0x7BC7BD15: thread_startup (thread.c:484) ==10098== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==10098== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:listen_test_client_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22919== 2,020 bytes in 1 blocks are possibly lost in loss record 623 of 670 ==22919== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22919== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22919== by 0x4A44994: get_tls_data (test.h:242) ==22919== by 0x4A44D6D: winetest_set_location (test.h:277) ==22919== by 0x4A2BF59: s_authinfo_test (server.c:1504) ==22919== by 0x4A39C50: IServer_authinfo_test (server_s.c:7127) ==22919== by 0x536D667: process_request_packet (rpc_server.c:439) ==22919== by 0x536E427: RPCRT4_process_packet (rpc_server.c:517) ==22919== by 0x536E506: RPCRT4_worker_thread (rpc_server.c:539) ==22919== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==22919== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==22919== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22919== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22919== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22919== by 0x7BC7BD15: thread_startup (thread.c:484) ==22919== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22919== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:s_authinfo_test fun:IServer_authinfo_test fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22919== 4,040 bytes in 2 blocks are possibly lost in loss record 645 of 670 ==22919== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22919== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22919== by 0x4A44994: get_tls_data (test.h:242) ==22919== by 0x4A44D6D: winetest_set_location (test.h:277) ==22919== by 0x4A2BACA: s_full_pointer_null_test (server.c:827) ==22919== by 0x4A448D7: IServer_full_pointer_null_test (server_s.c:7055) ==22919== by 0x536D667: process_request_packet (rpc_server.c:439) ==22919== by 0x536E427: RPCRT4_process_packet (rpc_server.c:517) ==22919== by 0x536E506: RPCRT4_worker_thread (rpc_server.c:539) ==22919== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==22919== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==22919== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22919== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22919== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22919== by 0x7BC7BD15: thread_startup (thread.c:484) ==22919== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22919== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:s_full_pointer_null_test fun:IServer_full_pointer_null_test fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22919== 6,060 bytes in 3 blocks are possibly lost in loss record 656 of 670 ==22919== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22919== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22919== by 0x4A44994: get_tls_data (test.h:242) ==22919== by 0x4A44D6D: winetest_set_location (test.h:277) ==22919== by 0x4A29D83: s_check_se2 (server.c:419) ==22919== by 0x4A3E184: IServer_check_se2 (server_s.c:4573) ==22919== by 0x536D667: process_request_packet (rpc_server.c:439) ==22919== by 0x536E427: RPCRT4_process_packet (rpc_server.c:517) ==22919== by 0x536E506: RPCRT4_worker_thread (rpc_server.c:539) ==22919== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==22919== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==22919== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22919== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22919== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22919== by 0x7BC7BD15: thread_startup (thread.c:484) ==22919== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22919== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:s_check_se2 fun:IServer_check_se2 fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/rpcrt4/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/rsaenh/tests' ../../../tools/runtest -q -P wine -T ../../.. -M rsaenh.dll -p rsaenh_test.exe.so rsaenh && touch rsaenh.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/rsaenh/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/sapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M sapi.dll -p sapi_test.exe.so token && touch token.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/sapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/schannel/tests' ../../../tools/runtest -q -P wine -T ../../.. -M schannel.dll -p schannel_test.exe.so main && touch main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/schannel/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/schedsvc/tests' ../../../tools/runtest -q -P wine -T ../../.. -M schedsvc.dll -p schedsvc_test.exe.so rpcapi && touch rpcapi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 rpcapi.c:32: Tests skipped: Can't connect to Scheduler service: 0x6d9 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/schedsvc/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/scrrun/tests' ../../../tools/runtest -q -P wine -T ../../.. -M scrrun.dll -p scrrun_test.exe.so dictionary && touch dictionary.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M scrrun.dll -p scrrun_test.exe.so filesystem && touch filesystem.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 filesystem.c:1943: Tests skipped: No drive with type 0x2 found, skipping test L"R:\\". make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/scrrun/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/secur32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M secur32.dll -p secur32_test.exe.so main && touch main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M secur32.dll -p secur32_test.exe.so negotiate && touch negotiate.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory negotiate.c:178: Test failed: InitializeSecurityContext didn't change buffer size negotiate.c:253: Test failed: client returned 80090304, more tests will fail negotiate.c:259: Test failed: server returned 80090308, more tests will fail negotiate.c:269: Tests skipped: authentication failed, skipping remaining tests make[1]: *** [Makefile:195: negotiate.ok] Error 3 ../../../tools/runtest -q -P wine -T ../../.. -M secur32.dll -p secur32_test.exe.so ntlm && touch ntlm.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:431: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:453: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:465: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:486: Test failed: InitializeSecurityContext set buffer size to 1904 ntlm.c:846: Test failed: Running the client returned SEC_E_INTERNAL_ERROR, more tests will fail. ntlm.c:869: Tests skipped: Authentication failed, skipping test. ntlm.c:904: Test failed: DeleteSecurityContext(client) returned SEC_E_INVALID_HANDLE ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:431: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:453: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:465: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:486: Test failed: InitializeSecurityContext set buffer size to 1904 ntlm.c:846: Test failed: Running the client returned SEC_E_INTERNAL_ERROR, more tests will fail. ntlm.c:869: Tests skipped: Authentication failed, skipping test. ntlm.c:904: Test failed: DeleteSecurityContext(client) returned SEC_E_INVALID_HANDLE ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:431: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:453: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:465: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:486: Test failed: InitializeSecurityContext set buffer size to 1904 ntlm.c:846: Test failed: Running the client returned SEC_E_INTERNAL_ERROR, more tests will fail. ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:857: Test failed: Running the server returned SEC_E_BUFFER_TOO_SMALL, more tests will fail from now. ntlm.c:869: Tests skipped: Authentication failed, skipping test. ntlm.c:899: Test failed: DeleteSecurityContext(server) returned SEC_E_INVALID_HANDLE ntlm.c:904: Test failed: DeleteSecurityContext(client) returned SEC_E_INVALID_HANDLE ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:431: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:453: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:465: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:486: Test failed: InitializeSecurityContext set buffer size to 1904 ntlm.c:846: Test failed: Running the client returned SEC_E_INTERNAL_ERROR, more tests will fail. ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:857: Test failed: Running the server returned SEC_E_BUFFER_TOO_SMALL, more tests will fail from now. ntlm.c:869: Tests skipped: Authentication failed, skipping test. ntlm.c:899: Test failed: DeleteSecurityContext(server) returned SEC_E_INVALID_HANDLE ntlm.c:904: Test failed: DeleteSecurityContext(client) returned SEC_E_INVALID_HANDLE ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:431: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:453: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:465: Test failed: expected SEC_E_BUFFER_TOO_SMALL, got SEC_E_INTERNAL_ERROR ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:486: Test failed: InitializeSecurityContext set buffer size to 1904 ntlm.c:974: Test failed: Running the client returned SEC_E_INTERNAL_ERROR, more tests will fail. ntlm.c:989: Tests skipped: Authentication failed, skipping test. ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:1387: Test failed: InitializeSecurityContextA failed with error 0x80090304 ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:1392: Test failed: Second InitializeSecurityContextA on cred handle failed with error 0x80090304 ntlm.c:1395: Test failed: DeleteSecurityContext failed with error 0x80090301 ntlm.c:1397: Test failed: DeleteSecurityContext failed with error 0x80090301 ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:1442: Test failed: InitializeSecurityContextA failed SEC_E_INTERNAL_ERROR ntlm.c:1445: Test failed: DeleteSecurityContext failed with error 0x1 make[1]: *** [Makefile:228: ntlm.ok] Error 39 ../../../tools/runtest -q -P wine -T ../../.. -M secur32.dll -p secur32_test.exe.so schannel && touch schannel.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 GnuTLS error: An unexpected TLS packet was received. GnuTLS error: The specified session has been invalidated for some reason. ../../../tools/runtest -q -P wine -T ../../.. -M secur32.dll -p secur32_test.exe.so secur32 && touch secur32.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/secur32/tests' make: *** [Makefile:16815: dlls/secur32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/serialui/tests' ../../../tools/runtest -q -P wine -T ../../.. -M serialui.dll -p serialui_test.exe.so confdlg && touch confdlg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/serialui/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/setupapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M setupapi.dll -p setupapi_test.exe.so devinst && touch devinst.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M setupapi.dll -p setupapi_test.exe.so diskspace && touch diskspace.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M setupapi.dll -p setupapi_test.exe.so install && touch install.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M setupapi.dll -p setupapi_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M setupapi.dll -p setupapi_test.exe.so parser && touch parser.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M setupapi.dll -p setupapi_test.exe.so query && touch query.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M setupapi.dll -p setupapi_test.exe.so setupcab && touch setupcab.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M setupapi.dll -p setupapi_test.exe.so stringtable && touch stringtable.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/setupapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/shdocvw/tests' ../../../tools/runtest -q -P wine -T ../../.. -M shdocvw.dll -p shdocvw_test.exe.so shdocvw && touch shdocvw.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shdocvw.dll -p shdocvw_test.exe.so shortcut && touch shortcut.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/shdocvw/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/shell32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so appbar && touch appbar.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10470== Syscall param writev(vector[...]) points to uninitialised byte(s) ==10470== at 0x434EAE3: __writev_nocancel (syscall-template.S:84) ==10470== by 0x7BC6EEC8: send_request (server.c:228) ==10470== by 0x7BC702F1: server_call_unlocked (server.c:288) ==10470== by 0x7BC70344: wine_server_call (server.c:321) ==10470== by 0x4EC55C8: put_message_in_queue (message.c:3131) ==10470== by 0x4EC2FAD: send_inter_thread_message (message.c:3199) ==10470== by 0x4EC327C: send_message (message.c:3272) ==10470== by 0x4EC3330: SendMessageTimeoutW (message.c:3415) ==10470== by 0x4BBFCEA: SHAppBarMessage (appbar.c:142) ==10470== by 0x4A1678E: test_setpos (appbar.c:222) ==10470== by 0x4A17704: func_appbar (appbar.c:447) ==10470== by 0x4A67CE3: run_test (test.h:603) ==10470== by 0x4A68738: main (test.h:687) ==10470== Address 0x4b9fc18 is on thread 1's stack ==10470== in frame #8, created by SHAppBarMessage (appbar.c:65) ==10470== Uninitialised value was created by a stack allocation ==10470== at 0x4A166CC: test_setpos (appbar.c:203) ==10470== { Memcheck:Param writev(vector[...]) fun:__writev_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:put_message_in_queue fun:send_inter_thread_message fun:send_message fun:SendMessageTimeoutW fun:SHAppBarMessage fun:test_setpos fun:func_appbar fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so assoc && touch assoc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so autocomplete && touch autocomplete.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10645== 52 bytes in 1 blocks are definitely lost in loss record 360 of 774 ==10645== at 0x7BC45CBC: notify_alloc (heap.c:260) ==10645== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==10645== by 0x4BC37C2: IAutoComplete_Constructor (autocomplete.c:661) ==10645== by 0x4BF2CF4: IDefClF_fnCreateInstance (shellole.c:475) ==10645== by 0x52E93F2: IClassFactory_CreateInstance (unknwn.h:222) ==10645== by 0x52E93F2: CoCreateInstanceEx (???:0) ==10645== by 0x52E95B0: CoCreateInstance (compobj.c:3227) ==10645== by 0x4A19498: test_custom_source (autocomplete.c:367) ==10645== by 0x4A1970C: func_autocomplete (autocomplete.c:414) ==10645== by 0x4A67CE3: run_test (test.h:603) ==10645== by 0x4A68738: main (test.h:687) ==10645== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IAutoComplete_Constructor fun:IDefClF_fnCreateInstance fun:IClassFactory_CreateInstance fun:CoCreateInstanceEx fun:CoCreateInstance fun:test_custom_source fun:func_autocomplete fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so brsfolder && touch brsfolder.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so ebrowser && touch ebrowser.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so progman_dde && touch progman_dde.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so recyclebin && touch recyclebin.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shelldispatch && touch shelldispatch.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==11161== Thread 2: ==11161== Syscall param writev(vector[...]) points to uninitialised byte(s) ==11161== at 0x434EB0F: ??? (syscall-template.S:84) ==11161== by 0x7BC6EEC8: send_request (server.c:228) ==11161== by 0x7BC702F1: server_call_unlocked (server.c:288) ==11161== by 0x7BC70344: wine_server_call (server.c:321) ==11161== by 0x7BC3F6A2: server_write_file (file.c:624) ==11161== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==11161== by 0x5645B72: rpcrt4_conn_np_write (rpc_transport.c:418) ==11161== by 0x5638855: rpcrt4_conn_write (rpc_binding.h:196) ==11161== by 0x563A28F: RPCRT4_SendWithAuth (rpc_message.c:849) ==11161== by 0x563AE75: RPCRT4_Send (rpc_message.c:1248) ==11161== by 0x563BC39: I_RpcSend (rpc_message.c:1809) ==11161== by 0x563BECE: I_RpcSendReceive (rpc_message.c:1912) ==11161== by 0x531101E: rpc_sendreceive_thread (rpc.c:800) ==11161== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==11161== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==11161== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11161== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11161== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11161== by 0x7BC7BD15: thread_startup (thread.c:484) ==11161== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11161== Address 0x622dc92 is 90 bytes inside a recently re-allocated block of size 140 alloc'd ==11161== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11161== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11161== by 0x563A181: RPCRT4_SendWithAuth (rpc_message.c:808) ==11161== by 0x563AE75: RPCRT4_Send (rpc_message.c:1248) ==11161== by 0x563BC39: I_RpcSend (rpc_message.c:1809) ==11161== by 0x563BECE: I_RpcSendReceive (rpc_message.c:1912) ==11161== by 0x531101E: rpc_sendreceive_thread (rpc.c:800) ==11161== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==11161== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==11161== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11161== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11161== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11161== by 0x7BC7BD15: thread_startup (thread.c:484) ==11161== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11161== Uninitialised value was created by a stack allocation ==11161== at 0x4A28596: test_ShellWindows (shelldispatch.c:995) ==11161== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:I_RpcSend fun:I_RpcSendReceive fun:rpc_sendreceive_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shelllink && touch shelllink.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shellole && touch shellole.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shellpath && touch shellpath.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shfldr_special && touch shfldr_special.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shlexec && touch shlexec.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:1108: Test failed: ShellExecute(verb="", file="C:\users\austin\Temp\wt3fb6.tmp\drawback_file.noassoc foo.shlexec") WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:1693: Test failed: ShellExecute(verb="", file="C:\users\austin\Temp\wt3fb6.tmp\test file.shlexec") WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:1715: Test failed: ShellExecute(verb="QuotedLowerL", file="C:\users\austin\Temp\wt3fb6.tmp\test file.shlexec") argvA3 expected 'QuotedLowerL', got 'Open' shlexec.c:1717: Test failed: ShellExecute(verb="QuotedLowerL", file="C:\users\austin\Temp\wt3fb6.tmp\test file.shlexec") argvA4 expected 'C:\users\austin\Temp\wt3fb6.tmp\test file.shlexec', got 'C:\users\austin\Temp\wt3fb6.tmp\test file.noassoc.shlexec' preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:1715: Test failed: ShellExecute(verb="QuotedUpperL", file="C:\users\austin\Temp\wt3fb6.tmp\test file.shlexec") argvA3 expected 'QuotedUpperL', got 'QuotedLowerL' preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:1715: Test failed: ShellExecute(verb="averb", file="C:\users\austin\Temp\wt3fb6.tmp\test file.sha") argvA3 expected 'averb', got 'QuotedUpperL' shlexec.c:1717: Test failed: ShellExecute(verb="averb", file="C:\users\austin\Temp\wt3fb6.tmp\test file.sha") argvA4 expected 'C:\users\austin\Temp\wt3fb6.tmp\test file.sha', got 'C:\users\austin\Temp\wt3fb6.tmp\test file.shlexec' preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:1886: Test failed: ShellExecute(verb="", file="file:////C|/users/austin/Temp/wt3fb6.tmp/test file.shlexec") WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:1971: Test failed: ShellExecute(verb="averb", file="shlproto://foo/bar") argvA3 expected 'AVerb', got 'URL' preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:2007: Test failed: ShellExecute(verb="", file="%urlprefix%foo") WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:2183: Test succeeded inside todo block: ShellExecuteEx(mask="0x808240", file="%TMPDIR%\test_shortcut_shlexec.lnk") WaitForSingleObject returned 0 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:2276: Test failed: ShellExecute(verb="", file="C:\users\austin\Temp\wt3fb6.tmp\test file.noassoc", params="shlexec "C:\users\austin\Temp\wt3fb6.tmp\wt3fe5.tmp" Exec") WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Usage: Z:\home\austin\wine-valgrind\dlls\shell32\tests\shell32_test.exe.so test_name Valid test names: appbar assoc autocomplete brsfolder ebrowser generated progman_dde recyclebin shelldispatch shelllink shellole shellpath shfldr_special shlexec shlfileop shlfolder shlview string systray shlexec.c:2298: Test succeeded inside todo block: ShellExecuteEx(mask="0x8440", verb="notaverb", file="Z:\home\austin\wine-valgrind\dlls\shell32\tests\shell32_test.exe.so") WaitForSingleObject returned 0 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31195== 2,020 bytes in 1 blocks are possibly lost in loss record 680 of 731 ==31195== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31195== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31195== by 0x4A679BA: get_tls_data (test.h:242) ==31195== by 0x4A67D93: winetest_set_location (test.h:277) ==31195== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31195== by 0x4A42068: ddeThread (shlexec.c:2596) ==31195== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31195== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31195== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31195== by 0x7BC7BD15: thread_startup (thread.c:484) ==31195== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31195== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31196== 2,020 bytes in 1 blocks are possibly lost in loss record 680 of 731 ==31196== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31196== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31196== by 0x4A679BA: get_tls_data (test.h:242) ==31196== by 0x4A67D93: winetest_set_location (test.h:277) ==31196== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31196== by 0x4A42068: ddeThread (shlexec.c:2596) ==31196== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31196== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31196== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31196== by 0x7BC7BD15: thread_startup (thread.c:484) ==31196== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31196== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31198== 4,040 bytes in 2 blocks are possibly lost in loss record 703 of 731 ==31198== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31198== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31198== by 0x4A679BA: get_tls_data (test.h:242) ==31198== by 0x4A67D93: winetest_set_location (test.h:277) ==31198== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31198== by 0x4A42068: ddeThread (shlexec.c:2596) ==31198== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31198== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31198== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31198== by 0x7BC7BD15: thread_startup (thread.c:484) ==31198== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31198== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31199== 4,040 bytes in 2 blocks are possibly lost in loss record 703 of 731 ==31199== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31199== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31199== by 0x4A679BA: get_tls_data (test.h:242) ==31199== by 0x4A67D93: winetest_set_location (test.h:277) ==31199== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31199== by 0x4A42068: ddeThread (shlexec.c:2596) ==31199== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31199== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31199== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31199== by 0x7BC7BD15: thread_startup (thread.c:484) ==31199== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31199== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31201== 6,060 bytes in 3 blocks are possibly lost in loss record 714 of 731 ==31201== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31201== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31201== by 0x4A679BA: get_tls_data (test.h:242) ==31201== by 0x4A67D93: winetest_set_location (test.h:277) ==31201== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31201== by 0x4A42068: ddeThread (shlexec.c:2596) ==31201== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31201== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31201== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31201== by 0x7BC7BD15: thread_startup (thread.c:484) ==31201== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31201== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31202== 6,060 bytes in 3 blocks are possibly lost in loss record 714 of 731 ==31202== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31202== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31202== by 0x4A679BA: get_tls_data (test.h:242) ==31202== by 0x4A67D93: winetest_set_location (test.h:277) ==31202== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31202== by 0x4A42068: ddeThread (shlexec.c:2596) ==31202== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31202== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31202== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31202== by 0x7BC7BD15: thread_startup (thread.c:484) ==31202== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31202== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31204== 8,080 bytes in 4 blocks are possibly lost in loss record 717 of 731 ==31204== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31204== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31204== by 0x4A679BA: get_tls_data (test.h:242) ==31204== by 0x4A67D93: winetest_set_location (test.h:277) ==31204== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31204== by 0x4A42068: ddeThread (shlexec.c:2596) ==31204== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31204== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31204== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31204== by 0x7BC7BD15: thread_startup (thread.c:484) ==31204== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31204== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31205== 8,080 bytes in 4 blocks are possibly lost in loss record 717 of 731 ==31205== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31205== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31205== by 0x4A679BA: get_tls_data (test.h:242) ==31205== by 0x4A67D93: winetest_set_location (test.h:277) ==31205== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31205== by 0x4A42068: ddeThread (shlexec.c:2596) ==31205== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31205== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31205== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31205== by 0x7BC7BD15: thread_startup (thread.c:484) ==31205== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31205== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31207== 10,100 bytes in 5 blocks are possibly lost in loss record 720 of 731 ==31207== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31207== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31207== by 0x4A679BA: get_tls_data (test.h:242) ==31207== by 0x4A67D93: winetest_set_location (test.h:277) ==31207== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31207== by 0x4A42068: ddeThread (shlexec.c:2596) ==31207== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31207== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31207== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31207== by 0x7BC7BD15: thread_startup (thread.c:484) ==31207== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31207== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31208== 10,100 bytes in 5 blocks are possibly lost in loss record 720 of 731 ==31208== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31208== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31208== by 0x4A679BA: get_tls_data (test.h:242) ==31208== by 0x4A67D93: winetest_set_location (test.h:277) ==31208== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31208== by 0x4A42068: ddeThread (shlexec.c:2596) ==31208== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31208== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31208== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31208== by 0x7BC7BD15: thread_startup (thread.c:484) ==31208== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31208== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31215== 12,120 bytes in 6 blocks are possibly lost in loss record 722 of 731 ==31215== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31215== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31215== by 0x4A679BA: get_tls_data (test.h:242) ==31215== by 0x4A67D93: winetest_set_location (test.h:277) ==31215== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31215== by 0x4A42068: ddeThread (shlexec.c:2596) ==31215== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31215== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31215== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31215== by 0x7BC7BD15: thread_startup (thread.c:484) ==31215== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31215== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31216== 12,120 bytes in 6 blocks are possibly lost in loss record 722 of 731 ==31216== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31216== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31216== by 0x4A679BA: get_tls_data (test.h:242) ==31216== by 0x4A67D93: winetest_set_location (test.h:277) ==31216== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31216== by 0x4A42068: ddeThread (shlexec.c:2596) ==31216== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31216== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31216== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31216== by 0x7BC7BD15: thread_startup (thread.c:484) ==31216== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31216== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31218== 14,140 bytes in 7 blocks are possibly lost in loss record 723 of 731 ==31218== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31218== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31218== by 0x4A679BA: get_tls_data (test.h:242) ==31218== by 0x4A67D93: winetest_set_location (test.h:277) ==31218== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31218== by 0x4A42068: ddeThread (shlexec.c:2596) ==31218== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31218== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31218== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31218== by 0x7BC7BD15: thread_startup (thread.c:484) ==31218== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31218== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31219== 14,140 bytes in 7 blocks are possibly lost in loss record 723 of 731 ==31219== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31219== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31219== by 0x4A679BA: get_tls_data (test.h:242) ==31219== by 0x4A67D93: winetest_set_location (test.h:277) ==31219== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31219== by 0x4A42068: ddeThread (shlexec.c:2596) ==31219== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31219== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31219== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31219== by 0x7BC7BD15: thread_startup (thread.c:484) ==31219== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31219== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31221== 16,160 bytes in 8 blocks are possibly lost in loss record 725 of 731 ==31221== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31221== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31221== by 0x4A679BA: get_tls_data (test.h:242) ==31221== by 0x4A67D93: winetest_set_location (test.h:277) ==31221== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31221== by 0x4A42068: ddeThread (shlexec.c:2596) ==31221== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31221== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31221== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31221== by 0x7BC7BD15: thread_startup (thread.c:484) ==31221== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31221== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31222== 16,160 bytes in 8 blocks are possibly lost in loss record 725 of 731 ==31222== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31222== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31222== by 0x4A679BA: get_tls_data (test.h:242) ==31222== by 0x4A67D93: winetest_set_location (test.h:277) ==31222== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31222== by 0x4A42068: ddeThread (shlexec.c:2596) ==31222== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31222== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31222== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31222== by 0x7BC7BD15: thread_startup (thread.c:484) ==31222== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31222== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31224== 18,180 bytes in 9 blocks are possibly lost in loss record 727 of 731 ==31224== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31224== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31224== by 0x4A679BA: get_tls_data (test.h:242) ==31224== by 0x4A67D93: winetest_set_location (test.h:277) ==31224== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31224== by 0x4A42068: ddeThread (shlexec.c:2596) ==31224== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31224== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31224== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31224== by 0x7BC7BD15: thread_startup (thread.c:484) ==31224== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31224== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31225== 18,180 bytes in 9 blocks are possibly lost in loss record 727 of 731 ==31225== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31225== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31225== by 0x4A679BA: get_tls_data (test.h:242) ==31225== by 0x4A67D93: winetest_set_location (test.h:277) ==31225== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31225== by 0x4A42068: ddeThread (shlexec.c:2596) ==31225== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31225== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31225== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31225== by 0x7BC7BD15: thread_startup (thread.c:484) ==31225== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31225== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31227== 20,200 bytes in 10 blocks are possibly lost in loss record 728 of 731 ==31227== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31227== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31227== by 0x4A679BA: get_tls_data (test.h:242) ==31227== by 0x4A67D93: winetest_set_location (test.h:277) ==31227== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31227== by 0x4A42068: ddeThread (shlexec.c:2596) ==31227== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31227== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31227== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31227== by 0x7BC7BD15: thread_startup (thread.c:484) ==31227== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31227== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31228== 20,200 bytes in 10 blocks are possibly lost in loss record 728 of 731 ==31228== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31228== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31228== by 0x4A679BA: get_tls_data (test.h:242) ==31228== by 0x4A67D93: winetest_set_location (test.h:277) ==31228== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31228== by 0x4A42068: ddeThread (shlexec.c:2596) ==31228== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31228== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31228== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31228== by 0x7BC7BD15: thread_startup (thread.c:484) ==31228== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31228== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31230== 22,220 bytes in 11 blocks are possibly lost in loss record 731 of 731 ==31230== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31230== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31230== by 0x4A679BA: get_tls_data (test.h:242) ==31230== by 0x4A67D93: winetest_set_location (test.h:277) ==31230== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31230== by 0x4A42068: ddeThread (shlexec.c:2596) ==31230== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31230== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31230== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31230== by 0x7BC7BD15: thread_startup (thread.c:484) ==31230== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31230== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31231== 22,220 bytes in 11 blocks are possibly lost in loss record 731 of 731 ==31231== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31231== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31231== by 0x4A679BA: get_tls_data (test.h:242) ==31231== by 0x4A67D93: winetest_set_location (test.h:277) ==31231== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31231== by 0x4A42068: ddeThread (shlexec.c:2596) ==31231== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31231== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31231== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31231== by 0x7BC7BD15: thread_startup (thread.c:484) ==31231== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31231== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31233== 24,240 bytes in 12 blocks are possibly lost in loss record 731 of 731 ==31233== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31233== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31233== by 0x4A679BA: get_tls_data (test.h:242) ==31233== by 0x4A67D93: winetest_set_location (test.h:277) ==31233== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31233== by 0x4A42068: ddeThread (shlexec.c:2596) ==31233== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31233== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31233== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31233== by 0x7BC7BD15: thread_startup (thread.c:484) ==31233== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31233== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31234== 24,240 bytes in 12 blocks are possibly lost in loss record 731 of 731 ==31234== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31234== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31234== by 0x4A679BA: get_tls_data (test.h:242) ==31234== by 0x4A67D93: winetest_set_location (test.h:277) ==31234== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31234== by 0x4A42068: ddeThread (shlexec.c:2596) ==31234== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31234== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31234== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31234== by 0x7BC7BD15: thread_startup (thread.c:484) ==31234== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31234== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31236== 26,260 bytes in 13 blocks are possibly lost in loss record 731 of 731 ==31236== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31236== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31236== by 0x4A679BA: get_tls_data (test.h:242) ==31236== by 0x4A67D93: winetest_set_location (test.h:277) ==31236== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31236== by 0x4A42068: ddeThread (shlexec.c:2596) ==31236== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31236== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31236== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31236== by 0x7BC7BD15: thread_startup (thread.c:484) ==31236== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31236== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31237== 26,260 bytes in 13 blocks are possibly lost in loss record 731 of 731 ==31237== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31237== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31237== by 0x4A679BA: get_tls_data (test.h:242) ==31237== by 0x4A67D93: winetest_set_location (test.h:277) ==31237== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31237== by 0x4A42068: ddeThread (shlexec.c:2596) ==31237== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31237== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31237== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31237== by 0x7BC7BD15: thread_startup (thread.c:484) ==31237== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31237== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31239== 28,280 bytes in 14 blocks are possibly lost in loss record 731 of 731 ==31239== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31239== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31239== by 0x4A679BA: get_tls_data (test.h:242) ==31239== by 0x4A67D93: winetest_set_location (test.h:277) ==31239== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31239== by 0x4A42068: ddeThread (shlexec.c:2596) ==31239== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31239== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31239== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31239== by 0x7BC7BD15: thread_startup (thread.c:484) ==31239== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31239== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31240== 28,280 bytes in 14 blocks are possibly lost in loss record 731 of 731 ==31240== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31240== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31240== by 0x4A679BA: get_tls_data (test.h:242) ==31240== by 0x4A67D93: winetest_set_location (test.h:277) ==31240== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31240== by 0x4A42068: ddeThread (shlexec.c:2596) ==31240== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31240== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31240== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31240== by 0x7BC7BD15: thread_startup (thread.c:484) ==31240== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31240== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==31241== 30,300 bytes in 15 blocks are possibly lost in loss record 712 of 712 ==31241== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31241== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31241== by 0x4A679BA: get_tls_data (test.h:242) ==31241== by 0x4A67D93: winetest_set_location (test.h:277) ==31241== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31241== by 0x4A42068: ddeThread (shlexec.c:2596) ==31241== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31241== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31241== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31241== by 0x7BC7BD15: thread_startup (thread.c:484) ==31241== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31241== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31313== 30,300 bytes in 15 blocks are possibly lost in loss record 714 of 714 ==31313== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31313== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31313== by 0x4A679BA: get_tls_data (test.h:242) ==31313== by 0x4A67D93: winetest_set_location (test.h:277) ==31313== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31313== by 0x4A42068: ddeThread (shlexec.c:2596) ==31313== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31313== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31313== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31313== by 0x7BC7BD15: thread_startup (thread.c:484) ==31313== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31313== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31370== 30,300 bytes in 15 blocks are possibly lost in loss record 714 of 714 ==31370== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31370== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31370== by 0x4A679BA: get_tls_data (test.h:242) ==31370== by 0x4A67D93: winetest_set_location (test.h:277) ==31370== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31370== by 0x4A42068: ddeThread (shlexec.c:2596) ==31370== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31370== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31370== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31370== by 0x7BC7BD15: thread_startup (thread.c:484) ==31370== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31370== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31435== 30,300 bytes in 15 blocks are possibly lost in loss record 714 of 714 ==31435== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31435== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31435== by 0x4A679BA: get_tls_data (test.h:242) ==31435== by 0x4A67D93: winetest_set_location (test.h:277) ==31435== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==31435== by 0x4A42068: ddeThread (shlexec.c:2596) ==31435== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31435== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==31435== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==31435== by 0x7BC7BD15: thread_startup (thread.c:484) ==31435== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==31435== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12454== 30,300 bytes in 15 blocks are possibly lost in loss record 698 of 698 ==12454== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12454== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12454== by 0x4A679BA: get_tls_data (test.h:242) ==12454== by 0x4A67D93: winetest_set_location (test.h:277) ==12454== by 0x4A3CF70: shell_execute_ex_ (shlexec.c:621) ==12454== by 0x4A42068: ddeThread (shlexec.c:2596) ==12454== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12454== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12454== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12454== by 0x7BC7BD15: thread_startup (thread.c:484) ==12454== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12454== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:shell_execute_ex_ fun:ddeThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:681: shlexec.ok] Error 13 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shlfileop && touch shlfileop.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlfileop.c:713: Tests skipped: Test would show a dialog box ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shlfolder && touch shlfolder.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3063: Tests skipped: Failed to create all shellitems. ==31609== 16 bytes in 1 blocks are definitely lost in loss record 133 of 694 ==31609== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31609== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31609== by 0x4C0A3B8: ISF_NetworkPlaces_Constructor (shfldr_netplaces.c:98) ==31609== by 0x4BF2CF4: IDefClF_fnCreateInstance (shellole.c:475) ==31609== by 0x52E93F2: IClassFactory_CreateInstance (unknwn.h:222) ==31609== by 0x52E93F2: CoCreateInstanceEx (???:0) ==31609== by 0x52E95B0: CoCreateInstance (compobj.c:3227) ==31609== by 0x4A62D7D: test_GetDefaultColumn (shlfolder.c:5420) ==31609== by 0x4A63209: func_shlfolder (shlfolder.c:5536) ==31609== by 0x4A67CE3: run_test (test.h:603) ==31609== by 0x4A68738: main (test.h:687) ==31609== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:ISF_NetworkPlaces_Constructor fun:IDefClF_fnCreateInstance fun:IClassFactory_CreateInstance fun:CoCreateInstanceEx fun:CoCreateInstance fun:test_GetDefaultColumn fun:func_shlfolder fun:run_test fun:main } make[1]: *** [Makefile:752: shlfolder.ok] Error 6 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shlview && touch shlview.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so string && touch string.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so systray && touch systray.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/shell32/tests' make: *** [Makefile:17160: dlls/shell32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/shlwapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M shlwapi.dll -p shlwapi_test.exe.so assoc && touch assoc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shlwapi.dll -p shlwapi_test.exe.so clist && touch clist.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shlwapi.dll -p shlwapi_test.exe.so clsid && touch clsid.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shlwapi.dll -p shlwapi_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shlwapi.dll -p shlwapi_test.exe.so istream && touch istream.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shlwapi.dll -p shlwapi_test.exe.so ordinal && touch ordinal.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ordinal.c:220: Tests skipped: RegOpenKey(Software\Microsoft\Internet Explorer\International) failed: 2 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ordinal.c:2146: Tests skipped: No compatibility class data found ../../../tools/runtest -q -P wine -T ../../.. -M shlwapi.dll -p shlwapi_test.exe.so path && touch path.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shlwapi.dll -p shlwapi_test.exe.so shreg && touch shreg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shlwapi.dll -p shlwapi_test.exe.so string && touch string.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shlwapi.dll -p shlwapi_test.exe.so thread && touch thread.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shlwapi.dll -p shlwapi_test.exe.so url && touch url.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/shlwapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/slc/tests' ../../../tools/runtest -q -P wine -T ../../.. -M slc.dll -p slc_test.exe.so slc && touch slc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/slc/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/snmpapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M snmpapi.dll -p snmpapi_test.exe.so util && touch util.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/snmpapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/spoolss/tests' ../../../tools/runtest -q -P wine -T ../../.. -M spoolss.dll -p spoolss_test.exe.so spoolss && touch spoolss.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/spoolss/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/sti/tests' ../../../tools/runtest -q -P wine -T ../../.. -M sti.dll -p sti_test.exe.so sti && touch sti.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/sti/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/sxs/tests' ../../../tools/runtest -q -P wine -T ../../.. -M sxs.dll -p sxs_test.exe.so cache && touch cache.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M sxs.dll -p sxs_test.exe.so name && touch name.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/sxs/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/t2embed/tests' ../../../tools/runtest -q -P wine -T ../../.. -M t2embed.dll -p t2embed_test.exe.so t2embed && touch t2embed.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/t2embed/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/taskschd/tests' ../../../tools/runtest -q -P wine -T ../../.. -M taskschd.dll -p taskschd_test.exe.so scheduler && touch scheduler.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==31298== Invalid free() / delete / delete[] / realloc() ==31298== at 0x7BC45D27: notify_free (heap.c:268) ==31298== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==31298== by 0x5B5C811: heap_free (taskschd_private.h:51) ==31298== by 0x5B5C885: TaskSettings_Release (task.c:830) ==31298== by 0x5B5CAF6: ITaskSettings_Release (taskschd.h:2584) ==31298== by 0x5B5CAF6: TaskDefinition_Release (???:0) ==31298== by 0x484B11E: ITaskDefinition_Release (taskschd.h:2108) ==31298== by 0x484B11E: test_TaskDefinition (???:0) ==31298== by 0x484DD09: func_scheduler (scheduler.c:1488) ==31298== by 0x484E055: run_test (test.h:603) ==31298== by 0x484EAAC: main (test.h:687) ==31298== Address 0x48f9ed4 is 4 bytes inside a recently re-allocated block of size 16 alloc'd ==31298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31298== by 0x4C6FA64: IMalloc_fnAlloc (ifs.c:187) ==31298== by 0x4C6FE6B: IMalloc_Alloc (objidl.h:1405) ==31298== by 0x4C6FE6B: CoTaskMemAlloc (???:0) ==31298== by 0x4B280C5: alloc_bstr (oleaut.c:177) ==31298== by 0x4B28553: SysAllocStringLen (oleaut.c:355) ==31298== by 0x4B285E7: SysAllocString (oleaut.c:247) ==31298== by 0x5B5BA6C: TaskSettings_put_RestartInterval (task.c:932) ==31298== by 0x4848FAD: ITaskSettings_put_RestartInterval (taskschd.h:2610) ==31298== by 0x4848FAD: change_settings (???:0) ==31298== by 0x484B0C9: test_TaskDefinition (scheduler.c:1351) ==31298== by 0x484DD09: func_scheduler (scheduler.c:1488) ==31298== by 0x484E055: run_test (test.h:603) ==31298== by 0x484EAAC: main (test.h:687) ==31298== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:heap_free fun:TaskSettings_Release fun:ITaskSettings_Release fun:TaskDefinition_Release fun:ITaskDefinition_Release fun:test_TaskDefinition fun:func_scheduler fun:run_test fun:main } ==31298== 12 bytes in 1 blocks are definitely lost in loss record 97 of 643 ==31298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31298== by 0x5B5222B: heap_alloc (taskschd_private.h:36) ==31298== by 0x5B5377D: TaskFolder_create (folder.c:457) ==31298== by 0x5B5E73B: TaskService_GetFolder (task.c:2936) ==31298== by 0x4847363: ITaskService_GetFolder (taskschd.h:623) ==31298== by 0x4847363: test_GetFolder (???:0) ==31298== by 0x484DCFA: func_scheduler (scheduler.c:1485) ==31298== by 0x484E055: run_test (test.h:603) ==31298== by 0x484EAAC: main (test.h:687) ==31298== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:TaskFolder_create fun:TaskService_GetFolder fun:ITaskService_GetFolder fun:test_GetFolder fun:func_scheduler fun:run_test fun:main } ==31298== 12 bytes in 1 blocks are definitely lost in loss record 98 of 643 ==31298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31298== by 0x5B5222B: heap_alloc (taskschd_private.h:36) ==31298== by 0x5B5377D: TaskFolder_create (folder.c:457) ==31298== by 0x5B5E73B: TaskService_GetFolder (task.c:2936) ==31298== by 0x484740B: ITaskService_GetFolder (taskschd.h:623) ==31298== by 0x484740B: test_GetFolder (???:0) ==31298== by 0x484DCFA: func_scheduler (scheduler.c:1485) ==31298== by 0x484E055: run_test (test.h:603) ==31298== by 0x484EAAC: main (test.h:687) ==31298== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:TaskFolder_create fun:TaskService_GetFolder fun:ITaskService_GetFolder fun:test_GetFolder fun:func_scheduler fun:run_test fun:main } ==31298== 16 bytes in 1 blocks are definitely lost in loss record 131 of 643 ==31298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31298== by 0x5B548C1: heap_alloc (taskschd_private.h:36) ==31298== by 0x5B548E3: NewEnum_create (folder_collection.c:383) ==31298== by 0x5B549C6: folders_get__NewEnum (folder_collection.c:201) ==31298== by 0x484A4CD: ITaskFolderCollection_get__NewEnum (taskschd.h:1896) ==31298== by 0x484A4CD: test_FolderCollection (???:0) ==31298== by 0x484DCFF: func_scheduler (scheduler.c:1486) ==31298== by 0x484E055: run_test (test.h:603) ==31298== by 0x484EAAC: main (test.h:687) ==31298== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:NewEnum_create fun:folders_get__NewEnum fun:ITaskFolderCollection_get__NewEnum fun:test_FolderCollection fun:func_scheduler fun:run_test fun:main } ==31298== 72 bytes in 1 blocks are definitely lost in loss record 351 of 643 ==31298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31298== by 0x531D9D0: RPCRT4_AllocBinding (rpc_binding.c:114) ==31298== by 0x531DEE9: RPCRT4_CreateBindingW (rpc_binding.c:140) ==31298== by 0x5320655: RpcBindingFromStringBindingW (rpc_binding.c:893) ==31298== by 0x5B5E607: TaskService_Connect (task.c:3065) ==31298== by 0x48462B7: ITaskService_Connect (taskschd.h:632) ==31298== by 0x48462B7: test_Connect (???:0) ==31298== by 0x484DCF5: func_scheduler (scheduler.c:1484) ==31298== by 0x484E055: run_test (test.h:603) ==31298== by 0x484EAAC: main (test.h:687) ==31298== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_Connect fun:func_scheduler fun:run_test fun:main } ==31298== 72 bytes in 1 blocks are definitely lost in loss record 352 of 643 ==31298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31298== by 0x531D9D0: RPCRT4_AllocBinding (rpc_binding.c:114) ==31298== by 0x531DEE9: RPCRT4_CreateBindingW (rpc_binding.c:140) ==31298== by 0x5320655: RpcBindingFromStringBindingW (rpc_binding.c:893) ==31298== by 0x5B5E607: TaskService_Connect (task.c:3065) ==31298== by 0x4846597: ITaskService_Connect (taskschd.h:632) ==31298== by 0x4846597: test_Connect (???:0) ==31298== by 0x484DCF5: func_scheduler (scheduler.c:1484) ==31298== by 0x484E055: run_test (test.h:603) ==31298== by 0x484EAAC: main (test.h:687) ==31298== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_Connect fun:func_scheduler fun:run_test fun:main } ==31298== 72 bytes in 1 blocks are definitely lost in loss record 353 of 643 ==31298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31298== by 0x531D9D0: RPCRT4_AllocBinding (rpc_binding.c:114) ==31298== by 0x531DEE9: RPCRT4_CreateBindingW (rpc_binding.c:140) ==31298== by 0x5320655: RpcBindingFromStringBindingW (rpc_binding.c:893) ==31298== by 0x5B5E607: TaskService_Connect (task.c:3065) ==31298== by 0x48466A6: ITaskService_Connect (taskschd.h:632) ==31298== by 0x48466A6: test_Connect (???:0) ==31298== by 0x484DCF5: func_scheduler (scheduler.c:1484) ==31298== by 0x484E055: run_test (test.h:603) ==31298== by 0x484EAAC: main (test.h:687) ==31298== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_Connect fun:func_scheduler fun:run_test fun:main } ==31298== 72 bytes in 1 blocks are definitely lost in loss record 354 of 643 ==31298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31298== by 0x531D9D0: RPCRT4_AllocBinding (rpc_binding.c:114) ==31298== by 0x531DEE9: RPCRT4_CreateBindingW (rpc_binding.c:140) ==31298== by 0x5320655: RpcBindingFromStringBindingW (rpc_binding.c:893) ==31298== by 0x5B5E607: TaskService_Connect (task.c:3065) ==31298== by 0x484676B: ITaskService_Connect (taskschd.h:632) ==31298== by 0x484676B: test_Connect (???:0) ==31298== by 0x484DCF5: func_scheduler (scheduler.c:1484) ==31298== by 0x484E055: run_test (test.h:603) ==31298== by 0x484EAAC: main (test.h:687) ==31298== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_Connect fun:func_scheduler fun:run_test fun:main } ==31298== 72 bytes in 1 blocks are definitely lost in loss record 355 of 643 ==31298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31298== by 0x531D9D0: RPCRT4_AllocBinding (rpc_binding.c:114) ==31298== by 0x531DEE9: RPCRT4_CreateBindingW (rpc_binding.c:140) ==31298== by 0x5320655: RpcBindingFromStringBindingW (rpc_binding.c:893) ==31298== by 0x5B5E607: TaskService_Connect (task.c:3065) ==31298== by 0x4847319: ITaskService_Connect (taskschd.h:632) ==31298== by 0x4847319: test_GetFolder (???:0) ==31298== by 0x484DCFA: func_scheduler (scheduler.c:1485) ==31298== by 0x484E055: run_test (test.h:603) ==31298== by 0x484EAAC: main (test.h:687) ==31298== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_GetFolder fun:func_scheduler fun:run_test fun:main } ==31298== 72 bytes in 1 blocks are definitely lost in loss record 356 of 643 ==31298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==31298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==31298== by 0x531D9D0: RPCRT4_AllocBinding (rpc_binding.c:114) ==31298== by 0x531DEE9: RPCRT4_CreateBindingW (rpc_binding.c:140) ==31298== by 0x5320655: RpcBindingFromStringBindingW (rpc_binding.c:893) ==31298== by 0x5B5E607: TaskService_Connect (task.c:3065) ==31298== by 0x484979C: ITaskService_Connect (taskschd.h:632) ==31298== by 0x484979C: test_FolderCollection (???:0) ==31298== by 0x484DCFF: func_scheduler (scheduler.c:1486) ==31298== by 0x484E055: run_test (test.h:603) ==31298== by 0x484EAAC: main (test.h:687) ==31298== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_FolderCollection fun:func_scheduler fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/taskschd/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/twain_32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M twain_32.dll -p twain_32_test.exe.so dsm && touch dsm.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/twain_32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ucrtbase/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ucrtbase.dll -p ucrtbase_test.exe.so cpp && touch cpp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ucrtbase.dll -p ucrtbase_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ucrtbase.dll -p ucrtbase_test.exe.so printf && touch printf.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ucrtbase.dll -p ucrtbase_test.exe.so string && touch string.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/ucrtbase/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/urlmon/tests' ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19455== Invalid write of size 1 ==19455== at 0x4A239B4: test_bsc_marshaling (misc.c:2340) ==19455== by 0x4A25F9F: func_misc (misc.c:2700) ==19455== by 0x4A5E83C: run_test (test.h:603) ==19455== by 0x4A5F291: main (test.h:687) ==19455== Address 0x490009c is 0 bytes after a recently re-allocated block of size 4 alloc'd ==19455== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19455== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19455== by 0x7B4410BE: HeapAlloc (heap.c:271) ==19455== by 0x7B441251: GlobalAlloc (heap.c:365) ==19455== by 0x4A239AD: test_bsc_marshaling (misc.c:2339) ==19455== by 0x4A25F9F: func_misc (misc.c:2700) ==19455== by 0x4A5E83C: run_test (test.h:603) ==19455== by 0x4A5F291: main (test.h:687) ==19455== { Memcheck:Addr1 fun:test_bsc_marshaling fun:func_misc fun:run_test fun:main } ==19455== Invalid write of size 1 ==19455== at 0x4A24B19: test_bsc_marshaling (misc.c:2557) ==19455== by 0x4A25F9F: func_misc (misc.c:2700) ==19455== by 0x4A5E83C: run_test (test.h:603) ==19455== by 0x4A5F291: main (test.h:687) ==19455== Address 0x4907974 is 0 bytes after a recently re-allocated block of size 4 alloc'd ==19455== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19455== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19455== by 0x7B4410BE: HeapAlloc (heap.c:271) ==19455== by 0x7B441251: GlobalAlloc (heap.c:365) ==19455== by 0x4A24B12: test_bsc_marshaling (misc.c:2556) ==19455== by 0x4A25F9F: func_misc (misc.c:2700) ==19455== by 0x4A5E83C: run_test (test.h:603) ==19455== by 0x4A5F291: main (test.h:687) ==19455== { Memcheck:Addr1 fun:test_bsc_marshaling fun:func_misc fun:run_test fun:main } ==19455== 72 bytes in 1 blocks are definitely lost in loss record 388 of 694 ==19455== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19455== by 0x7BC4950D: RtlReAllocateHeap (heap.c:1893) ==19455== by 0x7B441114: HeapReAlloc (heap.c:281) ==19455== by 0x7B441D30: GlobalReAlloc (heap.c:680) ==19455== by 0x4C95EDE: HGLOBALStreamImpl_SetSize (hglobalstream.c:380) ==19455== by 0x4C95FC4: IStream_SetSize (objidl.h:3960) ==19455== by 0x4C95FC4: HGLOBALStreamImpl_Write (???:0) ==19455== by 0x4C9BF94: IStream_Write (objidl.h:3953) ==19455== by 0x4C9BF94: StdMarshalImpl_MarshalInterface (???:0) ==19455== by 0x4C9C65A: IMarshal_MarshalInterface (objidl.h:878) ==19455== by 0x4C9C65A: CoMarshalInterface (???:0) ==19455== by 0x4A252CD: bsc_thread (misc.c:2105) ==19455== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19455== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19455== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19455== by 0x7BC7BD15: thread_startup (thread.c:484) ==19455== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19455== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlReAllocateHeap fun:HeapReAlloc fun:GlobalReAlloc fun:HGLOBALStreamImpl_SetSize fun:IStream_SetSize fun:HGLOBALStreamImpl_Write fun:IStream_Write fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:bsc_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so protocol && touch protocol.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==4531== 96 bytes in 1 blocks are possibly lost in loss record 580 of 880 ==4531== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4531== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4531== by 0x597F1D4: heap_alloc_zero (internet.h:99) ==4531== by 0x597FEA3: create_netconn (netconnection.c:348) ==4531== by 0x5972E6F: open_http_connection (http.c:4799) ==4531== by 0x59749A3: HTTP_HttpSendRequestW (http.c:4940) ==4531== by 0x5975323: AsyncHttpSendRequestProc (http.c:5207) ==4531== by 0x597811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==4531== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==4531== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==4531== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4531== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4531== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4531== by 0x7BC7BD15: thread_startup (thread.c:484) ==4531== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4531== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4531== 96 bytes in 1 blocks are definitely lost in loss record 582 of 880 ==4531== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4531== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4531== by 0x597F1D4: heap_alloc_zero (internet.h:99) ==4531== by 0x597FEA3: create_netconn (netconnection.c:348) ==4531== by 0x5972E6F: open_http_connection (http.c:4799) ==4531== by 0x59749A3: HTTP_HttpSendRequestW (http.c:4940) ==4531== by 0x5975323: AsyncHttpSendRequestProc (http.c:5207) ==4531== by 0x597811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==4531== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==4531== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==4531== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4531== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4531== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4531== by 0x7BC7BD15: thread_startup (thread.c:484) ==4531== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4531== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4531== 18,180 bytes in 9 blocks are possibly lost in loss record 873 of 880 ==4531== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4531== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4531== by 0x4A5E513: get_tls_data (test.h:242) ==4531== by 0x4A5E8EC: winetest_set_location (test.h:277) ==4531== by 0x4A2F96F: ProtocolSink_ReportProgress (protocol.c:871) ==4531== by 0x4BD1707: IInternetProtocolSink_ReportProgress (urlmon.h:3034) ==4531== by 0x4BD1707: ProtocolSinkHandler_ReportProgress (???:0) ==4531== by 0x4BD0F3B: IInternetProtocolSink_ReportProgress (urlmon.h:3034) ==4531== by 0x4BD0F3B: BPInternetProtocolSink_ReportProgress (???:0) ==4531== by 0x4A2C681: IInternetProtocolSink_ReportProgress (urlmon.h:3034) ==4531== by 0x4A2C681: thread_proc (???:0) ==4531== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4531== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4531== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4531== by 0x7BC7BD15: thread_startup (thread.c:484) ==4531== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4531== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:ProtocolSink_ReportProgress fun:IInternetProtocolSink_ReportProgress fun:ProtocolSinkHandler_ReportProgress fun:IInternetProtocolSink_ReportProgress fun:BPInternetProtocolSink_ReportProgress fun:IInternetProtocolSink_ReportProgress fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so sec_mgr && touch sec_mgr.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12243== 36 bytes in 1 blocks are possibly lost in loss record 253 of 632 ==12243== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12243== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12243== by 0x4BE2C39: heap_alloc (urlmon_main.h:239) ==12243== by 0x4BE39C3: register_namespace (session.c:126) ==12243== by 0x4BE3B52: InternetSession_RegisterNameSpace (session.c:375) ==12243== by 0x4A34DDB: IInternetSession_RegisterNameSpace (urlmon.h:3562) ==12243== by 0x4A34DDB: register_protocols (???:0) ==12243== by 0x4A3B3EC: func_sec_mgr (sec_mgr.c:2004) ==12243== by 0x4A5E83C: run_test (test.h:603) ==12243== by 0x4A5F291: main (test.h:687) ==12243== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:register_namespace fun:InternetSession_RegisterNameSpace fun:IInternetSession_RegisterNameSpace fun:register_protocols fun:func_sec_mgr fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so stream && touch stream.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so uri && touch uri.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so url && touch url.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14182== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp14182_14f8003a is empty ==14182== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==14182== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp14182_14f8003a is empty ==14182== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==14182== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp14182_14f8003a is empty ==14182== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==14182== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp14182_14f8003a is empty ==14182== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==14182== Thread 27: ==14182== Invalid read of size 1 ==14182== at 0x4248383: __nptl_deallocate_tsd (pthread_create.c:246) ==14182== by 0x4248383: start_thread (pthread_create.c:469) ==14182== by 0x4357DA5: clone (clone.S:110) ==14182== Address 0x16f83d4c is on thread 1's stack ==14182== { Memcheck:Addr1 fun:__nptl_deallocate_tsd fun:start_thread fun:clone } ==14182== Invalid read of size 1 ==14182== at 0x42483B6: start_thread (pthread_create.c:482) ==14182== by 0x4357DA5: clone (clone.S:110) ==14182== Address 0x16f83d4d is on thread 1's stack ==14182== { Memcheck:Addr1 fun:start_thread fun:clone } ==14182== Invalid read of size 1 ==14182== at 0x4248419: start_thread (pthread_create.c:578) ==14182== by 0x4357DA5: clone (clone.S:110) ==14182== Address 0x16f83bc4 is on thread 1's stack ==14182== { Memcheck:Addr1 fun:start_thread fun:clone } ==14182== Thread 1 urlmon_test.exe.: ==14182== 8 bytes in 1 blocks are definitely lost in loss record 130 of 2,767 ==14182== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14182== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14182== by 0xA3FB605: SECUR32_makeSecHandle (wrapper.c:44) ==14182== by 0xA3FBE5E: InitializeSecurityContextW (wrapper.c:354) ==14182== by 0x5980BF2: netcon_secure_connect_setup (netconnection.c:467) ==14182== by 0x5981205: NETCON_secure_connect (netconnection.c:617) ==14182== by 0x59749D0: HTTP_HttpSendRequestW (http.c:4949) ==14182== by 0x5975323: AsyncHttpSendRequestProc (http.c:5207) ==14182== by 0x597811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==14182== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==14182== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==14182== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14182== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14182== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14182== by 0x7BC7BD15: thread_startup (thread.c:484) ==14182== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14182== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:SECUR32_makeSecHandle fun:InitializeSecurityContextW fun:netcon_secure_connect_setup fun:NETCON_secure_connect fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14182== 36 bytes in 1 blocks are possibly lost in loss record 764 of 2,767 ==14182== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14182== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14182== by 0x4BE2C39: heap_alloc (urlmon_main.h:239) ==14182== by 0x4BE39C3: register_namespace (session.c:126) ==14182== by 0x4BE3B52: InternetSession_RegisterNameSpace (session.c:375) ==14182== by 0x4A4E1BD: IInternetSession_RegisterNameSpace (urlmon.h:3562) ==14182== by 0x4A4E1BD: register_protocols (???:0) ==14182== by 0x4A5D806: func_url (url.c:3925) ==14182== by 0x4A5E83C: run_test (test.h:603) ==14182== by 0x4A5F291: main (test.h:687) ==14182== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:register_namespace fun:InternetSession_RegisterNameSpace fun:IInternetSession_RegisterNameSpace fun:register_protocols fun:func_url fun:run_test fun:main } ==14182== 96 bytes in 1 blocks are definitely lost in loss record 1,886 of 2,767 ==14182== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14182== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14182== by 0x597F1D4: heap_alloc_zero (internet.h:99) ==14182== by 0x597FEA3: create_netconn (netconnection.c:348) ==14182== by 0x5972E6F: open_http_connection (http.c:4799) ==14182== by 0x59749A3: HTTP_HttpSendRequestW (http.c:4940) ==14182== by 0x5975323: AsyncHttpSendRequestProc (http.c:5207) ==14182== by 0x597811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==14182== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==14182== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==14182== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14182== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14182== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14182== by 0x7BC7BD15: thread_startup (thread.c:484) ==14182== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14182== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14182== 384 bytes in 4 blocks are possibly lost in loss record 2,284 of 2,767 ==14182== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14182== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14182== by 0x597F1D4: heap_alloc_zero (internet.h:99) ==14182== by 0x597FEA3: create_netconn (netconnection.c:348) ==14182== by 0x5972E6F: open_http_connection (http.c:4799) ==14182== by 0x59749A3: HTTP_HttpSendRequestW (http.c:4940) ==14182== by 0x5975323: AsyncHttpSendRequestProc (http.c:5207) ==14182== by 0x597811D: INTERNET_WorkerThreadFunc (internet.c:3724) ==14182== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==14182== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==14182== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14182== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14182== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14182== by 0x7BC7BD15: thread_startup (thread.c:484) ==14182== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14182== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14182== 22,220 bytes in 11 blocks are possibly lost in loss record 2,729 of 2,767 ==14182== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14182== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14182== by 0x4A5E513: get_tls_data (test.h:242) ==14182== by 0x4A5E8EC: winetest_set_location (test.h:277) ==14182== by 0x4A529E4: thread_proc (url.c:441) ==14182== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14182== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14182== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14182== by 0x7BC7BD15: thread_startup (thread.c:484) ==14182== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14182== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/urlmon/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/user32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so broadcast && touch broadcast.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so class && touch class.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==27922== 42,420 bytes in 21 blocks are possibly lost in loss record 916 of 916 ==27922== at 0x7BC45CBC: notify_alloc (heap.c:260) ==27922== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==27922== by 0x4AECE3C: get_tls_data (test.h:242) ==27922== by 0x4AED215: winetest_set_location (test.h:277) ==27922== by 0x4A16FCB: check_instance_ (class.c:260) ==27922== by 0x4A171A2: thread_proc (class.c:289) ==27922== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==27922== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==27922== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==27922== by 0x7BC7BD15: thread_startup (thread.c:484) ==27922== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==27922== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:check_instance_ fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so clipboard && touch clipboard.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==8487== Syscall param writev(vector[...]) points to uninitialised byte(s) ==8487== at 0x434EAE3: __writev_nocancel (syscall-template.S:84) ==8487== by 0x7BC6EEC8: send_request (server.c:228) ==8487== by 0x7BC702F1: server_call_unlocked (server.c:288) ==8487== by 0x7BC70344: wine_server_call (server.c:321) ==8487== by 0x4CCAA4E: SetClipboardData (clipboard.c:904) ==8487== by 0x4A1C891: test_RegisterClipboardFormatA (clipboard.c:436) ==8487== by 0x4A26839: func_clipboard (clipboard.c:2469) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x4910f98 is 8 bytes inside a block of size 9 alloc'd ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441303: GlobalAlloc (heap.c:389) ==8487== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==8487== by 0x4A26839: func_clipboard (clipboard.c:2469) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Uninitialised value was created by a client request ==8487== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==8487== by 0x7BC47EB8: initialize_block (heap.c:245) ==8487== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441303: GlobalAlloc (heap.c:389) ==8487== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==8487== by 0x4A26839: func_clipboard (clipboard.c:2469) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Param writev(vector[...]) fun:__writev_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:SetClipboardData fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==12535== 8 bytes in 1 blocks are possibly lost in loss record 49 of 565 ==12535== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12535== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12535== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12535== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==12535== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==12535== by 0x4A26839: func_clipboard (clipboard.c:2469) ==12535== by 0x4AED165: run_test (test.h:603) ==12535== by 0x4AEDBBA: main (test.h:687) ==12535== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==12535== 9 bytes in 1 blocks are definitely lost in loss record 51 of 565 ==12535== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12535== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12535== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12535== by 0x7B441303: GlobalAlloc (heap.c:389) ==12535== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==12535== by 0x4A26839: func_clipboard (clipboard.c:2469) ==12535== by 0x4AED165: run_test (test.h:603) ==12535== by 0x4AEDBBA: main (test.h:687) ==12535== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==12535== 100 bytes in 1 blocks are definitely lost in loss record 361 of 565 ==12535== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12535== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12535== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12535== by 0x7B441251: GlobalAlloc (heap.c:365) ==12535== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==12535== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12535== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12535== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12535== by 0x7BC7BD15: thread_startup (thread.c:484) ==12535== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12535== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12535== 2,020 bytes in 1 blocks are possibly lost in loss record 523 of 565 ==12535== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12535== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12535== by 0x4AECE3C: get_tls_data (test.h:242) ==12535== by 0x4AED215: winetest_set_location (test.h:277) ==12535== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==12535== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12535== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12535== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12535== by 0x7BC7BD15: thread_startup (thread.c:484) ==12535== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12535== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12535== 2,020 bytes in 1 blocks are possibly lost in loss record 524 of 565 ==12535== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12535== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12535== by 0x4AECE3C: get_tls_data (test.h:242) ==12535== by 0x4AED215: winetest_set_location (test.h:277) ==12535== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==12535== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12535== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12535== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12535== by 0x7BC7BD15: thread_startup (thread.c:484) ==12535== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12535== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12543== 100 bytes in 1 blocks are definitely lost in loss record 292 of 460 ==12543== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12543== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12543== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12543== by 0x7B441251: GlobalAlloc (heap.c:365) ==12543== by 0x4A1A90A: set_clipboard_data_process (clipboard.c:117) ==12543== by 0x4A26702: func_clipboard (clipboard.c:2435) ==12543== by 0x4AED165: run_test (test.h:603) ==12543== by 0x4AEDBBA: main (test.h:687) ==12543== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_process fun:func_clipboard fun:run_test fun:main } ==29306== 8 bytes in 1 blocks are possibly lost in loss record 49 of 568 ==29306== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29306== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29306== by 0x7B4410BE: HeapAlloc (heap.c:271) ==29306== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==29306== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==29306== by 0x4A26839: func_clipboard (clipboard.c:2469) ==29306== by 0x4AED165: run_test (test.h:603) ==29306== by 0x4AEDBBA: main (test.h:687) ==29306== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==29306== 9 bytes in 1 blocks are definitely lost in loss record 51 of 568 ==29306== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29306== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29306== by 0x7B4410BE: HeapAlloc (heap.c:271) ==29306== by 0x7B441303: GlobalAlloc (heap.c:389) ==29306== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==29306== by 0x4A26839: func_clipboard (clipboard.c:2469) ==29306== by 0x4AED165: run_test (test.h:603) ==29306== by 0x4AEDBBA: main (test.h:687) ==29306== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==29306== 100 bytes in 1 blocks are definitely lost in loss record 363 of 568 ==29306== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29306== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29306== by 0x7B4410BE: HeapAlloc (heap.c:271) ==29306== by 0x7B441251: GlobalAlloc (heap.c:365) ==29306== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==29306== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29306== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29306== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29306== by 0x7BC7BD15: thread_startup (thread.c:484) ==29306== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29306== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29306== 2,020 bytes in 1 blocks are possibly lost in loss record 525 of 568 ==29306== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29306== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29306== by 0x4AECE3C: get_tls_data (test.h:242) ==29306== by 0x4AED215: winetest_set_location (test.h:277) ==29306== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==29306== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29306== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29306== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29306== by 0x7BC7BD15: thread_startup (thread.c:484) ==29306== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29306== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29306== 2,020 bytes in 1 blocks are possibly lost in loss record 526 of 568 ==29306== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29306== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29306== by 0x4AECE3C: get_tls_data (test.h:242) ==29306== by 0x4AED215: winetest_set_location (test.h:277) ==29306== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==29306== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29306== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29306== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29306== by 0x7BC7BD15: thread_startup (thread.c:484) ==29306== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29306== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29306== 4,040 bytes in 2 blocks are possibly lost in loss record 546 of 568 ==29306== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29306== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29306== by 0x4AECE3C: get_tls_data (test.h:242) ==29306== by 0x4AED215: winetest_set_location (test.h:277) ==29306== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==29306== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29306== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29306== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29306== by 0x7BC7BD15: thread_startup (thread.c:484) ==29306== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29306== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==595== 8 bytes in 1 blocks are possibly lost in loss record 49 of 569 ==595== at 0x7BC45CBC: notify_alloc (heap.c:260) ==595== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==595== by 0x7B4410BE: HeapAlloc (heap.c:271) ==595== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==595== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==595== by 0x4A26839: func_clipboard (clipboard.c:2469) ==595== by 0x4AED165: run_test (test.h:603) ==595== by 0x4AEDBBA: main (test.h:687) ==595== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==595== 9 bytes in 1 blocks are definitely lost in loss record 51 of 569 ==595== at 0x7BC45CBC: notify_alloc (heap.c:260) ==595== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==595== by 0x7B4410BE: HeapAlloc (heap.c:271) ==595== by 0x7B441303: GlobalAlloc (heap.c:389) ==595== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==595== by 0x4A26839: func_clipboard (clipboard.c:2469) ==595== by 0x4AED165: run_test (test.h:603) ==595== by 0x4AEDBBA: main (test.h:687) ==595== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==595== 100 bytes in 1 blocks are definitely lost in loss record 363 of 569 ==595== at 0x7BC45CBC: notify_alloc (heap.c:260) ==595== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==595== by 0x7B4410BE: HeapAlloc (heap.c:271) ==595== by 0x7B441251: GlobalAlloc (heap.c:365) ==595== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==595== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==595== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==595== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==595== by 0x7BC7BD15: thread_startup (thread.c:484) ==595== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==595== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==595== 2,020 bytes in 1 blocks are possibly lost in loss record 525 of 569 ==595== at 0x7BC45CBC: notify_alloc (heap.c:260) ==595== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==595== by 0x4AECE3C: get_tls_data (test.h:242) ==595== by 0x4AED215: winetest_set_location (test.h:277) ==595== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==595== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==595== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==595== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==595== by 0x7BC7BD15: thread_startup (thread.c:484) ==595== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==595== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==595== 2,020 bytes in 1 blocks are possibly lost in loss record 526 of 569 ==595== at 0x7BC45CBC: notify_alloc (heap.c:260) ==595== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==595== by 0x4AECE3C: get_tls_data (test.h:242) ==595== by 0x4AED215: winetest_set_location (test.h:277) ==595== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==595== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==595== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==595== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==595== by 0x7BC7BD15: thread_startup (thread.c:484) ==595== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==595== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==595== 2,020 bytes in 1 blocks are possibly lost in loss record 527 of 569 ==595== at 0x7BC45CBC: notify_alloc (heap.c:260) ==595== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==595== by 0x4AECE3C: get_tls_data (test.h:242) ==595== by 0x4AED215: winetest_set_location (test.h:277) ==595== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==595== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==595== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==595== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==595== by 0x7BC7BD15: thread_startup (thread.c:484) ==595== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==595== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==595== 4,040 bytes in 2 blocks are possibly lost in loss record 547 of 569 ==595== at 0x7BC45CBC: notify_alloc (heap.c:260) ==595== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==595== by 0x4AECE3C: get_tls_data (test.h:242) ==595== by 0x4AED215: winetest_set_location (test.h:277) ==595== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==595== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==595== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==595== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==595== by 0x7BC7BD15: thread_startup (thread.c:484) ==595== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==595== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21240== 8 bytes in 1 blocks are possibly lost in loss record 47 of 555 ==21240== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21240== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21240== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21240== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==21240== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==21240== by 0x4A26839: func_clipboard (clipboard.c:2469) ==21240== by 0x4AED165: run_test (test.h:603) ==21240== by 0x4AEDBBA: main (test.h:687) ==21240== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==21240== 9 bytes in 1 blocks are definitely lost in loss record 49 of 555 ==21240== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21240== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21240== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21240== by 0x7B441303: GlobalAlloc (heap.c:389) ==21240== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==21240== by 0x4A26839: func_clipboard (clipboard.c:2469) ==21240== by 0x4AED165: run_test (test.h:603) ==21240== by 0x4AEDBBA: main (test.h:687) ==21240== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==21240== 100 bytes in 1 blocks are definitely lost in loss record 353 of 555 ==21240== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21240== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21240== by 0x7B4410BE: HeapAlloc (heap.c:271) ==21240== by 0x7B441251: GlobalAlloc (heap.c:365) ==21240== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==21240== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21240== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21240== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21240== by 0x7BC7BD15: thread_startup (thread.c:484) ==21240== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21240== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21240== 2,020 bytes in 1 blocks are possibly lost in loss record 511 of 555 ==21240== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21240== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21240== by 0x4AECE3C: get_tls_data (test.h:242) ==21240== by 0x4AED215: winetest_set_location (test.h:277) ==21240== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==21240== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21240== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21240== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21240== by 0x7BC7BD15: thread_startup (thread.c:484) ==21240== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21240== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21240== 2,020 bytes in 1 blocks are possibly lost in loss record 512 of 555 ==21240== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21240== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21240== by 0x4AECE3C: get_tls_data (test.h:242) ==21240== by 0x4AED215: winetest_set_location (test.h:277) ==21240== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==21240== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21240== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21240== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21240== by 0x7BC7BD15: thread_startup (thread.c:484) ==21240== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21240== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21240== 4,040 bytes in 2 blocks are possibly lost in loss record 532 of 555 ==21240== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21240== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21240== by 0x4AECE3C: get_tls_data (test.h:242) ==21240== by 0x4AED215: winetest_set_location (test.h:277) ==21240== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==21240== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21240== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21240== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21240== by 0x7BC7BD15: thread_startup (thread.c:484) ==21240== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21240== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==21240== 4,040 bytes in 2 blocks are possibly lost in loss record 533 of 555 ==21240== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21240== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21240== by 0x4AECE3C: get_tls_data (test.h:242) ==21240== by 0x4AED215: winetest_set_location (test.h:277) ==21240== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==21240== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21240== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21240== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21240== by 0x7BC7BD15: thread_startup (thread.c:484) ==21240== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==21240== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17453== 8 bytes in 1 blocks are possibly lost in loss record 47 of 556 ==17453== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17453== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17453== by 0x7B4410BE: HeapAlloc (heap.c:271) ==17453== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==17453== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==17453== by 0x4A26839: func_clipboard (clipboard.c:2469) ==17453== by 0x4AED165: run_test (test.h:603) ==17453== by 0x4AEDBBA: main (test.h:687) ==17453== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==17453== 9 bytes in 1 blocks are definitely lost in loss record 49 of 556 ==17453== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17453== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17453== by 0x7B4410BE: HeapAlloc (heap.c:271) ==17453== by 0x7B441303: GlobalAlloc (heap.c:389) ==17453== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==17453== by 0x4A26839: func_clipboard (clipboard.c:2469) ==17453== by 0x4AED165: run_test (test.h:603) ==17453== by 0x4AEDBBA: main (test.h:687) ==17453== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==17453== 100 bytes in 1 blocks are definitely lost in loss record 353 of 556 ==17453== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17453== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17453== by 0x7B4410BE: HeapAlloc (heap.c:271) ==17453== by 0x7B441251: GlobalAlloc (heap.c:365) ==17453== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==17453== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17453== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC7BD15: thread_startup (thread.c:484) ==17453== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17453== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17453== 2,020 bytes in 1 blocks are possibly lost in loss record 511 of 556 ==17453== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17453== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17453== by 0x4AECE3C: get_tls_data (test.h:242) ==17453== by 0x4AED215: winetest_set_location (test.h:277) ==17453== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==17453== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17453== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC7BD15: thread_startup (thread.c:484) ==17453== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17453== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17453== 2,020 bytes in 1 blocks are possibly lost in loss record 512 of 556 ==17453== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17453== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17453== by 0x4AECE3C: get_tls_data (test.h:242) ==17453== by 0x4AED215: winetest_set_location (test.h:277) ==17453== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==17453== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17453== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC7BD15: thread_startup (thread.c:484) ==17453== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17453== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17453== 2,020 bytes in 1 blocks are possibly lost in loss record 513 of 556 ==17453== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17453== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17453== by 0x4AECE3C: get_tls_data (test.h:242) ==17453== by 0x4AED215: winetest_set_location (test.h:277) ==17453== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==17453== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17453== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC7BD15: thread_startup (thread.c:484) ==17453== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17453== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17453== 4,040 bytes in 2 blocks are possibly lost in loss record 533 of 556 ==17453== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17453== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17453== by 0x4AECE3C: get_tls_data (test.h:242) ==17453== by 0x4AED215: winetest_set_location (test.h:277) ==17453== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==17453== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17453== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC7BD15: thread_startup (thread.c:484) ==17453== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17453== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17453== 6,060 bytes in 3 blocks are possibly lost in loss record 541 of 556 ==17453== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17453== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17453== by 0x4AECE3C: get_tls_data (test.h:242) ==17453== by 0x4AED215: winetest_set_location (test.h:277) ==17453== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==17453== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17453== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17453== by 0x7BC7BD15: thread_startup (thread.c:484) ==17453== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17453== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==8487== Thread 2: ==8487== Syscall param writev(vector[...]) points to uninitialised byte(s) ==8487== at 0x434EB0F: ??? (syscall-template.S:84) ==8487== by 0x7BC6EEC8: send_request (server.c:228) ==8487== by 0x7BC702F1: server_call_unlocked (server.c:288) ==8487== by 0x7BC70344: wine_server_call (server.c:321) ==8487== by 0x4CCAA4E: SetClipboardData (clipboard.c:904) ==8487== by 0x4A22297: clipboard_thread (clipboard.c:1342) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Address 0x4917d30 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4A2228F: clipboard_thread (clipboard.c:1342) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Uninitialised value was created by a client request ==8487== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==8487== by 0x7BC47EB8: initialize_block (heap.c:245) ==8487== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4A2228F: clipboard_thread (clipboard.c:1342) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:SetClipboardData fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17801== Thread 1 user32_test.exe.: ==17801== 8 bytes in 1 blocks are possibly lost in loss record 62 of 684 ==17801== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17801== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17801== by 0x7B4410BE: HeapAlloc (heap.c:271) ==17801== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==17801== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==17801== by 0x4A26839: func_clipboard (clipboard.c:2469) ==17801== by 0x4AED165: run_test (test.h:603) ==17801== by 0x4AEDBBA: main (test.h:687) ==17801== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==17801== 9 bytes in 1 blocks are definitely lost in loss record 64 of 684 ==17801== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17801== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17801== by 0x7B4410BE: HeapAlloc (heap.c:271) ==17801== by 0x7B441303: GlobalAlloc (heap.c:389) ==17801== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==17801== by 0x4A26839: func_clipboard (clipboard.c:2469) ==17801== by 0x4AED165: run_test (test.h:603) ==17801== by 0x4AEDBBA: main (test.h:687) ==17801== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==17801== 100 bytes in 1 blocks are definitely lost in loss record 423 of 684 ==17801== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17801== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17801== by 0x7B4410BE: HeapAlloc (heap.c:271) ==17801== by 0x7B441251: GlobalAlloc (heap.c:365) ==17801== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==17801== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17801== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC7BD15: thread_startup (thread.c:484) ==17801== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17801== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17801== 100 bytes in 1 blocks are definitely lost in loss record 424 of 684 ==17801== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17801== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17801== by 0x7B4410BE: HeapAlloc (heap.c:271) ==17801== by 0x7B441251: GlobalAlloc (heap.c:365) ==17801== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==17801== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==17801== by 0x4AED165: run_test (test.h:603) ==17801== by 0x4AEDBBA: main (test.h:687) ==17801== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==17801== 2,020 bytes in 1 blocks are possibly lost in loss record 630 of 684 ==17801== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17801== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17801== by 0x4AECE3C: get_tls_data (test.h:242) ==17801== by 0x4AED215: winetest_set_location (test.h:277) ==17801== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==17801== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17801== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC7BD15: thread_startup (thread.c:484) ==17801== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17801== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17801== 2,020 bytes in 1 blocks are possibly lost in loss record 631 of 684 ==17801== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17801== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17801== by 0x4AECE3C: get_tls_data (test.h:242) ==17801== by 0x4AED215: winetest_set_location (test.h:277) ==17801== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==17801== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17801== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC7BD15: thread_startup (thread.c:484) ==17801== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17801== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17801== 2,020 bytes in 1 blocks are possibly lost in loss record 632 of 684 ==17801== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17801== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17801== by 0x4AECE3C: get_tls_data (test.h:242) ==17801== by 0x4AED215: winetest_set_location (test.h:277) ==17801== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==17801== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17801== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC7BD15: thread_startup (thread.c:484) ==17801== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17801== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17801== 4,040 bytes in 2 blocks are possibly lost in loss record 656 of 684 ==17801== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17801== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17801== by 0x4AECE3C: get_tls_data (test.h:242) ==17801== by 0x4AED215: winetest_set_location (test.h:277) ==17801== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==17801== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17801== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC7BD15: thread_startup (thread.c:484) ==17801== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17801== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17801== 4,040 bytes in 2 blocks are possibly lost in loss record 657 of 684 ==17801== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17801== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17801== by 0x4AECE3C: get_tls_data (test.h:242) ==17801== by 0x4AED215: winetest_set_location (test.h:277) ==17801== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==17801== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17801== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC7BD15: thread_startup (thread.c:484) ==17801== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17801== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17801== 8,080 bytes in 4 blocks are possibly lost in loss record 670 of 684 ==17801== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17801== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17801== by 0x4AECE3C: get_tls_data (test.h:242) ==17801== by 0x4AED215: winetest_set_location (test.h:277) ==17801== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==17801== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17801== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17801== by 0x7BC7BD15: thread_startup (thread.c:484) ==17801== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17801== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1364== Thread 1 user32_test.exe.: ==1364== 8 bytes in 1 blocks are possibly lost in loss record 62 of 684 ==1364== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1364== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1364== by 0x7B4410BE: HeapAlloc (heap.c:271) ==1364== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==1364== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==1364== by 0x4A26839: func_clipboard (clipboard.c:2469) ==1364== by 0x4AED165: run_test (test.h:603) ==1364== by 0x4AEDBBA: main (test.h:687) ==1364== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==1364== 9 bytes in 1 blocks are definitely lost in loss record 64 of 684 ==1364== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1364== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1364== by 0x7B4410BE: HeapAlloc (heap.c:271) ==1364== by 0x7B441303: GlobalAlloc (heap.c:389) ==1364== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==1364== by 0x4A26839: func_clipboard (clipboard.c:2469) ==1364== by 0x4AED165: run_test (test.h:603) ==1364== by 0x4AEDBBA: main (test.h:687) ==1364== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==1364== 100 bytes in 1 blocks are definitely lost in loss record 423 of 684 ==1364== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1364== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1364== by 0x7B4410BE: HeapAlloc (heap.c:271) ==1364== by 0x7B441251: GlobalAlloc (heap.c:365) ==1364== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==1364== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1364== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC7BD15: thread_startup (thread.c:484) ==1364== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1364== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1364== 100 bytes in 1 blocks are definitely lost in loss record 424 of 684 ==1364== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1364== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1364== by 0x7B4410BE: HeapAlloc (heap.c:271) ==1364== by 0x7B441251: GlobalAlloc (heap.c:365) ==1364== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==1364== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==1364== by 0x4AED165: run_test (test.h:603) ==1364== by 0x4AEDBBA: main (test.h:687) ==1364== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==1364== 2,020 bytes in 1 blocks are possibly lost in loss record 630 of 684 ==1364== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1364== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1364== by 0x4AECE3C: get_tls_data (test.h:242) ==1364== by 0x4AED215: winetest_set_location (test.h:277) ==1364== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==1364== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1364== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC7BD15: thread_startup (thread.c:484) ==1364== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1364== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1364== 2,020 bytes in 1 blocks are possibly lost in loss record 631 of 684 ==1364== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1364== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1364== by 0x4AECE3C: get_tls_data (test.h:242) ==1364== by 0x4AED215: winetest_set_location (test.h:277) ==1364== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==1364== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1364== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC7BD15: thread_startup (thread.c:484) ==1364== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1364== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1364== 2,020 bytes in 1 blocks are possibly lost in loss record 632 of 684 ==1364== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1364== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1364== by 0x4AECE3C: get_tls_data (test.h:242) ==1364== by 0x4AED215: winetest_set_location (test.h:277) ==1364== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==1364== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1364== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC7BD15: thread_startup (thread.c:484) ==1364== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1364== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1364== 4,040 bytes in 2 blocks are possibly lost in loss record 656 of 684 ==1364== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1364== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1364== by 0x4AECE3C: get_tls_data (test.h:242) ==1364== by 0x4AED215: winetest_set_location (test.h:277) ==1364== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==1364== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1364== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC7BD15: thread_startup (thread.c:484) ==1364== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1364== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1364== 4,040 bytes in 2 blocks are possibly lost in loss record 657 of 684 ==1364== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1364== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1364== by 0x4AECE3C: get_tls_data (test.h:242) ==1364== by 0x4AED215: winetest_set_location (test.h:277) ==1364== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==1364== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1364== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC7BD15: thread_startup (thread.c:484) ==1364== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1364== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1364== 8,080 bytes in 4 blocks are possibly lost in loss record 670 of 684 ==1364== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1364== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1364== by 0x4AECE3C: get_tls_data (test.h:242) ==1364== by 0x4AED215: winetest_set_location (test.h:277) ==1364== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==1364== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1364== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1364== by 0x7BC7BD15: thread_startup (thread.c:484) ==1364== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1364== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==28318== Thread 1 user32_test.exe.: ==28318== 8 bytes in 1 blocks are possibly lost in loss record 61 of 682 ==28318== at 0x7BC45CBC: notify_alloc (heap.c:260) ==28318== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==28318== by 0x7B4410BE: HeapAlloc (heap.c:271) ==28318== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==28318== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==28318== by 0x4A26839: func_clipboard (clipboard.c:2469) ==28318== by 0x4AED165: run_test (test.h:603) ==28318== by 0x4AEDBBA: main (test.h:687) ==28318== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==28318== 9 bytes in 1 blocks are definitely lost in loss record 63 of 682 ==28318== at 0x7BC45CBC: notify_alloc (heap.c:260) ==28318== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==28318== by 0x7B4410BE: HeapAlloc (heap.c:271) ==28318== by 0x7B441303: GlobalAlloc (heap.c:389) ==28318== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==28318== by 0x4A26839: func_clipboard (clipboard.c:2469) ==28318== by 0x4AED165: run_test (test.h:603) ==28318== by 0x4AEDBBA: main (test.h:687) ==28318== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==28318== 100 bytes in 1 blocks are definitely lost in loss record 421 of 682 ==28318== at 0x7BC45CBC: notify_alloc (heap.c:260) ==28318== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==28318== by 0x7B4410BE: HeapAlloc (heap.c:271) ==28318== by 0x7B441251: GlobalAlloc (heap.c:365) ==28318== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==28318== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==28318== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC7BD15: thread_startup (thread.c:484) ==28318== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==28318== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==28318== 100 bytes in 1 blocks are definitely lost in loss record 422 of 682 ==28318== at 0x7BC45CBC: notify_alloc (heap.c:260) ==28318== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==28318== by 0x7B4410BE: HeapAlloc (heap.c:271) ==28318== by 0x7B441251: GlobalAlloc (heap.c:365) ==28318== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==28318== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==28318== by 0x4AED165: run_test (test.h:603) ==28318== by 0x4AEDBBA: main (test.h:687) ==28318== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==28318== 2,020 bytes in 1 blocks are possibly lost in loss record 628 of 682 ==28318== at 0x7BC45CBC: notify_alloc (heap.c:260) ==28318== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==28318== by 0x4AECE3C: get_tls_data (test.h:242) ==28318== by 0x4AED215: winetest_set_location (test.h:277) ==28318== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==28318== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==28318== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC7BD15: thread_startup (thread.c:484) ==28318== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==28318== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==28318== 2,020 bytes in 1 blocks are possibly lost in loss record 629 of 682 ==28318== at 0x7BC45CBC: notify_alloc (heap.c:260) ==28318== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==28318== by 0x4AECE3C: get_tls_data (test.h:242) ==28318== by 0x4AED215: winetest_set_location (test.h:277) ==28318== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==28318== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==28318== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC7BD15: thread_startup (thread.c:484) ==28318== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==28318== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==28318== 2,020 bytes in 1 blocks are possibly lost in loss record 630 of 682 ==28318== at 0x7BC45CBC: notify_alloc (heap.c:260) ==28318== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==28318== by 0x4AECE3C: get_tls_data (test.h:242) ==28318== by 0x4AED215: winetest_set_location (test.h:277) ==28318== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==28318== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==28318== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC7BD15: thread_startup (thread.c:484) ==28318== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==28318== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==28318== 4,040 bytes in 2 blocks are possibly lost in loss record 654 of 682 ==28318== at 0x7BC45CBC: notify_alloc (heap.c:260) ==28318== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==28318== by 0x4AECE3C: get_tls_data (test.h:242) ==28318== by 0x4AED215: winetest_set_location (test.h:277) ==28318== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==28318== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==28318== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC7BD15: thread_startup (thread.c:484) ==28318== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==28318== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==28318== 4,040 bytes in 2 blocks are possibly lost in loss record 655 of 682 ==28318== at 0x7BC45CBC: notify_alloc (heap.c:260) ==28318== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==28318== by 0x4AECE3C: get_tls_data (test.h:242) ==28318== by 0x4AED215: winetest_set_location (test.h:277) ==28318== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==28318== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==28318== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC7BD15: thread_startup (thread.c:484) ==28318== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==28318== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==28318== 8,080 bytes in 4 blocks are possibly lost in loss record 668 of 682 ==28318== at 0x7BC45CBC: notify_alloc (heap.c:260) ==28318== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==28318== by 0x4AECE3C: get_tls_data (test.h:242) ==28318== by 0x4AED215: winetest_set_location (test.h:277) ==28318== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==28318== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==28318== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==28318== by 0x7BC7BD15: thread_startup (thread.c:484) ==28318== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==28318== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==11692== Thread 1 user32_test.exe.: ==11692== 8 bytes in 1 blocks are possibly lost in loss record 62 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11692== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==11692== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11692== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11692== by 0x4AED165: run_test (test.h:603) ==11692== by 0x4AEDBBA: main (test.h:687) ==11692== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11692== 9 bytes in 1 blocks are definitely lost in loss record 64 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11692== by 0x7B441303: GlobalAlloc (heap.c:389) ==11692== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11692== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11692== by 0x4AED165: run_test (test.h:603) ==11692== by 0x4AEDBBA: main (test.h:687) ==11692== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11692== 100 bytes in 1 blocks are definitely lost in loss record 423 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11692== by 0x7B441251: GlobalAlloc (heap.c:365) ==11692== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==11692== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11692== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC7BD15: thread_startup (thread.c:484) ==11692== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11692== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11692== 100 bytes in 1 blocks are definitely lost in loss record 424 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11692== by 0x7B441251: GlobalAlloc (heap.c:365) ==11692== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==11692== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==11692== by 0x4AED165: run_test (test.h:603) ==11692== by 0x4AEDBBA: main (test.h:687) ==11692== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==11692== 2,020 bytes in 1 blocks are possibly lost in loss record 631 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x4AECE3C: get_tls_data (test.h:242) ==11692== by 0x4AED215: winetest_set_location (test.h:277) ==11692== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==11692== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11692== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC7BD15: thread_startup (thread.c:484) ==11692== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11692== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11692== 2,020 bytes in 1 blocks are possibly lost in loss record 632 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x4AECE3C: get_tls_data (test.h:242) ==11692== by 0x4AED215: winetest_set_location (test.h:277) ==11692== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==11692== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11692== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC7BD15: thread_startup (thread.c:484) ==11692== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11692== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11692== 2,020 bytes in 1 blocks are possibly lost in loss record 633 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x4AECE3C: get_tls_data (test.h:242) ==11692== by 0x4AED215: winetest_set_location (test.h:277) ==11692== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==11692== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11692== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC7BD15: thread_startup (thread.c:484) ==11692== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11692== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11692== 2,020 bytes in 1 blocks are possibly lost in loss record 634 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x4AECE3C: get_tls_data (test.h:242) ==11692== by 0x4AED215: winetest_set_location (test.h:277) ==11692== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==11692== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11692== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC7BD15: thread_startup (thread.c:484) ==11692== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11692== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11692== 4,040 bytes in 2 blocks are possibly lost in loss record 658 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x4AECE3C: get_tls_data (test.h:242) ==11692== by 0x4AED215: winetest_set_location (test.h:277) ==11692== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==11692== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11692== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC7BD15: thread_startup (thread.c:484) ==11692== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11692== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11692== 4,040 bytes in 2 blocks are possibly lost in loss record 659 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x4AECE3C: get_tls_data (test.h:242) ==11692== by 0x4AED215: winetest_set_location (test.h:277) ==11692== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==11692== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11692== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC7BD15: thread_startup (thread.c:484) ==11692== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11692== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11692== 4,040 bytes in 2 blocks are possibly lost in loss record 660 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x4AECE3C: get_tls_data (test.h:242) ==11692== by 0x4AED215: winetest_set_location (test.h:277) ==11692== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==11692== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11692== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC7BD15: thread_startup (thread.c:484) ==11692== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11692== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11692== 8,080 bytes in 4 blocks are possibly lost in loss record 673 of 687 ==11692== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11692== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11692== by 0x4AECE3C: get_tls_data (test.h:242) ==11692== by 0x4AED215: winetest_set_location (test.h:277) ==11692== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==11692== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11692== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11692== by 0x7BC7BD15: thread_startup (thread.c:484) ==11692== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11692== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19458== Thread 1 user32_test.exe.: ==19458== 8 bytes in 1 blocks are possibly lost in loss record 62 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==19458== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==19458== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==19458== by 0x4A26839: func_clipboard (clipboard.c:2469) ==19458== by 0x4AED165: run_test (test.h:603) ==19458== by 0x4AEDBBA: main (test.h:687) ==19458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==19458== 9 bytes in 1 blocks are definitely lost in loss record 64 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==19458== by 0x7B441303: GlobalAlloc (heap.c:389) ==19458== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==19458== by 0x4A26839: func_clipboard (clipboard.c:2469) ==19458== by 0x4AED165: run_test (test.h:603) ==19458== by 0x4AEDBBA: main (test.h:687) ==19458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==19458== 100 bytes in 1 blocks are definitely lost in loss record 423 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==19458== by 0x7B441251: GlobalAlloc (heap.c:365) ==19458== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==19458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC7BD15: thread_startup (thread.c:484) ==19458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==19458== 100 bytes in 1 blocks are definitely lost in loss record 424 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==19458== by 0x7B441251: GlobalAlloc (heap.c:365) ==19458== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==19458== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==19458== by 0x4AED165: run_test (test.h:603) ==19458== by 0x4AEDBBA: main (test.h:687) ==19458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==19458== 2,020 bytes in 1 blocks are possibly lost in loss record 631 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x4AECE3C: get_tls_data (test.h:242) ==19458== by 0x4AED215: winetest_set_location (test.h:277) ==19458== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==19458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC7BD15: thread_startup (thread.c:484) ==19458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==19458== 2,020 bytes in 1 blocks are possibly lost in loss record 632 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x4AECE3C: get_tls_data (test.h:242) ==19458== by 0x4AED215: winetest_set_location (test.h:277) ==19458== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==19458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC7BD15: thread_startup (thread.c:484) ==19458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==19458== 2,020 bytes in 1 blocks are possibly lost in loss record 633 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x4AECE3C: get_tls_data (test.h:242) ==19458== by 0x4AED215: winetest_set_location (test.h:277) ==19458== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==19458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC7BD15: thread_startup (thread.c:484) ==19458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==19458== 2,020 bytes in 1 blocks are possibly lost in loss record 634 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x4AECE3C: get_tls_data (test.h:242) ==19458== by 0x4AED215: winetest_set_location (test.h:277) ==19458== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==19458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC7BD15: thread_startup (thread.c:484) ==19458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==19458== 4,040 bytes in 2 blocks are possibly lost in loss record 658 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x4AECE3C: get_tls_data (test.h:242) ==19458== by 0x4AED215: winetest_set_location (test.h:277) ==19458== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==19458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC7BD15: thread_startup (thread.c:484) ==19458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==19458== 4,040 bytes in 2 blocks are possibly lost in loss record 659 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x4AECE3C: get_tls_data (test.h:242) ==19458== by 0x4AED215: winetest_set_location (test.h:277) ==19458== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==19458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC7BD15: thread_startup (thread.c:484) ==19458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==19458== 4,040 bytes in 2 blocks are possibly lost in loss record 660 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x4AECE3C: get_tls_data (test.h:242) ==19458== by 0x4AED215: winetest_set_location (test.h:277) ==19458== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==19458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC7BD15: thread_startup (thread.c:484) ==19458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==19458== 8,080 bytes in 4 blocks are possibly lost in loss record 673 of 687 ==19458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19458== by 0x4AECE3C: get_tls_data (test.h:242) ==19458== by 0x4AED215: winetest_set_location (test.h:277) ==19458== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==19458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19458== by 0x7BC7BD15: thread_startup (thread.c:484) ==19458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==19458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==8487== Thread 1 user32_test.exe.: ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A2430E: test_handles (clipboard.c:1760) ==8487== by 0x4A251D5: test_data_handles (clipboard.c:2075) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x49402e8 is 208 bytes inside a block of size 1,024 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B4419B3: GlobalFree (heap.c:752) ==8487== by 0x4CCB11C: GetClipboardData (clipboard.c:1073) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A2459A: test_handles (clipboard.c:1789) ==8487== by 0x4A251D5: test_data_handles (clipboard.c:2075) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x49417d8 is 0 bytes inside a block of size 1 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B4419B3: GlobalFree (heap.c:752) ==8487== by 0x4CCB11C: GetClipboardData (clipboard.c:1073) ==8487== by 0x4A1FB87: test_synthesized (clipboard.c:856) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==8487== by 0x4A1FB87: test_synthesized (clipboard.c:856) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A245C1: test_handles (clipboard.c:1790) ==8487== by 0x4A251D5: test_data_handles (clipboard.c:2075) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x4941808 is 0 bytes inside a block of size 28 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B441A11: GlobalFree (heap.c:772) ==8487== by 0x4CC9326: free_cached_data (clipboard.c:329) ==8487== by 0x4CC93A1: invalidate_memory_formats (clipboard.c:354) ==8487== by 0x4CCA2C3: OpenClipboard (clipboard.c:706) ==8487== by 0x4A1F409: test_synthesized (clipboard.c:759) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441303: GlobalAlloc (heap.c:389) ==8487== by 0x4A1BE32: create_textW (clipboard.c:497) ==8487== by 0x4A1F299: test_synthesized (clipboard.c:728) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A245E4: test_handles (clipboard.c:1791) ==8487== by 0x4A251D5: test_data_handles (clipboard.c:2075) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x4940268 is 80 bytes inside a block of size 1,024 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B4419B3: GlobalFree (heap.c:752) ==8487== by 0x4CCB11C: GetClipboardData (clipboard.c:1073) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24607: test_handles (clipboard.c:1792) ==8487== by 0x4A251D5: test_data_handles (clipboard.c:2075) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x49402a8 is 144 bytes inside a block of size 1,024 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B4419B3: GlobalFree (heap.c:752) ==8487== by 0x4CCB11C: GetClipboardData (clipboard.c:1073) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A2462A: test_handles (clipboard.c:1793) ==8487== by 0x4A251D5: test_data_handles (clipboard.c:2075) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x4940490 is 632 bytes inside a block of size 1,024 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B4419B3: GlobalFree (heap.c:752) ==8487== by 0x4CCB11C: GetClipboardData (clipboard.c:1073) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24E2E: test_handles (clipboard.c:1883) ==8487== by 0x4A251D5: test_data_handles (clipboard.c:2075) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x49417d8 is 0 bytes inside a block of size 1 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B4419B3: GlobalFree (heap.c:752) ==8487== by 0x4CCB11C: GetClipboardData (clipboard.c:1073) ==8487== by 0x4A1FB87: test_synthesized (clipboard.c:856) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==8487== by 0x4A1FB87: test_synthesized (clipboard.c:856) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24E92: test_handles (clipboard.c:1884) ==8487== by 0x4A251D5: test_data_handles (clipboard.c:2075) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x4941808 is 0 bytes inside a block of size 28 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B441A11: GlobalFree (heap.c:772) ==8487== by 0x4CC9326: free_cached_data (clipboard.c:329) ==8487== by 0x4CC93A1: invalidate_memory_formats (clipboard.c:354) ==8487== by 0x4CCA2C3: OpenClipboard (clipboard.c:706) ==8487== by 0x4A1F409: test_synthesized (clipboard.c:759) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441303: GlobalAlloc (heap.c:389) ==8487== by 0x4A1BE32: create_textW (clipboard.c:497) ==8487== by 0x4A1F299: test_synthesized (clipboard.c:728) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24EF6: test_handles (clipboard.c:1885) ==8487== by 0x4A251D5: test_data_handles (clipboard.c:2075) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x4940268 is 80 bytes inside a block of size 1,024 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B4419B3: GlobalFree (heap.c:752) ==8487== by 0x4CCB11C: GetClipboardData (clipboard.c:1073) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24F5A: test_handles (clipboard.c:1886) ==8487== by 0x4A251D5: test_data_handles (clipboard.c:2075) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x49402a8 is 144 bytes inside a block of size 1,024 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B4419B3: GlobalFree (heap.c:752) ==8487== by 0x4CCB11C: GetClipboardData (clipboard.c:1073) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24FBE: test_handles (clipboard.c:1887) ==8487== by 0x4A251D5: test_data_handles (clipboard.c:2075) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x4940490 is 632 bytes inside a block of size 1,024 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B4419B3: GlobalFree (heap.c:752) ==8487== by 0x4CCB11C: GetClipboardData (clipboard.c:1073) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==8487== by 0x4A1F4A6: test_synthesized (clipboard.c:769) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A2430E: test_handles (clipboard.c:1760) ==8487== by 0x4A251DF: test_data_handles (clipboard.c:2076) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48f0490 is 0 bytes inside a block of size 12 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B449FFA: GetLocaleInfoW (locale.c:1782) ==8487== by 0x7B44DB4E: LOCALE_Init (locale.c:4187) ==8487== by 0x7B460382: __wine_kernel_init (process.c:1212) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B449F7A: GetLocaleInfoW (locale.c:1770) ==8487== by 0x7B44DB4E: LOCALE_Init (locale.c:4187) ==8487== by 0x7B460382: __wine_kernel_init (process.c:1212) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A2459A: test_handles (clipboard.c:1789) ==8487== by 0x4A251DF: test_data_handles (clipboard.c:2076) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x49488a8 is 0 bytes inside a block of size 20 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x4CC9344: free_cached_data (clipboard.c:333) ==8487== by 0x4CC93DD: free_cached_formats (clipboard.c:367) ==8487== by 0x4CCA557: EmptyClipboard (clipboard.c:759) ==8487== by 0x4A1F763: test_synthesized (clipboard.c:804) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4CCA9AD: SetClipboardData (clipboard.c:892) ==8487== by 0x4A1F2B9: test_synthesized (clipboard.c:731) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A245C1: test_handles (clipboard.c:1790) ==8487== by 0x4A251DF: test_data_handles (clipboard.c:2076) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48f4840 is 0 bytes inside a block of size 32 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B45A805: set_additional_environment (process.c:561) ==8487== by 0x7B460651: __wine_kernel_init (process.c:1274) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B45A7A7: set_additional_environment (process.c:555) ==8487== by 0x7B460651: __wine_kernel_init (process.c:1274) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A245E4: test_handles (clipboard.c:1791) ==8487== by 0x4A251DF: test_data_handles (clipboard.c:2076) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48f1e78 is 0 bytes inside a block of size 32 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B45A805: set_additional_environment (process.c:561) ==8487== by 0x7B4603B5: __wine_kernel_init (process.c:1223) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B45A7A7: set_additional_environment (process.c:555) ==8487== by 0x7B4603B5: __wine_kernel_init (process.c:1223) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24607: test_handles (clipboard.c:1792) ==8487== by 0x4A251DF: test_data_handles (clipboard.c:2076) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48f0588 is 0 bytes inside a block of size 70 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7BC66E94: RtlFreeUnicodeString (rtlstr.c:319) ==8487== by 0x7BC6026F: RtlOpenCurrentUser (reg.c:973) ==8487== by 0x7B45A3DF: set_registry_environment (process.c:437) ==8487== by 0x7B4603AA: __wine_kernel_init (process.c:1222) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7BC6010C: RtlFormatCurrentUserKeyPath (reg.c:933) ==8487== by 0x7BC60219: RtlOpenCurrentUser (reg.c:970) ==8487== by 0x7B45A3DF: set_registry_environment (process.c:437) ==8487== by 0x7B4603AA: __wine_kernel_init (process.c:1222) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A2462A: test_handles (clipboard.c:1793) ==8487== by 0x4A251DF: test_data_handles (clipboard.c:2076) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48f0508 is 32 bytes inside a block of size 54 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7BC66E94: RtlFreeUnicodeString (rtlstr.c:319) ==8487== by 0x7B453C25: create_key (oldconfig.c:72) ==8487== by 0x7B454AC3: convert_old_config (oldconfig.c:404) ==8487== by 0x7B4603A0: __wine_kernel_init (process.c:1220) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7BC67D03: RtlAnsiStringToUnicodeString (rtlstr.c:695) ==8487== by 0x7BC67DB3: RtlCreateUnicodeStringFromAsciiz (rtlstr.c:302) ==8487== by 0x7B453BC2: create_key (oldconfig.c:69) ==8487== by 0x7B454AC3: convert_old_config (oldconfig.c:404) ==8487== by 0x7B4603A0: __wine_kernel_init (process.c:1220) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24E2E: test_handles (clipboard.c:1883) ==8487== by 0x4A251DF: test_data_handles (clipboard.c:2076) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x49488a8 is 0 bytes inside a block of size 20 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x4CC9344: free_cached_data (clipboard.c:333) ==8487== by 0x4CC93DD: free_cached_formats (clipboard.c:367) ==8487== by 0x4CCA557: EmptyClipboard (clipboard.c:759) ==8487== by 0x4A1F763: test_synthesized (clipboard.c:804) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4CCA9AD: SetClipboardData (clipboard.c:892) ==8487== by 0x4A1F2B9: test_synthesized (clipboard.c:731) ==8487== by 0x4A26843: func_clipboard (clipboard.c:2471) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24E92: test_handles (clipboard.c:1884) ==8487== by 0x4A251DF: test_data_handles (clipboard.c:2076) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48f4840 is 0 bytes inside a block of size 32 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B45A805: set_additional_environment (process.c:561) ==8487== by 0x7B460651: __wine_kernel_init (process.c:1274) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B45A7A7: set_additional_environment (process.c:555) ==8487== by 0x7B460651: __wine_kernel_init (process.c:1274) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24EF6: test_handles (clipboard.c:1885) ==8487== by 0x4A251DF: test_data_handles (clipboard.c:2076) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48f1e78 is 0 bytes inside a block of size 32 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7B4410E6: HeapFree (heap.c:276) ==8487== by 0x7B45A805: set_additional_environment (process.c:561) ==8487== by 0x7B4603B5: __wine_kernel_init (process.c:1223) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B45A7A7: set_additional_environment (process.c:555) ==8487== by 0x7B4603B5: __wine_kernel_init (process.c:1223) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24F5A: test_handles (clipboard.c:1886) ==8487== by 0x4A251DF: test_data_handles (clipboard.c:2076) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48f0588 is 0 bytes inside a block of size 70 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7BC66E94: RtlFreeUnicodeString (rtlstr.c:319) ==8487== by 0x7BC6026F: RtlOpenCurrentUser (reg.c:973) ==8487== by 0x7B45A3DF: set_registry_environment (process.c:437) ==8487== by 0x7B4603AA: __wine_kernel_init (process.c:1222) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7BC6010C: RtlFormatCurrentUserKeyPath (reg.c:933) ==8487== by 0x7BC60219: RtlOpenCurrentUser (reg.c:970) ==8487== by 0x7B45A3DF: set_registry_environment (process.c:437) ==8487== by 0x7B4603AA: __wine_kernel_init (process.c:1222) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24FBE: test_handles (clipboard.c:1887) ==8487== by 0x4A251DF: test_data_handles (clipboard.c:2076) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48f0508 is 32 bytes inside a block of size 54 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7BC66E94: RtlFreeUnicodeString (rtlstr.c:319) ==8487== by 0x7B453C25: create_key (oldconfig.c:72) ==8487== by 0x7B454AC3: convert_old_config (oldconfig.c:404) ==8487== by 0x7B4603A0: __wine_kernel_init (process.c:1220) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7BC67D03: RtlAnsiStringToUnicodeString (rtlstr.c:695) ==8487== by 0x7BC67DB3: RtlCreateUnicodeStringFromAsciiz (rtlstr.c:302) ==8487== by 0x7B453BC2: create_key (oldconfig.c:69) ==8487== by 0x7B454AC3: convert_old_config (oldconfig.c:404) ==8487== by 0x7B4603A0: __wine_kernel_init (process.c:1220) ==8487== by 0x7BC50D0C: __wine_process_init (loader.c:3365) ==8487== by 0x40405BA: wine_init (loader.c:979) ==8487== by 0x7C000E04: main (main.c:258) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A2430E: test_handles (clipboard.c:1760) ==8487== by 0x4A251E6: test_data_handles (clipboard.c:2077) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48f6e78 is 272 bytes inside a block of size 330 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7BC66C87: RtlFreeAnsiString (rtlstr.c:173) ==8487== by 0x7BC3EF0A: FILE_CreateFile (file.c:252) ==8487== by 0x7BC3FFA6: NtOpenFile (file.c:308) ==8487== by 0x7BC4B522: find_dll_file (loader.c:2182) ==8487== by 0x7BC4FB31: load_dll (loader.c:2255) ==8487== by 0x7BC4F0CE: import_dll (loader.c:642) ==8487== by 0x7BC4F6C0: fixup_imports (loader.c:956) ==8487== by 0x7BC50819: load_builtin_callback (loader.c:1633) ==8487== by 0x404000F: __wine_dll_register (loader.c:519) ==8487== by 0x4F04DBA: __wine_spec_init (init.c:35) ==8487== by 0x400F870: call_init.part.0 (dl-init.c:58) ==8487== by 0x400F9DD: call_init (dl-init.c:30) ==8487== by 0x400F9DD: _dl_init (dl-init.c:120) ==8487== by 0x4013BE6: dl_open_worker (dl-open.c:564) ==8487== by 0x43969C6: _dl_catch_error (dl-error-skeleton.c:198) ==8487== by 0x40133A1: _dl_open (dl-open.c:649) ==8487== by 0x442DC72: dlopen_doit (dlopen.c:66) ==8487== by 0x43969C6: _dl_catch_error (dl-error-skeleton.c:198) ==8487== by 0x442E4B1: _dlerror_run (dlerror.c:163) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7BC3C0F1: wine_nt_to_unix_file_name (directory.c:2889) ==8487== by 0x7BC3C66D: nt_to_unix_file_name_attr (directory.c:2758) ==8487== by 0x7BC3ECB0: FILE_CreateFile (file.c:197) ==8487== by 0x7BC3FFA6: NtOpenFile (file.c:308) ==8487== by 0x7BC4B522: find_dll_file (loader.c:2182) ==8487== by 0x7BC4FB31: load_dll (loader.c:2255) ==8487== by 0x7BC4F0CE: import_dll (loader.c:642) ==8487== by 0x7BC4F6C0: fixup_imports (loader.c:956) ==8487== by 0x7BC50819: load_builtin_callback (loader.c:1633) ==8487== by 0x404000F: __wine_dll_register (loader.c:519) ==8487== by 0x4F04DBA: __wine_spec_init (init.c:35) ==8487== by 0x400F870: call_init.part.0 (dl-init.c:58) ==8487== by 0x400F9DD: call_init (dl-init.c:30) ==8487== by 0x400F9DD: _dl_init (dl-init.c:120) ==8487== by 0x4013BE6: dl_open_worker (dl-open.c:564) ==8487== by 0x43969C6: _dl_catch_error (dl-error-skeleton.c:198) ==8487== by 0x40133A1: _dl_open (dl-open.c:649) ==8487== by 0x442DC72: dlopen_doit (dlopen.c:66) ==8487== by 0x43969C6: _dl_catch_error (dl-error-skeleton.c:198) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24E2E: test_handles (clipboard.c:1883) ==8487== by 0x4A251E6: test_data_handles (clipboard.c:2077) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48fb008 is 0 bytes inside a block of size 10 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x4EEE3EC: load_font_list_from_cache (freetype.c:1780) ==8487== by 0x4EEEFBC: WineEngInit (freetype.c:4400) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4EE1314: strdupW (freetype.c:1097) ==8487== by 0x4EEE37F: load_font_list_from_cache (freetype.c:1772) ==8487== by 0x4EEEFBC: WineEngInit (freetype.c:4400) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24E92: test_handles (clipboard.c:1884) ==8487== by 0x4A251E6: test_data_handles (clipboard.c:2077) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48fb358 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4EDE2B8: create_family (freetype.c:1583) ==8487== by 0x4EEE2FE: load_font_list_from_cache (freetype.c:1757) ==8487== by 0x4EEEFBC: WineEngInit (freetype.c:4400) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24EF6: test_handles (clipboard.c:1885) ==8487== by 0x4A251E6: test_data_handles (clipboard.c:2077) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48fb170 is 0 bytes inside a block of size 16 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x4EEE3EC: load_font_list_from_cache (freetype.c:1780) ==8487== by 0x4EEEFBC: WineEngInit (freetype.c:4400) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4EE1314: strdupW (freetype.c:1097) ==8487== by 0x4EEE37F: load_font_list_from_cache (freetype.c:1772) ==8487== by 0x4EEEFBC: WineEngInit (freetype.c:4400) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24F5A: test_handles (clipboard.c:1886) ==8487== by 0x4A251E6: test_data_handles (clipboard.c:2077) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48facd8 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4EDE2B8: create_family (freetype.c:1583) ==8487== by 0x4EEE2FE: load_font_list_from_cache (freetype.c:1757) ==8487== by 0x4EEEFBC: WineEngInit (freetype.c:4400) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24FBE: test_handles (clipboard.c:1887) ==8487== by 0x4A251E6: test_data_handles (clipboard.c:2077) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48f7ce0 is 8 bytes inside a block of size 54 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7BC5E7B8: NtCreateKey (reg.c:81) ==8487== by 0x4FB92D3: create_key (registry.c:141) ==8487== by 0x4FB9B52: RegCreateKeyExA (registry.c:445) ==8487== by 0x4EE6512: update_font_info (freetype.c:4001) ==8487== by 0x4EEEE9C: WineEngInit (freetype.c:4363) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7BC774A5: alloc_object_attributes (sync.c:117) ==8487== by 0x7BC5E6AE: NtCreateKey (reg.c:66) ==8487== by 0x4FB92D3: create_key (registry.c:141) ==8487== by 0x4FB9B52: RegCreateKeyExA (registry.c:445) ==8487== by 0x4EE6512: update_font_info (freetype.c:4001) ==8487== by 0x4EEEE9C: WineEngInit (freetype.c:4363) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==8487== Thread 2: ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A2430E: test_handles (clipboard.c:1760) ==8487== by 0x4A25B99: test_handles_thread (clipboard.c:1901) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Address 0x4902ca0 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4EDE2B8: create_family (freetype.c:1583) ==8487== by 0x4EEE2FE: load_font_list_from_cache (freetype.c:1757) ==8487== by 0x4EEEFBC: WineEngInit (freetype.c:4400) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24E2E: test_handles (clipboard.c:1883) ==8487== by 0x4A25B99: test_handles_thread (clipboard.c:1901) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Address 0x4905860 is 0 bytes inside a block of size 16 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7BC3EEFB: FILE_CreateFile (file.c:251) ==8487== by 0x7BC3FFA6: NtOpenFile (file.c:308) ==8487== by 0x7BC4B522: find_dll_file (loader.c:2182) ==8487== by 0x7BC4FB31: load_dll (loader.c:2255) ==8487== by 0x7BC500C1: LdrLoadDll (loader.c:2355) ==8487== by 0x7B453109: load_library (module.c:1165) ==8487== by 0x7B453200: LoadLibraryExW (module.c:1225) ==8487== by 0x7B453378: LoadLibraryW (module.c:1267) ==8487== by 0x4D3082B: DllMain (user_main.c:336) ==8487== by 0x4D447F7: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7BC774A5: alloc_object_attributes (sync.c:117) ==8487== by 0x7BC3EE20: FILE_CreateFile (file.c:232) ==8487== by 0x7BC3FFA6: NtOpenFile (file.c:308) ==8487== by 0x7BC4B522: find_dll_file (loader.c:2182) ==8487== by 0x7BC4FB31: load_dll (loader.c:2255) ==8487== by 0x7BC500C1: LdrLoadDll (loader.c:2355) ==8487== by 0x7B453109: load_library (module.c:1165) ==8487== by 0x7B453200: LoadLibraryExW (module.c:1225) ==8487== by 0x7B453378: LoadLibraryW (module.c:1267) ==8487== by 0x4D3082B: DllMain (user_main.c:336) ==8487== by 0x4D447F7: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24E92: test_handles (clipboard.c:1884) ==8487== by 0x4A25B99: test_handles_thread (clipboard.c:1901) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Address 0x49027c8 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4EDE2B8: create_family (freetype.c:1583) ==8487== by 0x4EEE2FE: load_font_list_from_cache (freetype.c:1757) ==8487== by 0x4EEEFBC: WineEngInit (freetype.c:4400) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24EF6: test_handles (clipboard.c:1885) ==8487== by 0x4A25B99: test_handles_thread (clipboard.c:1901) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Address 0x4902928 is 16 bytes after a recently re-allocated block of size 24 alloc'd ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4EE1314: strdupW (freetype.c:1097) ==8487== by 0x4EEDF53: load_face (freetype.c:1649) ==8487== by 0x4EEE3C7: load_font_list_from_cache (freetype.c:1777) ==8487== by 0x4EEEFBC: WineEngInit (freetype.c:4400) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24F5A: test_handles (clipboard.c:1886) ==8487== by 0x4A25B99: test_handles_thread (clipboard.c:1901) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Address 0x4902ad8 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4EDE2B8: create_family (freetype.c:1583) ==8487== by 0x4EEE2FE: load_font_list_from_cache (freetype.c:1757) ==8487== by 0x4EEEFBC: WineEngInit (freetype.c:4400) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A24FBE: test_handles (clipboard.c:1887) ==8487== by 0x4A25B99: test_handles_thread (clipboard.c:1901) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Address 0x48f7a78 is 56 bytes inside a block of size 84 free'd ==8487== at 0x7BC45D27: notify_free (heap.c:268) ==8487== by 0x7BC48814: RtlFreeHeap (heap.c:1772) ==8487== by 0x7BC5E7B8: NtCreateKey (reg.c:81) ==8487== by 0x7BC60262: RtlOpenCurrentUser (reg.c:972) ==8487== by 0x7B42CFBC: get_use_dns_option (computername.c:212) ==8487== by 0x7B42D525: COMPUTERNAME_Init (computername.c:259) ==8487== by 0x7B442F58: process_attach (kernel_main.c:92) ==8487== by 0x7B443055: DllMain (kernel_main.c:139) ==8487== by 0x7B479D83: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== Block was alloc'd at ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7BC774A5: alloc_object_attributes (sync.c:117) ==8487== by 0x7BC5E6AE: NtCreateKey (reg.c:66) ==8487== by 0x7BC60262: RtlOpenCurrentUser (reg.c:972) ==8487== by 0x7B42CFBC: get_use_dns_option (computername.c:212) ==8487== by 0x7B42D525: COMPUTERNAME_Init (computername.c:259) ==8487== by 0x7B442F58: process_attach (kernel_main.c:92) ==8487== by 0x7B443055: DllMain (kernel_main.c:139) ==8487== by 0x7B479D83: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4458== Thread 1 user32_test.exe.: ==4458== 8 bytes in 1 blocks are possibly lost in loss record 64 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==4458== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==4458== by 0x4A26839: func_clipboard (clipboard.c:2469) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==4458== 8 bytes in 1 blocks are possibly lost in loss record 65 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==4458== by 0x4A1BDDD: create_textA (clipboard.c:487) ==4458== by 0x4A25297: test_data_handles (clipboard.c:2088) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_textA fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 8 bytes in 1 blocks are possibly lost in loss record 66 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==4458== by 0x4A1BDDD: create_textA (clipboard.c:487) ==4458== by 0x4A252CF: test_data_handles (clipboard.c:2090) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_textA fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 8 bytes in 1 blocks are possibly lost in loss record 67 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==4458== by 0x4A1E8B2: create_metafile (clipboard.c:513) ==4458== by 0x4A253CD: test_data_handles (clipboard.c:2098) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_metafile fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 8 bytes in 1 blocks are possibly lost in loss record 68 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==4458== by 0x4A1E8B2: create_metafile (clipboard.c:513) ==4458== by 0x4A2541E: test_data_handles (clipboard.c:2101) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_metafile fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 8 bytes in 1 blocks are possibly lost in loss record 69 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==4458== by 0x4A1BDDD: create_textA (clipboard.c:487) ==4458== by 0x4A25536: test_data_handles (clipboard.c:2110) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_textA fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 8 bytes in 1 blocks are possibly lost in loss record 70 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==4458== by 0x4A1BDDD: create_textA (clipboard.c:487) ==4458== by 0x4A2556A: test_data_handles (clipboard.c:2112) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_textA fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 9 bytes in 1 blocks are definitely lost in loss record 72 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B441303: GlobalAlloc (heap.c:389) ==4458== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==4458== by 0x4A26839: func_clipboard (clipboard.c:2469) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==4458== 18 bytes in 1 blocks are definitely lost in loss record 158 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B441303: GlobalAlloc (heap.c:389) ==4458== by 0x4A1BDDD: create_textA (clipboard.c:487) ==4458== by 0x4A25297: test_data_handles (clipboard.c:2088) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_textA fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 18 bytes in 1 blocks are definitely lost in loss record 159 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B441303: GlobalAlloc (heap.c:389) ==4458== by 0x4A1BDDD: create_textA (clipboard.c:487) ==4458== by 0x4A252CF: test_data_handles (clipboard.c:2090) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_textA fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 18 bytes in 1 blocks are definitely lost in loss record 160 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B441303: GlobalAlloc (heap.c:389) ==4458== by 0x4A1BDDD: create_textA (clipboard.c:487) ==4458== by 0x4A25536: test_data_handles (clipboard.c:2110) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_textA fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 18 bytes in 1 blocks are definitely lost in loss record 161 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B441303: GlobalAlloc (heap.c:389) ==4458== by 0x4A1BDDD: create_textA (clipboard.c:487) ==4458== by 0x4A2556A: test_data_handles (clipboard.c:2112) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_textA fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 24 bytes in 1 blocks are definitely lost in loss record 222 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B441303: GlobalAlloc (heap.c:389) ==4458== by 0x4A1E8B2: create_metafile (clipboard.c:513) ==4458== by 0x4A253CD: test_data_handles (clipboard.c:2098) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_metafile fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 24 bytes in 1 blocks are definitely lost in loss record 223 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B441303: GlobalAlloc (heap.c:389) ==4458== by 0x4A1E8B2: create_metafile (clipboard.c:513) ==4458== by 0x4A2541E: test_data_handles (clipboard.c:2101) ==4458== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_metafile fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==4458== 100 bytes in 1 blocks are definitely lost in loss record 455 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B441251: GlobalAlloc (heap.c:365) ==4458== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==4458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC7BD15: thread_startup (thread.c:484) ==4458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4458== 100 bytes in 1 blocks are definitely lost in loss record 456 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4458== by 0x7B441251: GlobalAlloc (heap.c:365) ==4458== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==4458== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==4458== by 0x4AED165: run_test (test.h:603) ==4458== by 0x4AEDBBA: main (test.h:687) ==4458== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==4458== 2,020 bytes in 1 blocks are possibly lost in loss record 666 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x4AECE3C: get_tls_data (test.h:242) ==4458== by 0x4AED215: winetest_set_location (test.h:277) ==4458== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==4458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC7BD15: thread_startup (thread.c:484) ==4458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4458== 2,020 bytes in 1 blocks are possibly lost in loss record 667 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x4AECE3C: get_tls_data (test.h:242) ==4458== by 0x4AED215: winetest_set_location (test.h:277) ==4458== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==4458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC7BD15: thread_startup (thread.c:484) ==4458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4458== 2,020 bytes in 1 blocks are possibly lost in loss record 668 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x4AECE3C: get_tls_data (test.h:242) ==4458== by 0x4AED215: winetest_set_location (test.h:277) ==4458== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==4458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC7BD15: thread_startup (thread.c:484) ==4458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4458== 2,020 bytes in 1 blocks are possibly lost in loss record 669 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x4AECE3C: get_tls_data (test.h:242) ==4458== by 0x4AED215: winetest_set_location (test.h:277) ==4458== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==4458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC7BD15: thread_startup (thread.c:484) ==4458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4458== 2,020 bytes in 1 blocks are possibly lost in loss record 670 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x4AECE3C: get_tls_data (test.h:242) ==4458== by 0x4AED215: winetest_set_location (test.h:277) ==4458== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==4458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC7BD15: thread_startup (thread.c:484) ==4458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4458== 4,040 bytes in 2 blocks are possibly lost in loss record 694 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x4AECE3C: get_tls_data (test.h:242) ==4458== by 0x4AED215: winetest_set_location (test.h:277) ==4458== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==4458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC7BD15: thread_startup (thread.c:484) ==4458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4458== 4,040 bytes in 2 blocks are possibly lost in loss record 695 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x4AECE3C: get_tls_data (test.h:242) ==4458== by 0x4AED215: winetest_set_location (test.h:277) ==4458== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==4458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC7BD15: thread_startup (thread.c:484) ==4458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==4458== 6,060 bytes in 3 blocks are possibly lost in loss record 706 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x4AECE3C: get_tls_data (test.h:242) ==4458== by 0x4AED215: winetest_set_location (test.h:277) ==4458== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==4458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC7BD15: thread_startup (thread.c:484) ==4458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 ==4458== 8,080 bytes in 4 blocks are possibly lost in loss record 709 of 723 ==4458== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4458== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4458== by 0x4AECE3C: get_tls_data (test.h:242) ==4458== by 0x4AED215: winetest_set_location (test.h:277) ==4458== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==4458== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4458== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4458== by 0x7BC7BD15: thread_startup (thread.c:484) ==4458== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4458== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 7f000000-82000000 ==4466== 8 bytes in 1 blocks are definitely lost in loss record 32 of 495 ==4466== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4466== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4466== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4466== by 0x7B441251: GlobalAlloc (heap.c:365) ==4466== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==4466== by 0x4A1B113: test_handles_process (clipboard.c:1998) ==4466== by 0x4A2676D: func_clipboard (clipboard.c:2445) ==4466== by 0x4AED165: run_test (test.h:603) ==4466== by 0x4AEDBBA: main (test.h:687) ==4466== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:GetClipboardData fun:test_handles_process fun:func_clipboard fun:run_test fun:main } ==4466== 58 bytes in 1 blocks are possibly lost in loss record 244 of 495 ==4466== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4466== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4466== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4466== by 0x7B441251: GlobalAlloc (heap.c:365) ==4466== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==4466== by 0x4A1AFD4: test_handles_process (clipboard.c:1990) ==4466== by 0x4A2676D: func_clipboard (clipboard.c:2445) ==4466== by 0x4AED165: run_test (test.h:603) ==4466== by 0x4AEDBBA: main (test.h:687) ==4466== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:GetClipboardData fun:test_handles_process fun:func_clipboard fun:run_test fun:main } ==4466== 348 bytes in 1 blocks are definitely lost in loss record 391 of 495 ==4466== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4466== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4466== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4466== by 0x7B441251: GlobalAlloc (heap.c:365) ==4466== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==4466== by 0x4A1B358: test_handles_process (clipboard.c:2014) ==4466== by 0x4A2676D: func_clipboard (clipboard.c:2445) ==4466== by 0x4AED165: run_test (test.h:603) ==4466== by 0x4AEDBBA: main (test.h:687) ==4466== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:GetClipboardData fun:test_handles_process fun:func_clipboard fun:run_test fun:main } ==4466== 348 bytes in 1 blocks are definitely lost in loss record 392 of 495 ==4466== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4466== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4466== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4466== by 0x7B441251: GlobalAlloc (heap.c:365) ==4466== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==4466== by 0x4A1B435: test_handles_process (clipboard.c:2021) ==4466== by 0x4A2676D: func_clipboard (clipboard.c:2445) ==4466== by 0x4AED165: run_test (test.h:603) ==4466== by 0x4AEDBBA: main (test.h:687) ==4466== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:GetClipboardData fun:test_handles_process fun:func_clipboard fun:run_test fun:main } ==7975== Thread 1 user32_test.exe.: ==7975== 8 bytes in 1 blocks are possibly lost in loss record 61 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7975== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==7975== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==7975== by 0x4A26839: func_clipboard (clipboard.c:2469) ==7975== by 0x4AED165: run_test (test.h:603) ==7975== by 0x4AEDBBA: main (test.h:687) ==7975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==7975== 8 bytes in 1 blocks are possibly lost in loss record 62 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7975== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==7975== by 0x4A1BDDD: create_textA (clipboard.c:487) ==7975== by 0x4A25710: test_data_handles (clipboard.c:2133) ==7975== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==7975== by 0x4AED165: run_test (test.h:603) ==7975== by 0x4AEDBBA: main (test.h:687) ==7975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_textA fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==7975== 9 bytes in 1 blocks are definitely lost in loss record 64 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7975== by 0x7B441303: GlobalAlloc (heap.c:389) ==7975== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==7975== by 0x4A26839: func_clipboard (clipboard.c:2469) ==7975== by 0x4AED165: run_test (test.h:603) ==7975== by 0x4AEDBBA: main (test.h:687) ==7975== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==7975== 18 bytes in 1 blocks are definitely lost in loss record 149 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7975== by 0x7B441303: GlobalAlloc (heap.c:389) ==7975== by 0x4A1BDDD: create_textA (clipboard.c:487) ==7975== by 0x4A25710: test_data_handles (clipboard.c:2133) ==7975== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==7975== by 0x4AED165: run_test (test.h:603) ==7975== by 0x4AEDBBA: main (test.h:687) ==7975== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_textA fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==7975== 100 bytes in 1 blocks are definitely lost in loss record 423 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7975== by 0x7B441251: GlobalAlloc (heap.c:365) ==7975== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==7975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC7BD15: thread_startup (thread.c:484) ==7975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7975== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7975== 100 bytes in 1 blocks are definitely lost in loss record 424 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7975== by 0x7B441251: GlobalAlloc (heap.c:365) ==7975== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==7975== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==7975== by 0x4AED165: run_test (test.h:603) ==7975== by 0x4AEDBBA: main (test.h:687) ==7975== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==7975== 2,020 bytes in 1 blocks are possibly lost in loss record 630 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x4AECE3C: get_tls_data (test.h:242) ==7975== by 0x4AED215: winetest_set_location (test.h:277) ==7975== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==7975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC7BD15: thread_startup (thread.c:484) ==7975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7975== 2,020 bytes in 1 blocks are possibly lost in loss record 631 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x4AECE3C: get_tls_data (test.h:242) ==7975== by 0x4AED215: winetest_set_location (test.h:277) ==7975== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==7975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC7BD15: thread_startup (thread.c:484) ==7975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7975== 2,020 bytes in 1 blocks are possibly lost in loss record 632 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x4AECE3C: get_tls_data (test.h:242) ==7975== by 0x4AED215: winetest_set_location (test.h:277) ==7975== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==7975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC7BD15: thread_startup (thread.c:484) ==7975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7975== 2,020 bytes in 1 blocks are possibly lost in loss record 633 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x4AECE3C: get_tls_data (test.h:242) ==7975== by 0x4AED215: winetest_set_location (test.h:277) ==7975== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==7975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC7BD15: thread_startup (thread.c:484) ==7975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7975== 2,020 bytes in 1 blocks are possibly lost in loss record 634 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x4AECE3C: get_tls_data (test.h:242) ==7975== by 0x4AED215: winetest_set_location (test.h:277) ==7975== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==7975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC7BD15: thread_startup (thread.c:484) ==7975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7975== 4,040 bytes in 2 blocks are possibly lost in loss record 658 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x4AECE3C: get_tls_data (test.h:242) ==7975== by 0x4AED215: winetest_set_location (test.h:277) ==7975== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==7975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC7BD15: thread_startup (thread.c:484) ==7975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7975== 4,040 bytes in 2 blocks are possibly lost in loss record 659 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x4AECE3C: get_tls_data (test.h:242) ==7975== by 0x4AED215: winetest_set_location (test.h:277) ==7975== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==7975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC7BD15: thread_startup (thread.c:484) ==7975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7975== 6,060 bytes in 3 blocks are possibly lost in loss record 670 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x4AECE3C: get_tls_data (test.h:242) ==7975== by 0x4AED215: winetest_set_location (test.h:277) ==7975== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==7975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC7BD15: thread_startup (thread.c:484) ==7975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7975== 8,080 bytes in 4 blocks are possibly lost in loss record 673 of 687 ==7975== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7975== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7975== by 0x4AECE3C: get_tls_data (test.h:242) ==7975== by 0x4AED215: winetest_set_location (test.h:277) ==7975== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==7975== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7975== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7975== by 0x7BC7BD15: thread_startup (thread.c:484) ==7975== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7975== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==7999== 8 bytes in 1 blocks are possibly lost in loss record 9 of 221 ==7999== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7999== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7999== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7999== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==7999== by 0x4A1BCE4: test_handles_process_open (clipboard.c:2038) ==7999== by 0x4A2679D: func_clipboard (clipboard.c:2450) ==7999== by 0x4AED165: run_test (test.h:603) ==7999== by 0x4AEDBBA: main (test.h:687) ==7999== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_handles_process_open fun:func_clipboard fun:run_test fun:main } ==7999== 15 bytes in 1 blocks are definitely lost in loss record 19 of 221 ==7999== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7999== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7999== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7999== by 0x7B441303: GlobalAlloc (heap.c:389) ==7999== by 0x4A1BCE4: test_handles_process_open (clipboard.c:2038) ==7999== by 0x4A2679D: func_clipboard (clipboard.c:2450) ==7999== by 0x4AED165: run_test (test.h:603) ==7999== by 0x4AEDBBA: main (test.h:687) ==7999== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_handles_process_open fun:func_clipboard fun:run_test fun:main } ==8487== Thread 1 user32_test.exe.: ==8487== Invalid read of size 2 ==8487== at 0x7B441EC2: GlobalSize (heap.c:839) ==8487== by 0x4A1BDB1: is_freed (clipboard.c:1618) ==8487== by 0x4A25896: test_data_handles (clipboard.c:2150) ==8487== by 0x4A2684D: func_clipboard (clipboard.c:2473) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x48fc1b0 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4EE1314: strdupW (freetype.c:1097) ==8487== by 0x4EEDF53: load_face (freetype.c:1649) ==8487== by 0x4EEE3C7: load_font_list_from_cache (freetype.c:1777) ==8487== by 0x4EEEFBC: WineEngInit (freetype.c:4400) ==8487== by 0x4EEF7BC: DllMain (gdiobj.c:677) ==8487== by 0x4F04B4A: __wine_spec_dll_entry (dll_entry.c:40) ==8487== by 0x7BC4A6C9: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC4D93B: MODULE_InitDLL (loader.c:1138) ==8487== by 0x7BC4DC56: process_attach (loader.c:1230) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC4DBF2: process_attach (loader.c:1218) ==8487== by 0x7BC50248: attach_dlls (loader.c:3023) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==29978== 8 bytes in 1 blocks are possibly lost in loss record 61 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x7B4410BE: HeapAlloc (heap.c:271) ==29978== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==29978== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==29978== by 0x4A26839: func_clipboard (clipboard.c:2469) ==29978== by 0x4AED165: run_test (test.h:603) ==29978== by 0x4AEDBBA: main (test.h:687) ==29978== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==29978== 9 bytes in 1 blocks are definitely lost in loss record 63 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x7B4410BE: HeapAlloc (heap.c:271) ==29978== by 0x7B441303: GlobalAlloc (heap.c:389) ==29978== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==29978== by 0x4A26839: func_clipboard (clipboard.c:2469) ==29978== by 0x4AED165: run_test (test.h:603) ==29978== by 0x4AEDBBA: main (test.h:687) ==29978== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==29978== 100 bytes in 1 blocks are definitely lost in loss record 422 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x7B4410BE: HeapAlloc (heap.c:271) ==29978== by 0x7B441251: GlobalAlloc (heap.c:365) ==29978== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==29978== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29978== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC7BD15: thread_startup (thread.c:484) ==29978== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29978== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29978== 100 bytes in 1 blocks are definitely lost in loss record 423 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x7B4410BE: HeapAlloc (heap.c:271) ==29978== by 0x7B441251: GlobalAlloc (heap.c:365) ==29978== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==29978== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==29978== by 0x4AED165: run_test (test.h:603) ==29978== by 0x4AEDBBA: main (test.h:687) ==29978== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==29978== 2,020 bytes in 1 blocks are possibly lost in loss record 629 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x4AECE3C: get_tls_data (test.h:242) ==29978== by 0x4AED215: winetest_set_location (test.h:277) ==29978== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==29978== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29978== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC7BD15: thread_startup (thread.c:484) ==29978== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29978== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29978== 2,020 bytes in 1 blocks are possibly lost in loss record 630 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x4AECE3C: get_tls_data (test.h:242) ==29978== by 0x4AED215: winetest_set_location (test.h:277) ==29978== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==29978== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29978== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC7BD15: thread_startup (thread.c:484) ==29978== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29978== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29978== 2,020 bytes in 1 blocks are possibly lost in loss record 631 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x4AECE3C: get_tls_data (test.h:242) ==29978== by 0x4AED215: winetest_set_location (test.h:277) ==29978== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==29978== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29978== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC7BD15: thread_startup (thread.c:484) ==29978== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29978== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29978== 2,020 bytes in 1 blocks are possibly lost in loss record 632 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x4AECE3C: get_tls_data (test.h:242) ==29978== by 0x4AED215: winetest_set_location (test.h:277) ==29978== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==29978== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29978== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC7BD15: thread_startup (thread.c:484) ==29978== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29978== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29978== 2,020 bytes in 1 blocks are possibly lost in loss record 633 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x4AECE3C: get_tls_data (test.h:242) ==29978== by 0x4AED215: winetest_set_location (test.h:277) ==29978== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==29978== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29978== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC7BD15: thread_startup (thread.c:484) ==29978== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29978== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29978== 4,040 bytes in 2 blocks are possibly lost in loss record 657 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x4AECE3C: get_tls_data (test.h:242) ==29978== by 0x4AED215: winetest_set_location (test.h:277) ==29978== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==29978== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29978== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC7BD15: thread_startup (thread.c:484) ==29978== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29978== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29978== 4,040 bytes in 2 blocks are possibly lost in loss record 658 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x4AECE3C: get_tls_data (test.h:242) ==29978== by 0x4AED215: winetest_set_location (test.h:277) ==29978== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==29978== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29978== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC7BD15: thread_startup (thread.c:484) ==29978== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29978== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29978== 6,060 bytes in 3 blocks are possibly lost in loss record 669 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x4AECE3C: get_tls_data (test.h:242) ==29978== by 0x4AED215: winetest_set_location (test.h:277) ==29978== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==29978== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29978== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC7BD15: thread_startup (thread.c:484) ==29978== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29978== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==29978== 8,080 bytes in 4 blocks are possibly lost in loss record 672 of 686 ==29978== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29978== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29978== by 0x4AECE3C: get_tls_data (test.h:242) ==29978== by 0x4AED215: winetest_set_location (test.h:277) ==29978== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==29978== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29978== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29978== by 0x7BC7BD15: thread_startup (thread.c:484) ==29978== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29978== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==25369== 8 bytes in 1 blocks are possibly lost in loss record 61 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x7B4410BE: HeapAlloc (heap.c:271) ==25369== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==25369== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==25369== by 0x4A26839: func_clipboard (clipboard.c:2469) ==25369== by 0x4AED165: run_test (test.h:603) ==25369== by 0x4AEDBBA: main (test.h:687) ==25369== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==25369== 9 bytes in 1 blocks are definitely lost in loss record 63 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x7B4410BE: HeapAlloc (heap.c:271) ==25369== by 0x7B441303: GlobalAlloc (heap.c:389) ==25369== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==25369== by 0x4A26839: func_clipboard (clipboard.c:2469) ==25369== by 0x4AED165: run_test (test.h:603) ==25369== by 0x4AEDBBA: main (test.h:687) ==25369== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==25369== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x7B4410BE: HeapAlloc (heap.c:271) ==25369== by 0x7B441251: GlobalAlloc (heap.c:365) ==25369== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==25369== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==25369== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC7BD15: thread_startup (thread.c:484) ==25369== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==25369== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==25369== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x7B4410BE: HeapAlloc (heap.c:271) ==25369== by 0x7B441251: GlobalAlloc (heap.c:365) ==25369== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==25369== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==25369== by 0x4AED165: run_test (test.h:603) ==25369== by 0x4AEDBBA: main (test.h:687) ==25369== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==25369== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x4AECE3C: get_tls_data (test.h:242) ==25369== by 0x4AED215: winetest_set_location (test.h:277) ==25369== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==25369== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==25369== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC7BD15: thread_startup (thread.c:484) ==25369== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==25369== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==25369== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x4AECE3C: get_tls_data (test.h:242) ==25369== by 0x4AED215: winetest_set_location (test.h:277) ==25369== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==25369== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==25369== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC7BD15: thread_startup (thread.c:484) ==25369== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==25369== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==25369== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x4AECE3C: get_tls_data (test.h:242) ==25369== by 0x4AED215: winetest_set_location (test.h:277) ==25369== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==25369== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==25369== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC7BD15: thread_startup (thread.c:484) ==25369== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==25369== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==25369== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x4AECE3C: get_tls_data (test.h:242) ==25369== by 0x4AED215: winetest_set_location (test.h:277) ==25369== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==25369== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==25369== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC7BD15: thread_startup (thread.c:484) ==25369== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==25369== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==25369== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x4AECE3C: get_tls_data (test.h:242) ==25369== by 0x4AED215: winetest_set_location (test.h:277) ==25369== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==25369== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==25369== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC7BD15: thread_startup (thread.c:484) ==25369== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==25369== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==25369== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x4AECE3C: get_tls_data (test.h:242) ==25369== by 0x4AED215: winetest_set_location (test.h:277) ==25369== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==25369== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==25369== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC7BD15: thread_startup (thread.c:484) ==25369== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==25369== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==25369== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x4AECE3C: get_tls_data (test.h:242) ==25369== by 0x4AED215: winetest_set_location (test.h:277) ==25369== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==25369== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==25369== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC7BD15: thread_startup (thread.c:484) ==25369== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==25369== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==25369== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x4AECE3C: get_tls_data (test.h:242) ==25369== by 0x4AED215: winetest_set_location (test.h:277) ==25369== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==25369== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==25369== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC7BD15: thread_startup (thread.c:484) ==25369== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==25369== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==25369== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==25369== at 0x7BC45CBC: notify_alloc (heap.c:260) ==25369== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==25369== by 0x4AECE3C: get_tls_data (test.h:242) ==25369== by 0x4AED215: winetest_set_location (test.h:277) ==25369== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==25369== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==25369== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==25369== by 0x7BC7BD15: thread_startup (thread.c:484) ==25369== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==25369== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==23408== 8 bytes in 1 blocks are possibly lost in loss record 61 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x7B4410BE: HeapAlloc (heap.c:271) ==23408== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==23408== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==23408== by 0x4A26839: func_clipboard (clipboard.c:2469) ==23408== by 0x4AED165: run_test (test.h:603) ==23408== by 0x4AEDBBA: main (test.h:687) ==23408== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==23408== 9 bytes in 1 blocks are definitely lost in loss record 63 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x7B4410BE: HeapAlloc (heap.c:271) ==23408== by 0x7B441303: GlobalAlloc (heap.c:389) ==23408== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==23408== by 0x4A26839: func_clipboard (clipboard.c:2469) ==23408== by 0x4AED165: run_test (test.h:603) ==23408== by 0x4AEDBBA: main (test.h:687) ==23408== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==23408== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x7B4410BE: HeapAlloc (heap.c:271) ==23408== by 0x7B441251: GlobalAlloc (heap.c:365) ==23408== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==23408== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==23408== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC7BD15: thread_startup (thread.c:484) ==23408== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==23408== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==23408== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x7B4410BE: HeapAlloc (heap.c:271) ==23408== by 0x7B441251: GlobalAlloc (heap.c:365) ==23408== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==23408== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==23408== by 0x4AED165: run_test (test.h:603) ==23408== by 0x4AEDBBA: main (test.h:687) ==23408== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==23408== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x4AECE3C: get_tls_data (test.h:242) ==23408== by 0x4AED215: winetest_set_location (test.h:277) ==23408== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==23408== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==23408== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC7BD15: thread_startup (thread.c:484) ==23408== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==23408== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==23408== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x4AECE3C: get_tls_data (test.h:242) ==23408== by 0x4AED215: winetest_set_location (test.h:277) ==23408== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==23408== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==23408== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC7BD15: thread_startup (thread.c:484) ==23408== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==23408== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==23408== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x4AECE3C: get_tls_data (test.h:242) ==23408== by 0x4AED215: winetest_set_location (test.h:277) ==23408== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==23408== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==23408== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC7BD15: thread_startup (thread.c:484) ==23408== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==23408== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==23408== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x4AECE3C: get_tls_data (test.h:242) ==23408== by 0x4AED215: winetest_set_location (test.h:277) ==23408== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==23408== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==23408== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC7BD15: thread_startup (thread.c:484) ==23408== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==23408== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==23408== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x4AECE3C: get_tls_data (test.h:242) ==23408== by 0x4AED215: winetest_set_location (test.h:277) ==23408== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==23408== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==23408== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC7BD15: thread_startup (thread.c:484) ==23408== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==23408== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==23408== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x4AECE3C: get_tls_data (test.h:242) ==23408== by 0x4AED215: winetest_set_location (test.h:277) ==23408== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==23408== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==23408== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC7BD15: thread_startup (thread.c:484) ==23408== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==23408== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==23408== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x4AECE3C: get_tls_data (test.h:242) ==23408== by 0x4AED215: winetest_set_location (test.h:277) ==23408== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==23408== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==23408== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC7BD15: thread_startup (thread.c:484) ==23408== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==23408== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==23408== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x4AECE3C: get_tls_data (test.h:242) ==23408== by 0x4AED215: winetest_set_location (test.h:277) ==23408== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==23408== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==23408== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC7BD15: thread_startup (thread.c:484) ==23408== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==23408== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==23408== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==23408== at 0x7BC45CBC: notify_alloc (heap.c:260) ==23408== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==23408== by 0x4AECE3C: get_tls_data (test.h:242) ==23408== by 0x4AED215: winetest_set_location (test.h:277) ==23408== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==23408== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==23408== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==23408== by 0x7BC7BD15: thread_startup (thread.c:484) ==23408== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==23408== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9409== 8 bytes in 1 blocks are possibly lost in loss record 61 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x7B4410BE: HeapAlloc (heap.c:271) ==9409== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==9409== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==9409== by 0x4A26839: func_clipboard (clipboard.c:2469) ==9409== by 0x4AED165: run_test (test.h:603) ==9409== by 0x4AEDBBA: main (test.h:687) ==9409== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==9409== 9 bytes in 1 blocks are definitely lost in loss record 63 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x7B4410BE: HeapAlloc (heap.c:271) ==9409== by 0x7B441303: GlobalAlloc (heap.c:389) ==9409== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==9409== by 0x4A26839: func_clipboard (clipboard.c:2469) ==9409== by 0x4AED165: run_test (test.h:603) ==9409== by 0x4AEDBBA: main (test.h:687) ==9409== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==9409== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x7B4410BE: HeapAlloc (heap.c:271) ==9409== by 0x7B441251: GlobalAlloc (heap.c:365) ==9409== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==9409== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9409== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC7BD15: thread_startup (thread.c:484) ==9409== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9409== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9409== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x7B4410BE: HeapAlloc (heap.c:271) ==9409== by 0x7B441251: GlobalAlloc (heap.c:365) ==9409== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==9409== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==9409== by 0x4AED165: run_test (test.h:603) ==9409== by 0x4AEDBBA: main (test.h:687) ==9409== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==9409== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x4AECE3C: get_tls_data (test.h:242) ==9409== by 0x4AED215: winetest_set_location (test.h:277) ==9409== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==9409== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9409== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC7BD15: thread_startup (thread.c:484) ==9409== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9409== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9409== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x4AECE3C: get_tls_data (test.h:242) ==9409== by 0x4AED215: winetest_set_location (test.h:277) ==9409== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==9409== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9409== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC7BD15: thread_startup (thread.c:484) ==9409== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9409== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9409== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x4AECE3C: get_tls_data (test.h:242) ==9409== by 0x4AED215: winetest_set_location (test.h:277) ==9409== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==9409== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9409== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC7BD15: thread_startup (thread.c:484) ==9409== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9409== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9409== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x4AECE3C: get_tls_data (test.h:242) ==9409== by 0x4AED215: winetest_set_location (test.h:277) ==9409== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==9409== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9409== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC7BD15: thread_startup (thread.c:484) ==9409== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9409== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9409== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x4AECE3C: get_tls_data (test.h:242) ==9409== by 0x4AED215: winetest_set_location (test.h:277) ==9409== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==9409== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9409== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC7BD15: thread_startup (thread.c:484) ==9409== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9409== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9409== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x4AECE3C: get_tls_data (test.h:242) ==9409== by 0x4AED215: winetest_set_location (test.h:277) ==9409== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==9409== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9409== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC7BD15: thread_startup (thread.c:484) ==9409== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9409== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9409== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x4AECE3C: get_tls_data (test.h:242) ==9409== by 0x4AED215: winetest_set_location (test.h:277) ==9409== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==9409== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9409== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC7BD15: thread_startup (thread.c:484) ==9409== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9409== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9409== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x4AECE3C: get_tls_data (test.h:242) ==9409== by 0x4AED215: winetest_set_location (test.h:277) ==9409== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==9409== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9409== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC7BD15: thread_startup (thread.c:484) ==9409== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9409== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9409== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==9409== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9409== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9409== by 0x4AECE3C: get_tls_data (test.h:242) ==9409== by 0x4AED215: winetest_set_location (test.h:277) ==9409== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==9409== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9409== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9409== by 0x7BC7BD15: thread_startup (thread.c:484) ==9409== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9409== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17780== 8 bytes in 1 blocks are possibly lost in loss record 61 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x7B4410BE: HeapAlloc (heap.c:271) ==17780== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==17780== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==17780== by 0x4A26839: func_clipboard (clipboard.c:2469) ==17780== by 0x4AED165: run_test (test.h:603) ==17780== by 0x4AEDBBA: main (test.h:687) ==17780== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==17780== 9 bytes in 1 blocks are definitely lost in loss record 63 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x7B4410BE: HeapAlloc (heap.c:271) ==17780== by 0x7B441303: GlobalAlloc (heap.c:389) ==17780== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==17780== by 0x4A26839: func_clipboard (clipboard.c:2469) ==17780== by 0x4AED165: run_test (test.h:603) ==17780== by 0x4AEDBBA: main (test.h:687) ==17780== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==17780== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x7B4410BE: HeapAlloc (heap.c:271) ==17780== by 0x7B441251: GlobalAlloc (heap.c:365) ==17780== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==17780== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17780== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC7BD15: thread_startup (thread.c:484) ==17780== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17780== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17780== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x7B4410BE: HeapAlloc (heap.c:271) ==17780== by 0x7B441251: GlobalAlloc (heap.c:365) ==17780== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==17780== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==17780== by 0x4AED165: run_test (test.h:603) ==17780== by 0x4AEDBBA: main (test.h:687) ==17780== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==17780== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x4AECE3C: get_tls_data (test.h:242) ==17780== by 0x4AED215: winetest_set_location (test.h:277) ==17780== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==17780== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17780== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC7BD15: thread_startup (thread.c:484) ==17780== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17780== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17780== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x4AECE3C: get_tls_data (test.h:242) ==17780== by 0x4AED215: winetest_set_location (test.h:277) ==17780== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==17780== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17780== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC7BD15: thread_startup (thread.c:484) ==17780== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17780== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17780== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x4AECE3C: get_tls_data (test.h:242) ==17780== by 0x4AED215: winetest_set_location (test.h:277) ==17780== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==17780== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17780== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC7BD15: thread_startup (thread.c:484) ==17780== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17780== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17780== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x4AECE3C: get_tls_data (test.h:242) ==17780== by 0x4AED215: winetest_set_location (test.h:277) ==17780== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==17780== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17780== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC7BD15: thread_startup (thread.c:484) ==17780== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17780== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17780== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x4AECE3C: get_tls_data (test.h:242) ==17780== by 0x4AED215: winetest_set_location (test.h:277) ==17780== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==17780== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17780== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC7BD15: thread_startup (thread.c:484) ==17780== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17780== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17780== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x4AECE3C: get_tls_data (test.h:242) ==17780== by 0x4AED215: winetest_set_location (test.h:277) ==17780== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==17780== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17780== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC7BD15: thread_startup (thread.c:484) ==17780== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17780== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17780== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x4AECE3C: get_tls_data (test.h:242) ==17780== by 0x4AED215: winetest_set_location (test.h:277) ==17780== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==17780== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17780== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC7BD15: thread_startup (thread.c:484) ==17780== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17780== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17780== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x4AECE3C: get_tls_data (test.h:242) ==17780== by 0x4AED215: winetest_set_location (test.h:277) ==17780== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==17780== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17780== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC7BD15: thread_startup (thread.c:484) ==17780== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17780== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==17780== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==17780== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17780== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17780== by 0x4AECE3C: get_tls_data (test.h:242) ==17780== by 0x4AED215: winetest_set_location (test.h:277) ==17780== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==17780== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17780== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17780== by 0x7BC7BD15: thread_startup (thread.c:484) ==17780== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==17780== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==7317== 8 bytes in 1 blocks are possibly lost in loss record 61 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7317== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==7317== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==7317== by 0x4A26839: func_clipboard (clipboard.c:2469) ==7317== by 0x4AED165: run_test (test.h:603) ==7317== by 0x4AEDBBA: main (test.h:687) ==7317== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==7317== 9 bytes in 1 blocks are definitely lost in loss record 63 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7317== by 0x7B441303: GlobalAlloc (heap.c:389) ==7317== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==7317== by 0x4A26839: func_clipboard (clipboard.c:2469) ==7317== by 0x4AED165: run_test (test.h:603) ==7317== by 0x4AEDBBA: main (test.h:687) ==7317== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==7317== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7317== by 0x7B441251: GlobalAlloc (heap.c:365) ==7317== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==7317== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7317== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC7BD15: thread_startup (thread.c:484) ==7317== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7317== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7317== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x7B4410BE: HeapAlloc (heap.c:271) ==7317== by 0x7B441251: GlobalAlloc (heap.c:365) ==7317== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==7317== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==7317== by 0x4AED165: run_test (test.h:603) ==7317== by 0x4AEDBBA: main (test.h:687) ==7317== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==7317== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x4AECE3C: get_tls_data (test.h:242) ==7317== by 0x4AED215: winetest_set_location (test.h:277) ==7317== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==7317== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7317== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC7BD15: thread_startup (thread.c:484) ==7317== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7317== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7317== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x4AECE3C: get_tls_data (test.h:242) ==7317== by 0x4AED215: winetest_set_location (test.h:277) ==7317== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==7317== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7317== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC7BD15: thread_startup (thread.c:484) ==7317== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7317== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7317== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x4AECE3C: get_tls_data (test.h:242) ==7317== by 0x4AED215: winetest_set_location (test.h:277) ==7317== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==7317== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7317== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC7BD15: thread_startup (thread.c:484) ==7317== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7317== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7317== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x4AECE3C: get_tls_data (test.h:242) ==7317== by 0x4AED215: winetest_set_location (test.h:277) ==7317== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==7317== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7317== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC7BD15: thread_startup (thread.c:484) ==7317== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7317== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7317== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x4AECE3C: get_tls_data (test.h:242) ==7317== by 0x4AED215: winetest_set_location (test.h:277) ==7317== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==7317== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7317== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC7BD15: thread_startup (thread.c:484) ==7317== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7317== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7317== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x4AECE3C: get_tls_data (test.h:242) ==7317== by 0x4AED215: winetest_set_location (test.h:277) ==7317== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==7317== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7317== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC7BD15: thread_startup (thread.c:484) ==7317== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7317== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7317== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x4AECE3C: get_tls_data (test.h:242) ==7317== by 0x4AED215: winetest_set_location (test.h:277) ==7317== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==7317== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7317== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC7BD15: thread_startup (thread.c:484) ==7317== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7317== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7317== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x4AECE3C: get_tls_data (test.h:242) ==7317== by 0x4AED215: winetest_set_location (test.h:277) ==7317== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==7317== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7317== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC7BD15: thread_startup (thread.c:484) ==7317== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7317== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7317== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==7317== at 0x7BC45CBC: notify_alloc (heap.c:260) ==7317== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==7317== by 0x4AECE3C: get_tls_data (test.h:242) ==7317== by 0x4AED215: winetest_set_location (test.h:277) ==7317== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==7317== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==7317== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==7317== by 0x7BC7BD15: thread_startup (thread.c:484) ==7317== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==7317== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==11668== 8 bytes in 1 blocks are possibly lost in loss record 61 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11668== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==11668== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11668== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11668== by 0x4AED165: run_test (test.h:603) ==11668== by 0x4AEDBBA: main (test.h:687) ==11668== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11668== 9 bytes in 1 blocks are definitely lost in loss record 63 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11668== by 0x7B441303: GlobalAlloc (heap.c:389) ==11668== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11668== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11668== by 0x4AED165: run_test (test.h:603) ==11668== by 0x4AEDBBA: main (test.h:687) ==11668== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11668== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11668== by 0x7B441251: GlobalAlloc (heap.c:365) ==11668== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==11668== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11668== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC7BD15: thread_startup (thread.c:484) ==11668== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11668== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11668== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11668== by 0x7B441251: GlobalAlloc (heap.c:365) ==11668== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==11668== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==11668== by 0x4AED165: run_test (test.h:603) ==11668== by 0x4AEDBBA: main (test.h:687) ==11668== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==11668== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x4AECE3C: get_tls_data (test.h:242) ==11668== by 0x4AED215: winetest_set_location (test.h:277) ==11668== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==11668== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11668== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC7BD15: thread_startup (thread.c:484) ==11668== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11668== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11668== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x4AECE3C: get_tls_data (test.h:242) ==11668== by 0x4AED215: winetest_set_location (test.h:277) ==11668== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==11668== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11668== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC7BD15: thread_startup (thread.c:484) ==11668== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11668== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11668== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x4AECE3C: get_tls_data (test.h:242) ==11668== by 0x4AED215: winetest_set_location (test.h:277) ==11668== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==11668== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11668== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC7BD15: thread_startup (thread.c:484) ==11668== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11668== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11668== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x4AECE3C: get_tls_data (test.h:242) ==11668== by 0x4AED215: winetest_set_location (test.h:277) ==11668== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==11668== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11668== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC7BD15: thread_startup (thread.c:484) ==11668== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11668== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11668== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x4AECE3C: get_tls_data (test.h:242) ==11668== by 0x4AED215: winetest_set_location (test.h:277) ==11668== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==11668== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11668== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC7BD15: thread_startup (thread.c:484) ==11668== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11668== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11668== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x4AECE3C: get_tls_data (test.h:242) ==11668== by 0x4AED215: winetest_set_location (test.h:277) ==11668== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==11668== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11668== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC7BD15: thread_startup (thread.c:484) ==11668== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11668== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11668== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x4AECE3C: get_tls_data (test.h:242) ==11668== by 0x4AED215: winetest_set_location (test.h:277) ==11668== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==11668== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11668== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC7BD15: thread_startup (thread.c:484) ==11668== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11668== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11668== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x4AECE3C: get_tls_data (test.h:242) ==11668== by 0x4AED215: winetest_set_location (test.h:277) ==11668== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==11668== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11668== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC7BD15: thread_startup (thread.c:484) ==11668== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11668== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11668== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==11668== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11668== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11668== by 0x4AECE3C: get_tls_data (test.h:242) ==11668== by 0x4AED215: winetest_set_location (test.h:277) ==11668== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==11668== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11668== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11668== by 0x7BC7BD15: thread_startup (thread.c:484) ==11668== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11668== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==11727== 8 bytes in 1 blocks are possibly lost in loss record 60 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11727== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==11727== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11727== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11727== by 0x4AED165: run_test (test.h:603) ==11727== by 0x4AEDBBA: main (test.h:687) ==11727== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11727== 9 bytes in 1 blocks are definitely lost in loss record 62 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11727== by 0x7B441303: GlobalAlloc (heap.c:389) ==11727== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11727== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11727== by 0x4AED165: run_test (test.h:603) ==11727== by 0x4AEDBBA: main (test.h:687) ==11727== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11727== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11727== by 0x7B441251: GlobalAlloc (heap.c:365) ==11727== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==11727== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11727== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC7BD15: thread_startup (thread.c:484) ==11727== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11727== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11727== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11727== by 0x7B441251: GlobalAlloc (heap.c:365) ==11727== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==11727== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==11727== by 0x4AED165: run_test (test.h:603) ==11727== by 0x4AEDBBA: main (test.h:687) ==11727== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==11727== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x4AECE3C: get_tls_data (test.h:242) ==11727== by 0x4AED215: winetest_set_location (test.h:277) ==11727== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==11727== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11727== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC7BD15: thread_startup (thread.c:484) ==11727== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11727== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11727== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x4AECE3C: get_tls_data (test.h:242) ==11727== by 0x4AED215: winetest_set_location (test.h:277) ==11727== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==11727== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11727== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC7BD15: thread_startup (thread.c:484) ==11727== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11727== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11727== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x4AECE3C: get_tls_data (test.h:242) ==11727== by 0x4AED215: winetest_set_location (test.h:277) ==11727== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==11727== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11727== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC7BD15: thread_startup (thread.c:484) ==11727== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11727== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11727== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x4AECE3C: get_tls_data (test.h:242) ==11727== by 0x4AED215: winetest_set_location (test.h:277) ==11727== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==11727== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11727== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC7BD15: thread_startup (thread.c:484) ==11727== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11727== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11727== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x4AECE3C: get_tls_data (test.h:242) ==11727== by 0x4AED215: winetest_set_location (test.h:277) ==11727== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==11727== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11727== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC7BD15: thread_startup (thread.c:484) ==11727== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11727== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11727== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x4AECE3C: get_tls_data (test.h:242) ==11727== by 0x4AED215: winetest_set_location (test.h:277) ==11727== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==11727== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11727== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC7BD15: thread_startup (thread.c:484) ==11727== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11727== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11727== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x4AECE3C: get_tls_data (test.h:242) ==11727== by 0x4AED215: winetest_set_location (test.h:277) ==11727== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==11727== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11727== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC7BD15: thread_startup (thread.c:484) ==11727== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11727== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11727== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x4AECE3C: get_tls_data (test.h:242) ==11727== by 0x4AED215: winetest_set_location (test.h:277) ==11727== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==11727== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11727== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC7BD15: thread_startup (thread.c:484) ==11727== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11727== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11727== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==11727== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11727== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11727== by 0x4AECE3C: get_tls_data (test.h:242) ==11727== by 0x4AED215: winetest_set_location (test.h:277) ==11727== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==11727== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11727== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11727== by 0x7BC7BD15: thread_startup (thread.c:484) ==11727== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11727== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==11788== 8 bytes in 1 blocks are possibly lost in loss record 60 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11788== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==11788== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11788== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11788== by 0x4AED165: run_test (test.h:603) ==11788== by 0x4AEDBBA: main (test.h:687) ==11788== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11788== 9 bytes in 1 blocks are definitely lost in loss record 62 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11788== by 0x7B441303: GlobalAlloc (heap.c:389) ==11788== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11788== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11788== by 0x4AED165: run_test (test.h:603) ==11788== by 0x4AEDBBA: main (test.h:687) ==11788== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11788== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11788== by 0x7B441251: GlobalAlloc (heap.c:365) ==11788== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==11788== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11788== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC7BD15: thread_startup (thread.c:484) ==11788== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11788== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11788== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11788== by 0x7B441251: GlobalAlloc (heap.c:365) ==11788== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==11788== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==11788== by 0x4AED165: run_test (test.h:603) ==11788== by 0x4AEDBBA: main (test.h:687) ==11788== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==11788== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x4AECE3C: get_tls_data (test.h:242) ==11788== by 0x4AED215: winetest_set_location (test.h:277) ==11788== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==11788== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11788== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC7BD15: thread_startup (thread.c:484) ==11788== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11788== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11788== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x4AECE3C: get_tls_data (test.h:242) ==11788== by 0x4AED215: winetest_set_location (test.h:277) ==11788== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==11788== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11788== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC7BD15: thread_startup (thread.c:484) ==11788== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11788== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11788== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x4AECE3C: get_tls_data (test.h:242) ==11788== by 0x4AED215: winetest_set_location (test.h:277) ==11788== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==11788== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11788== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC7BD15: thread_startup (thread.c:484) ==11788== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11788== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11788== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x4AECE3C: get_tls_data (test.h:242) ==11788== by 0x4AED215: winetest_set_location (test.h:277) ==11788== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==11788== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11788== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC7BD15: thread_startup (thread.c:484) ==11788== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11788== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11788== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x4AECE3C: get_tls_data (test.h:242) ==11788== by 0x4AED215: winetest_set_location (test.h:277) ==11788== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==11788== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11788== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC7BD15: thread_startup (thread.c:484) ==11788== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11788== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11788== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x4AECE3C: get_tls_data (test.h:242) ==11788== by 0x4AED215: winetest_set_location (test.h:277) ==11788== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==11788== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11788== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC7BD15: thread_startup (thread.c:484) ==11788== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11788== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11788== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x4AECE3C: get_tls_data (test.h:242) ==11788== by 0x4AED215: winetest_set_location (test.h:277) ==11788== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==11788== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11788== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC7BD15: thread_startup (thread.c:484) ==11788== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11788== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11788== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x4AECE3C: get_tls_data (test.h:242) ==11788== by 0x4AED215: winetest_set_location (test.h:277) ==11788== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==11788== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11788== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC7BD15: thread_startup (thread.c:484) ==11788== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11788== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11788== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==11788== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11788== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11788== by 0x4AECE3C: get_tls_data (test.h:242) ==11788== by 0x4AED215: winetest_set_location (test.h:277) ==11788== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==11788== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11788== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11788== by 0x7BC7BD15: thread_startup (thread.c:484) ==11788== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11788== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==8487== Invalid write of size 2 ==8487== at 0x4CC96C2: marshal_data (clipboard.c:194) ==8487== by 0x4CCA970: SetClipboardData (clipboard.c:890) ==8487== by 0x4A1D5D9: test_string_data (clipboard.c:2352) ==8487== by 0x4A26857: func_clipboard (clipboard.c:2475) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x4931150 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4A1D4FF: test_string_data (clipboard.c:2339) ==8487== by 0x4A26857: func_clipboard (clipboard.c:2475) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:marshal_data fun:SetClipboardData fun:test_string_data fun:func_clipboard fun:run_test fun:main } ==8487== Invalid read of size 2 ==8487== at 0x4AED760: wine_dbgstr_wn (test.h:490) ==8487== by 0x4A1D61B: test_string_data (clipboard.c:2355) ==8487== by 0x4A26857: func_clipboard (clipboard.c:2475) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== Address 0x4931150 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4A1D4FF: test_string_data (clipboard.c:2339) ==8487== by 0x4A26857: func_clipboard (clipboard.c:2475) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data fun:func_clipboard fun:run_test fun:main } ==11875== 8 bytes in 1 blocks are possibly lost in loss record 61 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11875== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==11875== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11875== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11875== by 0x4AED165: run_test (test.h:603) ==11875== by 0x4AEDBBA: main (test.h:687) ==11875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11875== 9 bytes in 1 blocks are definitely lost in loss record 63 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11875== by 0x7B441303: GlobalAlloc (heap.c:389) ==11875== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11875== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11875== by 0x4AED165: run_test (test.h:603) ==11875== by 0x4AEDBBA: main (test.h:687) ==11875== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11875== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11875== by 0x7B441251: GlobalAlloc (heap.c:365) ==11875== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==11875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC7BD15: thread_startup (thread.c:484) ==11875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11875== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11875== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11875== by 0x7B441251: GlobalAlloc (heap.c:365) ==11875== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==11875== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==11875== by 0x4AED165: run_test (test.h:603) ==11875== by 0x4AEDBBA: main (test.h:687) ==11875== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==11875== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x4AECE3C: get_tls_data (test.h:242) ==11875== by 0x4AED215: winetest_set_location (test.h:277) ==11875== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==11875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC7BD15: thread_startup (thread.c:484) ==11875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11875== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x4AECE3C: get_tls_data (test.h:242) ==11875== by 0x4AED215: winetest_set_location (test.h:277) ==11875== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==11875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC7BD15: thread_startup (thread.c:484) ==11875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11875== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x4AECE3C: get_tls_data (test.h:242) ==11875== by 0x4AED215: winetest_set_location (test.h:277) ==11875== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==11875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC7BD15: thread_startup (thread.c:484) ==11875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11875== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x4AECE3C: get_tls_data (test.h:242) ==11875== by 0x4AED215: winetest_set_location (test.h:277) ==11875== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==11875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC7BD15: thread_startup (thread.c:484) ==11875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11875== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x4AECE3C: get_tls_data (test.h:242) ==11875== by 0x4AED215: winetest_set_location (test.h:277) ==11875== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==11875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC7BD15: thread_startup (thread.c:484) ==11875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11875== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x4AECE3C: get_tls_data (test.h:242) ==11875== by 0x4AED215: winetest_set_location (test.h:277) ==11875== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==11875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC7BD15: thread_startup (thread.c:484) ==11875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11875== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x4AECE3C: get_tls_data (test.h:242) ==11875== by 0x4AED215: winetest_set_location (test.h:277) ==11875== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==11875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC7BD15: thread_startup (thread.c:484) ==11875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11875== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x4AECE3C: get_tls_data (test.h:242) ==11875== by 0x4AED215: winetest_set_location (test.h:277) ==11875== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==11875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC7BD15: thread_startup (thread.c:484) ==11875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11875== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==11875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11875== by 0x4AECE3C: get_tls_data (test.h:242) ==11875== by 0x4AED215: winetest_set_location (test.h:277) ==11875== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==11875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11875== by 0x7BC7BD15: thread_startup (thread.c:484) ==11875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==11876== Invalid read of size 2 ==11876== at 0x4AED760: wine_dbgstr_wn (test.h:490) ==11876== by 0x4A1C21A: test_string_data_process (clipboard.c:2399) ==11876== by 0x4A26808: func_clipboard (clipboard.c:2460) ==11876== by 0x4AED165: run_test (test.h:603) ==11876== by 0x4AEDBBA: main (test.h:687) ==11876== Address 0x4911348 is 0 bytes inside a block of size 1 alloc'd ==11876== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11876== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11876== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11876== by 0x7B441251: GlobalAlloc (heap.c:365) ==11876== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==11876== by 0x4A1C13E: test_string_data_process (clipboard.c:2393) ==11876== by 0x4A26808: func_clipboard (clipboard.c:2460) ==11876== by 0x4AED165: run_test (test.h:603) ==11876== by 0x4AEDBBA: main (test.h:687) ==11876== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==11936== 8 bytes in 1 blocks are possibly lost in loss record 61 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11936== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==11936== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11936== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11936== by 0x4AED165: run_test (test.h:603) ==11936== by 0x4AEDBBA: main (test.h:687) ==11936== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11936== 9 bytes in 1 blocks are definitely lost in loss record 63 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11936== by 0x7B441303: GlobalAlloc (heap.c:389) ==11936== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==11936== by 0x4A26839: func_clipboard (clipboard.c:2469) ==11936== by 0x4AED165: run_test (test.h:603) ==11936== by 0x4AEDBBA: main (test.h:687) ==11936== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11936== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11936== by 0x7B441251: GlobalAlloc (heap.c:365) ==11936== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==11936== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11936== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC7BD15: thread_startup (thread.c:484) ==11936== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11936== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11936== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x7B4410BE: HeapAlloc (heap.c:271) ==11936== by 0x7B441251: GlobalAlloc (heap.c:365) ==11936== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==11936== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==11936== by 0x4AED165: run_test (test.h:603) ==11936== by 0x4AEDBBA: main (test.h:687) ==11936== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==11936== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x4AECE3C: get_tls_data (test.h:242) ==11936== by 0x4AED215: winetest_set_location (test.h:277) ==11936== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==11936== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11936== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC7BD15: thread_startup (thread.c:484) ==11936== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11936== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11936== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x4AECE3C: get_tls_data (test.h:242) ==11936== by 0x4AED215: winetest_set_location (test.h:277) ==11936== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==11936== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11936== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC7BD15: thread_startup (thread.c:484) ==11936== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11936== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11936== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x4AECE3C: get_tls_data (test.h:242) ==11936== by 0x4AED215: winetest_set_location (test.h:277) ==11936== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==11936== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11936== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC7BD15: thread_startup (thread.c:484) ==11936== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11936== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11936== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x4AECE3C: get_tls_data (test.h:242) ==11936== by 0x4AED215: winetest_set_location (test.h:277) ==11936== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==11936== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11936== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC7BD15: thread_startup (thread.c:484) ==11936== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11936== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11936== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x4AECE3C: get_tls_data (test.h:242) ==11936== by 0x4AED215: winetest_set_location (test.h:277) ==11936== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==11936== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11936== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC7BD15: thread_startup (thread.c:484) ==11936== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11936== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11936== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x4AECE3C: get_tls_data (test.h:242) ==11936== by 0x4AED215: winetest_set_location (test.h:277) ==11936== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==11936== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11936== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC7BD15: thread_startup (thread.c:484) ==11936== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11936== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11936== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x4AECE3C: get_tls_data (test.h:242) ==11936== by 0x4AED215: winetest_set_location (test.h:277) ==11936== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==11936== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11936== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC7BD15: thread_startup (thread.c:484) ==11936== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11936== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11936== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x4AECE3C: get_tls_data (test.h:242) ==11936== by 0x4AED215: winetest_set_location (test.h:277) ==11936== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==11936== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11936== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC7BD15: thread_startup (thread.c:484) ==11936== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11936== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==11936== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==11936== at 0x7BC45CBC: notify_alloc (heap.c:260) ==11936== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==11936== by 0x4AECE3C: get_tls_data (test.h:242) ==11936== by 0x4AED215: winetest_set_location (test.h:277) ==11936== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==11936== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==11936== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==11936== by 0x7BC7BD15: thread_startup (thread.c:484) ==11936== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==11936== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12002== 8 bytes in 1 blocks are possibly lost in loss record 61 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12002== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==12002== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==12002== by 0x4A26839: func_clipboard (clipboard.c:2469) ==12002== by 0x4AED165: run_test (test.h:603) ==12002== by 0x4AEDBBA: main (test.h:687) ==12002== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==12002== 9 bytes in 1 blocks are definitely lost in loss record 63 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12002== by 0x7B441303: GlobalAlloc (heap.c:389) ==12002== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==12002== by 0x4A26839: func_clipboard (clipboard.c:2469) ==12002== by 0x4AED165: run_test (test.h:603) ==12002== by 0x4AEDBBA: main (test.h:687) ==12002== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==12002== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12002== by 0x7B441251: GlobalAlloc (heap.c:365) ==12002== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==12002== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12002== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC7BD15: thread_startup (thread.c:484) ==12002== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12002== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12002== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12002== by 0x7B441251: GlobalAlloc (heap.c:365) ==12002== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==12002== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==12002== by 0x4AED165: run_test (test.h:603) ==12002== by 0x4AEDBBA: main (test.h:687) ==12002== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==12002== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x4AECE3C: get_tls_data (test.h:242) ==12002== by 0x4AED215: winetest_set_location (test.h:277) ==12002== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==12002== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12002== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC7BD15: thread_startup (thread.c:484) ==12002== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12002== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12002== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x4AECE3C: get_tls_data (test.h:242) ==12002== by 0x4AED215: winetest_set_location (test.h:277) ==12002== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==12002== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12002== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC7BD15: thread_startup (thread.c:484) ==12002== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12002== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12002== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x4AECE3C: get_tls_data (test.h:242) ==12002== by 0x4AED215: winetest_set_location (test.h:277) ==12002== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==12002== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12002== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC7BD15: thread_startup (thread.c:484) ==12002== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12002== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12002== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x4AECE3C: get_tls_data (test.h:242) ==12002== by 0x4AED215: winetest_set_location (test.h:277) ==12002== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==12002== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12002== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC7BD15: thread_startup (thread.c:484) ==12002== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12002== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12002== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x4AECE3C: get_tls_data (test.h:242) ==12002== by 0x4AED215: winetest_set_location (test.h:277) ==12002== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==12002== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12002== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC7BD15: thread_startup (thread.c:484) ==12002== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12002== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12002== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x4AECE3C: get_tls_data (test.h:242) ==12002== by 0x4AED215: winetest_set_location (test.h:277) ==12002== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==12002== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12002== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC7BD15: thread_startup (thread.c:484) ==12002== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12002== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12002== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x4AECE3C: get_tls_data (test.h:242) ==12002== by 0x4AED215: winetest_set_location (test.h:277) ==12002== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==12002== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12002== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC7BD15: thread_startup (thread.c:484) ==12002== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12002== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12002== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x4AECE3C: get_tls_data (test.h:242) ==12002== by 0x4AED215: winetest_set_location (test.h:277) ==12002== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==12002== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12002== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC7BD15: thread_startup (thread.c:484) ==12002== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12002== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12002== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==12002== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12002== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12002== by 0x4AECE3C: get_tls_data (test.h:242) ==12002== by 0x4AED215: winetest_set_location (test.h:277) ==12002== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==12002== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12002== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12002== by 0x7BC7BD15: thread_startup (thread.c:484) ==12002== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12002== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12003== Invalid read of size 2 ==12003== at 0x4AED760: wine_dbgstr_wn (test.h:490) ==12003== by 0x4A1C21A: test_string_data_process (clipboard.c:2399) ==12003== by 0x4A26808: func_clipboard (clipboard.c:2460) ==12003== by 0x4AED165: run_test (test.h:603) ==12003== by 0x4AEDBBA: main (test.h:687) ==12003== Address 0x4911354 is 4 bytes inside a block of size 5 alloc'd ==12003== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12003== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12003== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12003== by 0x7B441251: GlobalAlloc (heap.c:365) ==12003== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==12003== by 0x4A1C13E: test_string_data_process (clipboard.c:2393) ==12003== by 0x4A26808: func_clipboard (clipboard.c:2460) ==12003== by 0x4AED165: run_test (test.h:603) ==12003== by 0x4AEDBBA: main (test.h:687) ==12003== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==12068== 8 bytes in 1 blocks are possibly lost in loss record 61 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12068== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==12068== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==12068== by 0x4A26839: func_clipboard (clipboard.c:2469) ==12068== by 0x4AED165: run_test (test.h:603) ==12068== by 0x4AEDBBA: main (test.h:687) ==12068== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==12068== 9 bytes in 1 blocks are definitely lost in loss record 63 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12068== by 0x7B441303: GlobalAlloc (heap.c:389) ==12068== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==12068== by 0x4A26839: func_clipboard (clipboard.c:2469) ==12068== by 0x4AED165: run_test (test.h:603) ==12068== by 0x4AEDBBA: main (test.h:687) ==12068== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==12068== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12068== by 0x7B441251: GlobalAlloc (heap.c:365) ==12068== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==12068== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12068== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC7BD15: thread_startup (thread.c:484) ==12068== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12068== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12068== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12068== by 0x7B441251: GlobalAlloc (heap.c:365) ==12068== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==12068== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==12068== by 0x4AED165: run_test (test.h:603) ==12068== by 0x4AEDBBA: main (test.h:687) ==12068== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==12068== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x4AECE3C: get_tls_data (test.h:242) ==12068== by 0x4AED215: winetest_set_location (test.h:277) ==12068== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==12068== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12068== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC7BD15: thread_startup (thread.c:484) ==12068== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12068== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12068== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x4AECE3C: get_tls_data (test.h:242) ==12068== by 0x4AED215: winetest_set_location (test.h:277) ==12068== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==12068== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12068== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC7BD15: thread_startup (thread.c:484) ==12068== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12068== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12068== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x4AECE3C: get_tls_data (test.h:242) ==12068== by 0x4AED215: winetest_set_location (test.h:277) ==12068== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==12068== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12068== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC7BD15: thread_startup (thread.c:484) ==12068== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12068== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12068== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x4AECE3C: get_tls_data (test.h:242) ==12068== by 0x4AED215: winetest_set_location (test.h:277) ==12068== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==12068== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12068== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC7BD15: thread_startup (thread.c:484) ==12068== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12068== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12068== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x4AECE3C: get_tls_data (test.h:242) ==12068== by 0x4AED215: winetest_set_location (test.h:277) ==12068== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==12068== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12068== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC7BD15: thread_startup (thread.c:484) ==12068== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12068== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12068== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x4AECE3C: get_tls_data (test.h:242) ==12068== by 0x4AED215: winetest_set_location (test.h:277) ==12068== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==12068== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12068== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC7BD15: thread_startup (thread.c:484) ==12068== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12068== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12068== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x4AECE3C: get_tls_data (test.h:242) ==12068== by 0x4AED215: winetest_set_location (test.h:277) ==12068== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==12068== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12068== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC7BD15: thread_startup (thread.c:484) ==12068== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12068== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12068== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x4AECE3C: get_tls_data (test.h:242) ==12068== by 0x4AED215: winetest_set_location (test.h:277) ==12068== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==12068== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12068== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC7BD15: thread_startup (thread.c:484) ==12068== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12068== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12068== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==12068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12068== by 0x4AECE3C: get_tls_data (test.h:242) ==12068== by 0x4AED215: winetest_set_location (test.h:277) ==12068== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==12068== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12068== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12068== by 0x7BC7BD15: thread_startup (thread.c:484) ==12068== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12068== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12069== Invalid read of size 2 ==12069== at 0x4AED760: wine_dbgstr_wn (test.h:490) ==12069== by 0x4A1C21A: test_string_data_process (clipboard.c:2399) ==12069== by 0x4A26808: func_clipboard (clipboard.c:2460) ==12069== by 0x4AED165: run_test (test.h:603) ==12069== by 0x4AEDBBA: main (test.h:687) ==12069== Address 0x4911356 is 6 bytes inside a block of size 7 alloc'd ==12069== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12069== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12069== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12069== by 0x7B441251: GlobalAlloc (heap.c:365) ==12069== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==12069== by 0x4A1C13E: test_string_data_process (clipboard.c:2393) ==12069== by 0x4A26808: func_clipboard (clipboard.c:2460) ==12069== by 0x4AED165: run_test (test.h:603) ==12069== by 0x4AEDBBA: main (test.h:687) ==12069== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==12137== 8 bytes in 1 blocks are possibly lost in loss record 60 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12137== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==12137== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==12137== by 0x4A26839: func_clipboard (clipboard.c:2469) ==12137== by 0x4AED165: run_test (test.h:603) ==12137== by 0x4AEDBBA: main (test.h:687) ==12137== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==12137== 9 bytes in 1 blocks are definitely lost in loss record 63 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12137== by 0x7B441303: GlobalAlloc (heap.c:389) ==12137== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==12137== by 0x4A26839: func_clipboard (clipboard.c:2469) ==12137== by 0x4AED165: run_test (test.h:603) ==12137== by 0x4AEDBBA: main (test.h:687) ==12137== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==12137== 100 bytes in 1 blocks are definitely lost in loss record 415 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12137== by 0x7B441251: GlobalAlloc (heap.c:365) ==12137== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==12137== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12137== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC7BD15: thread_startup (thread.c:484) ==12137== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12137== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12137== 100 bytes in 1 blocks are definitely lost in loss record 416 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12137== by 0x7B441251: GlobalAlloc (heap.c:365) ==12137== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==12137== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==12137== by 0x4AED165: run_test (test.h:603) ==12137== by 0x4AEDBBA: main (test.h:687) ==12137== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==12137== 2,020 bytes in 1 blocks are possibly lost in loss record 618 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x4AECE3C: get_tls_data (test.h:242) ==12137== by 0x4AED215: winetest_set_location (test.h:277) ==12137== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==12137== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12137== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC7BD15: thread_startup (thread.c:484) ==12137== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12137== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12137== 2,020 bytes in 1 blocks are possibly lost in loss record 619 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x4AECE3C: get_tls_data (test.h:242) ==12137== by 0x4AED215: winetest_set_location (test.h:277) ==12137== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==12137== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12137== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC7BD15: thread_startup (thread.c:484) ==12137== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12137== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12137== 2,020 bytes in 1 blocks are possibly lost in loss record 620 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x4AECE3C: get_tls_data (test.h:242) ==12137== by 0x4AED215: winetest_set_location (test.h:277) ==12137== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==12137== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12137== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC7BD15: thread_startup (thread.c:484) ==12137== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12137== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12137== 2,020 bytes in 1 blocks are possibly lost in loss record 621 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x4AECE3C: get_tls_data (test.h:242) ==12137== by 0x4AED215: winetest_set_location (test.h:277) ==12137== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==12137== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12137== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC7BD15: thread_startup (thread.c:484) ==12137== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12137== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12137== 2,020 bytes in 1 blocks are possibly lost in loss record 622 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x4AECE3C: get_tls_data (test.h:242) ==12137== by 0x4AED215: winetest_set_location (test.h:277) ==12137== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==12137== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12137== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC7BD15: thread_startup (thread.c:484) ==12137== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12137== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12137== 4,040 bytes in 2 blocks are possibly lost in loss record 646 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x4AECE3C: get_tls_data (test.h:242) ==12137== by 0x4AED215: winetest_set_location (test.h:277) ==12137== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==12137== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12137== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC7BD15: thread_startup (thread.c:484) ==12137== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12137== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12137== 4,040 bytes in 2 blocks are possibly lost in loss record 647 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x4AECE3C: get_tls_data (test.h:242) ==12137== by 0x4AED215: winetest_set_location (test.h:277) ==12137== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==12137== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12137== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC7BD15: thread_startup (thread.c:484) ==12137== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12137== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12137== 6,060 bytes in 3 blocks are possibly lost in loss record 658 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x4AECE3C: get_tls_data (test.h:242) ==12137== by 0x4AED215: winetest_set_location (test.h:277) ==12137== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==12137== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12137== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC7BD15: thread_startup (thread.c:484) ==12137== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12137== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12137== 8,080 bytes in 4 blocks are possibly lost in loss record 661 of 675 ==12137== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12137== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12137== by 0x4AECE3C: get_tls_data (test.h:242) ==12137== by 0x4AED215: winetest_set_location (test.h:277) ==12137== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==12137== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12137== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12137== by 0x7BC7BD15: thread_startup (thread.c:484) ==12137== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12137== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12138== Invalid read of size 2 ==12138== at 0x4AED760: wine_dbgstr_wn (test.h:490) ==12138== by 0x4A1C21A: test_string_data_process (clipboard.c:2399) ==12138== by 0x4A26808: func_clipboard (clipboard.c:2460) ==12138== by 0x4AED165: run_test (test.h:603) ==12138== by 0x4AEDBBA: main (test.h:687) ==12138== Address 0x4911358 is 8 bytes inside a block of size 9 alloc'd ==12138== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12138== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12138== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12138== by 0x7B441251: GlobalAlloc (heap.c:365) ==12138== by 0x4CCAFAF: GetClipboardData (clipboard.c:1042) ==12138== by 0x4A1C13E: test_string_data_process (clipboard.c:2393) ==12138== by 0x4A26808: func_clipboard (clipboard.c:2460) ==12138== by 0x4AED165: run_test (test.h:603) ==12138== by 0x4AEDBBA: main (test.h:687) ==12138== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==8487== 8 bytes in 1 blocks are possibly lost in loss record 60 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==8487== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==8487== by 0x4A26839: func_clipboard (clipboard.c:2469) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==8487== 9 bytes in 1 blocks are definitely lost in loss record 63 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441303: GlobalAlloc (heap.c:389) ==8487== by 0x4A1C889: test_RegisterClipboardFormatA (clipboard.c:436) ==8487== by 0x4A26839: func_clipboard (clipboard.c:2469) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==8487== 100 bytes in 1 blocks are definitely lost in loss record 413 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4A1CF39: set_clipboard_data_thread (clipboard.c:92) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== 100 bytes in 1 blocks are definitely lost in loss record 414 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x7B4410BE: HeapAlloc (heap.c:271) ==8487== by 0x7B441251: GlobalAlloc (heap.c:365) ==8487== by 0x4A1E5A9: test_ClipboardOwner (clipboard.c:354) ==8487== by 0x4A2683E: func_clipboard (clipboard.c:2470) ==8487== by 0x4AED165: run_test (test.h:603) ==8487== by 0x4AEDBBA: main (test.h:687) ==8487== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_ClipboardOwner fun:func_clipboard fun:run_test fun:main } ==8487== 2,020 bytes in 1 blocks are possibly lost in loss record 613 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4AECE3C: get_tls_data (test.h:242) ==8487== by 0x4AED215: winetest_set_location (test.h:277) ==8487== by 0x4A1A99C: open_clipboard_thread (clipboard.c:39) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== 2,020 bytes in 1 blocks are possibly lost in loss record 614 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4AECE3C: get_tls_data (test.h:242) ==8487== by 0x4AED215: winetest_set_location (test.h:277) ==8487== by 0x4A1CEC5: set_clipboard_data_thread (clipboard.c:89) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== 2,020 bytes in 1 blocks are possibly lost in loss record 615 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4AECE3C: get_tls_data (test.h:242) ==8487== by 0x4AED215: winetest_set_location (test.h:277) ==8487== by 0x4A1D007: open_and_empty_clipboard_win_thread (clipboard.c:63) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_win_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== 2,020 bytes in 1 blocks are possibly lost in loss record 616 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4AECE3C: get_tls_data (test.h:242) ==8487== by 0x4AED215: winetest_set_location (test.h:277) ==8487== by 0x4A2028E: clipboard_thread (clipboard.c:1007) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== 2,020 bytes in 1 blocks are possibly lost in loss record 617 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4AECE3C: get_tls_data (test.h:242) ==8487== by 0x4AED215: winetest_set_location (test.h:277) ==8487== by 0x4A25B84: test_handles_thread (clipboard.c:1900) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:test_handles_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== 4,040 bytes in 2 blocks are possibly lost in loss record 641 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4AECE3C: get_tls_data (test.h:242) ==8487== by 0x4AED215: winetest_set_location (test.h:277) ==8487== by 0x4A1AB64: empty_clipboard_thread (clipboard.c:46) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== 4,040 bytes in 2 blocks are possibly lost in loss record 642 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4AECE3C: get_tls_data (test.h:242) ==8487== by 0x4AED215: winetest_set_location (test.h:277) ==8487== by 0x4A1AACE: open_and_empty_clipboard_thread (clipboard.c:55) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:open_and_empty_clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== 6,060 bytes in 3 blocks are possibly lost in loss record 653 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4AECE3C: get_tls_data (test.h:242) ==8487== by 0x4AED215: winetest_set_location (test.h:277) ==8487== by 0x4A1BEB9: clipboard_render_data_thread (clipboard.c:885) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:clipboard_render_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==8487== 8,080 bytes in 4 blocks are possibly lost in loss record 656 of 670 ==8487== at 0x7BC45CBC: notify_alloc (heap.c:260) ==8487== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==8487== by 0x4AECE3C: get_tls_data (test.h:242) ==8487== by 0x4AED215: winetest_set_location (test.h:277) ==8487== by 0x4A1CDC6: set_clipboard_data_thread (clipboard.c:77) ==8487== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==8487== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==8487== by 0x7BC7BD15: thread_startup (thread.c:484) ==8487== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==8487== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_clipboard_data_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so combo && touch combo.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so cursoricon && touch cursoricon.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12403== 2,020 bytes in 1 blocks are possibly lost in loss record 956 of 1,024 ==12403== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12403== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12403== by 0x4AECE3C: get_tls_data (test.h:242) ==12403== by 0x4AED215: winetest_set_location (test.h:277) ==12403== by 0x4A2FDEC: set_cursor_thread (cursoricon.c:2151) ==12403== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12403== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12403== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12403== by 0x7BC7BD15: thread_startup (thread.c:484) ==12403== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12403== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_cursor_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12403== 2,020 bytes in 1 blocks are possibly lost in loss record 957 of 1,024 ==12403== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12403== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12403== by 0x4AECE3C: get_tls_data (test.h:242) ==12403== by 0x4AED215: winetest_set_location (test.h:277) ==12403== by 0x4A305D0: show_cursor_thread (cursoricon.c:2270) ==12403== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12403== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12403== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12403== by 0x7BC7BD15: thread_startup (thread.c:484) ==12403== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12403== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:show_cursor_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12298== 2,020 bytes in 1 blocks are possibly lost in loss record 963 of 1,033 ==12298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12298== by 0x4AECE3C: get_tls_data (test.h:242) ==12298== by 0x4AED215: winetest_set_location (test.h:277) ==12298== by 0x4A2FDEC: set_cursor_thread (cursoricon.c:2151) ==12298== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12298== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12298== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12298== by 0x7BC7BD15: thread_startup (thread.c:484) ==12298== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12298== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:set_cursor_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12298== 2,020 bytes in 1 blocks are possibly lost in loss record 964 of 1,033 ==12298== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12298== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12298== by 0x4AECE3C: get_tls_data (test.h:242) ==12298== by 0x4AED215: winetest_set_location (test.h:277) ==12298== by 0x4A305D0: show_cursor_thread (cursoricon.c:2270) ==12298== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12298== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12298== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12298== by 0x7BC7BD15: thread_startup (thread.c:484) ==12298== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12298== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:show_cursor_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so dce && touch dce.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so dialog && touch dialog.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" make[1]: *** [Makefile:323: dialog.ok] Error 72 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so edit && touch edit.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12645== Syscall param writev(vector[...]) points to uninitialised byte(s) ==12645== at 0x434EAE3: __writev_nocancel (syscall-template.S:84) ==12645== by 0x7BC6EEC8: send_request (server.c:228) ==12645== by 0x7BC702F1: server_call_unlocked (server.c:288) ==12645== by 0x7BC70344: wine_server_call (server.c:321) ==12645== by 0x4CCAA4E: SetClipboardData (clipboard.c:904) ==12645== by 0x4A5148E: test_paste (edit.c:2871) ==12645== by 0x4A518CC: func_edit (edit.c:2955) ==12645== by 0x4AED165: run_test (test.h:603) ==12645== by 0x4AEDBBA: main (test.h:687) ==12645== Address 0x492097e is 30 bytes inside a recently re-allocated block of size 263 alloc'd ==12645== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12645== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12645== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12645== by 0x7B441303: GlobalAlloc (heap.c:389) ==12645== by 0x4A5138E: test_paste (edit.c:2860) ==12645== by 0x4A518CC: func_edit (edit.c:2955) ==12645== by 0x4AED165: run_test (test.h:603) ==12645== by 0x4AEDBBA: main (test.h:687) ==12645== Uninitialised value was created by a client request ==12645== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==12645== by 0x7BC47EB8: initialize_block (heap.c:245) ==12645== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==12645== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12645== by 0x7B441303: GlobalAlloc (heap.c:389) ==12645== by 0x4A5138E: test_paste (edit.c:2860) ==12645== by 0x4A518CC: func_edit (edit.c:2955) ==12645== by 0x4AED165: run_test (test.h:603) ==12645== by 0x4AEDBBA: main (test.h:687) ==12645== { Memcheck:Param writev(vector[...]) fun:__writev_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:SetClipboardData fun:test_paste fun:func_edit fun:run_test fun:main } ==12645== 8 bytes in 1 blocks are possibly lost in loss record 101 of 1,490 ==12645== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12645== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12645== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12645== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==12645== by 0x4A51559: test_paste (edit.c:2883) ==12645== by 0x4A518CC: func_edit (edit.c:2955) ==12645== by 0x4AED165: run_test (test.h:603) ==12645== by 0x4AEDBBA: main (test.h:687) ==12645== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_paste fun:func_edit fun:run_test fun:main } ==12645== 263 bytes in 1 blocks are definitely lost in loss record 969 of 1,490 ==12645== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12645== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12645== by 0x7B4410BE: HeapAlloc (heap.c:271) ==12645== by 0x7B441303: GlobalAlloc (heap.c:389) ==12645== by 0x4A51559: test_paste (edit.c:2883) ==12645== by 0x4A518CC: func_edit (edit.c:2955) ==12645== by 0x4AED165: run_test (test.h:603) ==12645== by 0x4AEDBBA: main (test.h:687) ==12645== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:test_paste fun:func_edit fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so input && touch input.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12855== 2,020 bytes in 1 blocks are possibly lost in loss record 749 of 811 ==12855== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12855== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12855== by 0x4AECE3C: get_tls_data (test.h:242) ==12855== by 0x4AED215: winetest_set_location (test.h:277) ==12855== by 0x4A58D62: thread_proc (input.c:2179) ==12855== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12855== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12855== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12855== by 0x7BC7BD15: thread_startup (thread.c:484) ==12855== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12855== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12855== 2,020 bytes in 1 blocks are possibly lost in loss record 750 of 811 ==12855== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12855== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12855== by 0x4AECE3C: get_tls_data (test.h:242) ==12855== by 0x4AED215: winetest_set_location (test.h:277) ==12855== by 0x4A58DC2: thread_proc (input.c:2187) ==12855== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12855== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12855== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12855== by 0x7BC7BD15: thread_startup (thread.c:484) ==12855== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12855== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12855== 2,020 bytes in 1 blocks are possibly lost in loss record 751 of 811 ==12855== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12855== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12855== by 0x4AECE3C: get_tls_data (test.h:242) ==12855== by 0x4AED215: winetest_set_location (test.h:277) ==12855== by 0x4A58E0C: thread_proc (input.c:2193) ==12855== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12855== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12855== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12855== by 0x7BC7BD15: thread_startup (thread.c:484) ==12855== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12855== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12855== 4,040 bytes in 2 blocks are possibly lost in loss record 781 of 811 ==12855== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12855== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12855== by 0x4AECE3C: get_tls_data (test.h:242) ==12855== by 0x4AED215: winetest_set_location (test.h:277) ==12855== by 0x4A5471D: create_static_win (input.c:1912) ==12855== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12855== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12855== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12855== by 0x7BC7BD15: thread_startup (thread.c:484) ==12855== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12855== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:create_static_win obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==12855== 4,040 bytes in 2 blocks are possibly lost in loss record 782 of 811 ==12855== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12855== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12855== by 0x4AECE3C: get_tls_data (test.h:242) ==12855== by 0x4AED215: winetest_set_location (test.h:277) ==12855== by 0x4A58E6C: thread_proc (input.c:2198) ==12855== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12855== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12855== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12855== by 0x7BC7BD15: thread_startup (thread.c:484) ==12855== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12855== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so listbox && touch listbox.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so menu && touch menu.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 menu.c:3669: Tests skipped: interactive alignment tests. menu.c:2356: Tests skipped: test 27: failed to send input ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so monitor && touch monitor.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so msg && touch msg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13423== 2,020 bytes in 1 blocks are possibly lost in loss record 745 of 812 ==13423== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13423== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13423== by 0x4AECE3C: get_tls_data (test.h:242) ==13423== by 0x4AED215: winetest_set_location (test.h:277) ==13423== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==13423== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13423== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC7BD15: thread_startup (thread.c:484) ==13423== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13423== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13423== 2,020 bytes in 1 blocks are possibly lost in loss record 746 of 812 ==13423== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13423== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13423== by 0x4AECE3C: get_tls_data (test.h:242) ==13423== by 0x4AED215: winetest_set_location (test.h:277) ==13423== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==13423== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13423== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC7BD15: thread_startup (thread.c:484) ==13423== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13423== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13423== 2,020 bytes in 1 blocks are possibly lost in loss record 747 of 812 ==13423== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13423== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13423== by 0x4AECE3C: get_tls_data (test.h:242) ==13423== by 0x4AED215: winetest_set_location (test.h:277) ==13423== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==13423== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13423== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC7BD15: thread_startup (thread.c:484) ==13423== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13423== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13423== 2,020 bytes in 1 blocks are possibly lost in loss record 748 of 812 ==13423== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13423== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13423== by 0x4AECE3C: get_tls_data (test.h:242) ==13423== by 0x4AED215: winetest_set_location (test.h:277) ==13423== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==13423== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13423== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC7BD15: thread_startup (thread.c:484) ==13423== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13423== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13423== 2,020 bytes in 1 blocks are possibly lost in loss record 749 of 812 ==13423== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13423== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13423== by 0x4AECE3C: get_tls_data (test.h:242) ==13423== by 0x4AED215: winetest_set_location (test.h:277) ==13423== by 0x4A7A83B: thread_proc (msg.c:7814) ==13423== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13423== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC7BD15: thread_startup (thread.c:484) ==13423== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13423== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13423== 4,040 bytes in 2 blocks are possibly lost in loss record 776 of 812 ==13423== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13423== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13423== by 0x4AECE3C: get_tls_data (test.h:242) ==13423== by 0x4AED215: winetest_set_location (test.h:277) ==13423== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==13423== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13423== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13423== by 0x7BC7BD15: thread_startup (thread.c:484) ==13423== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13423== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13489== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==13489== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13489== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13489== by 0x4AECE3C: get_tls_data (test.h:242) ==13489== by 0x4AED215: winetest_set_location (test.h:277) ==13489== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==13489== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13489== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC7BD15: thread_startup (thread.c:484) ==13489== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13489== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13489== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==13489== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13489== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13489== by 0x4AECE3C: get_tls_data (test.h:242) ==13489== by 0x4AED215: winetest_set_location (test.h:277) ==13489== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==13489== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13489== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC7BD15: thread_startup (thread.c:484) ==13489== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13489== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13489== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==13489== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13489== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13489== by 0x4AECE3C: get_tls_data (test.h:242) ==13489== by 0x4AED215: winetest_set_location (test.h:277) ==13489== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==13489== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13489== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC7BD15: thread_startup (thread.c:484) ==13489== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13489== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13489== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==13489== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13489== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13489== by 0x4AECE3C: get_tls_data (test.h:242) ==13489== by 0x4AED215: winetest_set_location (test.h:277) ==13489== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==13489== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13489== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC7BD15: thread_startup (thread.c:484) ==13489== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13489== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13489== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==13489== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13489== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13489== by 0x4AECE3C: get_tls_data (test.h:242) ==13489== by 0x4AED215: winetest_set_location (test.h:277) ==13489== by 0x4A7A83B: thread_proc (msg.c:7814) ==13489== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13489== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC7BD15: thread_startup (thread.c:484) ==13489== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13489== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13489== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==13489== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13489== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13489== by 0x4AECE3C: get_tls_data (test.h:242) ==13489== by 0x4AED215: winetest_set_location (test.h:277) ==13489== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==13489== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13489== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13489== by 0x7BC7BD15: thread_startup (thread.c:484) ==13489== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13489== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13556== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==13556== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13556== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13556== by 0x4AECE3C: get_tls_data (test.h:242) ==13556== by 0x4AED215: winetest_set_location (test.h:277) ==13556== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==13556== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13556== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC7BD15: thread_startup (thread.c:484) ==13556== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13556== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13556== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==13556== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13556== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13556== by 0x4AECE3C: get_tls_data (test.h:242) ==13556== by 0x4AED215: winetest_set_location (test.h:277) ==13556== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==13556== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13556== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC7BD15: thread_startup (thread.c:484) ==13556== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13556== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13556== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==13556== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13556== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13556== by 0x4AECE3C: get_tls_data (test.h:242) ==13556== by 0x4AED215: winetest_set_location (test.h:277) ==13556== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==13556== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13556== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC7BD15: thread_startup (thread.c:484) ==13556== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13556== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13556== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==13556== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13556== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13556== by 0x4AECE3C: get_tls_data (test.h:242) ==13556== by 0x4AED215: winetest_set_location (test.h:277) ==13556== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==13556== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13556== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC7BD15: thread_startup (thread.c:484) ==13556== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13556== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13556== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==13556== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13556== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13556== by 0x4AECE3C: get_tls_data (test.h:242) ==13556== by 0x4AED215: winetest_set_location (test.h:277) ==13556== by 0x4A7A83B: thread_proc (msg.c:7814) ==13556== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13556== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC7BD15: thread_startup (thread.c:484) ==13556== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13556== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13556== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==13556== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13556== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13556== by 0x4AECE3C: get_tls_data (test.h:242) ==13556== by 0x4AED215: winetest_set_location (test.h:277) ==13556== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==13556== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13556== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13556== by 0x7BC7BD15: thread_startup (thread.c:484) ==13556== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13556== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13628== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==13628== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13628== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13628== by 0x4AECE3C: get_tls_data (test.h:242) ==13628== by 0x4AED215: winetest_set_location (test.h:277) ==13628== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==13628== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13628== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC7BD15: thread_startup (thread.c:484) ==13628== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13628== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13628== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==13628== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13628== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13628== by 0x4AECE3C: get_tls_data (test.h:242) ==13628== by 0x4AED215: winetest_set_location (test.h:277) ==13628== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==13628== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13628== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC7BD15: thread_startup (thread.c:484) ==13628== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13628== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13628== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==13628== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13628== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13628== by 0x4AECE3C: get_tls_data (test.h:242) ==13628== by 0x4AED215: winetest_set_location (test.h:277) ==13628== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==13628== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13628== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC7BD15: thread_startup (thread.c:484) ==13628== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13628== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13628== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==13628== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13628== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13628== by 0x4AECE3C: get_tls_data (test.h:242) ==13628== by 0x4AED215: winetest_set_location (test.h:277) ==13628== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==13628== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13628== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC7BD15: thread_startup (thread.c:484) ==13628== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13628== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13628== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==13628== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13628== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13628== by 0x4AECE3C: get_tls_data (test.h:242) ==13628== by 0x4AED215: winetest_set_location (test.h:277) ==13628== by 0x4A7A83B: thread_proc (msg.c:7814) ==13628== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13628== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC7BD15: thread_startup (thread.c:484) ==13628== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13628== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13628== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==13628== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13628== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13628== by 0x4AECE3C: get_tls_data (test.h:242) ==13628== by 0x4AED215: winetest_set_location (test.h:277) ==13628== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==13628== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13628== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13628== by 0x7BC7BD15: thread_startup (thread.c:484) ==13628== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13628== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13699== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==13699== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13699== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13699== by 0x4AECE3C: get_tls_data (test.h:242) ==13699== by 0x4AED215: winetest_set_location (test.h:277) ==13699== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==13699== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13699== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC7BD15: thread_startup (thread.c:484) ==13699== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13699== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13699== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==13699== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13699== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13699== by 0x4AECE3C: get_tls_data (test.h:242) ==13699== by 0x4AED215: winetest_set_location (test.h:277) ==13699== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==13699== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13699== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC7BD15: thread_startup (thread.c:484) ==13699== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13699== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13699== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==13699== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13699== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13699== by 0x4AECE3C: get_tls_data (test.h:242) ==13699== by 0x4AED215: winetest_set_location (test.h:277) ==13699== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==13699== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13699== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC7BD15: thread_startup (thread.c:484) ==13699== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13699== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13699== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==13699== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13699== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13699== by 0x4AECE3C: get_tls_data (test.h:242) ==13699== by 0x4AED215: winetest_set_location (test.h:277) ==13699== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==13699== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13699== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC7BD15: thread_startup (thread.c:484) ==13699== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13699== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13699== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==13699== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13699== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13699== by 0x4AECE3C: get_tls_data (test.h:242) ==13699== by 0x4AED215: winetest_set_location (test.h:277) ==13699== by 0x4A7A83B: thread_proc (msg.c:7814) ==13699== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13699== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC7BD15: thread_startup (thread.c:484) ==13699== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13699== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13699== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==13699== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13699== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13699== by 0x4AECE3C: get_tls_data (test.h:242) ==13699== by 0x4AED215: winetest_set_location (test.h:277) ==13699== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==13699== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13699== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13699== by 0x7BC7BD15: thread_startup (thread.c:484) ==13699== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13699== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13770== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==13770== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13770== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13770== by 0x4AECE3C: get_tls_data (test.h:242) ==13770== by 0x4AED215: winetest_set_location (test.h:277) ==13770== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==13770== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13770== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC7BD15: thread_startup (thread.c:484) ==13770== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13770== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13770== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==13770== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13770== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13770== by 0x4AECE3C: get_tls_data (test.h:242) ==13770== by 0x4AED215: winetest_set_location (test.h:277) ==13770== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==13770== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13770== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC7BD15: thread_startup (thread.c:484) ==13770== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13770== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13770== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==13770== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13770== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13770== by 0x4AECE3C: get_tls_data (test.h:242) ==13770== by 0x4AED215: winetest_set_location (test.h:277) ==13770== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==13770== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13770== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC7BD15: thread_startup (thread.c:484) ==13770== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13770== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13770== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==13770== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13770== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13770== by 0x4AECE3C: get_tls_data (test.h:242) ==13770== by 0x4AED215: winetest_set_location (test.h:277) ==13770== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==13770== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13770== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC7BD15: thread_startup (thread.c:484) ==13770== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13770== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13770== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==13770== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13770== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13770== by 0x4AECE3C: get_tls_data (test.h:242) ==13770== by 0x4AED215: winetest_set_location (test.h:277) ==13770== by 0x4A7A83B: thread_proc (msg.c:7814) ==13770== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13770== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC7BD15: thread_startup (thread.c:484) ==13770== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13770== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13770== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==13770== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13770== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13770== by 0x4AECE3C: get_tls_data (test.h:242) ==13770== by 0x4AED215: winetest_set_location (test.h:277) ==13770== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==13770== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13770== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13770== by 0x7BC7BD15: thread_startup (thread.c:484) ==13770== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13770== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13837== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==13837== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13837== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13837== by 0x4AECE3C: get_tls_data (test.h:242) ==13837== by 0x4AED215: winetest_set_location (test.h:277) ==13837== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==13837== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13837== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC7BD15: thread_startup (thread.c:484) ==13837== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13837== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13837== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==13837== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13837== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13837== by 0x4AECE3C: get_tls_data (test.h:242) ==13837== by 0x4AED215: winetest_set_location (test.h:277) ==13837== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==13837== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13837== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC7BD15: thread_startup (thread.c:484) ==13837== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13837== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13837== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==13837== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13837== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13837== by 0x4AECE3C: get_tls_data (test.h:242) ==13837== by 0x4AED215: winetest_set_location (test.h:277) ==13837== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==13837== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13837== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC7BD15: thread_startup (thread.c:484) ==13837== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13837== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13837== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==13837== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13837== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13837== by 0x4AECE3C: get_tls_data (test.h:242) ==13837== by 0x4AED215: winetest_set_location (test.h:277) ==13837== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==13837== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13837== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC7BD15: thread_startup (thread.c:484) ==13837== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13837== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13837== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==13837== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13837== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13837== by 0x4AECE3C: get_tls_data (test.h:242) ==13837== by 0x4AED215: winetest_set_location (test.h:277) ==13837== by 0x4A7A83B: thread_proc (msg.c:7814) ==13837== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13837== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC7BD15: thread_startup (thread.c:484) ==13837== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13837== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13837== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==13837== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13837== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13837== by 0x4AECE3C: get_tls_data (test.h:242) ==13837== by 0x4AED215: winetest_set_location (test.h:277) ==13837== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==13837== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13837== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13837== by 0x7BC7BD15: thread_startup (thread.c:484) ==13837== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13837== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13910== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==13910== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13910== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13910== by 0x4AECE3C: get_tls_data (test.h:242) ==13910== by 0x4AED215: winetest_set_location (test.h:277) ==13910== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==13910== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13910== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC7BD15: thread_startup (thread.c:484) ==13910== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13910== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13910== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==13910== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13910== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13910== by 0x4AECE3C: get_tls_data (test.h:242) ==13910== by 0x4AED215: winetest_set_location (test.h:277) ==13910== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==13910== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13910== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC7BD15: thread_startup (thread.c:484) ==13910== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13910== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13910== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==13910== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13910== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13910== by 0x4AECE3C: get_tls_data (test.h:242) ==13910== by 0x4AED215: winetest_set_location (test.h:277) ==13910== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==13910== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13910== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC7BD15: thread_startup (thread.c:484) ==13910== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13910== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13910== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==13910== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13910== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13910== by 0x4AECE3C: get_tls_data (test.h:242) ==13910== by 0x4AED215: winetest_set_location (test.h:277) ==13910== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==13910== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13910== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC7BD15: thread_startup (thread.c:484) ==13910== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13910== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13910== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==13910== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13910== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13910== by 0x4AECE3C: get_tls_data (test.h:242) ==13910== by 0x4AED215: winetest_set_location (test.h:277) ==13910== by 0x4A7A83B: thread_proc (msg.c:7814) ==13910== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13910== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC7BD15: thread_startup (thread.c:484) ==13910== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13910== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13910== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==13910== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13910== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13910== by 0x4AECE3C: get_tls_data (test.h:242) ==13910== by 0x4AED215: winetest_set_location (test.h:277) ==13910== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==13910== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13910== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13910== by 0x7BC7BD15: thread_startup (thread.c:484) ==13910== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13910== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13974== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==13974== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13974== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13974== by 0x4AECE3C: get_tls_data (test.h:242) ==13974== by 0x4AED215: winetest_set_location (test.h:277) ==13974== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==13974== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13974== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC7BD15: thread_startup (thread.c:484) ==13974== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13974== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13974== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==13974== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13974== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13974== by 0x4AECE3C: get_tls_data (test.h:242) ==13974== by 0x4AED215: winetest_set_location (test.h:277) ==13974== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==13974== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13974== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC7BD15: thread_startup (thread.c:484) ==13974== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13974== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13974== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==13974== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13974== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13974== by 0x4AECE3C: get_tls_data (test.h:242) ==13974== by 0x4AED215: winetest_set_location (test.h:277) ==13974== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==13974== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13974== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC7BD15: thread_startup (thread.c:484) ==13974== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13974== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13974== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==13974== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13974== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13974== by 0x4AECE3C: get_tls_data (test.h:242) ==13974== by 0x4AED215: winetest_set_location (test.h:277) ==13974== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==13974== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13974== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC7BD15: thread_startup (thread.c:484) ==13974== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13974== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13974== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==13974== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13974== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13974== by 0x4AECE3C: get_tls_data (test.h:242) ==13974== by 0x4AED215: winetest_set_location (test.h:277) ==13974== by 0x4A7A83B: thread_proc (msg.c:7814) ==13974== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13974== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC7BD15: thread_startup (thread.c:484) ==13974== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13974== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13974== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==13974== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13974== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13974== by 0x4AECE3C: get_tls_data (test.h:242) ==13974== by 0x4AED215: winetest_set_location (test.h:277) ==13974== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==13974== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13974== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13974== by 0x7BC7BD15: thread_startup (thread.c:484) ==13974== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13974== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14043== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14043== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14043== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14043== by 0x4AECE3C: get_tls_data (test.h:242) ==14043== by 0x4AED215: winetest_set_location (test.h:277) ==14043== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14043== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14043== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC7BD15: thread_startup (thread.c:484) ==14043== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14043== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14043== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14043== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14043== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14043== by 0x4AECE3C: get_tls_data (test.h:242) ==14043== by 0x4AED215: winetest_set_location (test.h:277) ==14043== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14043== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14043== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC7BD15: thread_startup (thread.c:484) ==14043== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14043== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14043== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14043== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14043== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14043== by 0x4AECE3C: get_tls_data (test.h:242) ==14043== by 0x4AED215: winetest_set_location (test.h:277) ==14043== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14043== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14043== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC7BD15: thread_startup (thread.c:484) ==14043== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14043== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14043== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14043== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14043== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14043== by 0x4AECE3C: get_tls_data (test.h:242) ==14043== by 0x4AED215: winetest_set_location (test.h:277) ==14043== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14043== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14043== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC7BD15: thread_startup (thread.c:484) ==14043== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14043== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14043== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14043== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14043== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14043== by 0x4AECE3C: get_tls_data (test.h:242) ==14043== by 0x4AED215: winetest_set_location (test.h:277) ==14043== by 0x4A7A83B: thread_proc (msg.c:7814) ==14043== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14043== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC7BD15: thread_startup (thread.c:484) ==14043== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14043== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14043== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14043== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14043== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14043== by 0x4AECE3C: get_tls_data (test.h:242) ==14043== by 0x4AED215: winetest_set_location (test.h:277) ==14043== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14043== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14043== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14043== by 0x7BC7BD15: thread_startup (thread.c:484) ==14043== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14043== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14112== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14112== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14112== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14112== by 0x4AECE3C: get_tls_data (test.h:242) ==14112== by 0x4AED215: winetest_set_location (test.h:277) ==14112== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14112== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14112== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC7BD15: thread_startup (thread.c:484) ==14112== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14112== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14112== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14112== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14112== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14112== by 0x4AECE3C: get_tls_data (test.h:242) ==14112== by 0x4AED215: winetest_set_location (test.h:277) ==14112== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14112== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14112== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC7BD15: thread_startup (thread.c:484) ==14112== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14112== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14112== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14112== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14112== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14112== by 0x4AECE3C: get_tls_data (test.h:242) ==14112== by 0x4AED215: winetest_set_location (test.h:277) ==14112== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14112== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14112== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC7BD15: thread_startup (thread.c:484) ==14112== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14112== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14112== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14112== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14112== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14112== by 0x4AECE3C: get_tls_data (test.h:242) ==14112== by 0x4AED215: winetest_set_location (test.h:277) ==14112== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14112== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14112== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC7BD15: thread_startup (thread.c:484) ==14112== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14112== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14112== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14112== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14112== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14112== by 0x4AECE3C: get_tls_data (test.h:242) ==14112== by 0x4AED215: winetest_set_location (test.h:277) ==14112== by 0x4A7A83B: thread_proc (msg.c:7814) ==14112== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14112== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC7BD15: thread_startup (thread.c:484) ==14112== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14112== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14112== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14112== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14112== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14112== by 0x4AECE3C: get_tls_data (test.h:242) ==14112== by 0x4AED215: winetest_set_location (test.h:277) ==14112== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14112== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14112== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14112== by 0x7BC7BD15: thread_startup (thread.c:484) ==14112== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14112== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14181== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14181== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14181== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14181== by 0x4AECE3C: get_tls_data (test.h:242) ==14181== by 0x4AED215: winetest_set_location (test.h:277) ==14181== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14181== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14181== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC7BD15: thread_startup (thread.c:484) ==14181== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14181== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14181== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14181== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14181== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14181== by 0x4AECE3C: get_tls_data (test.h:242) ==14181== by 0x4AED215: winetest_set_location (test.h:277) ==14181== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14181== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14181== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC7BD15: thread_startup (thread.c:484) ==14181== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14181== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14181== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14181== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14181== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14181== by 0x4AECE3C: get_tls_data (test.h:242) ==14181== by 0x4AED215: winetest_set_location (test.h:277) ==14181== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14181== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14181== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC7BD15: thread_startup (thread.c:484) ==14181== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14181== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14181== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14181== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14181== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14181== by 0x4AECE3C: get_tls_data (test.h:242) ==14181== by 0x4AED215: winetest_set_location (test.h:277) ==14181== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14181== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14181== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC7BD15: thread_startup (thread.c:484) ==14181== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14181== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14181== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14181== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14181== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14181== by 0x4AECE3C: get_tls_data (test.h:242) ==14181== by 0x4AED215: winetest_set_location (test.h:277) ==14181== by 0x4A7A83B: thread_proc (msg.c:7814) ==14181== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14181== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC7BD15: thread_startup (thread.c:484) ==14181== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14181== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14181== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14181== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14181== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14181== by 0x4AECE3C: get_tls_data (test.h:242) ==14181== by 0x4AED215: winetest_set_location (test.h:277) ==14181== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14181== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14181== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14181== by 0x7BC7BD15: thread_startup (thread.c:484) ==14181== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14181== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14258== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14258== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14258== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14258== by 0x4AECE3C: get_tls_data (test.h:242) ==14258== by 0x4AED215: winetest_set_location (test.h:277) ==14258== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14258== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14258== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC7BD15: thread_startup (thread.c:484) ==14258== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14258== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14258== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14258== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14258== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14258== by 0x4AECE3C: get_tls_data (test.h:242) ==14258== by 0x4AED215: winetest_set_location (test.h:277) ==14258== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14258== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14258== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC7BD15: thread_startup (thread.c:484) ==14258== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14258== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14258== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14258== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14258== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14258== by 0x4AECE3C: get_tls_data (test.h:242) ==14258== by 0x4AED215: winetest_set_location (test.h:277) ==14258== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14258== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14258== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC7BD15: thread_startup (thread.c:484) ==14258== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14258== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14258== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14258== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14258== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14258== by 0x4AECE3C: get_tls_data (test.h:242) ==14258== by 0x4AED215: winetest_set_location (test.h:277) ==14258== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14258== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14258== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC7BD15: thread_startup (thread.c:484) ==14258== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14258== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14258== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14258== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14258== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14258== by 0x4AECE3C: get_tls_data (test.h:242) ==14258== by 0x4AED215: winetest_set_location (test.h:277) ==14258== by 0x4A7A83B: thread_proc (msg.c:7814) ==14258== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14258== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC7BD15: thread_startup (thread.c:484) ==14258== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14258== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14258== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14258== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14258== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14258== by 0x4AECE3C: get_tls_data (test.h:242) ==14258== by 0x4AED215: winetest_set_location (test.h:277) ==14258== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14258== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14258== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14258== by 0x7BC7BD15: thread_startup (thread.c:484) ==14258== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14258== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14326== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14326== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14326== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14326== by 0x4AECE3C: get_tls_data (test.h:242) ==14326== by 0x4AED215: winetest_set_location (test.h:277) ==14326== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14326== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14326== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC7BD15: thread_startup (thread.c:484) ==14326== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14326== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14326== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14326== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14326== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14326== by 0x4AECE3C: get_tls_data (test.h:242) ==14326== by 0x4AED215: winetest_set_location (test.h:277) ==14326== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14326== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14326== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC7BD15: thread_startup (thread.c:484) ==14326== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14326== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14326== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14326== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14326== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14326== by 0x4AECE3C: get_tls_data (test.h:242) ==14326== by 0x4AED215: winetest_set_location (test.h:277) ==14326== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14326== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14326== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC7BD15: thread_startup (thread.c:484) ==14326== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14326== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14326== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14326== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14326== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14326== by 0x4AECE3C: get_tls_data (test.h:242) ==14326== by 0x4AED215: winetest_set_location (test.h:277) ==14326== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14326== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14326== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC7BD15: thread_startup (thread.c:484) ==14326== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14326== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14326== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14326== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14326== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14326== by 0x4AECE3C: get_tls_data (test.h:242) ==14326== by 0x4AED215: winetest_set_location (test.h:277) ==14326== by 0x4A7A83B: thread_proc (msg.c:7814) ==14326== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14326== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC7BD15: thread_startup (thread.c:484) ==14326== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14326== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14326== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14326== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14326== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14326== by 0x4AECE3C: get_tls_data (test.h:242) ==14326== by 0x4AED215: winetest_set_location (test.h:277) ==14326== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14326== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14326== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14326== by 0x7BC7BD15: thread_startup (thread.c:484) ==14326== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14326== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14398== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14398== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14398== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14398== by 0x4AECE3C: get_tls_data (test.h:242) ==14398== by 0x4AED215: winetest_set_location (test.h:277) ==14398== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14398== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14398== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC7BD15: thread_startup (thread.c:484) ==14398== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14398== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14398== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14398== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14398== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14398== by 0x4AECE3C: get_tls_data (test.h:242) ==14398== by 0x4AED215: winetest_set_location (test.h:277) ==14398== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14398== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14398== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC7BD15: thread_startup (thread.c:484) ==14398== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14398== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14398== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14398== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14398== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14398== by 0x4AECE3C: get_tls_data (test.h:242) ==14398== by 0x4AED215: winetest_set_location (test.h:277) ==14398== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14398== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14398== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC7BD15: thread_startup (thread.c:484) ==14398== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14398== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14398== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14398== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14398== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14398== by 0x4AECE3C: get_tls_data (test.h:242) ==14398== by 0x4AED215: winetest_set_location (test.h:277) ==14398== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14398== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14398== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC7BD15: thread_startup (thread.c:484) ==14398== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14398== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14398== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14398== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14398== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14398== by 0x4AECE3C: get_tls_data (test.h:242) ==14398== by 0x4AED215: winetest_set_location (test.h:277) ==14398== by 0x4A7A83B: thread_proc (msg.c:7814) ==14398== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14398== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC7BD15: thread_startup (thread.c:484) ==14398== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14398== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14398== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14398== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14398== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14398== by 0x4AECE3C: get_tls_data (test.h:242) ==14398== by 0x4AED215: winetest_set_location (test.h:277) ==14398== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14398== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14398== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14398== by 0x7BC7BD15: thread_startup (thread.c:484) ==14398== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14398== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14467== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14467== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14467== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14467== by 0x4AECE3C: get_tls_data (test.h:242) ==14467== by 0x4AED215: winetest_set_location (test.h:277) ==14467== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14467== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14467== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC7BD15: thread_startup (thread.c:484) ==14467== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14467== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14467== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14467== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14467== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14467== by 0x4AECE3C: get_tls_data (test.h:242) ==14467== by 0x4AED215: winetest_set_location (test.h:277) ==14467== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14467== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14467== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC7BD15: thread_startup (thread.c:484) ==14467== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14467== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14467== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14467== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14467== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14467== by 0x4AECE3C: get_tls_data (test.h:242) ==14467== by 0x4AED215: winetest_set_location (test.h:277) ==14467== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14467== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14467== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC7BD15: thread_startup (thread.c:484) ==14467== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14467== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14467== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14467== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14467== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14467== by 0x4AECE3C: get_tls_data (test.h:242) ==14467== by 0x4AED215: winetest_set_location (test.h:277) ==14467== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14467== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14467== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC7BD15: thread_startup (thread.c:484) ==14467== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14467== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14467== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14467== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14467== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14467== by 0x4AECE3C: get_tls_data (test.h:242) ==14467== by 0x4AED215: winetest_set_location (test.h:277) ==14467== by 0x4A7A83B: thread_proc (msg.c:7814) ==14467== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14467== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC7BD15: thread_startup (thread.c:484) ==14467== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14467== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14467== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14467== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14467== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14467== by 0x4AECE3C: get_tls_data (test.h:242) ==14467== by 0x4AED215: winetest_set_location (test.h:277) ==14467== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14467== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14467== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14467== by 0x7BC7BD15: thread_startup (thread.c:484) ==14467== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14467== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14539== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14539== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14539== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14539== by 0x4AECE3C: get_tls_data (test.h:242) ==14539== by 0x4AED215: winetest_set_location (test.h:277) ==14539== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14539== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14539== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC7BD15: thread_startup (thread.c:484) ==14539== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14539== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14539== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14539== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14539== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14539== by 0x4AECE3C: get_tls_data (test.h:242) ==14539== by 0x4AED215: winetest_set_location (test.h:277) ==14539== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14539== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14539== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC7BD15: thread_startup (thread.c:484) ==14539== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14539== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14539== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14539== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14539== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14539== by 0x4AECE3C: get_tls_data (test.h:242) ==14539== by 0x4AED215: winetest_set_location (test.h:277) ==14539== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14539== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14539== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC7BD15: thread_startup (thread.c:484) ==14539== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14539== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14539== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14539== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14539== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14539== by 0x4AECE3C: get_tls_data (test.h:242) ==14539== by 0x4AED215: winetest_set_location (test.h:277) ==14539== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14539== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14539== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC7BD15: thread_startup (thread.c:484) ==14539== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14539== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14539== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14539== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14539== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14539== by 0x4AECE3C: get_tls_data (test.h:242) ==14539== by 0x4AED215: winetest_set_location (test.h:277) ==14539== by 0x4A7A83B: thread_proc (msg.c:7814) ==14539== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14539== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC7BD15: thread_startup (thread.c:484) ==14539== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14539== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14539== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14539== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14539== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14539== by 0x4AECE3C: get_tls_data (test.h:242) ==14539== by 0x4AED215: winetest_set_location (test.h:277) ==14539== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14539== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14539== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14539== by 0x7BC7BD15: thread_startup (thread.c:484) ==14539== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14539== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14614== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14614== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14614== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14614== by 0x4AECE3C: get_tls_data (test.h:242) ==14614== by 0x4AED215: winetest_set_location (test.h:277) ==14614== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14614== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14614== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC7BD15: thread_startup (thread.c:484) ==14614== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14614== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14614== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14614== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14614== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14614== by 0x4AECE3C: get_tls_data (test.h:242) ==14614== by 0x4AED215: winetest_set_location (test.h:277) ==14614== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14614== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14614== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC7BD15: thread_startup (thread.c:484) ==14614== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14614== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14614== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14614== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14614== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14614== by 0x4AECE3C: get_tls_data (test.h:242) ==14614== by 0x4AED215: winetest_set_location (test.h:277) ==14614== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14614== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14614== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC7BD15: thread_startup (thread.c:484) ==14614== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14614== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14614== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14614== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14614== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14614== by 0x4AECE3C: get_tls_data (test.h:242) ==14614== by 0x4AED215: winetest_set_location (test.h:277) ==14614== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14614== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14614== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC7BD15: thread_startup (thread.c:484) ==14614== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14614== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14614== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14614== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14614== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14614== by 0x4AECE3C: get_tls_data (test.h:242) ==14614== by 0x4AED215: winetest_set_location (test.h:277) ==14614== by 0x4A7A83B: thread_proc (msg.c:7814) ==14614== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14614== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC7BD15: thread_startup (thread.c:484) ==14614== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14614== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14614== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14614== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14614== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14614== by 0x4AECE3C: get_tls_data (test.h:242) ==14614== by 0x4AED215: winetest_set_location (test.h:277) ==14614== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14614== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14614== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14614== by 0x7BC7BD15: thread_startup (thread.c:484) ==14614== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14614== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14682== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14682== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14682== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14682== by 0x4AECE3C: get_tls_data (test.h:242) ==14682== by 0x4AED215: winetest_set_location (test.h:277) ==14682== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14682== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14682== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC7BD15: thread_startup (thread.c:484) ==14682== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14682== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14682== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14682== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14682== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14682== by 0x4AECE3C: get_tls_data (test.h:242) ==14682== by 0x4AED215: winetest_set_location (test.h:277) ==14682== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14682== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14682== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC7BD15: thread_startup (thread.c:484) ==14682== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14682== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14682== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14682== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14682== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14682== by 0x4AECE3C: get_tls_data (test.h:242) ==14682== by 0x4AED215: winetest_set_location (test.h:277) ==14682== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14682== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14682== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC7BD15: thread_startup (thread.c:484) ==14682== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14682== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14682== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14682== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14682== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14682== by 0x4AECE3C: get_tls_data (test.h:242) ==14682== by 0x4AED215: winetest_set_location (test.h:277) ==14682== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14682== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14682== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC7BD15: thread_startup (thread.c:484) ==14682== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14682== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14682== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14682== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14682== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14682== by 0x4AECE3C: get_tls_data (test.h:242) ==14682== by 0x4AED215: winetest_set_location (test.h:277) ==14682== by 0x4A7A83B: thread_proc (msg.c:7814) ==14682== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14682== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC7BD15: thread_startup (thread.c:484) ==14682== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14682== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14682== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14682== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14682== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14682== by 0x4AECE3C: get_tls_data (test.h:242) ==14682== by 0x4AED215: winetest_set_location (test.h:277) ==14682== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14682== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14682== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14682== by 0x7BC7BD15: thread_startup (thread.c:484) ==14682== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14682== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14743== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14743== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14743== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14743== by 0x4AECE3C: get_tls_data (test.h:242) ==14743== by 0x4AED215: winetest_set_location (test.h:277) ==14743== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14743== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14743== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC7BD15: thread_startup (thread.c:484) ==14743== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14743== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14743== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14743== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14743== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14743== by 0x4AECE3C: get_tls_data (test.h:242) ==14743== by 0x4AED215: winetest_set_location (test.h:277) ==14743== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14743== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14743== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC7BD15: thread_startup (thread.c:484) ==14743== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14743== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14743== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14743== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14743== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14743== by 0x4AECE3C: get_tls_data (test.h:242) ==14743== by 0x4AED215: winetest_set_location (test.h:277) ==14743== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14743== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14743== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC7BD15: thread_startup (thread.c:484) ==14743== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14743== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14743== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14743== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14743== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14743== by 0x4AECE3C: get_tls_data (test.h:242) ==14743== by 0x4AED215: winetest_set_location (test.h:277) ==14743== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14743== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14743== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC7BD15: thread_startup (thread.c:484) ==14743== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14743== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14743== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14743== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14743== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14743== by 0x4AECE3C: get_tls_data (test.h:242) ==14743== by 0x4AED215: winetest_set_location (test.h:277) ==14743== by 0x4A7A83B: thread_proc (msg.c:7814) ==14743== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14743== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC7BD15: thread_startup (thread.c:484) ==14743== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14743== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14743== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14743== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14743== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14743== by 0x4AECE3C: get_tls_data (test.h:242) ==14743== by 0x4AED215: winetest_set_location (test.h:277) ==14743== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14743== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14743== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14743== by 0x7BC7BD15: thread_startup (thread.c:484) ==14743== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14743== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14832== 2,020 bytes in 1 blocks are possibly lost in loss record 791 of 860 ==14832== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14832== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14832== by 0x4AECE3C: get_tls_data (test.h:242) ==14832== by 0x4AED215: winetest_set_location (test.h:277) ==14832== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==14832== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14832== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC7BD15: thread_startup (thread.c:484) ==14832== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14832== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14832== 2,020 bytes in 1 blocks are possibly lost in loss record 792 of 860 ==14832== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14832== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14832== by 0x4AECE3C: get_tls_data (test.h:242) ==14832== by 0x4AED215: winetest_set_location (test.h:277) ==14832== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==14832== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14832== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC7BD15: thread_startup (thread.c:484) ==14832== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14832== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14832== 2,020 bytes in 1 blocks are possibly lost in loss record 793 of 860 ==14832== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14832== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14832== by 0x4AECE3C: get_tls_data (test.h:242) ==14832== by 0x4AED215: winetest_set_location (test.h:277) ==14832== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==14832== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14832== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC7BD15: thread_startup (thread.c:484) ==14832== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14832== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14832== 2,020 bytes in 1 blocks are possibly lost in loss record 794 of 860 ==14832== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14832== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14832== by 0x4AECE3C: get_tls_data (test.h:242) ==14832== by 0x4AED215: winetest_set_location (test.h:277) ==14832== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==14832== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14832== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC7BD15: thread_startup (thread.c:484) ==14832== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14832== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14832== 2,020 bytes in 1 blocks are possibly lost in loss record 795 of 860 ==14832== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14832== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14832== by 0x4AECE3C: get_tls_data (test.h:242) ==14832== by 0x4AED215: winetest_set_location (test.h:277) ==14832== by 0x4A7A83B: thread_proc (msg.c:7814) ==14832== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14832== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC7BD15: thread_startup (thread.c:484) ==14832== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14832== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==14832== 4,040 bytes in 2 blocks are possibly lost in loss record 823 of 860 ==14832== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14832== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14832== by 0x4AECE3C: get_tls_data (test.h:242) ==14832== by 0x4AED215: winetest_set_location (test.h:277) ==14832== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==14832== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14832== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14832== by 0x7BC7BD15: thread_startup (thread.c:484) ==14832== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==14832== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== Invalid free() / delete / delete[] / realloc() ==13316== at 0x7BC45D99: notify_realloc (heap.c:276) ==13316== by 0x7BC49549: RtlReAllocateHeap (heap.c:1906) ==13316== by 0x4CFF0AC: MDIClientWndProc_common (mdi.c:1202) ==13316== by 0x4D3F94A: MDIClientWndProcA (winproc.c:1102) ==13316== by 0x4D3F64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==13316== by 0x4D3FC7C: call_window_proc (winproc.c:244) ==13316== by 0x4D41D02: CallWindowProcA (winproc.c:960) ==13316== by 0x4A814EF: mdi_client_hook_proc (msg.c:3597) ==13316== by 0x4D3F64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==13316== by 0x4D3FC7C: call_window_proc (winproc.c:244) ==13316== by 0x4D40BAF: WINPROC_CallProcWtoA (winproc.c:855) ==13316== by 0x4D41B4F: WINPROC_call_window (winproc.c:899) ==13316== by 0x4D0B852: call_window_proc (message.c:2223) ==13316== by 0x4D0F1E5: send_message (message.c:3255) ==13316== by 0x4D0F421: SendMessageW (message.c:3455) ==13316== by 0x4D34CFD: send_parent_notify (win.c:428) ==13316== by 0x4D387B2: WIN_CreateWindowEx (win.c:1679) ==13316== by 0x4D32A0F: CreateWindowExA (win.c:1744) ==13316== by 0x4A8CB15: test_mdi_messages (msg.c:3802) ==13316== by 0x4AA0A5D: func_msg (msg.c:16716) ==13316== Address 0x48fb7a0 is 0 bytes after a recently re-allocated block of size 0 alloc'd ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4CFD14C: MDIDestroyChild (mdi.c:567) ==13316== by 0x4CFF1AD: MDIClientWndProc_common (mdi.c:1227) ==13316== by 0x4D3F94A: MDIClientWndProcA (winproc.c:1102) ==13316== by 0x4D3F64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==13316== by 0x4D3FC7C: call_window_proc (winproc.c:244) ==13316== by 0x4D41D02: CallWindowProcA (winproc.c:960) ==13316== by 0x4A814EF: mdi_client_hook_proc (msg.c:3597) ==13316== by 0x4D3F64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==13316== by 0x4D3FC7C: call_window_proc (winproc.c:244) ==13316== by 0x4D40BAF: WINPROC_CallProcWtoA (winproc.c:855) ==13316== by 0x4D41B4F: WINPROC_call_window (winproc.c:899) ==13316== by 0x4D0B852: call_window_proc (message.c:2223) ==13316== by 0x4D0F1E5: send_message (message.c:3255) ==13316== by 0x4D0F421: SendMessageW (message.c:3455) ==13316== by 0x4D34CFD: send_parent_notify (win.c:428) ==13316== by 0x4D3646C: DestroyWindow (win.c:1850) ==13316== by 0x4A8CAAF: test_mdi_messages (msg.c:3798) ==13316== by 0x4AA0A5D: func_msg (msg.c:16716) ==13316== { Memcheck:Free fun:notify_realloc fun:RtlReAllocateHeap fun:MDIClientWndProc_common fun:MDIClientWndProcA obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:CallWindowProcA fun:mdi_client_hook_proc obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_CallProcWtoA fun:WINPROC_call_window fun:call_window_proc fun:send_message fun:SendMessageW fun:send_parent_notify fun:WIN_CreateWindowEx fun:CreateWindowExA fun:test_mdi_messages fun:func_msg } msg.c:7075: Test failed: Regions are different msg.c:7075: Test failed: Regions are different ==13316== Invalid read of size 2 ==13316== at 0x4CDD574: strlenW (unicode.h:200) ==13316== by 0x4CDDA11: DEFWND_SetTextW (defwnd.c:140) ==13316== by 0x4CDF70B: DefWindowProcW (defwnd.c:986) ==13316== by 0x4A97445: test_dlg_proc4 (msg.c:12828) ==13316== by 0x4D3F64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==13316== by 0x4D3FC7C: call_window_proc (winproc.c:244) ==13316== by 0x4D41BF2: WINPROC_call_window (winproc.c:910) ==13316== by 0x4D0B852: call_window_proc (message.c:2223) ==13316== by 0x4D0F1E5: send_message (message.c:3255) ==13316== by 0x4D11EE6: SendMessageA (message.c:3477) ==13316== by 0x4D3846F: WIN_CreateWindowEx (win.c:1606) ==13316== by 0x4D32A0F: CreateWindowExA (win.c:1744) ==13316== by 0x4CE2C11: DIALOG_CreateIndirect (dialog.c:636) ==13316== by 0x4CE2F02: CreateDialogIndirectParamAorW (dialog.c:746) ==13316== by 0x4CE2F42: CreateDialogIndirectParamA (dialog.c:755) ==13316== by 0x4CE2FB2: CreateDialogParamA (dialog.c:720) ==13316== by 0x4A97151: test_dialog_messages (msg.c:13060) ==13316== by 0x4AA0B13: func_msg (msg.c:16749) ==13316== by 0x4AED165: run_test (test.h:603) ==13316== by 0x4AEDBBA: main (test.h:687) ==13316== Address 0x48f7ac4 is 0 bytes after a recently re-allocated block of size 12 alloc'd ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4CE2B8D: DIALOG_CreateIndirect (dialog.c:632) ==13316== by 0x4CE2F02: CreateDialogIndirectParamAorW (dialog.c:746) ==13316== by 0x4CE2F42: CreateDialogIndirectParamA (dialog.c:755) ==13316== by 0x4CE2FB2: CreateDialogParamA (dialog.c:720) ==13316== by 0x4A97151: test_dialog_messages (msg.c:13060) ==13316== by 0x4AA0B13: func_msg (msg.c:16749) ==13316== by 0x4AED165: run_test (test.h:603) ==13316== by 0x4AEDBBA: main (test.h:687) ==13316== { Memcheck:Addr2 fun:strlenW fun:DEFWND_SetTextW fun:DefWindowProcW fun:test_dlg_proc4 obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_call_window fun:call_window_proc fun:send_message fun:SendMessageA fun:WIN_CreateWindowEx fun:CreateWindowExA fun:DIALOG_CreateIndirect fun:CreateDialogIndirectParamAorW fun:CreateDialogIndirectParamA fun:CreateDialogParamA fun:test_dialog_messages fun:func_msg fun:run_test fun:main } ==13316== Invalid read of size 2 ==13316== at 0x4CDD597: strcpyW (unicode.h:207) ==13316== by 0x4CDDA77: DEFWND_SetTextW (defwnd.c:146) ==13316== by 0x4CDF70B: DefWindowProcW (defwnd.c:986) ==13316== by 0x4A97445: test_dlg_proc4 (msg.c:12828) ==13316== by 0x4D3F64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==13316== by 0x4D3FC7C: call_window_proc (winproc.c:244) ==13316== by 0x4D41BF2: WINPROC_call_window (winproc.c:910) ==13316== by 0x4D0B852: call_window_proc (message.c:2223) ==13316== by 0x4D0F1E5: send_message (message.c:3255) ==13316== by 0x4D11EE6: SendMessageA (message.c:3477) ==13316== by 0x4D3846F: WIN_CreateWindowEx (win.c:1606) ==13316== by 0x4D32A0F: CreateWindowExA (win.c:1744) ==13316== by 0x4CE2C11: DIALOG_CreateIndirect (dialog.c:636) ==13316== by 0x4CE2F02: CreateDialogIndirectParamAorW (dialog.c:746) ==13316== by 0x4CE2F42: CreateDialogIndirectParamA (dialog.c:755) ==13316== by 0x4CE2FB2: CreateDialogParamA (dialog.c:720) ==13316== by 0x4A97151: test_dialog_messages (msg.c:13060) ==13316== by 0x4AA0B13: func_msg (msg.c:16749) ==13316== by 0x4AED165: run_test (test.h:603) ==13316== by 0x4AEDBBA: main (test.h:687) ==13316== Address 0x48f7ac4 is 0 bytes after a recently re-allocated block of size 12 alloc'd ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4CE2B8D: DIALOG_CreateIndirect (dialog.c:632) ==13316== by 0x4CE2F02: CreateDialogIndirectParamAorW (dialog.c:746) ==13316== by 0x4CE2F42: CreateDialogIndirectParamA (dialog.c:755) ==13316== by 0x4CE2FB2: CreateDialogParamA (dialog.c:720) ==13316== by 0x4A97151: test_dialog_messages (msg.c:13060) ==13316== by 0x4AA0B13: func_msg (msg.c:16749) ==13316== by 0x4AED165: run_test (test.h:603) ==13316== by 0x4AEDBBA: main (test.h:687) ==13316== { Memcheck:Addr2 fun:strcpyW fun:DEFWND_SetTextW fun:DefWindowProcW fun:test_dlg_proc4 obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_call_window fun:call_window_proc fun:send_message fun:SendMessageA fun:WIN_CreateWindowEx fun:CreateWindowExA fun:DIALOG_CreateIndirect fun:CreateDialogIndirectParamAorW fun:CreateDialogIndirectParamA fun:CreateDialogParamA fun:test_dialog_messages fun:func_msg fun:run_test fun:main } msg.c:13507: Tests skipped: Skipping DBCS WM_CHAR test in SBCS codepage 'ANSI Latin 1' msg.c:13823: Tests skipped: Unable to load Greek keyboard layout ==13316== 2,020 bytes in 1 blocks are possibly lost in loss record 1,123 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A7ED2F: create_child_thread (msg.c:7860) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:create_child_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 2,020 bytes in 1 blocks are possibly lost in loss record 1,124 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A7DBD0: create_grand_child_thread (msg.c:7837) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:create_grand_child_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 2,020 bytes in 1 blocks are possibly lost in loss record 1,125 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A93F63: timer_thread_proc (msg.c:9471) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:timer_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 2,020 bytes in 1 blocks are possibly lost in loss record 1,126 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED517: winetest_start_todo (test.h:403) ==13316== by 0x4A7C531: post_rbuttonup_msg (msg.c:14516) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_start_todo fun:post_rbuttonup_msg obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 2,020 bytes in 1 blocks are possibly lost in loss record 1,127 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A79D3B: cbt_global_hook_thread_proc (msg.c:9866) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:cbt_global_hook_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 2,020 bytes in 1 blocks are possibly lost in loss record 1,128 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A7A96D: mouse_ll_global_thread_proc (msg.c:9897) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:mouse_ll_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 2,020 bytes in 1 blocks are possibly lost in loss record 1,129 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A79FB1: SendMessage_thread_1 (msg.c:16376) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_1 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 2,020 bytes in 1 blocks are possibly lost in loss record 1,130 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A7C5D5: SendMessage_thread_2 (msg.c:16398) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:SendMessage_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 2,020 bytes in 1 blocks are possibly lost in loss record 1,131 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A85196: send_msg_thread_2 (msg.c:11003) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:send_msg_thread_2 obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 2,020 bytes in 1 blocks are possibly lost in loss record 1,132 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A82E6C: show_window_thread (msg.c:4994) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:show_window_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 4,040 bytes in 2 blocks are possibly lost in loss record 1,191 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A79C29: win_event_global_thread_proc (msg.c:9834) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:win_event_global_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 6,060 bytes in 3 blocks are possibly lost in loss record 1,216 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A8130D: send_msg_thread (msg.c:10606) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:send_msg_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==13316== 6,060 bytes in 3 blocks are possibly lost in loss record 1,217 of 1,237 ==13316== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13316== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13316== by 0x4AECE3C: get_tls_data (test.h:242) ==13316== by 0x4AED215: winetest_set_location (test.h:277) ==13316== by 0x4A7A83B: thread_proc (msg.c:7814) ==13316== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13316== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13316== by 0x7BC7BD15: thread_startup (thread.c:484) ==13316== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==13316== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:458: msg.ok] Error 2 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so resource && touch resource.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so scroll && touch scroll.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so static && touch static.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so sysparams && touch sysparams.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 sysparams.c:2524: Tests skipped: Setting depth 24 failed(ret = -2) ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so text && touch text.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so uitools && touch uitools.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so win && touch win.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 win.c:1016: Test failed: didn't get start_event win.c:8790: Test failed: WindowFromPoint returned 0x15400f6, expected (nil) win.c:8798: Test failed: WindowFromPoint returned 0x15400f6, expected (nil) win: child process wait failed win: 1 failures in child process win.c:8699: Test failed: WindowFromPoint returned 0xd0152, expected 0x15400f6 win.c:8706: Test failed: WindowFromPoint returned 0xd0152, expected 0x8c006e win.c:8712: Test failed: CreateWindowEx failed win.c:8727: Test failed: transparent window didn't get WM_NCHITTEST message win.c:8728: Test failed: button under static window didn't get WM_LBUTTONUP ==15542== Invalid free() / delete / delete[] / realloc() ==15542== at 0x7BC45D99: notify_realloc (heap.c:276) ==15542== by 0x7BC49549: RtlReAllocateHeap (heap.c:1906) ==15542== by 0x4CFF0AC: MDIClientWndProc_common (mdi.c:1202) ==15542== by 0x4D3F982: MDIClientWndProcW (winproc.c:1107) ==15542== by 0x4D3F64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==15542== by 0x4D3FC7C: call_window_proc (winproc.c:244) ==15542== by 0x4D41B24: WINPROC_call_window (winproc.c:897) ==15542== by 0x4D0B852: call_window_proc (message.c:2223) ==15542== by 0x4D0F1E5: send_message (message.c:3255) ==15542== by 0x4D0F421: SendMessageW (message.c:3455) ==15542== by 0x4D34CFD: send_parent_notify (win.c:428) ==15542== by 0x4D387B2: WIN_CreateWindowEx (win.c:1679) ==15542== by 0x4D32A0F: CreateWindowExA (win.c:1744) ==15542== by 0x4CFEE1F: MDIClientWndProc_common (mdi.c:1118) ==15542== by 0x4D3F94A: MDIClientWndProcA (winproc.c:1102) ==15542== by 0x4D3F64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==15542== by 0x4D3FC7C: call_window_proc (winproc.c:244) ==15542== by 0x4D41BF2: WINPROC_call_window (winproc.c:910) ==15542== by 0x4D0B852: call_window_proc (message.c:2223) ==15542== by 0x4D0F1E5: send_message (message.c:3255) ==15542== Address 0x495fad0 is 0 bytes after a recently re-allocated block of size 0 alloc'd ==15542== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15542== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15542== by 0x4CFD14C: MDIDestroyChild (mdi.c:567) ==15542== by 0x4CFEE42: MDIClientWndProc_common (mdi.c:1129) ==15542== by 0x4D3F94A: MDIClientWndProcA (winproc.c:1102) ==15542== by 0x4D3F64D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==15542== by 0x4D3FC7C: call_window_proc (winproc.c:244) ==15542== by 0x4D41BF2: WINPROC_call_window (winproc.c:910) ==15542== by 0x4D0B852: call_window_proc (message.c:2223) ==15542== by 0x4D0F1E5: send_message (message.c:3255) ==15542== by 0x4D11EE6: SendMessageA (message.c:3477) ==15542== by 0x4AD00B7: test_MDI_create (win.c:1463) ==15542== by 0x4AD28F5: test_mdi (win.c:2399) ==15542== by 0x4AE7580: func_win (win.c:10353) ==15542== by 0x4AED165: run_test (test.h:603) ==15542== by 0x4AEDBBA: main (test.h:687) ==15542== { Memcheck:Free fun:notify_realloc fun:RtlReAllocateHeap fun:MDIClientWndProc_common fun:MDIClientWndProcW obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_call_window fun:call_window_proc fun:send_message fun:SendMessageW fun:send_parent_notify fun:WIN_CreateWindowEx fun:CreateWindowExA fun:MDIClientWndProc_common fun:MDIClientWndProcA obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_call_window fun:call_window_proc fun:send_message } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15875== 2,020 bytes in 1 blocks are possibly lost in loss record 1,168 of 1,280 ==15875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15875== by 0x4AECE3C: get_tls_data (test.h:242) ==15875== by 0x4AED215: winetest_set_location (test.h:277) ==15875== by 0x4AC0AB4: gettext_msg_thread (win.c:6751) ==15875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15875== by 0x7BC7BD15: thread_startup (thread.c:484) ==15875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:gettext_msg_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==15875== 2,020 bytes in 1 blocks are possibly lost in loss record 1,169 of 1,280 ==15875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15875== by 0x4AECE3C: get_tls_data (test.h:242) ==15875== by 0x4AED215: winetest_set_location (test.h:277) ==15875== by 0x4AE0F21: settext_msg_thread (win.c:6766) ==15875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15875== by 0x7BC7BD15: thread_startup (thread.c:484) ==15875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:settext_msg_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==15875== 2,020 bytes in 1 blocks are possibly lost in loss record 1,170 of 1,280 ==15875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15875== by 0x4AECE3C: get_tls_data (test.h:242) ==15875== by 0x4AED215: winetest_set_location (test.h:277) ==15875== by 0x4AB8016: create_window_thread (win.c:3226) ==15875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15875== by 0x7BC7BD15: thread_startup (thread.c:484) ==15875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:create_window_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==15875== 2,020 bytes in 1 blocks are possibly lost in loss record 1,171 of 1,280 ==15875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15875== by 0x4AECE3C: get_tls_data (test.h:242) ==15875== by 0x4AED215: winetest_set_location (test.h:277) ==15875== by 0x4AE0FE4: smresult_thread_proc (win.c:9195) ==15875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15875== by 0x7BC7BD15: thread_startup (thread.c:484) ==15875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:smresult_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==15875== 2,020 bytes in 1 blocks are possibly lost in loss record 1,172 of 1,280 ==15875== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15875== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15875== by 0x4AECE3C: get_tls_data (test.h:242) ==15875== by 0x4AED215: winetest_set_location (test.h:277) ==15875== by 0x4ACE31F: enum_thread (win.c:701) ==15875== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15875== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15875== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15875== by 0x7BC7BD15: thread_startup (thread.c:484) ==15875== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15875== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:enum_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==15542== 2,020 bytes in 1 blocks are possibly lost in loss record 1,136 of 1,247 ==15542== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15542== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15542== by 0x4AECE3C: get_tls_data (test.h:242) ==15542== by 0x4AED215: winetest_set_location (test.h:277) ==15542== by 0x4AC0AB4: gettext_msg_thread (win.c:6751) ==15542== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15542== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15542== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15542== by 0x7BC7BD15: thread_startup (thread.c:484) ==15542== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15542== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:gettext_msg_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==15542== 2,020 bytes in 1 blocks are possibly lost in loss record 1,137 of 1,247 ==15542== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15542== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15542== by 0x4AECE3C: get_tls_data (test.h:242) ==15542== by 0x4AED215: winetest_set_location (test.h:277) ==15542== by 0x4AE0F21: settext_msg_thread (win.c:6766) ==15542== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15542== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15542== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15542== by 0x7BC7BD15: thread_startup (thread.c:484) ==15542== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15542== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:settext_msg_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==15542== 2,020 bytes in 1 blocks are possibly lost in loss record 1,138 of 1,247 ==15542== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15542== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15542== by 0x4AECE3C: get_tls_data (test.h:242) ==15542== by 0x4AED215: winetest_set_location (test.h:277) ==15542== by 0x4AB8016: create_window_thread (win.c:3226) ==15542== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15542== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15542== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15542== by 0x7BC7BD15: thread_startup (thread.c:484) ==15542== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15542== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:create_window_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==15542== 2,020 bytes in 1 blocks are possibly lost in loss record 1,139 of 1,247 ==15542== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15542== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15542== by 0x4AECE3C: get_tls_data (test.h:242) ==15542== by 0x4AED215: winetest_set_location (test.h:277) ==15542== by 0x4AE0FE4: smresult_thread_proc (win.c:9195) ==15542== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15542== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15542== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15542== by 0x7BC7BD15: thread_startup (thread.c:484) ==15542== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15542== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:smresult_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==15542== 2,020 bytes in 1 blocks are possibly lost in loss record 1,140 of 1,247 ==15542== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15542== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15542== by 0x4AECE3C: get_tls_data (test.h:242) ==15542== by 0x4AED215: winetest_set_location (test.h:277) ==15542== by 0x4ACE31F: enum_thread (win.c:701) ==15542== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15542== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15542== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15542== by 0x7BC7BD15: thread_startup (thread.c:484) ==15542== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15542== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:enum_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:612: win.ok] Error 4 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so winstation && touch winstation.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15969== Syscall param write(buf) points to uninitialised byte(s) ==15969== at 0x4253583: __write_nocancel (syscall-template.S:84) ==15969== by 0x7BC6EE75: send_request (server.c:213) ==15969== by 0x7BC702F1: server_call_unlocked (server.c:288) ==15969== by 0x7BC70344: wine_server_call (server.c:321) ==15969== by 0x4D0EE63: send_hardware_message (message.c:3328) ==15969== by 0x4CF26AB: SendInput (input.c:186) ==15969== by 0x4AE7ABE: test_inputdesktop (winstation.c:600) ==15969== by 0x4AEC82F: func_winstation (winstation.c:1015) ==15969== by 0x4AED165: run_test (test.h:603) ==15969== by 0x4AEDBBA: main (test.h:687) ==15969== Address 0x4c9f7b8 is on thread 1's stack ==15969== in frame #4, created by send_hardware_message (message.c:3285) ==15969== Uninitialised value was created by a stack allocation ==15969== at 0x4AE7760: test_inputdesktop (winstation.c:562) ==15969== { Memcheck:Param write(buf) fun:__write_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:send_hardware_message fun:SendInput fun:test_inputdesktop fun:func_winstation fun:run_test fun:main } ==16068== 6,060 bytes in 3 blocks are possibly lost in loss record 550 of 565 ==16068== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16068== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16068== by 0x4AECE3C: get_tls_data (test.h:242) ==16068== by 0x4AED215: winetest_set_location (test.h:277) ==16068== by 0x4AEAD1C: thread (winstation.c:72) ==16068== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16068== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16068== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16068== by 0x7BC7BD15: thread_startup (thread.c:484) ==16068== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==16068== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 winstation.c:959: Test succeeded inside todo block: unexpected foreground window (nil) winstation.c:968: Test failed: unexpected foreground window 0x2c100ee ==15969== 6,060 bytes in 3 blocks are possibly lost in loss record 510 of 522 ==15969== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15969== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15969== by 0x4AECE3C: get_tls_data (test.h:242) ==15969== by 0x4AED215: winetest_set_location (test.h:277) ==15969== by 0x4AEB9FB: create_window (winstation.c:821) ==15969== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15969== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15969== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15969== by 0x7BC7BD15: thread_startup (thread.c:484) ==15969== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15969== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:create_window obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==15969== 8,080 bytes in 4 blocks are possibly lost in loss record 513 of 522 ==15969== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15969== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15969== by 0x4AECE3C: get_tls_data (test.h:242) ==15969== by 0x4AED215: winetest_set_location (test.h:277) ==15969== by 0x4AEAD1C: thread (winstation.c:72) ==15969== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15969== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15969== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15969== by 0x7BC7BD15: thread_startup (thread.c:484) ==15969== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==15969== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:627: winstation.ok] Error 2 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so wsprintf && touch wsprintf.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/user32/tests' make: *** [Makefile:18269: dlls/user32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/userenv/tests' ../../../tools/runtest -q -P wine -T ../../.. -M userenv.dll -p userenv_test.exe.so userenv && touch userenv.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/userenv/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/usp10/tests' ../../../tools/runtest -q -P wine -T ../../.. -M usp10.dll -p usp10_test.exe.so usp10 && touch usp10.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 usp10.c:1682: Tests skipped: Font Calibri is not available. usp10.c:1690: Tests skipped: Font Microsoft Sans Serif is not available. usp10.c:1698: Tests skipped: Font Microsoft Sans Serif is not available. usp10.c:1706: Tests skipped: Font Microsoft Sans Serif is not available. usp10.c:1714: Tests skipped: Font Estrangelo Edessa is not available. usp10.c:1722: Tests skipped: Font MV Boli is not available. usp10.c:1730: Tests skipped: Font Microsoft PhagsPa is not available. usp10.c:1739: Tests skipped: Font DokChampa is not available. usp10.c:1747: Tests skipped: Font Microsoft Himalaya is not available. usp10.c:1756: Tests skipped: Font Mangal is not available. usp10.c:1764: Tests skipped: Font Vrinda is not available. usp10.c:1772: Tests skipped: Font Raavi is not available. usp10.c:1780: Tests skipped: Font Shruti is not available. usp10.c:1788: Tests skipped: Font Kalinga is not available. usp10.c:1796: Tests skipped: Font Latha is not available. usp10.c:1804: Tests skipped: Font Gautami is not available. usp10.c:1812: Tests skipped: Font Kartika is not available. usp10.c:1820: Tests skipped: Font Tunga is not available. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/usp10/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/uxtheme/tests' ../../../tools/runtest -q -P wine -T ../../.. -M uxtheme.dll -p uxtheme_test.exe.so system && touch system.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 system.c:210: Tests skipped: No active theme, skipping rest of OpenThemeData tests system.c:367: Tests skipped: No active theme, skipping rest of OpenThemeDataEx tests make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/uxtheme/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/vbscript/tests' ../../../tools/runtest -q -P wine -T ../../.. -M vbscript.dll -p vbscript_test.exe.so createobj && touch createobj.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M vbscript.dll -p vbscript_test.exe.so run && touch run.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M vbscript.dll -p vbscript_test.exe.so vbscript && touch vbscript.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/vbscript/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/vcomp/tests' ../../../tools/runtest -q -P wine -T ../../.. -M vcomp.dll -p vcomp_test.exe.so vcomp && touch vcomp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/vcomp/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/version/tests' ../../../tools/runtest -q -P wine -T ../../.. -M version.dll -p version_test.exe.so info && touch info.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M version.dll -p version_test.exe.so install && touch install.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/version/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wbemdisp/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wbemdisp.dll -p wbemdisp_test.exe.so wbemdisp && touch wbemdisp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wbemdisp/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wbemprox/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wbemprox.dll -p wbemprox_test.exe.so services && touch services.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wbemprox/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/webservices/tests' ../../../tools/runtest -q -P wine -T ../../.. -M webservices.dll -p webservices_test.exe.so channel && touch channel.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12324== 2,020 bytes in 1 blocks are possibly lost in loss record 259 of 273 ==12324== at 0x7BC45CBC: notify_alloc (heap.c:260) ==12324== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==12324== by 0x4A4EE2C: get_tls_data (test.h:242) ==12324== by 0x4A4F205: winetest_set_location (test.h:277) ==12324== by 0x4A152BE: listener_proc (channel.c:459) ==12324== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12324== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==12324== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==12324== by 0x7BC7BD15: thread_startup (thread.c:484) ==12324== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==12324== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:listener_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M webservices.dll -p webservices_test.exe.so listener && touch listener.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==29451== 2,020 bytes in 1 blocks are possibly lost in loss record 254 of 268 ==29451== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29451== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29451== by 0x4A4EE2C: get_tls_data (test.h:242) ==29451== by 0x4A4F205: winetest_set_location (test.h:277) ==29451== by 0x4A16B4F: listener_proc (listener.c:270) ==29451== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29451== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==29451== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==29451== by 0x7BC7BD15: thread_startup (thread.c:484) ==29451== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==29451== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:listener_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M webservices.dll -p webservices_test.exe.so msg && touch msg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M webservices.dll -p webservices_test.exe.so proxy && touch proxy.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M webservices.dll -p webservices_test.exe.so reader && touch reader.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 reader.c:3734: Test failed: 55: got 7ff0000000000000 reader.c:3734: Test failed: 57: got 0 make[1]: *** [Makefile:316: reader.ok] Error 2 ../../../tools/runtest -q -P wine -T ../../.. -M webservices.dll -p webservices_test.exe.so url && touch url.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M webservices.dll -p webservices_test.exe.so writer && touch writer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 writer.c:388: Test failed: 2273: got 39 expected 22 writer.c:388: Test failed: 2273: got 29 expected 12 writer.c:388: Test failed: 2273: got 28 expected 10 writer.c:388: Test failed: 2273: got 28 expected 11 writer.c:388: Test failed: 2273: got 29 expected 11 writer.c:388: Test failed: 2273: got 29 expected 12 writer.c:390: Test failed: 2273: got 1.7976931348623316E+308 expected 1.7976931348623157E+308 writer.c:390: Test failed: 2273: got -1.7976931348623316E+308 expected -1.7976931348623157E+308 writer.c:2321: Test failed: got 037f writer.c:2324: Test failed: got 0f7f writer.c:388: Test failed: 2337: got 39 expected 22 writer.c:2340: Test failed: got 0f7f make[1]: *** [Makefile:382: writer.ok] Error 12 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/webservices/tests' make: *** [Makefile:19015: dlls/webservices/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wer/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wer.dll -p wer_test.exe.so main && touch main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wer/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wiaservc/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wiaservc.dll -p wiaservc_test.exe.so wia && touch wia.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wiaservc/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/windowscodecs/tests' ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so bitmap && touch bitmap.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so bmpformat && touch bmpformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so converter && touch converter.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so gifformat && touch gifformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so icoformat && touch icoformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so info && touch info.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so metadata && touch metadata.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so palette && touch palette.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so pngformat && touch pngformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==29201== 396 bytes in 11 blocks are definitely lost in loss record 443 of 565 ==29201== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29201== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29201== by 0x55C2037: IStream_Create (regstream.c:445) ==29201== by 0x55C2D95: SHCreateMemStream (regstream.c:667) ==29201== by 0x4A2FF00: create_decoder (pngformat.c:290) ==29201== by 0x4A313DE: test_color_formats (pngformat.c:727) ==29201== by 0x4A3224E: func_pngformat (pngformat.c:849) ==29201== by 0x4A38B5D: run_test (test.h:603) ==29201== by 0x4A395B2: main (test.h:687) ==29201== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IStream_Create fun:SHCreateMemStream fun:create_decoder fun:test_color_formats fun:func_pngformat fun:run_test fun:main } ==29201== 396 bytes in 11 blocks are definitely lost in loss record 444 of 565 ==29201== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29201== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29201== by 0x55C2037: IStream_Create (regstream.c:445) ==29201== by 0x55C2D95: SHCreateMemStream (regstream.c:667) ==29201== by 0x4A2FF00: create_decoder (pngformat.c:290) ==29201== by 0x4A317A9: test_color_formats (pngformat.c:756) ==29201== by 0x4A3224E: func_pngformat (pngformat.c:849) ==29201== by 0x4A38B5D: run_test (test.h:603) ==29201== by 0x4A395B2: main (test.h:687) ==29201== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IStream_Create fun:SHCreateMemStream fun:create_decoder fun:test_color_formats fun:func_pngformat fun:run_test fun:main } ==29201== 540 bytes in 15 blocks are definitely lost in loss record 461 of 565 ==29201== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29201== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29201== by 0x55C2037: IStream_Create (regstream.c:445) ==29201== by 0x55C2D95: SHCreateMemStream (regstream.c:667) ==29201== by 0x4A2FF00: create_decoder (pngformat.c:290) ==29201== by 0x4A31B0F: test_color_formats (pngformat.c:785) ==29201== by 0x4A3224E: func_pngformat (pngformat.c:849) ==29201== by 0x4A38B5D: run_test (test.h:603) ==29201== by 0x4A395B2: main (test.h:687) ==29201== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IStream_Create fun:SHCreateMemStream fun:create_decoder fun:test_color_formats fun:func_pngformat fun:run_test fun:main } ==29201== 540 bytes in 15 blocks are definitely lost in loss record 462 of 565 ==29201== at 0x7BC45CBC: notify_alloc (heap.c:260) ==29201== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==29201== by 0x55C2037: IStream_Create (regstream.c:445) ==29201== by 0x55C2D95: SHCreateMemStream (regstream.c:667) ==29201== by 0x4A2FF00: create_decoder (pngformat.c:290) ==29201== by 0x4A31E63: test_color_formats (pngformat.c:813) ==29201== by 0x4A3224E: func_pngformat (pngformat.c:849) ==29201== by 0x4A38B5D: run_test (test.h:603) ==29201== by 0x4A395B2: main (test.h:687) ==29201== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IStream_Create fun:SHCreateMemStream fun:create_decoder fun:test_color_formats fun:func_pngformat fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so propertybag && touch propertybag.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so stream && touch stream.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so tiffformat && touch tiffformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/windowscodecs/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/windowscodecsext/tests' ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecsext.dll -p windowscodecsext_test.exe.so transform && touch transform.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/windowscodecsext/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/winhttp/tests' ../../../tools/runtest -q -P wine -T ../../.. -M winhttp.dll -p winhttp_test.exe.so notification && touch notification.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1474== 2,020 bytes in 1 blocks are possibly lost in loss record 241 of 259 ==1474== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1474== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1474== by 0x4860694: get_tls_data (test.h:242) ==1474== by 0x4860D6F: winetest_start_todo (test.h:403) ==1474== by 0x4847911: check_notification (notification.c:91) ==1474== by 0x4B4635E: send_callback (session.c:76) ==1474== by 0x4B423DD: open_connection (request.c:1718) ==1474== by 0x4B43093: send_request (request.c:2121) ==1474== by 0x4B43212: task_send_request (request.c:2162) ==1474== by 0x4B3D4A6: task_proc (request.c:216) ==1474== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1474== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1474== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1474== by 0x7BC7BD15: thread_startup (thread.c:484) ==1474== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1474== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_start_todo fun:check_notification fun:send_callback fun:open_connection fun:send_request fun:task_send_request fun:task_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1474== 2,020 bytes in 1 blocks are possibly lost in loss record 242 of 259 ==1474== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1474== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1474== by 0x4860694: get_tls_data (test.h:242) ==1474== by 0x4860A6D: winetest_set_location (test.h:277) ==1474== by 0x48479BC: check_notification (notification.c:95) ==1474== by 0x4B4635E: send_callback (session.c:76) ==1474== by 0x4B423DD: open_connection (request.c:1718) ==1474== by 0x4B43093: send_request (request.c:2121) ==1474== by 0x4B43212: task_send_request (request.c:2162) ==1474== by 0x4B3D4A6: task_proc (request.c:216) ==1474== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1474== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1474== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1474== by 0x7BC7BD15: thread_startup (thread.c:484) ==1474== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1474== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:check_notification fun:send_callback fun:open_connection fun:send_request fun:task_send_request fun:task_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1474== 6,060 bytes in 3 blocks are possibly lost in loss record 254 of 259 ==1474== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1474== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1474== by 0x4860694: get_tls_data (test.h:242) ==1474== by 0x4860A6D: winetest_set_location (test.h:277) ==1474== by 0x48479BC: check_notification (notification.c:95) ==1474== by 0x4B4635E: send_callback (session.c:76) ==1474== by 0x4B43118: send_request (request.c:2128) ==1474== by 0x4B43212: task_send_request (request.c:2162) ==1474== by 0x4B3D4A6: task_proc (request.c:216) ==1474== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1474== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1474== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1474== by 0x7BC7BD15: thread_startup (thread.c:484) ==1474== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1474== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:check_notification fun:send_callback fun:send_request fun:task_send_request fun:task_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M winhttp.dll -p winhttp_test.exe.so url && touch url.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M winhttp.dll -p winhttp_test.exe.so winhttp && touch winhttp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory winhttp.c:2676: Test failed: got 401 make[1]: *** [Makefile:228: winhttp.ok] Error 1 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/winhttp/tests' make: *** [Makefile:19633: dlls/winhttp/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wininet/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wininet.dll -p wininet_test.exe.so ftp && touch ftp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wininet.dll -p wininet_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wininet.dll -p wininet_test.exe.so http && touch http.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16033== 16 bytes in 2 blocks are definitely lost in loss record 72 of 750 ==16033== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16033== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16033== by 0x5F67605: SECUR32_makeSecHandle (wrapper.c:44) ==16033== by 0x5F67E5E: InitializeSecurityContextW (wrapper.c:354) ==16033== by 0x4BA7BF2: netcon_secure_connect_setup (netconnection.c:467) ==16033== by 0x4BA8205: NETCON_secure_connect (netconnection.c:617) ==16033== by 0x4B9B9D0: HTTP_HttpSendRequestW (http.c:4949) ==16033== by 0x4B9C323: AsyncHttpSendRequestProc (http.c:5207) ==16033== by 0x4B9F11D: INTERNET_WorkerThreadFunc (internet.c:3724) ==16033== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==16033== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==16033== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16033== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16033== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16033== by 0x7BC7BD15: thread_startup (thread.c:484) ==16033== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==16033== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:SECUR32_makeSecHandle fun:InitializeSecurityContextW fun:netcon_secure_connect_setup fun:NETCON_secure_connect fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==16033== 36 bytes in 1 blocks are definitely lost in loss record 267 of 750 ==16033== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16033== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16033== by 0x4B91E21: heap_alloc (internet.h:94) ==16033== by 0x4B9986D: get_redirect_url (http.c:4005) ==16033== by 0x4B9BDCC: HTTP_HttpSendRequestW (http.c:5058) ==16033== by 0x4B9C323: AsyncHttpSendRequestProc (http.c:5207) ==16033== by 0x4B9F11D: INTERNET_WorkerThreadFunc (internet.c:3724) ==16033== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==16033== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==16033== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16033== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16033== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16033== by 0x7BC7BD15: thread_startup (thread.c:484) ==16033== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==16033== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:get_redirect_url fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==16033== 61 bytes in 1 blocks are definitely lost in loss record 355 of 750 ==16033== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16033== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16033== by 0x7B4410BE: HeapAlloc (heap.c:271) ==16033== by 0x7B442167: LocalAlloc (heap.c:970) ==16033== by 0x4B9729C: HTTPREQ_QueryOption (http.c:2232) ==16033== by 0x4BA222B: InternetQueryOptionW (internet.c:2555) ==16033== by 0x4A1BEDE: test_security_flags (http.c:5774) ==16033== by 0x4A381B1: func_http (http.c:6944) ==16033== by 0x4A4A0E0: run_test (test.h:603) ==16033== by 0x4A4AB35: main (test.h:687) ==16033== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:HTTPREQ_QueryOption fun:InternetQueryOptionW fun:test_security_flags fun:func_http fun:run_test fun:main } ==16033== 73 bytes in 1 blocks are definitely lost in loss record 433 of 750 ==16033== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16033== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16033== by 0x7B4410BE: HeapAlloc (heap.c:271) ==16033== by 0x7B442167: LocalAlloc (heap.c:970) ==16033== by 0x4B97241: HTTPREQ_QueryOption (http.c:2225) ==16033== by 0x4BA222B: InternetQueryOptionW (internet.c:2555) ==16033== by 0x4A1BEDE: test_security_flags (http.c:5774) ==16033== by 0x4A381B1: func_http (http.c:6944) ==16033== by 0x4A4A0E0: run_test (test.h:603) ==16033== by 0x4A4AB35: main (test.h:687) ==16033== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:HTTPREQ_QueryOption fun:InternetQueryOptionW fun:test_security_flags fun:func_http fun:run_test fun:main } ==16033== 256 bytes in 1 blocks are possibly lost in loss record 611 of 750 ==16033== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16033== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16033== by 0x4B91E06: heap_alloc_zero (internet.h:99) ==16033== by 0x4B9ACA0: get_server (http.c:285) ==16033== by 0x4B9B05A: HTTP_HttpOpenRequestW (http.c:3323) ==16033== by 0x4B9CA2C: HttpOpenRequestW (http.c:3432) ==16033== by 0x4B9CBEC: HttpOpenRequestA (http.c:1490) ==16033== by 0x4A1738E: test_InternetCloseHandle (http.c:6700) ==16033== by 0x4A3816C: func_http (http.c:6939) ==16033== by 0x4A4A0E0: run_test (test.h:603) ==16033== by 0x4A4AB35: main (test.h:687) ==16033== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:get_server fun:HTTP_HttpOpenRequestW fun:HttpOpenRequestW fun:HttpOpenRequestA fun:test_InternetCloseHandle fun:func_http fun:run_test fun:main } ==16033== 256 bytes in 1 blocks are possibly lost in loss record 612 of 750 ==16033== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16033== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16033== by 0x4B91E06: heap_alloc_zero (internet.h:99) ==16033== by 0x4B9ACA0: get_server (http.c:285) ==16033== by 0x4B9B05A: HTTP_HttpOpenRequestW (http.c:3323) ==16033== by 0x4B9CA2C: HttpOpenRequestW (http.c:3432) ==16033== by 0x4B9CBEC: HttpOpenRequestA (http.c:1490) ==16033== by 0x4A1B182: test_security_flags (http.c:5653) ==16033== by 0x4A381B1: func_http (http.c:6944) ==16033== by 0x4A4A0E0: run_test (test.h:603) ==16033== by 0x4A4AB35: main (test.h:687) ==16033== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:get_server fun:HTTP_HttpOpenRequestW fun:HttpOpenRequestW fun:HttpOpenRequestA fun:test_security_flags fun:func_http fun:run_test fun:main } ==16033== 256 bytes in 1 blocks are possibly lost in loss record 613 of 750 ==16033== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16033== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16033== by 0x4B91E06: heap_alloc_zero (internet.h:99) ==16033== by 0x4B9ACA0: get_server (http.c:285) ==16033== by 0x4B9B05A: HTTP_HttpOpenRequestW (http.c:3323) ==16033== by 0x4B9CA2C: HttpOpenRequestW (http.c:3432) ==16033== by 0x4B9CBEC: HttpOpenRequestA (http.c:1490) ==16033== by 0x4A20E5D: test_async_HttpSendRequestEx (http.c:6584) ==16033== by 0x4A381FC: func_http (http.c:6951) ==16033== by 0x4A4A0E0: run_test (test.h:603) ==16033== by 0x4A4AB35: main (test.h:687) ==16033== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:get_server fun:HTTP_HttpOpenRequestW fun:HttpOpenRequestW fun:HttpOpenRequestA fun:test_async_HttpSendRequestEx fun:func_http fun:run_test fun:main } ==16033== 256 bytes in 1 blocks are possibly lost in loss record 616 of 750 ==16033== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16033== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16033== by 0x4B91E06: heap_alloc_zero (internet.h:99) ==16033== by 0x4B9ACA0: get_server (http.c:285) ==16033== by 0x4B9B05A: HTTP_HttpOpenRequestW (http.c:3323) ==16033== by 0x4B9CA2C: HttpOpenRequestW (http.c:3432) ==16033== by 0x4B9CBEC: HttpOpenRequestA (http.c:1490) ==16033== by 0x4A18D19: test_bogus_accept_types_array (http.c:6191) ==16033== by 0x4A38229: func_http (http.c:6960) ==16033== by 0x4A4A0E0: run_test (test.h:603) ==16033== by 0x4A4AB35: main (test.h:687) ==16033== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:get_server fun:HTTP_HttpOpenRequestW fun:HttpOpenRequestW fun:HttpOpenRequestA fun:test_bogus_accept_types_array fun:func_http fun:run_test fun:main } ==16033== 288 bytes in 3 blocks are definitely lost in loss record 623 of 750 ==16033== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16033== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16033== by 0x4BA61D4: heap_alloc_zero (internet.h:99) ==16033== by 0x4BA6EA3: create_netconn (netconnection.c:348) ==16033== by 0x4B99E6F: open_http_connection (http.c:4799) ==16033== by 0x4B9B9A3: HTTP_HttpSendRequestW (http.c:4940) ==16033== by 0x4B9C323: AsyncHttpSendRequestProc (http.c:5207) ==16033== by 0x4B9F11D: INTERNET_WorkerThreadFunc (internet.c:3724) ==16033== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==16033== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==16033== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16033== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16033== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16033== by 0x7BC7BD15: thread_startup (thread.c:484) ==16033== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==16033== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==16033== 864 bytes in 9 blocks are possibly lost in loss record 671 of 750 ==16033== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16033== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16033== by 0x4BA61D4: heap_alloc_zero (internet.h:99) ==16033== by 0x4BA6EA3: create_netconn (netconnection.c:348) ==16033== by 0x4B99E6F: open_http_connection (http.c:4799) ==16033== by 0x4B9B9A3: HTTP_HttpSendRequestW (http.c:4940) ==16033== by 0x4B9C323: AsyncHttpSendRequestProc (http.c:5207) ==16033== by 0x4B9F11D: INTERNET_WorkerThreadFunc (internet.c:3724) ==16033== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==16033== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==16033== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16033== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16033== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16033== by 0x7BC7BD15: thread_startup (thread.c:484) ==16033== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==16033== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:create_netconn fun:open_http_connection fun:HTTP_HttpSendRequestW fun:AsyncHttpSendRequestProc fun:INTERNET_WorkerThreadFunc fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M wininet.dll -p wininet_test.exe.so internet && touch internet.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wininet.dll -p wininet_test.exe.so url && touch url.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wininet.dll -p wininet_test.exe.so urlcache && touch urlcache.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wininet/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/winmm/tests' ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so capture && touch capture.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22382== 36 bytes in 2 blocks are definitely lost in loss record 276 of 675 ==22382== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22382== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22382== by 0x4B48AD7: WINMM_OpenDevice (waveform.c:1110) ==22382== by 0x4B4931F: WID_Open (waveform.c:1360) ==22382== by 0x4B4B2A8: WINMM_DevicesMsgProc (waveform.c:2414) ==22382== by 0x4C7964D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==22382== by 0x4C79C7C: call_window_proc (winproc.c:244) ==22382== by 0x4C7BB24: WINPROC_call_window (winproc.c:897) ==22382== by 0x4C45852: call_window_proc (message.c:2223) ==22382== by 0x4C48B4D: peek_message (message.c:2943) ==22382== by 0x4C4C771: PeekMessageW (message.c:3759) ==22382== by 0x4B4BE36: WINMM_DevicesThreadProc (waveform.c:2504) ==22382== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22382== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22382== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22382== by 0x7BC7BD15: thread_startup (thread.c:484) ==22382== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22382== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINMM_OpenDevice fun:WID_Open fun:WINMM_DevicesMsgProc obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_call_window fun:call_window_proc fun:peek_message fun:PeekMessageW fun:WINMM_DevicesThreadProc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==22382== 512 bytes in 1 blocks are definitely lost in loss record 561 of 675 ==22382== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22382== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22382== by 0x4C6BBC0: list_window_children (win.c:319) ==22382== by 0x4C6FC80: WIN_ListChildren (win.c:3309) ==22382== by 0x4C70523: DestroyWindow (win.c:1881) ==22382== by 0x4B4BC21: WINMM_DevicesThreadDone (waveform.c:2446) ==22382== by 0x4B4BEDE: WINMM_DevicesThreadProc (waveform.c:2517) ==22382== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22382== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22382== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22382== by 0x7BC7BD15: thread_startup (thread.c:484) ==22382== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==22382== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:list_window_children fun:WIN_ListChildren fun:DestroyWindow fun:WINMM_DevicesThreadDone fun:WINMM_DevicesThreadProc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so joystick && touch joystick.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 joystick.c:116: Tests skipped: This test requires a real joystick. ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so mcicda && touch mcicda.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 mcicda.c:174: Tests skipped: No CD-ROM in drive. ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so midi && touch midi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so mixer && touch mixer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1584== 12 bytes in 1 blocks are possibly lost in loss record 74 of 664 ==1584== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1584== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1584== by 0x5B7AB68: MMDevEnum_RegisterEndpointNotificationCallback (devenum.c:1261) ==1584== by 0x4B4A54D: IMMDeviceEnumerator_RegisterEndpointNotificationCallback (mmdeviceapi.h:675) ==1584== by 0x4B4A54D: WINMM_InitMMDevices (???:0) ==1584== by 0x4B4E34F: mixerGetNumDevs (waveform.c:3689) ==1584== by 0x4859824: test_mixerOpen (mixer.c:1023) ==1584== by 0x485C4B8: func_mixer (mixer.c:1106) ==1584== by 0x4868EEF: run_test (test.h:603) ==1584== by 0x4869944: main (test.h:687) ==1584== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:MMDevEnum_RegisterEndpointNotificationCallback fun:IMMDeviceEnumerator_RegisterEndpointNotificationCallback fun:WINMM_InitMMDevices fun:mixerGetNumDevs fun:test_mixerOpen fun:func_mixer fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so mmio && touch mmio.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so timer && touch timer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so wave && touch wave.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1878== 12 bytes in 1 blocks are possibly lost in loss record 79 of 690 ==1878== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1878== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1878== by 0x59FBB68: MMDevEnum_RegisterEndpointNotificationCallback (devenum.c:1261) ==1878== by 0x4B4A54D: IMMDeviceEnumerator_RegisterEndpointNotificationCallback (mmdeviceapi.h:675) ==1878== by 0x4B4A54D: WINMM_InitMMDevices (???:0) ==1878== by 0x4B4BCE1: WINMM_DevicesThreadProc (waveform.c:2469) ==1878== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1878== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1878== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1878== by 0x7BC7BD15: thread_startup (thread.c:484) ==1878== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1878== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:MMDevEnum_RegisterEndpointNotificationCallback fun:IMMDeviceEnumerator_RegisterEndpointNotificationCallback fun:WINMM_InitMMDevices fun:WINMM_DevicesThreadProc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1878== 674 bytes in 19 blocks are definitely lost in loss record 611 of 690 ==1878== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1878== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1878== by 0x4B48AD7: WINMM_OpenDevice (waveform.c:1110) ==1878== by 0x4B49075: WOD_Open (waveform.c:1271) ==1878== by 0x4B4B29A: WINMM_DevicesMsgProc (waveform.c:2410) ==1878== by 0x4C7964D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==1878== by 0x4C79C7C: call_window_proc (winproc.c:244) ==1878== by 0x4C7BB24: WINPROC_call_window (winproc.c:897) ==1878== by 0x4C45852: call_window_proc (message.c:2223) ==1878== by 0x4C48B4D: peek_message (message.c:2943) ==1878== by 0x4C4C771: PeekMessageW (message.c:3759) ==1878== by 0x4B4BE36: WINMM_DevicesThreadProc (waveform.c:2504) ==1878== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1878== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1878== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1878== by 0x7BC7BD15: thread_startup (thread.c:484) ==1878== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1878== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINMM_OpenDevice fun:WOD_Open fun:WINMM_DevicesMsgProc obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_call_window fun:call_window_proc fun:peek_message fun:PeekMessageW fun:WINMM_DevicesThreadProc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1878== 3,078 bytes in 171 blocks are definitely lost in loss record 663 of 690 ==1878== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1878== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1878== by 0x4B48997: WINMM_OpenDevice (waveform.c:1093) ==1878== by 0x4B49075: WOD_Open (waveform.c:1271) ==1878== by 0x4B4B29A: WINMM_DevicesMsgProc (waveform.c:2410) ==1878== by 0x4C7964D: ??? (in /home/austin/wine-valgrind/dlls/user32/user32.dll.so) ==1878== by 0x4C79C7C: call_window_proc (winproc.c:244) ==1878== by 0x4C7BB24: WINPROC_call_window (winproc.c:897) ==1878== by 0x4C45852: call_window_proc (message.c:2223) ==1878== by 0x4C48B4D: peek_message (message.c:2943) ==1878== by 0x4C4C771: PeekMessageW (message.c:3759) ==1878== by 0x4B4BE36: WINMM_DevicesThreadProc (waveform.c:2504) ==1878== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1878== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1878== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1878== by 0x7BC7BD15: thread_startup (thread.c:484) ==1878== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1878== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINMM_OpenDevice fun:WOD_Open fun:WINMM_DevicesMsgProc obj:/home/austin/wine-valgrind/dlls/user32/user32.dll.so fun:call_window_proc fun:WINPROC_call_window fun:call_window_proc fun:peek_message fun:PeekMessageW fun:WINMM_DevicesThreadProc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==1878== 68,680 bytes in 34 blocks are possibly lost in loss record 690 of 690 ==1878== at 0x7BC45CBC: notify_alloc (heap.c:260) ==1878== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==1878== by 0x4868BC6: get_tls_data (test.h:242) ==1878== by 0x4868F9F: winetest_set_location (test.h:277) ==1878== by 0x48629F6: callback_thread (wave.c:584) ==1878== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1878== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==1878== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==1878== by 0x7BC7BD15: thread_startup (thread.c:484) ==1878== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==1878== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:callback_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/winmm/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/winspool.drv/tests' ../../../tools/runtest -q -P wine -T ../../.. -M winspool.drv -p winspool.drv_test.exe.so info && touch info.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 info.c:2354: Tests skipped: Level 1 not supported info.c:2354: Tests skipped: Level 3 not supported ==2315== 156 bytes in 1 blocks are definitely lost in loss record 446 of 645 ==2315== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2315== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2315== by 0x4B174ED: DEVMODEdupWtoA (info.c:421) ==2315== by 0x4B18DFE: get_job_info_2 (info.c:7990) ==2315== by 0x4B19436: get_job_info (info.c:8070) ==2315== by 0x4B26C34: GetJobA (info.c:8105) ==2315== by 0x484E4F6: test_OpenPrinter_defaults (info.c:3029) ==2315== by 0x484F9A7: func_info (info.c:3089) ==2315== by 0x484FD26: run_test (test.h:603) ==2315== by 0x485077D: main (test.h:687) ==2315== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:DEVMODEdupWtoA fun:get_job_info_2 fun:get_job_info fun:GetJobA fun:test_OpenPrinter_defaults fun:func_info fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/winspool.drv/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wintab32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wintab32.dll -p wintab32_test.exe.so context && touch context.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wintab32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wintrust/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wintrust.dll -p wintrust_test.exe.so asn && touch asn.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wintrust.dll -p wintrust_test.exe.so crypt && touch crypt.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wintrust.dll -p wintrust_test.exe.so register && touch register.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wintrust.dll -p wintrust_test.exe.so softpub && touch softpub.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==2733== 28 bytes in 1 blocks are definitely lost in loss record 139 of 490 ==2733== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2733== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2733== by 0x4B253C2: WINTRUST_Alloc (wintrust_main.c:47) ==2733== by 0x4B227BA: SOFTPUB_GetSIP (softpub.c:148) ==2733== by 0x4B22E15: SOFTPUB_LoadFileMessage (softpub.c:363) ==2733== by 0x4B2392E: SoftpubLoadMessage (softpub.c:441) ==2733== by 0x4850F3D: testObjTrust (softpub.c:385) ==2733== by 0x4851601: test_provider_funcs (softpub.c:640) ==2733== by 0x4851F1D: func_softpub (softpub.c:935) ==2733== by 0x48522A6: run_test (test.h:603) ==2733== by 0x4852CFB: main (test.h:687) ==2733== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINTRUST_Alloc fun:SOFTPUB_GetSIP fun:SOFTPUB_LoadFileMessage fun:SoftpubLoadMessage fun:testObjTrust fun:test_provider_funcs fun:func_softpub fun:run_test fun:main } ==2733== 28 bytes in 1 blocks are definitely lost in loss record 140 of 490 ==2733== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2733== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2733== by 0x4B253C2: WINTRUST_Alloc (wintrust_main.c:47) ==2733== by 0x4B227BA: SOFTPUB_GetSIP (softpub.c:148) ==2733== by 0x4B22E15: SOFTPUB_LoadFileMessage (softpub.c:363) ==2733== by 0x4B2392E: SoftpubLoadMessage (softpub.c:441) ==2733== by 0x4851077: testObjTrust (softpub.c:404) ==2733== by 0x4851601: test_provider_funcs (softpub.c:640) ==2733== by 0x4851F1D: func_softpub (softpub.c:935) ==2733== by 0x48522A6: run_test (test.h:603) ==2733== by 0x4852CFB: main (test.h:687) ==2733== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINTRUST_Alloc fun:SOFTPUB_GetSIP fun:SOFTPUB_LoadFileMessage fun:SoftpubLoadMessage fun:testObjTrust fun:test_provider_funcs fun:func_softpub fun:run_test fun:main } ==2733== 80 bytes in 1 blocks are definitely lost in loss record 275 of 490 ==2733== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2733== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2733== by 0x4B253C2: WINTRUST_Alloc (wintrust_main.c:47) ==2733== by 0x4B22864: SOFTPUB_GetMessageFromFile (softpub.c:172) ==2733== by 0x4B22E2E: SOFTPUB_LoadFileMessage (softpub.c:366) ==2733== by 0x4B2392E: SoftpubLoadMessage (softpub.c:441) ==2733== by 0x4850F3D: testObjTrust (softpub.c:385) ==2733== by 0x4851601: test_provider_funcs (softpub.c:640) ==2733== by 0x4851F1D: func_softpub (softpub.c:935) ==2733== by 0x48522A6: run_test (test.h:603) ==2733== by 0x4852CFB: main (test.h:687) ==2733== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINTRUST_Alloc fun:SOFTPUB_GetMessageFromFile fun:SOFTPUB_LoadFileMessage fun:SoftpubLoadMessage fun:testObjTrust fun:test_provider_funcs fun:func_softpub fun:run_test fun:main } ==2733== 136 bytes in 1 blocks are definitely lost in loss record 345 of 490 ==2733== at 0x7BC45CBC: notify_alloc (heap.c:260) ==2733== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==2733== by 0x4B253C2: WINTRUST_Alloc (wintrust_main.c:47) ==2733== by 0x4B254AA: WINTRUST_AllocateProviderData (wintrust_main.c:207) ==2733== by 0x4B2633F: WINTRUST_DefaultVerify (wintrust_main.c:286) ==2733== by 0x4B2678A: WinVerifyTrust (wintrust_main.c:731) ==2733== by 0x4851D45: test_wintrust (softpub.c:845) ==2733== by 0x4851F27: func_softpub (softpub.c:937) ==2733== by 0x48522A6: run_test (test.h:603) ==2733== by 0x4852CFB: main (test.h:687) ==2733== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINTRUST_Alloc fun:WINTRUST_AllocateProviderData fun:WINTRUST_DefaultVerify fun:WinVerifyTrust fun:test_wintrust fun:func_softpub fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wintrust/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wlanapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wlanapi.dll -p wlanapi_test.exe.so wlanapi && touch wlanapi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wlanapi.c:153: Tests skipped: No wireless interfaces make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wlanapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wldap32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wldap32.dll -p wldap32_test.exe.so parse && touch parse.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wldap32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wmiutils/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wmiutils.dll -p wmiutils_test.exe.so path && touch path.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wmiutils/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wmp/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wmp.dll -p wmp_test.exe.so oleobj && touch oleobj.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wmp/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wmvcore/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wmvcore.dll -p wmvcore_test.exe.so wmvcore && touch wmvcore.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wmvcore/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wpc/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wpc.dll -p wpc_test.exe.so wpc && touch wpc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wpc/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ws2_32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ws2_32.dll -p ws2_32_test.exe.so protocol && touch protocol.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ws2_32.dll -p ws2_32_test.exe.so sock && touch sock.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 sock.c:2679: Tests skipped: SOCK_RAW is not supported sock.c:2725: Test failed: Expected 10047, received 10043 sock.c:2726: Tests skipped: IPX is not supported ==3444== Invalid free() / delete / delete[] / realloc() ==3444== at 0x7BC45D99: notify_realloc (heap.c:276) ==3444== by 0x7BC49482: RtlReAllocateHeap (heap.c:1870) ==3444== by 0x4B7BCF7: WS_get_local_ips (socket.c:6259) ==3444== by 0x4B7F373: WS_gethostbyname (socket.c:6342) ==3444== by 0x4A2D92C: test_getsockname (sock.c:4628) ==3444== by 0x4A45492: func_sock (sock.c:11537) ==3444== by 0x4A458CB: run_test (test.h:603) ==3444== by 0x4A46320: main (test.h:687) ==3444== Address 0x5da2ae0 is 0 bytes after a recently re-allocated block of size 0 alloc'd ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4B7BBB4: WS_get_local_ips (socket.c:6225) ==3444== by 0x4B7F373: WS_gethostbyname (socket.c:6342) ==3444== by 0x4A2D92C: test_getsockname (sock.c:4628) ==3444== by 0x4A45492: func_sock (sock.c:11537) ==3444== by 0x4A458CB: run_test (test.h:603) ==3444== by 0x4A46320: main (test.h:687) ==3444== { Memcheck:Free fun:notify_realloc fun:RtlReAllocateHeap fun:WS_get_local_ips fun:WS_gethostbyname fun:test_getsockname fun:func_sock fun:run_test fun:main } ==3444== Invalid free() / delete / delete[] / realloc() ==3444== at 0x7BC45D99: notify_realloc (heap.c:276) ==3444== by 0x7BC49549: RtlReAllocateHeap (heap.c:1906) ==3444== by 0x4B7BCF7: WS_get_local_ips (socket.c:6259) ==3444== by 0x4B7F373: WS_gethostbyname (socket.c:6342) ==3444== by 0x4A2D92C: test_getsockname (sock.c:4628) ==3444== by 0x4A45492: func_sock (sock.c:11537) ==3444== by 0x4A458CB: run_test (test.h:603) ==3444== by 0x4A46320: main (test.h:687) ==3444== Address 0x5da2ae0 is 0 bytes after a recently re-allocated block of size 0 alloc'd ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4B7BBB4: WS_get_local_ips (socket.c:6225) ==3444== by 0x4B7F373: WS_gethostbyname (socket.c:6342) ==3444== by 0x4A2D92C: test_getsockname (sock.c:4628) ==3444== by 0x4A45492: func_sock (sock.c:11537) ==3444== by 0x4A458CB: run_test (test.h:603) ==3444== by 0x4A46320: main (test.h:687) ==3444== { Memcheck:Free fun:notify_realloc fun:RtlReAllocateHeap fun:WS_get_local_ips fun:WS_gethostbyname fun:test_getsockname fun:func_sock fun:run_test fun:main } sock.c:9367: Tests skipped: Cannot test SIO_ADDRESS_LIST_CHANGE, interactive tests must be enabled ==3444== 2,020 bytes in 1 blocks are possibly lost in loss record 597 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A130B0: inet_ntoa_thread_proc (sock.c:10504) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:inet_ntoa_thread_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 2,020 bytes in 1 blocks are possibly lost in loss record 598 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A15086: select_server (sock.c:738) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:select_server obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 2,020 bytes in 1 blocks are possibly lost in loss record 599 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A144FD: oob_server (sock.c:660) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:oob_server obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 2,020 bytes in 1 blocks are possibly lost in loss record 600 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A13B9B: oob_client (sock.c:917) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:oob_client obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 2,020 bytes in 1 blocks are possibly lost in loss record 601 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A1435E: do_bind (sock.c:507) ==3444== by 0x4A14E7C: SelectReadThread (sock.c:3679) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:do_bind fun:SelectReadThread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 2,020 bytes in 1 blocks are possibly lost in loss record 602 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A3151F: write_watch_thread (sock.c:6931) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:write_watch_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 2,020 bytes in 1 blocks are possibly lost in loss record 603 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A315C0: write_watch_thread (sock.c:6936) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:write_watch_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 2,020 bytes in 1 blocks are possibly lost in loss record 604 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A31671: write_watch_thread (sock.c:6943) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:write_watch_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 2,020 bytes in 1 blocks are possibly lost in loss record 605 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A31759: write_watch_thread (sock.c:6951) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:write_watch_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 4,040 bytes in 2 blocks are possibly lost in loss record 628 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A15A3A: event_client (sock.c:1043) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:event_client obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 4,040 bytes in 2 blocks are possibly lost in loss record 629 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A13860: simple_mixed_client (sock.c:972) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:simple_mixed_client obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 4,040 bytes in 2 blocks are possibly lost in loss record 630 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A3541E: wsa_async_select_thread (sock.c:11165) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:wsa_async_select_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 4,040 bytes in 2 blocks are possibly lost in loss record 631 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A2E8B5: wsa_recv_thread (sock.c:11187) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:wsa_recv_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 6,060 bytes in 3 blocks are possibly lost in loss record 642 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A14A65: simple_server (sock.c:603) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:simple_server obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 6,060 bytes in 3 blocks are possibly lost in loss record 643 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A23526: do_getservbyname (sock.c:2351) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:do_getservbyname obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3444== 8,080 bytes in 4 blocks are possibly lost in loss record 646 of 660 ==3444== at 0x7BC45CBC: notify_alloc (heap.c:260) ==3444== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==3444== by 0x4A455A2: get_tls_data (test.h:242) ==3444== by 0x4A4597B: winetest_set_location (test.h:277) ==3444== by 0x4A13EB1: simple_client (sock.c:867) ==3444== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==3444== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==3444== by 0x7BC7BD15: thread_startup (thread.c:484) ==3444== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==3444== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:simple_client obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:212: sock.ok] Error 1 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/ws2_32/tests' make: *** [Makefile:20456: dlls/ws2_32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wsdapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wsdapi.dll -p wsdapi_test.exe.so address && touch address.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wsdapi.dll -p wsdapi_test.exe.so discovery && touch discovery.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wsdapi.dll -p wsdapi_test.exe.so memory && touch memory.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==4040== 1,048 bytes in 1 blocks are possibly lost in loss record 216 of 236 ==4040== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4040== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4040== by 0x4B142DB: WSDAllocateLinkedMemory (memory.c:87) ==4040== by 0x4848A56: AllocateLinkedMemory_tests (memory.c:55) ==4040== by 0x4848B10: func_memory (memory.c:73) ==4040== by 0x484CAE3: run_test (test.h:603) ==4040== by 0x484D538: main (test.h:687) ==4040== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:WSDAllocateLinkedMemory fun:AllocateLinkedMemory_tests fun:func_memory fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M wsdapi.dll -p wsdapi_test.exe.so msgparams && touch msgparams.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wsdapi.dll -p wsdapi_test.exe.so xml && touch xml.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==4202== 34 bytes in 1 blocks are possibly lost in loss record 70 of 238 ==4202== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4202== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4202== by 0x4B142DB: WSDAllocateLinkedMemory (memory.c:87) ==4202== by 0x4B15012: duplicate_string (xml.c:42) ==4202== by 0x4B1507A: duplicate_namespace (xml.c:65) ==4202== by 0x4B156DE: IWSDXMLContextImpl_AddNamespace (xml.c:550) ==4202== by 0x484C5C7: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==4202== by 0x484C5C7: XMLContext_AddNameToNamespace_tests (???:0) ==4202== by 0x484C752: func_xml (xml.c:624) ==4202== by 0x484CAE3: run_test (test.h:603) ==4202== by 0x484D538: main (test.h:687) ==4202== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:WSDAllocateLinkedMemory fun:duplicate_string fun:duplicate_namespace fun:IWSDXMLContextImpl_AddNamespace fun:IWSDXMLContext_AddNamespace fun:XMLContext_AddNameToNamespace_tests fun:func_xml fun:run_test fun:main } ==4202== 40 bytes in 1 blocks are possibly lost in loss record 85 of 238 ==4202== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4202== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4202== by 0x4B142DB: WSDAllocateLinkedMemory (memory.c:87) ==4202== by 0x4B15052: duplicate_namespace (xml.c:52) ==4202== by 0x4B156DE: IWSDXMLContextImpl_AddNamespace (xml.c:550) ==4202== by 0x484C5C7: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==4202== by 0x484C5C7: XMLContext_AddNameToNamespace_tests (???:0) ==4202== by 0x484C752: func_xml (xml.c:624) ==4202== by 0x484CAE3: run_test (test.h:603) ==4202== by 0x484D538: main (test.h:687) ==4202== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:WSDAllocateLinkedMemory fun:duplicate_namespace fun:IWSDXMLContextImpl_AddNamespace fun:IWSDXMLContext_AddNamespace fun:XMLContext_AddNameToNamespace_tests fun:func_xml fun:run_test fun:main } ==4202== 60 bytes in 1 blocks are possibly lost in loss record 110 of 238 ==4202== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4202== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4202== by 0x4B142DB: WSDAllocateLinkedMemory (memory.c:87) ==4202== by 0x4B15012: duplicate_string (xml.c:42) ==4202== by 0x4B15086: duplicate_namespace (xml.c:66) ==4202== by 0x4B156DE: IWSDXMLContextImpl_AddNamespace (xml.c:550) ==4202== by 0x484C5C7: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==4202== by 0x484C5C7: XMLContext_AddNameToNamespace_tests (???:0) ==4202== by 0x484C752: func_xml (xml.c:624) ==4202== by 0x484CAE3: run_test (test.h:603) ==4202== by 0x484D538: main (test.h:687) ==4202== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:WSDAllocateLinkedMemory fun:duplicate_string fun:duplicate_namespace fun:IWSDXMLContextImpl_AddNamespace fun:IWSDXMLContext_AddNamespace fun:XMLContext_AddNameToNamespace_tests fun:func_xml fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wsdapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wshom.ocx/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wshom.ocx -p wshom.ocx_test.exe.so wshom && touch wshom.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wshom.ocx/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wsnmp32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wsnmp32.dll -p wsnmp32_test.exe.so wsnmp && touch wsnmp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wsnmp32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wtsapi32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wtsapi32.dll -p wtsapi32_test.exe.so wtsapi && touch wtsapi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wtsapi32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/xaudio2_7/tests' ../../../tools/runtest -q -P wine -T ../../.. -M xaudio2_7.dll -p xaudio2_7_test.exe.so xaudio2 && touch xaudio2.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==4571== Thread 4: ==4571== Invalid read of size 1 ==4571== at 0x4248383: __nptl_deallocate_tsd (pthread_create.c:246) ==4571== by 0x4248383: start_thread (pthread_create.c:469) ==4571== by 0x4357DA5: clone (clone.S:110) ==4571== Address 0x675fd4c is on thread 1's stack ==4571== { Memcheck:Addr1 fun:__nptl_deallocate_tsd fun:start_thread fun:clone } ==4571== Invalid read of size 1 ==4571== at 0x42483B6: start_thread (pthread_create.c:482) ==4571== by 0x4357DA5: clone (clone.S:110) ==4571== Address 0x675fd4d is on thread 1's stack ==4571== { Memcheck:Addr1 fun:start_thread fun:clone } ==4571== Invalid read of size 1 ==4571== at 0x4248419: start_thread (pthread_create.c:578) ==4571== by 0x4357DA5: clone (clone.S:110) ==4571== Address 0x675fbc4 is on thread 1's stack ==4571== { Memcheck:Addr1 fun:start_thread fun:clone } ==4571== Thread 1 xaudio2_7_test.e: ==4571== 8 bytes in 1 blocks are definitely lost in loss record 64 of 729 ==4571== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4571== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4571== by 0x590D736: make_xaudio2_factory (xaudio_dll.c:2103) ==4571== by 0x5911059: XAudio2Create (xaudio_dll.c:2167) ==4571== by 0x484976A: func_xaudio2 (xaudio2.c:1150) ==4571== by 0x4849BCC: run_test (test.h:603) ==4571== by 0x484A623: main (test.h:687) ==4571== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:make_xaudio2_factory fun:XAudio2Create fun:func_xaudio2 fun:run_test fun:main } ==4571== 12 bytes in 1 blocks are definitely lost in loss record 94 of 729 ==4571== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4571== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4571== by 0x590B03E: make_xapo_factory (xapofx.c:782) ==4571== by 0x590B085: CreateAudioVolumeMeter (xapofx.c:795) ==4571== by 0x4847584: test_xapo_creation_modern (xaudio2.c:1053) ==4571== by 0x4847798: test_xapo_creation (xaudio2.c:1089) ==4571== by 0x4849647: func_xaudio2 (xaudio2.c:1122) ==4571== by 0x4849BCC: run_test (test.h:603) ==4571== by 0x484A623: main (test.h:687) ==4571== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:make_xapo_factory fun:CreateAudioVolumeMeter fun:test_xapo_creation_modern fun:test_xapo_creation fun:func_xaudio2 fun:run_test fun:main } ==4571== 12 bytes in 1 blocks are definitely lost in loss record 95 of 729 ==4571== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4571== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4571== by 0x590B03E: make_xapo_factory (xapofx.c:782) ==4571== by 0x590B0DE: CreateAudioReverb (xapofx.c:809) ==4571== by 0x4847660: test_xapo_creation_modern (xaudio2.c:1067) ==4571== by 0x4847798: test_xapo_creation (xaudio2.c:1089) ==4571== by 0x4849647: func_xaudio2 (xaudio2.c:1122) ==4571== by 0x4849BCC: run_test (test.h:603) ==4571== by 0x484A623: main (test.h:687) ==4571== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:make_xapo_factory fun:CreateAudioReverb fun:test_xapo_creation_modern fun:test_xapo_creation fun:func_xaudio2 fun:run_test fun:main } ==4571== 12 bytes in 1 blocks are definitely lost in loss record 96 of 729 ==4571== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4571== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4571== by 0x590B03E: make_xapo_factory (xapofx.c:782) ==4571== by 0x590B085: CreateAudioVolumeMeter (xapofx.c:795) ==4571== by 0x4848274: test_simple_streaming (xaudio2.c:293) ==4571== by 0x48497F3: func_xaudio2 (xaudio2.c:1158) ==4571== by 0x4849BCC: run_test (test.h:603) ==4571== by 0x484A623: main (test.h:687) ==4571== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:make_xapo_factory fun:CreateAudioVolumeMeter fun:test_simple_streaming fun:func_xaudio2 fun:run_test fun:main } ==4571== 48 bytes in 4 blocks are definitely lost in loss record 344 of 729 ==4571== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4571== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4571== by 0x590B03E: make_xapo_factory (xapofx.c:782) ==4571== by 0x590B1E2: CreateFX (xapofx.c:835) ==4571== by 0x48472F0: test_xapo_creation_modern (xaudio2.c:1018) ==4571== by 0x4847798: test_xapo_creation (xaudio2.c:1089) ==4571== by 0x4849647: func_xaudio2 (xaudio2.c:1122) ==4571== by 0x4849BCC: run_test (test.h:603) ==4571== by 0x484A623: main (test.h:687) ==4571== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:make_xapo_factory fun:CreateFX fun:test_xapo_creation_modern fun:test_xapo_creation fun:func_xaudio2 fun:run_test fun:main } ==4571== 2,020 bytes in 1 blocks are possibly lost in loss record 677 of 729 ==4571== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4571== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4571== by 0x48498D1: get_tls_data (test.h:242) ==4571== by 0x4849C7C: winetest_set_location (test.h:277) ==4571== by 0x4846759: ECB_OnProcessingPassStart (xaudio2.c:61) ==4571== by 0x5AE7DE4: IXAudio2EngineCallback_OnProcessingPassStart (xaudio2.h:674) ==4571== by 0x5AE7DE4: do_engine_tick (???:0) ==4571== by 0x5AE806C: engine_threadproc (xaudio_dll.c:2448) ==4571== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4571== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==4571== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==4571== by 0x7BC7BD15: thread_startup (thread.c:484) ==4571== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==4571== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:ECB_OnProcessingPassStart fun:IXAudio2EngineCallback_OnProcessingPassStart fun:do_engine_tick fun:engine_threadproc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/xaudio2_7/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/xinput1_3/tests' ../../../tools/runtest -q -P wine -T ../../.. -M xinput1_3.dll -p xinput1_3_test.exe.so xinput && touch xinput.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 xinput.c:116: Tests skipped: Controller 0 is not connected xinput.c:116: Tests skipped: Controller 1 is not connected xinput.c:116: Tests skipped: Controller 2 is not connected xinput.c:116: Tests skipped: Controller 3 is not connected xinput.c:210: Tests skipped: Controller 0 is not connected xinput.c:210: Tests skipped: Controller 1 is not connected xinput.c:210: Tests skipped: Controller 2 is not connected xinput.c:210: Tests skipped: Controller 3 is not connected xinput.c:239: Tests skipped: Controller 0 is not connected xinput.c:239: Tests skipped: Controller 1 is not connected xinput.c:239: Tests skipped: Controller 2 is not connected xinput.c:239: Tests skipped: Controller 3 is not connected xinput.c:116: Tests skipped: Controller 0 is not connected xinput.c:116: Tests skipped: Controller 1 is not connected xinput.c:116: Tests skipped: Controller 2 is not connected xinput.c:116: Tests skipped: Controller 3 is not connected xinput.c:210: Tests skipped: Controller 0 is not connected xinput.c:210: Tests skipped: Controller 1 is not connected xinput.c:210: Tests skipped: Controller 2 is not connected xinput.c:210: Tests skipped: Controller 3 is not connected xinput.c:239: Tests skipped: Controller 0 is not connected xinput.c:239: Tests skipped: Controller 1 is not connected xinput.c:239: Tests skipped: Controller 2 is not connected xinput.c:239: Tests skipped: Controller 3 is not connected xinput.c:116: Tests skipped: Controller 0 is not connected xinput.c:116: Tests skipped: Controller 1 is not connected xinput.c:116: Tests skipped: Controller 2 is not connected xinput.c:116: Tests skipped: Controller 3 is not connected xinput.c:116: Tests skipped: Controller 0 is not connected xinput.c:116: Tests skipped: Controller 1 is not connected xinput.c:116: Tests skipped: Controller 2 is not connected xinput.c:116: Tests skipped: Controller 3 is not connected xinput.c:210: Tests skipped: Controller 0 is not connected xinput.c:210: Tests skipped: Controller 1 is not connected xinput.c:210: Tests skipped: Controller 2 is not connected xinput.c:210: Tests skipped: Controller 3 is not connected xinput.c:239: Tests skipped: Controller 0 is not connected xinput.c:239: Tests skipped: Controller 1 is not connected xinput.c:239: Tests skipped: Controller 2 is not connected xinput.c:239: Tests skipped: Controller 3 is not connected xinput.c:186: Tests skipped: Controller 0 is not connected xinput.c:186: Tests skipped: Controller 1 is not connected xinput.c:186: Tests skipped: Controller 2 is not connected xinput.c:186: Tests skipped: Controller 3 is not connected xinput.c:274: Tests skipped: Controller 0 is not connected xinput.c:274: Tests skipped: Controller 1 is not connected xinput.c:274: Tests skipped: Controller 2 is not connected xinput.c:274: Tests skipped: Controller 3 is not connected xinput.c:116: Tests skipped: Controller 0 is not connected xinput.c:116: Tests skipped: Controller 1 is not connected xinput.c:116: Tests skipped: Controller 2 is not connected xinput.c:116: Tests skipped: Controller 3 is not connected xinput.c:116: Tests skipped: Controller 0 is not connected xinput.c:116: Tests skipped: Controller 1 is not connected xinput.c:116: Tests skipped: Controller 2 is not connected xinput.c:116: Tests skipped: Controller 3 is not connected xinput.c:210: Tests skipped: Controller 0 is not connected xinput.c:210: Tests skipped: Controller 1 is not connected xinput.c:210: Tests skipped: Controller 2 is not connected xinput.c:210: Tests skipped: Controller 3 is not connected xinput.c:186: Tests skipped: Controller 0 is not connected xinput.c:186: Tests skipped: Controller 1 is not connected xinput.c:186: Tests skipped: Controller 2 is not connected xinput.c:186: Tests skipped: Controller 3 is not connected xinput.c:274: Tests skipped: Controller 0 is not connected xinput.c:274: Tests skipped: Controller 1 is not connected xinput.c:274: Tests skipped: Controller 2 is not connected xinput.c:274: Tests skipped: Controller 3 is not connected xinput.c:116: Tests skipped: Controller 0 is not connected xinput.c:116: Tests skipped: Controller 1 is not connected xinput.c:116: Tests skipped: Controller 2 is not connected xinput.c:116: Tests skipped: Controller 3 is not connected xinput.c:210: Tests skipped: Controller 0 is not connected xinput.c:210: Tests skipped: Controller 1 is not connected xinput.c:210: Tests skipped: Controller 2 is not connected xinput.c:210: Tests skipped: Controller 3 is not connected xinput.c:239: Tests skipped: Controller 0 is not connected xinput.c:239: Tests skipped: Controller 1 is not connected xinput.c:239: Tests skipped: Controller 2 is not connected xinput.c:239: Tests skipped: Controller 3 is not connected make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/xinput1_3/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/xmllite/tests' ../../../tools/runtest -q -P wine -T ../../.. -M xmllite.dll -p xmllite_test.exe.so reader && touch reader.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M xmllite.dll -p xmllite_test.exe.so writer && touch writer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==4939== 8 bytes in 1 blocks are possibly lost in loss record 24 of 263 ==4939== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4939== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4939== by 0x7B4410BE: HeapAlloc (heap.c:271) ==4939== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==4939== by 0x4B6D37F: CreateStreamOnHGlobal (hglobalstream.c:602) ==4939== by 0x48510CB: test_writeroutput (writer.c:451) ==4939== by 0x485405A: func_writer (writer.c:1586) ==4939== by 0x4854417: run_test (test.h:603) ==4939== by 0x4854E6C: main (test.h:687) ==4939== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:CreateStreamOnHGlobal fun:test_writeroutput fun:func_writer fun:run_test fun:main } ==4939== 44 bytes in 1 blocks are definitely lost in loss record 116 of 263 ==4939== at 0x7BC45CBC: notify_alloc (heap.c:260) ==4939== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==4939== by 0x4B1A6F9: heap_alloc (xmllite_private.h:28) ==4939== by 0x4B1AA28: create_writer_output (writer.c:1493) ==4939== by 0x4B1AF4B: CreateXmlWriterOutputWithEncodingCodePage (writer.c:1555) ==4939== by 0x4851109: test_writeroutput (writer.c:454) ==4939== by 0x485405A: func_writer (writer.c:1586) ==4939== by 0x4854417: run_test (test.h:603) ==4939== by 0x4854E6C: main (test.h:687) ==4939== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:create_writer_output fun:CreateXmlWriterOutputWithEncodingCodePage fun:test_writeroutput fun:func_writer fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/xmllite/tests' make[1]: Entering directory '/home/austin/wine-valgrind/programs/cmd/tests' ../../../tools/runtest -q -P wine -T ../../.. -M cmd.exe -p cmd.exe_test.exe.so batch && touch batch.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/programs/cmd/tests' make[1]: Entering directory '/home/austin/wine-valgrind/programs/reg/tests' ../../../tools/runtest -q -P wine -T ../../.. -M reg.exe -p reg.exe_test.exe.so reg && touch reg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13969== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==13969== at 0x7BC45CBC: notify_alloc (heap.c:260) ==13969== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==13969== by 0x485F712: heap_xalloc (reg.c:82) ==13969== by 0x485F814: get_long_key (reg.c:871) ==13969== by 0x4860D1A: parse_registry_key (reg.c:891) ==13969== by 0x4860EB3: wmain (reg.c:997) ==13969== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==13969== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==13969== by 0x7B45B4B5: start_process (process.c:1123) ==13969== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13969== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==13969== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==13969== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14031== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==14031== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14031== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14031== by 0x485F712: heap_xalloc (reg.c:82) ==14031== by 0x485F814: get_long_key (reg.c:871) ==14031== by 0x4860D1A: parse_registry_key (reg.c:891) ==14031== by 0x4860EB3: wmain (reg.c:997) ==14031== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==14031== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==14031== by 0x7B45B4B5: start_process (process.c:1123) ==14031== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14031== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14031== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14031== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14300== 102 bytes in 1 blocks are definitely lost in loss record 170 of 259 ==14300== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14300== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14300== by 0x485F712: heap_xalloc (reg.c:82) ==14300== by 0x485F814: get_long_key (reg.c:871) ==14300== by 0x4860D1A: parse_registry_key (reg.c:891) ==14300== by 0x4860EB3: wmain (reg.c:997) ==14300== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==14300== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==14300== by 0x7B45B4B5: start_process (process.c:1123) ==14300== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14300== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14300== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14300== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14379== 100 bytes in 1 blocks are definitely lost in loss record 170 of 259 ==14379== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14379== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14379== by 0x485F712: heap_xalloc (reg.c:82) ==14379== by 0x485F814: get_long_key (reg.c:871) ==14379== by 0x4860D1A: parse_registry_key (reg.c:891) ==14379== by 0x4860EB3: wmain (reg.c:997) ==14379== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==14379== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==14379== by 0x7B45B4B5: start_process (process.c:1123) ==14379== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14379== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14379== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14379== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14447== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==14447== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14447== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14447== by 0x485F712: heap_xalloc (reg.c:82) ==14447== by 0x485F814: get_long_key (reg.c:871) ==14447== by 0x4860D1A: parse_registry_key (reg.c:891) ==14447== by 0x4860EB3: wmain (reg.c:997) ==14447== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==14447== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==14447== by 0x7B45B4B5: start_process (process.c:1123) ==14447== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14447== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14447== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14447== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14521== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==14521== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14521== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14521== by 0x485F712: heap_xalloc (reg.c:82) ==14521== by 0x485F814: get_long_key (reg.c:871) ==14521== by 0x4860D1A: parse_registry_key (reg.c:891) ==14521== by 0x4860EB3: wmain (reg.c:997) ==14521== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==14521== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==14521== by 0x7B45B4B5: start_process (process.c:1123) ==14521== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14521== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14521== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14521== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14591== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==14591== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14591== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14591== by 0x485F712: heap_xalloc (reg.c:82) ==14591== by 0x485F814: get_long_key (reg.c:871) ==14591== by 0x4860D1A: parse_registry_key (reg.c:891) ==14591== by 0x4860EB3: wmain (reg.c:997) ==14591== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==14591== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==14591== by 0x7B45B4B5: start_process (process.c:1123) ==14591== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14591== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14591== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14591== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14654== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==14654== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14654== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14654== by 0x485F712: heap_xalloc (reg.c:82) ==14654== by 0x485F814: get_long_key (reg.c:871) ==14654== by 0x4860D1A: parse_registry_key (reg.c:891) ==14654== by 0x4860EB3: wmain (reg.c:997) ==14654== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==14654== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==14654== by 0x7B45B4B5: start_process (process.c:1123) ==14654== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14654== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14654== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14654== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14723== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==14723== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14723== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14723== by 0x485F712: heap_xalloc (reg.c:82) ==14723== by 0x485F814: get_long_key (reg.c:871) ==14723== by 0x4860D1A: parse_registry_key (reg.c:891) ==14723== by 0x4860EB3: wmain (reg.c:997) ==14723== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==14723== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==14723== by 0x7B45B4B5: start_process (process.c:1123) ==14723== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14723== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14723== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14723== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14789== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==14789== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14789== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14789== by 0x485F712: heap_xalloc (reg.c:82) ==14789== by 0x485F814: get_long_key (reg.c:871) ==14789== by 0x4860D1A: parse_registry_key (reg.c:891) ==14789== by 0x4860EB3: wmain (reg.c:997) ==14789== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==14789== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==14789== by 0x7B45B4B5: start_process (process.c:1123) ==14789== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14789== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14789== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14789== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14861== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==14861== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14861== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14861== by 0x485F712: heap_xalloc (reg.c:82) ==14861== by 0x485F814: get_long_key (reg.c:871) ==14861== by 0x4860D1A: parse_registry_key (reg.c:891) ==14861== by 0x4860EB3: wmain (reg.c:997) ==14861== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==14861== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==14861== by 0x7B45B4B5: start_process (process.c:1123) ==14861== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14861== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14861== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14861== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14944== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==14944== at 0x7BC45CBC: notify_alloc (heap.c:260) ==14944== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==14944== by 0x485F712: heap_xalloc (reg.c:82) ==14944== by 0x485F814: get_long_key (reg.c:871) ==14944== by 0x4860D1A: parse_registry_key (reg.c:891) ==14944== by 0x4860EB3: wmain (reg.c:997) ==14944== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==14944== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==14944== by 0x7B45B4B5: start_process (process.c:1123) ==14944== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14944== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==14944== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==14944== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15012== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15012== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15012== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15012== by 0x485F712: heap_xalloc (reg.c:82) ==15012== by 0x485F814: get_long_key (reg.c:871) ==15012== by 0x4860D1A: parse_registry_key (reg.c:891) ==15012== by 0x4860EB3: wmain (reg.c:997) ==15012== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15012== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15012== by 0x7B45B4B5: start_process (process.c:1123) ==15012== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15012== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15012== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15012== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15083== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15083== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15083== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15083== by 0x485F712: heap_xalloc (reg.c:82) ==15083== by 0x485F814: get_long_key (reg.c:871) ==15083== by 0x4860D1A: parse_registry_key (reg.c:891) ==15083== by 0x4860EB3: wmain (reg.c:997) ==15083== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15083== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15083== by 0x7B45B4B5: start_process (process.c:1123) ==15083== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15083== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15083== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15083== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15143== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==15143== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15143== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15143== by 0x485F712: heap_xalloc (reg.c:82) ==15143== by 0x485F814: get_long_key (reg.c:871) ==15143== by 0x4860D1A: parse_registry_key (reg.c:891) ==15143== by 0x4860EB3: wmain (reg.c:997) ==15143== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15143== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15143== by 0x7B45B4B5: start_process (process.c:1123) ==15143== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15143== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15143== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15143== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15205== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15205== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15205== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15205== by 0x485F712: heap_xalloc (reg.c:82) ==15205== by 0x485F814: get_long_key (reg.c:871) ==15205== by 0x4860D1A: parse_registry_key (reg.c:891) ==15205== by 0x4860EB3: wmain (reg.c:997) ==15205== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15205== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15205== by 0x7B45B4B5: start_process (process.c:1123) ==15205== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15205== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15205== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15205== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15277== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15277== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15277== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15277== by 0x485F712: heap_xalloc (reg.c:82) ==15277== by 0x485F814: get_long_key (reg.c:871) ==15277== by 0x4860D1A: parse_registry_key (reg.c:891) ==15277== by 0x4860EB3: wmain (reg.c:997) ==15277== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15277== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15277== by 0x7B45B4B5: start_process (process.c:1123) ==15277== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15277== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15277== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15277== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15338== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15338== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15338== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15338== by 0x485F712: heap_xalloc (reg.c:82) ==15338== by 0x485F814: get_long_key (reg.c:871) ==15338== by 0x4860D1A: parse_registry_key (reg.c:891) ==15338== by 0x4860EB3: wmain (reg.c:997) ==15338== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15338== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15338== by 0x7B45B4B5: start_process (process.c:1123) ==15338== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15338== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15338== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15338== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15401== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15401== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15401== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15401== by 0x485F712: heap_xalloc (reg.c:82) ==15401== by 0x485F814: get_long_key (reg.c:871) ==15401== by 0x4860D1A: parse_registry_key (reg.c:891) ==15401== by 0x4860EB3: wmain (reg.c:997) ==15401== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15401== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15401== by 0x7B45B4B5: start_process (process.c:1123) ==15401== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15401== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15401== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15401== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15480== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15480== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15480== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15480== by 0x485F712: heap_xalloc (reg.c:82) ==15480== by 0x485F814: get_long_key (reg.c:871) ==15480== by 0x4860D1A: parse_registry_key (reg.c:891) ==15480== by 0x4860EB3: wmain (reg.c:997) ==15480== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15480== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15480== by 0x7B45B4B5: start_process (process.c:1123) ==15480== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15480== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15480== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15480== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15539== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15539== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15539== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15539== by 0x485F712: heap_xalloc (reg.c:82) ==15539== by 0x485F814: get_long_key (reg.c:871) ==15539== by 0x4860D1A: parse_registry_key (reg.c:891) ==15539== by 0x4860EB3: wmain (reg.c:997) ==15539== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15539== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15539== by 0x7B45B4B5: start_process (process.c:1123) ==15539== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15539== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15539== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15539== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15601== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15601== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15601== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15601== by 0x485F712: heap_xalloc (reg.c:82) ==15601== by 0x485F814: get_long_key (reg.c:871) ==15601== by 0x4860D1A: parse_registry_key (reg.c:891) ==15601== by 0x4860EB3: wmain (reg.c:997) ==15601== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15601== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15601== by 0x7B45B4B5: start_process (process.c:1123) ==15601== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15601== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15601== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15601== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15659== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15659== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15659== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15659== by 0x485F712: heap_xalloc (reg.c:82) ==15659== by 0x485F814: get_long_key (reg.c:871) ==15659== by 0x4860D1A: parse_registry_key (reg.c:891) ==15659== by 0x4860EB3: wmain (reg.c:997) ==15659== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15659== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15659== by 0x7B45B4B5: start_process (process.c:1123) ==15659== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15659== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15659== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15659== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15722== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15722== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15722== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15722== by 0x485F712: heap_xalloc (reg.c:82) ==15722== by 0x485F814: get_long_key (reg.c:871) ==15722== by 0x4860D1A: parse_registry_key (reg.c:891) ==15722== by 0x4860EB3: wmain (reg.c:997) ==15722== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15722== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15722== by 0x7B45B4B5: start_process (process.c:1123) ==15722== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15722== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15722== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15722== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15792== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15792== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15792== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15792== by 0x485F712: heap_xalloc (reg.c:82) ==15792== by 0x485F814: get_long_key (reg.c:871) ==15792== by 0x4860D1A: parse_registry_key (reg.c:891) ==15792== by 0x4860EB3: wmain (reg.c:997) ==15792== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15792== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15792== by 0x7B45B4B5: start_process (process.c:1123) ==15792== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15792== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15792== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15792== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15858== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15858== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15858== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15858== by 0x485F712: heap_xalloc (reg.c:82) ==15858== by 0x485F814: get_long_key (reg.c:871) ==15858== by 0x4860D1A: parse_registry_key (reg.c:891) ==15858== by 0x4860EB3: wmain (reg.c:997) ==15858== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15858== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15858== by 0x7B45B4B5: start_process (process.c:1123) ==15858== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15858== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15858== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15858== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15925== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15925== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15925== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15925== by 0x485F712: heap_xalloc (reg.c:82) ==15925== by 0x485F814: get_long_key (reg.c:871) ==15925== by 0x4860D1A: parse_registry_key (reg.c:891) ==15925== by 0x4860EB3: wmain (reg.c:997) ==15925== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15925== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15925== by 0x7B45B4B5: start_process (process.c:1123) ==15925== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15925== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15925== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15925== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15988== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15988== at 0x7BC45CBC: notify_alloc (heap.c:260) ==15988== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==15988== by 0x485F712: heap_xalloc (reg.c:82) ==15988== by 0x485F814: get_long_key (reg.c:871) ==15988== by 0x4860D1A: parse_registry_key (reg.c:891) ==15988== by 0x4860EB3: wmain (reg.c:997) ==15988== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==15988== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==15988== by 0x7B45B4B5: start_process (process.c:1123) ==15988== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15988== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==15988== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==15988== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16053== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16053== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16053== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16053== by 0x485F712: heap_xalloc (reg.c:82) ==16053== by 0x485F814: get_long_key (reg.c:871) ==16053== by 0x4860D1A: parse_registry_key (reg.c:891) ==16053== by 0x4860EB3: wmain (reg.c:997) ==16053== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16053== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16053== by 0x7B45B4B5: start_process (process.c:1123) ==16053== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16053== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16053== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16053== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16135== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16135== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16135== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16135== by 0x485F712: heap_xalloc (reg.c:82) ==16135== by 0x485F814: get_long_key (reg.c:871) ==16135== by 0x4860D1A: parse_registry_key (reg.c:891) ==16135== by 0x4860EB3: wmain (reg.c:997) ==16135== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16135== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16135== by 0x7B45B4B5: start_process (process.c:1123) ==16135== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16135== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16135== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16135== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16205== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16205== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16205== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16205== by 0x485F712: heap_xalloc (reg.c:82) ==16205== by 0x485F814: get_long_key (reg.c:871) ==16205== by 0x4860D1A: parse_registry_key (reg.c:891) ==16205== by 0x4860EB3: wmain (reg.c:997) ==16205== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16205== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16205== by 0x7B45B4B5: start_process (process.c:1123) ==16205== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16205== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16205== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16205== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16279== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16279== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16279== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16279== by 0x485F712: heap_xalloc (reg.c:82) ==16279== by 0x485F814: get_long_key (reg.c:871) ==16279== by 0x4860D1A: parse_registry_key (reg.c:891) ==16279== by 0x4860EB3: wmain (reg.c:997) ==16279== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16279== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16279== by 0x7B45B4B5: start_process (process.c:1123) ==16279== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16279== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16279== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16279== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16399== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16399== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16399== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16399== by 0x485F712: heap_xalloc (reg.c:82) ==16399== by 0x485F814: get_long_key (reg.c:871) ==16399== by 0x4860D1A: parse_registry_key (reg.c:891) ==16399== by 0x4860EB3: wmain (reg.c:997) ==16399== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16399== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16399== by 0x7B45B4B5: start_process (process.c:1123) ==16399== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16399== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16399== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16399== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16461== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16461== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16461== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16461== by 0x485F712: heap_xalloc (reg.c:82) ==16461== by 0x485F814: get_long_key (reg.c:871) ==16461== by 0x4860D1A: parse_registry_key (reg.c:891) ==16461== by 0x4860EB3: wmain (reg.c:997) ==16461== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16461== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16461== by 0x7B45B4B5: start_process (process.c:1123) ==16461== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16461== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16461== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16461== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16526== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16526== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16526== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16526== by 0x485F712: heap_xalloc (reg.c:82) ==16526== by 0x485F814: get_long_key (reg.c:871) ==16526== by 0x4860D1A: parse_registry_key (reg.c:891) ==16526== by 0x4860EB3: wmain (reg.c:997) ==16526== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16526== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16526== by 0x7B45B4B5: start_process (process.c:1123) ==16526== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16526== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16526== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16526== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16604== 82 bytes in 1 blocks are definitely lost in loss record 146 of 258 ==16604== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16604== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16604== by 0x485F712: heap_xalloc (reg.c:82) ==16604== by 0x485F814: get_long_key (reg.c:871) ==16604== by 0x4860D1A: parse_registry_key (reg.c:891) ==16604== by 0x4860EB3: wmain (reg.c:997) ==16604== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16604== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16604== by 0x7B45B4B5: start_process (process.c:1123) ==16604== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16604== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16604== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16604== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16673== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16673== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16673== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16673== by 0x485F712: heap_xalloc (reg.c:82) ==16673== by 0x485F814: get_long_key (reg.c:871) ==16673== by 0x4860D1A: parse_registry_key (reg.c:891) ==16673== by 0x4860EB3: wmain (reg.c:997) ==16673== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16673== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16673== by 0x7B45B4B5: start_process (process.c:1123) ==16673== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16673== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16673== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16673== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16739== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16739== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16739== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16739== by 0x485F712: heap_xalloc (reg.c:82) ==16739== by 0x485F814: get_long_key (reg.c:871) ==16739== by 0x4860D1A: parse_registry_key (reg.c:891) ==16739== by 0x4860EB3: wmain (reg.c:997) ==16739== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16739== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16739== by 0x7B45B4B5: start_process (process.c:1123) ==16739== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16739== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16739== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16739== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16828== 82 bytes in 1 blocks are definitely lost in loss record 146 of 258 ==16828== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16828== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16828== by 0x485F712: heap_xalloc (reg.c:82) ==16828== by 0x485F814: get_long_key (reg.c:871) ==16828== by 0x4860D1A: parse_registry_key (reg.c:891) ==16828== by 0x4860EB3: wmain (reg.c:997) ==16828== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16828== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16828== by 0x7B45B4B5: start_process (process.c:1123) ==16828== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16828== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16828== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16828== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16899== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16899== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16899== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16899== by 0x485F712: heap_xalloc (reg.c:82) ==16899== by 0x485F814: get_long_key (reg.c:871) ==16899== by 0x4860D1A: parse_registry_key (reg.c:891) ==16899== by 0x4860EB3: wmain (reg.c:997) ==16899== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16899== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16899== by 0x7B45B4B5: start_process (process.c:1123) ==16899== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16899== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16899== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16899== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16963== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16963== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16963== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16963== by 0x485F712: heap_xalloc (reg.c:82) ==16963== by 0x485F814: get_long_key (reg.c:871) ==16963== by 0x4860D1A: parse_registry_key (reg.c:891) ==16963== by 0x4860EB3: wmain (reg.c:997) ==16963== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==16963== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==16963== by 0x7B45B4B5: start_process (process.c:1123) ==16963== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16963== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16963== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16963== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17022== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17022== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17022== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17022== by 0x485F712: heap_xalloc (reg.c:82) ==17022== by 0x485F814: get_long_key (reg.c:871) ==17022== by 0x4860D1A: parse_registry_key (reg.c:891) ==17022== by 0x4860EB3: wmain (reg.c:997) ==17022== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17022== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17022== by 0x7B45B4B5: start_process (process.c:1123) ==17022== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17022== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17022== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17022== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17086== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17086== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17086== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17086== by 0x485F712: heap_xalloc (reg.c:82) ==17086== by 0x485F814: get_long_key (reg.c:871) ==17086== by 0x4860D1A: parse_registry_key (reg.c:891) ==17086== by 0x4860EB3: wmain (reg.c:997) ==17086== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17086== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17086== by 0x7B45B4B5: start_process (process.c:1123) ==17086== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17086== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17086== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17086== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17155== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17155== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17155== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17155== by 0x485F712: heap_xalloc (reg.c:82) ==17155== by 0x485F814: get_long_key (reg.c:871) ==17155== by 0x4860D1A: parse_registry_key (reg.c:891) ==17155== by 0x4860EB3: wmain (reg.c:997) ==17155== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17155== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17155== by 0x7B45B4B5: start_process (process.c:1123) ==17155== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17155== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17155== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17155== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17217== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17217== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17217== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17217== by 0x485F712: heap_xalloc (reg.c:82) ==17217== by 0x485F814: get_long_key (reg.c:871) ==17217== by 0x4860D1A: parse_registry_key (reg.c:891) ==17217== by 0x4860EB3: wmain (reg.c:997) ==17217== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17217== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17217== by 0x7B45B4B5: start_process (process.c:1123) ==17217== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17217== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17217== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17217== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17286== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17286== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17286== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17286== by 0x485F712: heap_xalloc (reg.c:82) ==17286== by 0x485F814: get_long_key (reg.c:871) ==17286== by 0x4860D1A: parse_registry_key (reg.c:891) ==17286== by 0x4860EB3: wmain (reg.c:997) ==17286== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17286== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17286== by 0x7B45B4B5: start_process (process.c:1123) ==17286== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17286== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17286== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17286== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17364== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17364== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17364== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17364== by 0x485F712: heap_xalloc (reg.c:82) ==17364== by 0x485F814: get_long_key (reg.c:871) ==17364== by 0x4860D1A: parse_registry_key (reg.c:891) ==17364== by 0x4860EB3: wmain (reg.c:997) ==17364== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17364== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17364== by 0x7B45B4B5: start_process (process.c:1123) ==17364== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17364== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17364== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17364== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17431== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17431== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17431== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17431== by 0x485F712: heap_xalloc (reg.c:82) ==17431== by 0x485F814: get_long_key (reg.c:871) ==17431== by 0x4860D1A: parse_registry_key (reg.c:891) ==17431== by 0x4860EB3: wmain (reg.c:997) ==17431== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17431== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17431== by 0x7B45B4B5: start_process (process.c:1123) ==17431== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17431== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17431== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17431== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17503== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17503== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17503== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17503== by 0x485F712: heap_xalloc (reg.c:82) ==17503== by 0x485F814: get_long_key (reg.c:871) ==17503== by 0x4860D1A: parse_registry_key (reg.c:891) ==17503== by 0x4860EB3: wmain (reg.c:997) ==17503== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17503== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17503== by 0x7B45B4B5: start_process (process.c:1123) ==17503== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17503== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17503== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17503== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17562== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==17562== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17562== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17562== by 0x485F712: heap_xalloc (reg.c:82) ==17562== by 0x485F814: get_long_key (reg.c:871) ==17562== by 0x4860D1A: parse_registry_key (reg.c:891) ==17562== by 0x4860EB3: wmain (reg.c:997) ==17562== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17562== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17562== by 0x7B45B4B5: start_process (process.c:1123) ==17562== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17562== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17562== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17562== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17627== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17627== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17627== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17627== by 0x485F712: heap_xalloc (reg.c:82) ==17627== by 0x485F814: get_long_key (reg.c:871) ==17627== by 0x4860D1A: parse_registry_key (reg.c:891) ==17627== by 0x4860EB3: wmain (reg.c:997) ==17627== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17627== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17627== by 0x7B45B4B5: start_process (process.c:1123) ==17627== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17627== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17627== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17627== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17696== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17696== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17696== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17696== by 0x485F712: heap_xalloc (reg.c:82) ==17696== by 0x485F814: get_long_key (reg.c:871) ==17696== by 0x4860D1A: parse_registry_key (reg.c:891) ==17696== by 0x4860EB3: wmain (reg.c:997) ==17696== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17696== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17696== by 0x7B45B4B5: start_process (process.c:1123) ==17696== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17696== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17696== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17696== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17762== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17762== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17762== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17762== by 0x485F712: heap_xalloc (reg.c:82) ==17762== by 0x485F814: get_long_key (reg.c:871) ==17762== by 0x4860D1A: parse_registry_key (reg.c:891) ==17762== by 0x4860EB3: wmain (reg.c:997) ==17762== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17762== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17762== by 0x7B45B4B5: start_process (process.c:1123) ==17762== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17762== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17762== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17762== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17826== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==17826== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17826== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17826== by 0x485F712: heap_xalloc (reg.c:82) ==17826== by 0x485F814: get_long_key (reg.c:871) ==17826== by 0x4860D1A: parse_registry_key (reg.c:891) ==17826== by 0x4860EB3: wmain (reg.c:997) ==17826== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17826== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17826== by 0x7B45B4B5: start_process (process.c:1123) ==17826== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17826== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17826== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17826== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17890== 82 bytes in 1 blocks are definitely lost in loss record 144 of 258 ==17890== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17890== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17890== by 0x485F712: heap_xalloc (reg.c:82) ==17890== by 0x485F814: get_long_key (reg.c:871) ==17890== by 0x4860D1A: parse_registry_key (reg.c:891) ==17890== by 0x4860EB3: wmain (reg.c:997) ==17890== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17890== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17890== by 0x7B45B4B5: start_process (process.c:1123) ==17890== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17890== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17890== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17890== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==17953== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==17953== at 0x7BC45CBC: notify_alloc (heap.c:260) ==17953== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==17953== by 0x485F712: heap_xalloc (reg.c:82) ==17953== by 0x485F814: get_long_key (reg.c:871) ==17953== by 0x4860D1A: parse_registry_key (reg.c:891) ==17953== by 0x4860EB3: wmain (reg.c:997) ==17953== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==17953== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==17953== by 0x7B45B4B5: start_process (process.c:1123) ==17953== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17953== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==17953== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==17953== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18019== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==18019== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18019== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18019== by 0x485F712: heap_xalloc (reg.c:82) ==18019== by 0x485F814: get_long_key (reg.c:871) ==18019== by 0x4860D1A: parse_registry_key (reg.c:891) ==18019== by 0x4860EB3: wmain (reg.c:997) ==18019== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18019== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18019== by 0x7B45B4B5: start_process (process.c:1123) ==18019== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18019== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18019== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18019== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18089== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==18089== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18089== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18089== by 0x485F712: heap_xalloc (reg.c:82) ==18089== by 0x485F814: get_long_key (reg.c:871) ==18089== by 0x4860D1A: parse_registry_key (reg.c:891) ==18089== by 0x4860EB3: wmain (reg.c:997) ==18089== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18089== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18089== by 0x7B45B4B5: start_process (process.c:1123) ==18089== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18089== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18089== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18089== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18158== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==18158== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18158== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18158== by 0x485F712: heap_xalloc (reg.c:82) ==18158== by 0x485F814: get_long_key (reg.c:871) ==18158== by 0x4860D1A: parse_registry_key (reg.c:891) ==18158== by 0x4860EB3: wmain (reg.c:997) ==18158== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18158== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18158== by 0x7B45B4B5: start_process (process.c:1123) ==18158== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18158== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18158== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18158== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18229== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==18229== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18229== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18229== by 0x485F712: heap_xalloc (reg.c:82) ==18229== by 0x485F814: get_long_key (reg.c:871) ==18229== by 0x4860D1A: parse_registry_key (reg.c:891) ==18229== by 0x4860EB3: wmain (reg.c:997) ==18229== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18229== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18229== by 0x7B45B4B5: start_process (process.c:1123) ==18229== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18229== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18229== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18229== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18309== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==18309== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18309== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18309== by 0x485F712: heap_xalloc (reg.c:82) ==18309== by 0x485F814: get_long_key (reg.c:871) ==18309== by 0x4860D1A: parse_registry_key (reg.c:891) ==18309== by 0x4860EB3: wmain (reg.c:997) ==18309== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18309== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18309== by 0x7B45B4B5: start_process (process.c:1123) ==18309== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18309== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18309== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18309== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18376== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==18376== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18376== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18376== by 0x485F712: heap_xalloc (reg.c:82) ==18376== by 0x485F814: get_long_key (reg.c:871) ==18376== by 0x4860D1A: parse_registry_key (reg.c:891) ==18376== by 0x4860EB3: wmain (reg.c:997) ==18376== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18376== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18376== by 0x7B45B4B5: start_process (process.c:1123) ==18376== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18376== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18376== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18376== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18451== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==18451== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18451== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18451== by 0x485F712: heap_xalloc (reg.c:82) ==18451== by 0x485F814: get_long_key (reg.c:871) ==18451== by 0x4860D1A: parse_registry_key (reg.c:891) ==18451== by 0x4860EB3: wmain (reg.c:997) ==18451== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18451== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18451== by 0x7B45B4B5: start_process (process.c:1123) ==18451== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18451== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18451== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18451== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18512== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==18512== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18512== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18512== by 0x485F712: heap_xalloc (reg.c:82) ==18512== by 0x485F814: get_long_key (reg.c:871) ==18512== by 0x4860D1A: parse_registry_key (reg.c:891) ==18512== by 0x4860EB3: wmain (reg.c:997) ==18512== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18512== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18512== by 0x7B45B4B5: start_process (process.c:1123) ==18512== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18512== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18512== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18512== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18587== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==18587== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18587== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18587== by 0x485F712: heap_xalloc (reg.c:82) ==18587== by 0x485F814: get_long_key (reg.c:871) ==18587== by 0x4860D1A: parse_registry_key (reg.c:891) ==18587== by 0x4860EB3: wmain (reg.c:997) ==18587== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18587== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18587== by 0x7B45B4B5: start_process (process.c:1123) ==18587== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18587== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18587== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18587== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18678== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==18678== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18678== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18678== by 0x485F712: heap_xalloc (reg.c:82) ==18678== by 0x485F814: get_long_key (reg.c:871) ==18678== by 0x4860D1A: parse_registry_key (reg.c:891) ==18678== by 0x4860EB3: wmain (reg.c:997) ==18678== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18678== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18678== by 0x7B45B4B5: start_process (process.c:1123) ==18678== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18678== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18678== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18678== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18746== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==18746== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18746== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18746== by 0x485F712: heap_xalloc (reg.c:82) ==18746== by 0x485F814: get_long_key (reg.c:871) ==18746== by 0x4860D1A: parse_registry_key (reg.c:891) ==18746== by 0x4860EB3: wmain (reg.c:997) ==18746== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18746== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18746== by 0x7B45B4B5: start_process (process.c:1123) ==18746== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18746== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18746== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18746== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18812== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==18812== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18812== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18812== by 0x485F712: heap_xalloc (reg.c:82) ==18812== by 0x485F814: get_long_key (reg.c:871) ==18812== by 0x4860D1A: parse_registry_key (reg.c:891) ==18812== by 0x4860EB3: wmain (reg.c:997) ==18812== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18812== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18812== by 0x7B45B4B5: start_process (process.c:1123) ==18812== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18812== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18812== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18812== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18871== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==18871== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18871== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18871== by 0x485F712: heap_xalloc (reg.c:82) ==18871== by 0x485F814: get_long_key (reg.c:871) ==18871== by 0x4860D1A: parse_registry_key (reg.c:891) ==18871== by 0x4860EB3: wmain (reg.c:997) ==18871== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18871== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18871== by 0x7B45B4B5: start_process (process.c:1123) ==18871== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18871== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18871== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18871== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18940== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==18940== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18940== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18940== by 0x485F712: heap_xalloc (reg.c:82) ==18940== by 0x485F814: get_long_key (reg.c:871) ==18940== by 0x4860D1A: parse_registry_key (reg.c:891) ==18940== by 0x4860EB3: wmain (reg.c:997) ==18940== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18940== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18940== by 0x7B45B4B5: start_process (process.c:1123) ==18940== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18940== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18940== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18940== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18996== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==18996== at 0x7BC45CBC: notify_alloc (heap.c:260) ==18996== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==18996== by 0x485F712: heap_xalloc (reg.c:82) ==18996== by 0x485F814: get_long_key (reg.c:871) ==18996== by 0x4860D1A: parse_registry_key (reg.c:891) ==18996== by 0x4860EB3: wmain (reg.c:997) ==18996== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==18996== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==18996== by 0x7B45B4B5: start_process (process.c:1123) ==18996== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18996== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==18996== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==18996== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19058== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==19058== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19058== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19058== by 0x485F712: heap_xalloc (reg.c:82) ==19058== by 0x485F814: get_long_key (reg.c:871) ==19058== by 0x4860D1A: parse_registry_key (reg.c:891) ==19058== by 0x4860EB3: wmain (reg.c:997) ==19058== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19058== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19058== by 0x7B45B4B5: start_process (process.c:1123) ==19058== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19058== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19058== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19058== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19148== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==19148== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19148== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19148== by 0x485F712: heap_xalloc (reg.c:82) ==19148== by 0x485F814: get_long_key (reg.c:871) ==19148== by 0x4860D1A: parse_registry_key (reg.c:891) ==19148== by 0x4860EB3: wmain (reg.c:997) ==19148== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19148== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19148== by 0x7B45B4B5: start_process (process.c:1123) ==19148== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19148== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19148== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19148== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19228== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==19228== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19228== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19228== by 0x485F712: heap_xalloc (reg.c:82) ==19228== by 0x485F814: get_long_key (reg.c:871) ==19228== by 0x4860D1A: parse_registry_key (reg.c:891) ==19228== by 0x4860EB3: wmain (reg.c:997) ==19228== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19228== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19228== by 0x7B45B4B5: start_process (process.c:1123) ==19228== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19228== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19228== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19228== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19299== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==19299== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19299== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19299== by 0x485F712: heap_xalloc (reg.c:82) ==19299== by 0x485F814: get_long_key (reg.c:871) ==19299== by 0x4860D1A: parse_registry_key (reg.c:891) ==19299== by 0x4860EB3: wmain (reg.c:997) ==19299== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19299== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19299== by 0x7B45B4B5: start_process (process.c:1123) ==19299== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19299== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19299== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19299== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19401== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==19401== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19401== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19401== by 0x485F712: heap_xalloc (reg.c:82) ==19401== by 0x485F814: get_long_key (reg.c:871) ==19401== by 0x4860D1A: parse_registry_key (reg.c:891) ==19401== by 0x4860EB3: wmain (reg.c:997) ==19401== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19401== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19401== by 0x7B45B4B5: start_process (process.c:1123) ==19401== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19401== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19401== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19401== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19483== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==19483== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19483== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19483== by 0x485F712: heap_xalloc (reg.c:82) ==19483== by 0x485F814: get_long_key (reg.c:871) ==19483== by 0x4860D1A: parse_registry_key (reg.c:891) ==19483== by 0x4860EB3: wmain (reg.c:997) ==19483== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19483== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19483== by 0x7B45B4B5: start_process (process.c:1123) ==19483== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19483== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19483== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19483== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19556== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==19556== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19556== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19556== by 0x485F712: heap_xalloc (reg.c:82) ==19556== by 0x485F814: get_long_key (reg.c:871) ==19556== by 0x4860D1A: parse_registry_key (reg.c:891) ==19556== by 0x4860EB3: wmain (reg.c:997) ==19556== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19556== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19556== by 0x7B45B4B5: start_process (process.c:1123) ==19556== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19556== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19556== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19556== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19623== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==19623== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19623== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19623== by 0x485F712: heap_xalloc (reg.c:82) ==19623== by 0x485F814: get_long_key (reg.c:871) ==19623== by 0x4860D1A: parse_registry_key (reg.c:891) ==19623== by 0x4860EB3: wmain (reg.c:997) ==19623== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19623== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19623== by 0x7B45B4B5: start_process (process.c:1123) ==19623== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19623== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19623== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19623== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19684== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==19684== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19684== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19684== by 0x485F712: heap_xalloc (reg.c:82) ==19684== by 0x485F814: get_long_key (reg.c:871) ==19684== by 0x4860D1A: parse_registry_key (reg.c:891) ==19684== by 0x4860EB3: wmain (reg.c:997) ==19684== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19684== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19684== by 0x7B45B4B5: start_process (process.c:1123) ==19684== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19684== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19684== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19684== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19759== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==19759== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19759== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19759== by 0x485F712: heap_xalloc (reg.c:82) ==19759== by 0x485F814: get_long_key (reg.c:871) ==19759== by 0x4860D1A: parse_registry_key (reg.c:891) ==19759== by 0x4860EB3: wmain (reg.c:997) ==19759== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19759== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19759== by 0x7B45B4B5: start_process (process.c:1123) ==19759== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19759== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19759== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19759== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19826== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==19826== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19826== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19826== by 0x485F712: heap_xalloc (reg.c:82) ==19826== by 0x485F814: get_long_key (reg.c:871) ==19826== by 0x4860D1A: parse_registry_key (reg.c:891) ==19826== by 0x4860EB3: wmain (reg.c:997) ==19826== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19826== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19826== by 0x7B45B4B5: start_process (process.c:1123) ==19826== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19826== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19826== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19826== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==19883== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==19883== at 0x7BC45CBC: notify_alloc (heap.c:260) ==19883== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==19883== by 0x485F712: heap_xalloc (reg.c:82) ==19883== by 0x485F814: get_long_key (reg.c:871) ==19883== by 0x4860D1A: parse_registry_key (reg.c:891) ==19883== by 0x4860EB3: wmain (reg.c:997) ==19883== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==19883== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==19883== by 0x7B45B4B5: start_process (process.c:1123) ==19883== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19883== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==19883== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==19883== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20094== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==20094== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20094== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20094== by 0x485F712: heap_xalloc (reg.c:82) ==20094== by 0x485F814: get_long_key (reg.c:871) ==20094== by 0x4860D1A: parse_registry_key (reg.c:891) ==20094== by 0x4860EB3: wmain (reg.c:997) ==20094== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20094== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20094== by 0x7B45B4B5: start_process (process.c:1123) ==20094== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20094== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20094== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20094== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20165== 82 bytes in 1 blocks are definitely lost in loss record 147 of 258 ==20165== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20165== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20165== by 0x485F712: heap_xalloc (reg.c:82) ==20165== by 0x485F814: get_long_key (reg.c:871) ==20165== by 0x4860D1A: parse_registry_key (reg.c:891) ==20165== by 0x4860EB3: wmain (reg.c:997) ==20165== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20165== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20165== by 0x7B45B4B5: start_process (process.c:1123) ==20165== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20165== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20165== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20165== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20228== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==20228== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20228== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20228== by 0x485F712: heap_xalloc (reg.c:82) ==20228== by 0x485F814: get_long_key (reg.c:871) ==20228== by 0x4860D1A: parse_registry_key (reg.c:891) ==20228== by 0x4860EB3: wmain (reg.c:997) ==20228== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20228== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20228== by 0x7B45B4B5: start_process (process.c:1123) ==20228== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20228== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20228== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20228== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20310== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==20310== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20310== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20310== by 0x485F712: heap_xalloc (reg.c:82) ==20310== by 0x485F814: get_long_key (reg.c:871) ==20310== by 0x4860D1A: parse_registry_key (reg.c:891) ==20310== by 0x4860EB3: wmain (reg.c:997) ==20310== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20310== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20310== by 0x7B45B4B5: start_process (process.c:1123) ==20310== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20310== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20310== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20310== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20380== 82 bytes in 1 blocks are definitely lost in loss record 147 of 258 ==20380== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20380== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20380== by 0x485F712: heap_xalloc (reg.c:82) ==20380== by 0x485F814: get_long_key (reg.c:871) ==20380== by 0x4860D1A: parse_registry_key (reg.c:891) ==20380== by 0x4860EB3: wmain (reg.c:997) ==20380== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20380== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20380== by 0x7B45B4B5: start_process (process.c:1123) ==20380== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20380== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20380== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20380== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20589== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==20589== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20589== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20589== by 0x485F712: heap_xalloc (reg.c:82) ==20589== by 0x485F814: get_long_key (reg.c:871) ==20589== by 0x4860D1A: parse_registry_key (reg.c:891) ==20589== by 0x4860EB3: wmain (reg.c:997) ==20589== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20589== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20589== by 0x7B45B4B5: start_process (process.c:1123) ==20589== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20589== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20589== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20589== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20657== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==20657== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20657== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20657== by 0x485F712: heap_xalloc (reg.c:82) ==20657== by 0x485F814: get_long_key (reg.c:871) ==20657== by 0x4860D1A: parse_registry_key (reg.c:891) ==20657== by 0x4860EB3: wmain (reg.c:997) ==20657== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20657== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20657== by 0x7B45B4B5: start_process (process.c:1123) ==20657== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20657== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20657== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20657== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20732== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==20732== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20732== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20732== by 0x485F712: heap_xalloc (reg.c:82) ==20732== by 0x485F814: get_long_key (reg.c:871) ==20732== by 0x4860D1A: parse_registry_key (reg.c:891) ==20732== by 0x4860EB3: wmain (reg.c:997) ==20732== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20732== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20732== by 0x7B45B4B5: start_process (process.c:1123) ==20732== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20732== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20732== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20732== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20796== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==20796== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20796== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20796== by 0x485F712: heap_xalloc (reg.c:82) ==20796== by 0x485F814: get_long_key (reg.c:871) ==20796== by 0x4860D1A: parse_registry_key (reg.c:891) ==20796== by 0x4860EB3: wmain (reg.c:997) ==20796== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20796== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20796== by 0x7B45B4B5: start_process (process.c:1123) ==20796== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20796== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20796== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20796== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20858== 82 bytes in 1 blocks are definitely lost in loss record 67 of 100 ==20858== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20858== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20858== by 0x485F712: heap_xalloc (reg.c:82) ==20858== by 0x485F814: get_long_key (reg.c:871) ==20858== by 0x4860D1A: parse_registry_key (reg.c:891) ==20858== by 0x4860EB3: wmain (reg.c:997) ==20858== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20858== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20858== by 0x7B45B4B5: start_process (process.c:1123) ==20858== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20858== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20858== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20858== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20927== 82 bytes in 1 blocks are definitely lost in loss record 67 of 100 ==20927== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20927== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20927== by 0x485F712: heap_xalloc (reg.c:82) ==20927== by 0x485F814: get_long_key (reg.c:871) ==20927== by 0x4860D1A: parse_registry_key (reg.c:891) ==20927== by 0x4860EB3: wmain (reg.c:997) ==20927== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20927== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20927== by 0x7B45B4B5: start_process (process.c:1123) ==20927== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20927== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20927== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20927== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20986== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==20986== at 0x7BC45CBC: notify_alloc (heap.c:260) ==20986== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==20986== by 0x485F712: heap_xalloc (reg.c:82) ==20986== by 0x485F814: get_long_key (reg.c:871) ==20986== by 0x4860D1A: parse_registry_key (reg.c:891) ==20986== by 0x4860EB3: wmain (reg.c:997) ==20986== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==20986== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==20986== by 0x7B45B4B5: start_process (process.c:1123) ==20986== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20986== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==20986== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==20986== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21053== 96 bytes in 1 blocks are definitely lost in loss record 170 of 259 ==21053== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21053== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21053== by 0x485F712: heap_xalloc (reg.c:82) ==21053== by 0x485F814: get_long_key (reg.c:871) ==21053== by 0x4860D1A: parse_registry_key (reg.c:891) ==21053== by 0x4860EB3: wmain (reg.c:997) ==21053== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21053== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21053== by 0x7B45B4B5: start_process (process.c:1123) ==21053== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21053== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21053== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21053== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21123== 96 bytes in 1 blocks are definitely lost in loss record 73 of 100 ==21123== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21123== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21123== by 0x485F712: heap_xalloc (reg.c:82) ==21123== by 0x485F814: get_long_key (reg.c:871) ==21123== by 0x4860D1A: parse_registry_key (reg.c:891) ==21123== by 0x4860EB3: wmain (reg.c:997) ==21123== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21123== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21123== by 0x7B45B4B5: start_process (process.c:1123) ==21123== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21123== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21123== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21123== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21182== 96 bytes in 1 blocks are definitely lost in loss record 73 of 100 ==21182== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21182== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21182== by 0x485F712: heap_xalloc (reg.c:82) ==21182== by 0x485F814: get_long_key (reg.c:871) ==21182== by 0x4860D1A: parse_registry_key (reg.c:891) ==21182== by 0x4860EB3: wmain (reg.c:997) ==21182== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21182== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21182== by 0x7B45B4B5: start_process (process.c:1123) ==21182== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21182== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21182== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21182== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21245== 96 bytes in 1 blocks are definitely lost in loss record 168 of 258 ==21245== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21245== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21245== by 0x485F712: heap_xalloc (reg.c:82) ==21245== by 0x485F814: get_long_key (reg.c:871) ==21245== by 0x4860D1A: parse_registry_key (reg.c:891) ==21245== by 0x4860EB3: wmain (reg.c:997) ==21245== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21245== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21245== by 0x7B45B4B5: start_process (process.c:1123) ==21245== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21245== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21245== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21245== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21320== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==21320== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21320== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21320== by 0x485F712: heap_xalloc (reg.c:82) ==21320== by 0x485F814: get_long_key (reg.c:871) ==21320== by 0x4860D1A: parse_registry_key (reg.c:891) ==21320== by 0x4860EB3: wmain (reg.c:997) ==21320== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21320== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21320== by 0x7B45B4B5: start_process (process.c:1123) ==21320== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21320== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21320== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21320== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21380== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==21380== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21380== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21380== by 0x485F712: heap_xalloc (reg.c:82) ==21380== by 0x485F814: get_long_key (reg.c:871) ==21380== by 0x4860D1A: parse_registry_key (reg.c:891) ==21380== by 0x4860EB3: wmain (reg.c:997) ==21380== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21380== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21380== by 0x7B45B4B5: start_process (process.c:1123) ==21380== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21380== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21380== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21380== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21446== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==21446== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21446== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21446== by 0x485F712: heap_xalloc (reg.c:82) ==21446== by 0x485F814: get_long_key (reg.c:871) ==21446== by 0x4860D1A: parse_registry_key (reg.c:891) ==21446== by 0x4860EB3: wmain (reg.c:997) ==21446== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21446== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21446== by 0x7B45B4B5: start_process (process.c:1123) ==21446== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21446== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21446== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21446== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21510== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==21510== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21510== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21510== by 0x485F712: heap_xalloc (reg.c:82) ==21510== by 0x485F814: get_long_key (reg.c:871) ==21510== by 0x4860D1A: parse_registry_key (reg.c:891) ==21510== by 0x4860EB3: wmain (reg.c:997) ==21510== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21510== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21510== by 0x7B45B4B5: start_process (process.c:1123) ==21510== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21510== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21510== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21510== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21575== 96 bytes in 1 blocks are definitely lost in loss record 170 of 259 ==21575== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21575== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21575== by 0x485F712: heap_xalloc (reg.c:82) ==21575== by 0x485F814: get_long_key (reg.c:871) ==21575== by 0x4860D1A: parse_registry_key (reg.c:891) ==21575== by 0x4860EB3: wmain (reg.c:997) ==21575== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21575== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21575== by 0x7B45B4B5: start_process (process.c:1123) ==21575== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21575== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21575== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21575== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21671== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==21671== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21671== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21671== by 0x485F712: heap_xalloc (reg.c:82) ==21671== by 0x485F814: get_long_key (reg.c:871) ==21671== by 0x4860D1A: parse_registry_key (reg.c:891) ==21671== by 0x4860EB3: wmain (reg.c:997) ==21671== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21671== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21671== by 0x7B45B4B5: start_process (process.c:1123) ==21671== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21671== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21671== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21671== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21749== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==21749== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21749== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21749== by 0x485F712: heap_xalloc (reg.c:82) ==21749== by 0x485F814: get_long_key (reg.c:871) ==21749== by 0x4860D1A: parse_registry_key (reg.c:891) ==21749== by 0x4860EB3: wmain (reg.c:997) ==21749== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21749== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21749== by 0x7B45B4B5: start_process (process.c:1123) ==21749== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21749== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21749== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21749== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21823== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==21823== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21823== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21823== by 0x485F712: heap_xalloc (reg.c:82) ==21823== by 0x485F814: get_long_key (reg.c:871) ==21823== by 0x4860D1A: parse_registry_key (reg.c:891) ==21823== by 0x4860EB3: wmain (reg.c:997) ==21823== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21823== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21823== by 0x7B45B4B5: start_process (process.c:1123) ==21823== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21823== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21823== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21823== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21901== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==21901== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21901== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21901== by 0x485F712: heap_xalloc (reg.c:82) ==21901== by 0x485F814: get_long_key (reg.c:871) ==21901== by 0x4860D1A: parse_registry_key (reg.c:891) ==21901== by 0x4860EB3: wmain (reg.c:997) ==21901== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21901== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21901== by 0x7B45B4B5: start_process (process.c:1123) ==21901== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21901== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21901== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21901== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21984== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==21984== at 0x7BC45CBC: notify_alloc (heap.c:260) ==21984== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==21984== by 0x485F712: heap_xalloc (reg.c:82) ==21984== by 0x485F814: get_long_key (reg.c:871) ==21984== by 0x4860D1A: parse_registry_key (reg.c:891) ==21984== by 0x4860EB3: wmain (reg.c:997) ==21984== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==21984== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==21984== by 0x7B45B4B5: start_process (process.c:1123) ==21984== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21984== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==21984== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==21984== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22058== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==22058== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22058== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22058== by 0x485F712: heap_xalloc (reg.c:82) ==22058== by 0x485F814: get_long_key (reg.c:871) ==22058== by 0x4860D1A: parse_registry_key (reg.c:891) ==22058== by 0x4860EB3: wmain (reg.c:997) ==22058== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==22058== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==22058== by 0x7B45B4B5: start_process (process.c:1123) ==22058== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22058== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22058== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22058== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22131== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==22131== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22131== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22131== by 0x485F712: heap_xalloc (reg.c:82) ==22131== by 0x485F814: get_long_key (reg.c:871) ==22131== by 0x4860D1A: parse_registry_key (reg.c:891) ==22131== by 0x4860EB3: wmain (reg.c:997) ==22131== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==22131== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==22131== by 0x7B45B4B5: start_process (process.c:1123) ==22131== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22131== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22131== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22131== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22211== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==22211== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22211== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22211== by 0x485F712: heap_xalloc (reg.c:82) ==22211== by 0x485F814: get_long_key (reg.c:871) ==22211== by 0x4860D1A: parse_registry_key (reg.c:891) ==22211== by 0x4860EB3: wmain (reg.c:997) ==22211== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==22211== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==22211== by 0x7B45B4B5: start_process (process.c:1123) ==22211== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22211== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22211== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22211== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22293== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==22293== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22293== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22293== by 0x485F712: heap_xalloc (reg.c:82) ==22293== by 0x485F814: get_long_key (reg.c:871) ==22293== by 0x4860D1A: parse_registry_key (reg.c:891) ==22293== by 0x4860EB3: wmain (reg.c:997) ==22293== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==22293== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==22293== by 0x7B45B4B5: start_process (process.c:1123) ==22293== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22293== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22293== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22293== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22474== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==22474== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22474== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22474== by 0x485F712: heap_xalloc (reg.c:82) ==22474== by 0x485F814: get_long_key (reg.c:871) ==22474== by 0x4860D1A: parse_registry_key (reg.c:891) ==22474== by 0x4860EB3: wmain (reg.c:997) ==22474== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==22474== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==22474== by 0x7B45B4B5: start_process (process.c:1123) ==22474== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22474== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22474== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22474== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==22573== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==22573== at 0x7BC45CBC: notify_alloc (heap.c:260) ==22573== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==22573== by 0x485F712: heap_xalloc (reg.c:82) ==22573== by 0x485F814: get_long_key (reg.c:871) ==22573== by 0x4860D1A: parse_registry_key (reg.c:891) ==22573== by 0x4860EB3: wmain (reg.c:997) ==22573== by 0x48612E5: __wine_spec_exe_wentry (exe_wentry.c:36) ==22573== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==22573== by 0x7B45B4B5: start_process (process.c:1123) ==22573== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22573== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==22573== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==22573== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/programs/reg/tests' make[1]: Entering directory '/home/austin/wine-valgrind/programs/regedit/tests' ../../../tools/runtest -q -P wine -T ../../.. -M regedit.exe -p regedit.exe_test.exe.so regedit && touch regedit.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/programs/regedit/tests' make[1]: Entering directory '/home/austin/wine-valgrind/programs/services/tests' ../../../tools/runtest -q -P wine -T ../../.. -M services.exe -p services.exe_test.exe.so service && touch service.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9187== 2,020 bytes in 1 blocks are possibly lost in loss record 221 of 234 ==9187== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9187== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9187== by 0x4847FDA: get_tls_data (test.h:242) ==9187== by 0x4848385: winetest_set_location (test.h:277) ==9187== by 0x484791B: pipe_thread (service.c:358) ==9187== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9187== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9187== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9187== by 0x7BC7BD15: thread_startup (thread.c:484) ==9187== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9187== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:pipe_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: Leaving directory '/home/austin/wine-valgrind/programs/services/tests' make[1]: Entering directory '/home/austin/wine-valgrind/programs/wscript/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wscript.exe -p wscript.exe_test.exe.so run && touch run.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9469== 24 bytes in 1 blocks are definitely lost in loss record 74 of 293 ==9469== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9469== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9469== by 0x7BC3F14A: alloc_fileio (file.c:408) ==9469== by 0x7BC3F7B9: server_ioctl_file (file.c:1527) ==9469== by 0x7BC42475: NtFsControlFile (file.c:1751) ==9469== by 0x7B46C0FD: ConnectNamedPipe (sync.c:1620) ==9469== by 0x4B5FA2E: local_server_thread (rpc.c:1920) ==9469== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9469== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9469== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9469== by 0x7BC7BD15: thread_startup (thread.c:484) ==9469== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9469== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_fileio fun:server_ioctl_file fun:NtFsControlFile fun:ConnectNamedPipe fun:local_server_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9211== Thread 5: ==9211== Syscall param writev(vector[...]) points to uninitialised byte(s) ==9211== at 0x434EB0F: ??? (syscall-template.S:84) ==9211== by 0x7BC6EEC8: send_request (server.c:228) ==9211== by 0x7BC702F1: server_call_unlocked (server.c:288) ==9211== by 0x7BC70344: wine_server_call (server.c:321) ==9211== by 0x7BC3F6A2: server_write_file (file.c:624) ==9211== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==9211== by 0x510BB72: rpcrt4_conn_np_write (rpc_transport.c:418) ==9211== by 0x50FE855: rpcrt4_conn_write (rpc_binding.h:196) ==9211== by 0x510028F: RPCRT4_SendWithAuth (rpc_message.c:849) ==9211== by 0x5100E75: RPCRT4_Send (rpc_message.c:1248) ==9211== by 0x5102802: process_request_packet (rpc_server.c:462) ==9211== by 0x5103427: RPCRT4_process_packet (rpc_server.c:517) ==9211== by 0x5103506: RPCRT4_worker_thread (rpc_server.c:539) ==9211== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==9211== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==9211== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9211== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9211== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9211== by 0x7BC7BD15: thread_startup (thread.c:484) ==9211== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9211== Address 0x490ea9c is 44 bytes inside a block of size 92 alloc'd ==9211== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9211== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9211== by 0x5100181: RPCRT4_SendWithAuth (rpc_message.c:808) ==9211== by 0x5100E75: RPCRT4_Send (rpc_message.c:1248) ==9211== by 0x5102802: process_request_packet (rpc_server.c:462) ==9211== by 0x5103427: RPCRT4_process_packet (rpc_server.c:517) ==9211== by 0x5103506: RPCRT4_worker_thread (rpc_server.c:539) ==9211== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==9211== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==9211== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9211== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9211== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9211== by 0x7BC7BD15: thread_startup (thread.c:484) ==9211== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9211== Uninitialised value was created by a client request ==9211== at 0x7BC45C2B: mark_block_uninitialized (heap.c:214) ==9211== by 0x7BC47EB8: initialize_block (heap.c:245) ==9211== by 0x7BC491CC: RtlAllocateHeap (heap.c:1727) ==9211== by 0x4B4AA64: IMalloc_fnAlloc (ifs.c:187) ==9211== by 0x4B4AE6B: IMalloc_Alloc (objidl.h:1405) ==9211== by 0x4B4AE6B: CoTaskMemAlloc (???:0) ==9211== by 0x4B767C2: RemUnknown_RemQueryInterface (stubmanager.c:716) ==9211== by 0x4B7E866: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:369) ==9211== by 0x50E1BEC: CStdStubBuffer_Invoke (cstub.c:478) ==9211== by 0x4B60415: IRpcStubBuffer_Invoke (objidl.h:7878) ==9211== by 0x4B60415: RPC_ExecuteCall (???:0) ==9211== by 0x4B6071B: dispatch_rpc (rpc.c:1505) ==9211== by 0x5102667: process_request_packet (rpc_server.c:439) ==9211== by 0x5103427: RPCRT4_process_packet (rpc_server.c:517) ==9211== by 0x5103506: RPCRT4_worker_thread (rpc_server.c:539) ==9211== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==9211== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==9211== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9211== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9211== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9211== by 0x7BC7BD15: thread_startup (thread.c:484) ==9211== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9211== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9470== Thread 2: ==9470== Syscall param writev(vector[...]) points to uninitialised byte(s) ==9470== at 0x434EB0F: ??? (syscall-template.S:84) ==9470== by 0x7BC6EEC8: send_request (server.c:228) ==9470== by 0x7BC702F1: server_call_unlocked (server.c:288) ==9470== by 0x7BC70344: wine_server_call (server.c:321) ==9470== by 0x7BC3F6A2: server_write_file (file.c:624) ==9470== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==9470== by 0x57CAB72: rpcrt4_conn_np_write (rpc_transport.c:418) ==9470== by 0x57BD855: rpcrt4_conn_write (rpc_binding.h:196) ==9470== by 0x57BF28F: RPCRT4_SendWithAuth (rpc_message.c:849) ==9470== by 0x57BFE75: RPCRT4_Send (rpc_message.c:1248) ==9470== by 0x57C0C39: I_RpcSend (rpc_message.c:1809) ==9470== by 0x57C0ECE: I_RpcSendReceive (rpc_message.c:1912) ==9470== by 0x549601E: rpc_sendreceive_thread (rpc.c:800) ==9470== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==9470== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==9470== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9470== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9470== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9470== by 0x7BC7BD15: thread_startup (thread.c:484) ==9470== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9470== Address 0x496518a is 138 bytes inside a block of size 256 alloc'd ==9470== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9470== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9470== by 0x57BF181: RPCRT4_SendWithAuth (rpc_message.c:808) ==9470== by 0x57BFE75: RPCRT4_Send (rpc_message.c:1248) ==9470== by 0x57C0C39: I_RpcSend (rpc_message.c:1809) ==9470== by 0x57C0ECE: I_RpcSendReceive (rpc_message.c:1912) ==9470== by 0x549601E: rpc_sendreceive_thread (rpc.c:800) ==9470== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==9470== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==9470== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9470== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9470== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9470== by 0x7BC7BD15: thread_startup (thread.c:484) ==9470== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9470== Uninitialised value was created by a stack allocation ==9470== at 0x5F2BE7F: disp_call (dispex.c:1091) ==9470== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:I_RpcSend fun:I_RpcSendReceive fun:rpc_sendreceive_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9470== Thread 1 wscript.exe: ==9470== 86 bytes in 1 blocks are possibly lost in loss record 454 of 777 ==9470== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9470== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9470== by 0x7B4410BE: HeapAlloc (heap.c:271) ==9470== by 0x7B442167: LocalAlloc (heap.c:970) ==9470== by 0x4B402EC: CommandLineToArgvW (shell32_main.c:199) ==9470== by 0x4860B01: wWinMain (main.c:429) ==9470== by 0x4860ECC: wmain (exe_wmain.c:51) ==9470== by 0x4860DDA: __wine_spec_exe_wentry (exe_wentry.c:36) ==9470== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==9470== by 0x7B45B4B5: start_process (process.c:1123) ==9470== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9470== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9470== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9470== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:CommandLineToArgvW fun:wWinMain fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } ==9498== Thread 1 wscript.exe_test: ==9498== 24 bytes in 1 blocks are definitely lost in loss record 76 of 310 ==9498== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9498== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9498== by 0x7BC3F14A: alloc_fileio (file.c:408) ==9498== by 0x7BC3F7B9: server_ioctl_file (file.c:1527) ==9498== by 0x7BC42475: NtFsControlFile (file.c:1751) ==9498== by 0x7B46C0FD: ConnectNamedPipe (sync.c:1620) ==9498== by 0x4B5FA2E: local_server_thread (rpc.c:1920) ==9498== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9498== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9498== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9498== by 0x7BC7BD15: thread_startup (thread.c:484) ==9498== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9498== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_fileio fun:server_ioctl_file fun:NtFsControlFile fun:ConnectNamedPipe fun:local_server_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9499== Thread 2: ==9499== Syscall param writev(vector[...]) points to uninitialised byte(s) ==9499== at 0x434EB0F: ??? (syscall-template.S:84) ==9499== by 0x7BC6EEC8: send_request (server.c:228) ==9499== by 0x7BC702F1: server_call_unlocked (server.c:288) ==9499== by 0x7BC70344: wine_server_call (server.c:321) ==9499== by 0x7BC3F6A2: server_write_file (file.c:624) ==9499== by 0x7BC41A3A: NtWriteFile (file.c:1236) ==9499== by 0x57CAB72: rpcrt4_conn_np_write (rpc_transport.c:418) ==9499== by 0x57BD855: rpcrt4_conn_write (rpc_binding.h:196) ==9499== by 0x57BF28F: RPCRT4_SendWithAuth (rpc_message.c:849) ==9499== by 0x57BFE75: RPCRT4_Send (rpc_message.c:1248) ==9499== by 0x57C0C39: I_RpcSend (rpc_message.c:1809) ==9499== by 0x57C0ECE: I_RpcSendReceive (rpc_message.c:1912) ==9499== by 0x549601E: rpc_sendreceive_thread (rpc.c:800) ==9499== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==9499== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==9499== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9499== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9499== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9499== by 0x7BC7BD15: thread_startup (thread.c:484) ==9499== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9499== Address 0x48f4ac2 is 138 bytes inside a recently re-allocated block of size 358 alloc'd ==9499== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9499== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9499== by 0x57BF181: RPCRT4_SendWithAuth (rpc_message.c:808) ==9499== by 0x57BFE75: RPCRT4_Send (rpc_message.c:1248) ==9499== by 0x57C0C39: I_RpcSend (rpc_message.c:1809) ==9499== by 0x57C0ECE: I_RpcSendReceive (rpc_message.c:1912) ==9499== by 0x549601E: rpc_sendreceive_thread (rpc.c:800) ==9499== by 0x7BC7E0CA: process_rtl_work_item (threadpool.c:349) ==9499== by 0x7BC7F61B: threadpool_worker_proc (threadpool.c:2117) ==9499== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9499== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9499== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9499== by 0x7BC7BD15: thread_startup (thread.c:484) ==9499== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9499== Uninitialised value was created by a stack allocation ==9499== at 0x5F28330: interp_icall (interp.c:625) ==9499== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.25.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:I_RpcSend fun:I_RpcSendReceive fun:rpc_sendreceive_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==9499== Thread 1 wscript.exe: ==9499== 88 bytes in 1 blocks are possibly lost in loss record 379 of 639 ==9499== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9499== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9499== by 0x7B4410BE: HeapAlloc (heap.c:271) ==9499== by 0x7B442167: LocalAlloc (heap.c:970) ==9499== by 0x4B402EC: CommandLineToArgvW (shell32_main.c:199) ==9499== by 0x4860B01: wWinMain (main.c:429) ==9499== by 0x4860ECC: wmain (exe_wmain.c:51) ==9499== by 0x4860DDA: __wine_spec_exe_wentry (exe_wentry.c:36) ==9499== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==9499== by 0x7B45B4B5: start_process (process.c:1123) ==9499== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9499== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9499== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9499== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:CommandLineToArgvW fun:wWinMain fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } ==9512== Thread 1 wscript.exe_test: ==9512== 24 bytes in 1 blocks are definitely lost in loss record 73 of 308 ==9512== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9512== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9512== by 0x7BC3F14A: alloc_fileio (file.c:408) ==9512== by 0x7BC3F7B9: server_ioctl_file (file.c:1527) ==9512== by 0x7BC42475: NtFsControlFile (file.c:1751) ==9512== by 0x7B46C0FD: ConnectNamedPipe (sync.c:1620) ==9512== by 0x4B5FA2E: local_server_thread (rpc.c:1920) ==9512== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9512== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9512== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9512== by 0x7BC7BD15: thread_startup (thread.c:484) ==9512== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==9512== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_fileio fun:server_ioctl_file fun:NtFsControlFile fun:ConnectNamedPipe fun:local_server_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9513== 86 bytes in 1 blocks are possibly lost in loss record 487 of 784 ==9513== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9513== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9513== by 0x7B4410BE: HeapAlloc (heap.c:271) ==9513== by 0x7B442167: LocalAlloc (heap.c:970) ==9513== by 0x4B402EC: CommandLineToArgvW (shell32_main.c:199) ==9513== by 0x4860B01: wWinMain (main.c:429) ==9513== by 0x4860ECC: wmain (exe_wmain.c:51) ==9513== by 0x4860DDA: __wine_spec_exe_wentry (exe_wentry.c:36) ==9513== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==9513== by 0x7B45B4B5: start_process (process.c:1123) ==9513== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9513== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==9513== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==9513== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:CommandLineToArgvW fun:wWinMain fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } make[1]: Leaving directory '/home/austin/wine-valgrind/programs/wscript/tests' make[1]: Entering directory '/home/austin/wine-valgrind/programs/xcopy/tests' ../../../tools/runtest -q -P wine -T ../../.. -M xcopy.exe -p xcopy.exe_test.exe.so xcopy && touch xcopy.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 xcopy.c:59: Test failed: xcopy /D:d-m-y test returned rc=258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9699== 60 bytes in 1 blocks are definitely lost in loss record 40 of 62 ==9699== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9699== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9699== by 0x4A16EA2: WINECON_CreateKeyName (registry.c:76) ==9699== by 0x4A178B3: WINECON_RegLoad (registry.c:239) ==9699== by 0x4A1CB52: WINECON_Init (wineconsole.c:662) ==9699== by 0x4A1CF35: WinMain (wineconsole.c:897) ==9699== by 0x4A1D384: main (exe_main.c:49) ==9699== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINECON_CreateKeyName fun:WINECON_RegLoad fun:WINECON_Init fun:WinMain fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 xcopy.c:64: Test failed: xcopy /D:m-d-y test failed rc=258 xcopy.c:65: Test failed: xcopy did not create xcopytest\xcopy1 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9762== 60 bytes in 1 blocks are definitely lost in loss record 40 of 62 ==9762== at 0x7BC45CBC: notify_alloc (heap.c:260) ==9762== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==9762== by 0x4A16EA2: WINECON_CreateKeyName (registry.c:76) ==9762== by 0x4A178B3: WINECON_RegLoad (registry.c:239) ==9762== by 0x4A1CB52: WINECON_Init (wineconsole.c:662) ==9762== by 0x4A1CF35: WinMain (wineconsole.c:897) ==9762== by 0x4A1D384: main (exe_main.c:49) ==9762== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINECON_CreateKeyName fun:WINECON_RegLoad fun:WINECON_Init fun:WinMain fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 xcopy.c:70: Test failed: xcopy /D:m-d-y test failed rc=258 xcopy.c:71: Test failed: xcopy did not create xcopytest\xcopy1 make[1]: *** [Makefile:177: xcopy.ok] Error 5 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/programs/xcopy/tests' make: *** [Makefile:23225: programs/xcopy/tests/test] Error 2 make: Target 'test' not remade because of errors. ==16069== 1 bytes in 1 blocks are definitely lost in loss record 5 of 790 ==16069== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==16069== by 0x55A9449: _xcb_parse_display (xcb_util.c:193) ==16069== by 0x55A999F: xcb_connect_to_display_with_auth_info (xcb_util.c:498) ==16069== by 0x55A9E5D: xcb_connect (xcb_util.c:487) ==16069== by 0x548226A: _XConnectXCB (xcb_disp.c:78) ==16069== by 0x5472815: XOpenDisplay (OpenDis.c:129) ==16069== by 0x539B120: x11drv_init_thread_data (x11drv_main.c:659) ==16069== by 0x536FE18: thread_init_display (x11drv.h:365) ==16069== by 0x53700F3: clipboard_thread (clipboard.c:2040) ==16069== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16069== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16069== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16069== by 0x7BC7BD15: thread_startup (thread.c:484) ==16069== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==16069== { Memcheck:Leak match-leak-kinds: definite fun:malloc fun:_xcb_parse_display fun:xcb_connect_to_display_with_auth_info fun:xcb_connect fun:_XConnectXCB fun:XOpenDisplay fun:x11drv_init_thread_data fun:thread_init_display fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==953== 8 bytes in 1 blocks are possibly lost in loss record 68 of 826 ==953== at 0x7BC45CBC: notify_alloc (heap.c:260) ==953== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==953== by 0x7B4410BE: HeapAlloc (heap.c:271) ==953== by 0x7B4412C1: GlobalAlloc (heap.c:377) ==953== by 0x4B6037F: CreateStreamOnHGlobal (hglobalstream.c:602) ==953== by 0x4B48525: get_local_server_stream (compobj.c:1007) ==953== by 0x4B4BBCC: CoRegisterClassObject (compobj.c:2865) ==953== by 0x4A23BFE: IEWinMain (iexplore.c:1161) ==953== by 0x485DA63: wWinMain (main.c:92) ==953== by 0x485DCA7: wmain (exe_wmain.c:51) ==953== by 0x485DBB5: __wine_spec_exe_wentry (exe_wentry.c:36) ==953== by 0x7B459033: ??? (in /home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so) ==953== by 0x7B45B4B5: start_process (process.c:1123) ==953== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==953== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==953== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==953== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:CreateStreamOnHGlobal fun:get_local_server_stream fun:CoRegisterClassObject fun:IEWinMain fun:wWinMain fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } ==16069== 24 bytes in 1 blocks are definitely lost in loss record 236 of 790 ==16069== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16069== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16069== by 0x7BC3F14A: alloc_fileio (file.c:408) ==16069== by 0x7BC3F7B9: server_ioctl_file (file.c:1527) ==16069== by 0x7BC42475: NtFsControlFile (file.c:1751) ==16069== by 0x7B46C0FD: ConnectNamedPipe (sync.c:1620) ==16069== by 0x613CA2E: local_server_thread (rpc.c:1920) ==16069== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16069== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16069== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16069== by 0x7BC7BD15: thread_startup (thread.c:484) ==16069== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==16069== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_fileio fun:server_ioctl_file fun:NtFsControlFile fun:ConnectNamedPipe fun:local_server_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==16069== 30 bytes in 1 blocks are definitely lost in loss record 274 of 790 ==16069== at 0x402D25B: malloc (vg_replace_malloc.c:299) ==16069== by 0x55A99E7: _xcb_open (xcb_util.c:273) ==16069== by 0x55A99E7: xcb_connect_to_display_with_auth_info (xcb_util.c:513) ==16069== by 0x55A9E5D: xcb_connect (xcb_util.c:487) ==16069== by 0x548226A: _XConnectXCB (xcb_disp.c:78) ==16069== by 0x5472815: XOpenDisplay (OpenDis.c:129) ==16069== by 0x539B120: x11drv_init_thread_data (x11drv_main.c:659) ==16069== by 0x536FE18: thread_init_display (x11drv.h:365) ==16069== by 0x53700F3: clipboard_thread (clipboard.c:2040) ==16069== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16069== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16069== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16069== by 0x7BC7BD15: thread_startup (thread.c:484) ==16069== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==16069== { Memcheck:Leak match-leak-kinds: definite fun:malloc fun:_xcb_open fun:xcb_connect_to_display_with_auth_info fun:xcb_connect fun:_XConnectXCB fun:XOpenDisplay fun:x11drv_init_thread_data fun:thread_init_display fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==16069== 112 bytes in 1 blocks are definitely lost in loss record 550 of 790 ==16069== at 0x7BC45CBC: notify_alloc (heap.c:260) ==16069== by 0x7BC491B9: RtlAllocateHeap (heap.c:1726) ==16069== by 0x539B0DB: x11drv_init_thread_data (x11drv_main.c:654) ==16069== by 0x536FE18: thread_init_display (x11drv.h:365) ==16069== by 0x53700F3: clipboard_thread (clipboard.c:2040) ==16069== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16069== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16069== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16069== by 0x7BC7BD15: thread_startup (thread.c:484) ==16069== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==16069== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:x11drv_init_thread_data fun:thread_init_display fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==16069== 2,443 (2,380 direct, 63 indirect) bytes in 1 blocks are definitely lost in loss record 757 of 790 ==16069== at 0x402EDD9: calloc (vg_replace_malloc.c:711) ==16069== by 0x54727D9: XOpenDisplay (OpenDis.c:115) ==16069== by 0x539B120: x11drv_init_thread_data (x11drv_main.c:659) ==16069== by 0x536FE18: thread_init_display (x11drv.h:365) ==16069== by 0x53700F3: clipboard_thread (clipboard.c:2040) ==16069== by 0x7BC716EF: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16069== by 0x7BC744E6: call_thread_func (signal_i386.c:2926) ==16069== by 0x7BC716CD: ??? (in /home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so) ==16069== by 0x7BC7BD15: thread_startup (thread.c:484) ==16069== by 0x4040C98: ??? (in /home/austin/wine-valgrind/libs/wine/libwine.so.1.0) ==16069== { Memcheck:Leak match-leak-kinds: definite fun:calloc fun:XOpenDisplay fun:x11drv_init_thread_data fun:thread_init_display fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:thread_startup obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 }