started with: ./tools/valgrind/valgrind-full.sh --rebuild --suppress-known HEAD is: commit cf23b03437945c53c43f8077edaedf03ab973101 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 commit before HEAD is: commit 4e2c0444121d341bac9bc841ab6662fceeb42c1a Author: Paul Gofman Date: Wed Jun 28 14:28:24 2017 +0300 d3dx9/tests: Add tests for array of samplers. Signed-off-by: Paul Gofman Signed-off-by: Matteo Bruni Signed-off-by: Alexandre Julliard diff --git a/dlls/d3dx9_36/tests/effect.c b/dlls/d3dx9_36/tests/effect.c index 2a78074dbf..bbebfc3422 100644 --- a/dlls/d3dx9_36/tests/effect.c +++ b/dlls/d3dx9_36/tests/effect.c @@ -3157,6 +3157,20 @@ sampler_state MagFilter = vect_sampler.x + vect_sampler.y; }; +sampler samplers_array[2] = +{ + sampler_state + { + MinFilter = 1; + MagFilter = vect_sampler.x; + }, + sampler_state + { + MinFilter = 2; + MagFilter = vect_sampler.y; + } +}; + struct VS_OUTPUT { float4 Position : POSITION; @@ -3190,6 +3204,7 @@ VS_OUTPUT RenderSceneVS(float4 vPos : POSITION, Output.Diffuse += mul(vPos, ts3.ts[1].fv); Output.Diffuse += mul(vPos, ts3.ts[1].v2); Output.Diffuse += tex2Dlod(sampler1, g_Pos1); + Output.Diffuse += tex2Dlod(samplers_array[1], g_Pos1); return Output; } @@ -3240,6 +3255,7 @@ PS_OUTPUT RenderScenePS( VS_OUTPUT In, uniform bool2x3 mb) Output.RGBColor.xy += mul(Output.RGBColor, m3x2row); } Output.RGBColor += tex2D(sampler1, In.TextureUV); + Output.RGBColor += tex2D(samplers_array[0], In.TextureUV); return Output; } @@ -3309,7 +3325,7 @@ technique tech0 #endif static const DWORD test_effect_preshader_effect_blob[] = { - 0xfeff0901, 0x00001070, 0x00000000, 0x00000003, 0x00000001, 0x00000030, 0x00000000, 0x00000000, + 0xfeff0901, 0x00001160, 0x00000000, 0x00000003, 0x00000001, 0x00000030, 0x00000000, 0x00000000, 0x00000004, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000007, 0x6f505f67, 0x00003173, 0x00000003, 0x00000001, 0x00000068, 0x00000000, 0x00000000, 0x00000004, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000007, 0x6f505f67, 0x00003273, 0x00000003, @@ -3388,32 +3404,34 @@ static const DWORD test_effect_preshader_effect_blob[] = 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000003, 0x000000a4, 0x00000100, 0x00000944, 0x00000940, 0x000000aa, 0x00000100, 0x0000095c, 0x00000958, 0x000000a9, 0x00000100, 0x0000097c, 0x00000978, 0x00000009, 0x706d6173, 0x3172656c, - 0x00000000, 0x00000010, 0x00000004, 0x000009f8, 0x00000000, 0x00000002, 0x00000007, 0x00000008, - 0x00000008, 0x615f7376, 0x00327272, 0x0000000f, 0x00000004, 0x00000a1c, 0x00000000, 0x00000001, - 0x00000009, 0x00000007, 0x615f7370, 0x00007272, 0x0000000a, 0x00000010, 0x00000004, 0x00000000, - 0x00000000, 0x00000000, 0x0000000b, 0x0000000f, 0x00000004, 0x00000000, 0x00000000, 0x00000000, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, - 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, - 0x00000000, 0x00000004, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, - 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000004, 0x00000001, 0x00000000, 0x00000000, - 0x00000000, 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000004, - 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0x00000002, 0x00000000, - 0x00000000, 0x00000000, 0x00000004, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x0000000a, 0x00000004, 0x00000ab8, 0x00000000, 0x00000002, 0x00000001, 0x00000002, + 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000000, 0x00000003, + 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000002, 0x00000002, + 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000000, 0x00000003, + 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000002, 0x000000aa, + 0x00000100, 0x000009f4, 0x000009f0, 0x000000a9, 0x00000100, 0x00000a14, 0x00000a10, 0x00000002, + 0x000000aa, 0x00000100, 0x00000a34, 0x00000a30, 0x000000a9, 0x00000100, 0x00000a54, 0x00000a50, + 0x0000000f, 0x706d6173, 0x7372656c, 0x7272615f, 0x00007961, 0x00000010, 0x00000004, 0x00000ae8, + 0x00000000, 0x00000002, 0x00000007, 0x00000008, 0x00000008, 0x615f7376, 0x00327272, 0x0000000f, + 0x00000004, 0x00000b0c, 0x00000000, 0x00000001, 0x00000009, 0x00000007, 0x615f7370, 0x00007272, + 0x0000000a, 0x00000010, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x0000000b, 0x0000000f, + 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000004, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000004, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0x00000002, @@ -3434,82 +3452,90 @@ static const DWORD test_effect_preshader_effect_blob[] = 0x00000000, 0x00000004, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000004, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000004, - 0x00000001, 0x00000001, 0x00000002, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, - 0x00000001, 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, - 0x00000001, 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, - 0x00000001, 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, - 0x00000001, 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000001, - 0x00000001, 0x00000003, 0x00003070, 0x0000000c, 0x00000010, 0x00000004, 0x00000000, 0x00000000, - 0x00000000, 0x00000003, 0x00003170, 0x00000006, 0x68636574, 0x00000030, 0x00000021, 0x00000001, - 0x0000000c, 0x0000000d, 0x00000004, 0x00000020, 0x00000000, 0x00000000, 0x0000003c, 0x00000058, - 0x00000000, 0x00000000, 0x00000074, 0x00000090, 0x00000000, 0x00000000, 0x000000d0, 0x000000ec, - 0x00000000, 0x00000000, 0x00000108, 0x00000124, 0x00000000, 0x00000000, 0x00000140, 0x0000015c, - 0x00000000, 0x00000000, 0x00000178, 0x00000194, 0x00000000, 0x00000000, 0x000001b8, 0x000001d4, - 0x00000000, 0x00000000, 0x000001ec, 0x00000208, 0x00000000, 0x00000000, 0x00000224, 0x00000238, - 0x00000000, 0x00000000, 0x00000250, 0x0000026c, 0x00000000, 0x00000000, 0x000002b8, 0x000002d4, - 0x00000000, 0x00000000, 0x00000310, 0x0000032c, 0x00000000, 0x00000000, 0x00000368, 0x00000384, - 0x00000000, 0x00000000, 0x000003c4, 0x000003e0, 0x00000000, 0x00000000, 0x00000420, 0x0000043c, - 0x00000000, 0x00000000, 0x00000458, 0x00000474, 0x00000000, 0x00000000, 0x00000494, 0x000004b0, - 0x00000000, 0x00000000, 0x000004d4, 0x000004f0, 0x00000000, 0x00000000, 0x00000518, 0x00000534, - 0x00000000, 0x00000000, 0x00000558, 0x00000574, 0x00000000, 0x00000000, 0x0000059c, 0x000005b8, - 0x00000000, 0x00000000, 0x000005e0, 0x000005fc, 0x00000000, 0x00000000, 0x00000624, 0x00000690, - 0x00000000, 0x00000000, 0x000006d0, 0x0000073c, 0x00000001, 0x00000000, 0x0000079c, 0x00000820, - 0x00000000, 0x00000000, 0x00000888, 0x000008a4, 0x00000000, 0x00000000, 0x000008b4, 0x000008d0, - 0x00000001, 0x00000000, 0x000008e4, 0x000008f8, 0x00000000, 0x00000000, 0x00000908, 0x0000091c, - 0x00000000, 0x00000000, 0x0000092c, 0x00000998, 0x00000000, 0x00000000, 0x000009dc, 0x000009f0, - 0x00000001, 0x00000000, 0x00000a04, 0x00000a18, 0x00000000, 0x00000000, 0x00001064, 0x00000000, - 0x00000002, 0x0000103c, 0x00000000, 0x0000002a, 0x00000092, 0x00000000, 0x00000a2c, 0x00000a28, - 0x00000093, 0x00000000, 0x00000a44, 0x00000a40, 0x00000091, 0x00000000, 0x00000a5c, 0x00000a58, - 0x00000091, 0x00000001, 0x00000a7c, 0x00000a78, 0x00000091, 0x00000002, 0x00000a9c, 0x00000a98, - 0x00000091, 0x00000003, 0x00000abc, 0x00000ab8, 0x00000091, 0x00000004, 0x00000adc, 0x00000ad8, - 0x00000091, 0x00000005, 0x00000afc, 0x00000af8, 0x00000091, 0x00000006, 0x00000b1c, 0x00000b18, - 0x00000091, 0x00000007, 0x00000b3c, 0x00000b38, 0x00000084, 0x00000000, 0x00000b5c, 0x00000b58, - 0x00000084, 0x00000001, 0x00000b7c, 0x00000b78, 0x00000084, 0x00000002, 0x00000b9c, 0x00000b98, - 0x00000084, 0x00000003, 0x00000bbc, 0x00000bb8, 0x00000084, 0x00000004, 0x00000bdc, 0x00000bd8, - 0x00000084, 0x00000005, 0x00000bfc, 0x00000bf8, 0x00000084, 0x00000006, 0x00000c1c, 0x00000c18, - 0x00000084, 0x00000007, 0x00000c3c, 0x00000c38, 0x00000085, 0x00000000, 0x00000c68, 0x00000c58, - 0x00000085, 0x00000001, 0x00000c94, 0x00000c84, 0x00000085, 0x00000002, 0x00000cc0, 0x00000cb0, - 0x00000085, 0x00000003, 0x00000cec, 0x00000cdc, 0x00000085, 0x00000004, 0x00000d18, 0x00000d08, - 0x00000085, 0x00000005, 0x00000d44, 0x00000d34, 0x00000085, 0x00000006, 0x00000d70, 0x00000d60, - 0x00000085, 0x00000007, 0x00000d9c, 0x00000d8c, 0x00000087, 0x00000000, 0x00000dc8, 0x00000db8, - 0x00000087, 0x00000001, 0x00000df4, 0x00000de4, 0x00000087, 0x00000002, 0x00000e20, 0x00000e10, - 0x00000087, 0x00000003, 0x00000e4c, 0x00000e3c, 0x00000087, 0x00000004, 0x00000e78, 0x00000e68, - 0x00000087, 0x00000005, 0x00000ea4, 0x00000e94, 0x00000087, 0x00000006, 0x00000ed0, 0x00000ec0, - 0x00000087, 0x00000007, 0x00000efc, 0x00000eec, 0x00000086, 0x00000000, 0x00000f28, 0x00000f18, - 0x00000086, 0x00000001, 0x00000f54, 0x00000f44, 0x00000086, 0x00000002, 0x00000f80, 0x00000f70, - 0x0000000e, 0x00000000, 0x00000fa0, 0x00000f9c, 0x00000014, 0x00000000, 0x00000fc0, 0x00000fbc, - 0x00000012, 0x00000000, 0x00000fe0, 0x00000fdc, 0x00000041, 0x00000000, 0x00001000, 0x00000ffc, - 0x00000042, 0x00000000, 0x00001020, 0x0000101c, 0x0000105c, 0x00000000, 0x00000001, 0x00000092, - 0x00000000, 0x00001048, 0x00001044, 0x00000008, 0x0000001d, 0x00000009, 0x00000a70, 0xffff0300, - 0x00ccfffe, 0x42415443, 0x0000001c, 0x000002fb, 0xffff0300, 0x0000000a, 0x0000001c, 0x00000000, - 0x000002f4, 0x000000e4, 0x00000001, 0x00000001, 0x000000ec, 0x000000fc, 0x0000010c, 0x00080002, - 0x00000002, 0x00000118, 0x00000128, 0x00000148, 0x00060002, 0x00000002, 0x00000150, 0x00000160, - 0x00000180, 0x00000002, 0x00000003, 0x0000018c, 0x0000019c, 0x000001cc, 0x000a0002, 0x00000002, - 0x000001d4, 0x000001e4, 0x00000204, 0x000c0002, 0x00000002, 0x00000210, 0x00000220, 0x00000240, - 0x00030002, 0x00000003, 0x00000248, 0x00000258, 0x00000288, 0x00050000, 0x00000001, 0x00000294, - 0x000002a4, 0x000002bc, 0x00000000, 0x00000005, 0x000002c8, 0x000002a4, 0x000002d8, 0x00000003, - 0x00000001, 0x000002e4, 0x00000000, 0x56695f67, 0x00746365, 0x00020001, 0x00040001, 0x00000001, - 0x00000000, 0x00000004, 0x00000003, 0x00000002, 0x00000001, 0x3278326d, 0x756c6f63, 0xab006e6d, - 0x00030003, 0x00020002, 0x00000001, 0x00000000, 0x41300000, 0x41a80000, 0x00000000, 0x00000000, - 0x41400000, 0x41b00000, 0x00000000, 0x00000000, 0x3278326d, 0x00776f72, 0x00030002, 0x00020002, - 0x00000001, 0x00000000, 0x41300000, 0x41400000, 0x00000000, 0x00000000, 0x41a80000, 0x41b00000, - 0x00000000, 0x00000000, 0x3378326d, 0x756c6f63, 0xab006e6d, 0x00030003, 0x00030002, 0x00000001, + 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0x00000002, 0x00000000, + 0x00000000, 0x00000000, 0x00000004, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000004, 0x00000001, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0x00000002, 0x00000000, 0x00000000, 0x00000000, + 0x00000004, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0x00000002, + 0x00000000, 0x00000000, 0x00000000, 0x00000004, 0x00000001, 0x00000001, 0x00000002, 0x00000002, + 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000000, 0x00000003, 0x00000002, + 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000000, 0x00000003, 0x00000002, + 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000000, 0x00000003, 0x00000002, + 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000000, 0x00000003, 0x00000002, + 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x00000001, 0x00000003, 0x00003070, 0x0000000c, + 0x00000010, 0x00000004, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0x00003170, 0x00000006, + 0x68636574, 0x00000030, 0x00000022, 0x00000001, 0x0000000e, 0x0000000d, 0x00000004, 0x00000020, + 0x00000000, 0x00000000, 0x0000003c, 0x00000058, 0x00000000, 0x00000000, 0x00000074, 0x00000090, + 0x00000000, 0x00000000, 0x000000d0, 0x000000ec, 0x00000000, 0x00000000, 0x00000108, 0x00000124, + 0x00000000, 0x00000000, 0x00000140, 0x0000015c, 0x00000000, 0x00000000, 0x00000178, 0x00000194, + 0x00000000, 0x00000000, 0x000001b8, 0x000001d4, 0x00000000, 0x00000000, 0x000001ec, 0x00000208, + 0x00000000, 0x00000000, 0x00000224, 0x00000238, 0x00000000, 0x00000000, 0x00000250, 0x0000026c, + 0x00000000, 0x00000000, 0x000002b8, 0x000002d4, 0x00000000, 0x00000000, 0x00000310, 0x0000032c, + 0x00000000, 0x00000000, 0x00000368, 0x00000384, 0x00000000, 0x00000000, 0x000003c4, 0x000003e0, + 0x00000000, 0x00000000, 0x00000420, 0x0000043c, 0x00000000, 0x00000000, 0x00000458, 0x00000474, + 0x00000000, 0x00000000, 0x00000494, 0x000004b0, 0x00000000, 0x00000000, 0x000004d4, 0x000004f0, + 0x00000000, 0x00000000, 0x00000518, 0x00000534, 0x00000000, 0x00000000, 0x00000558, 0x00000574, + 0x00000000, 0x00000000, 0x0000059c, 0x000005b8, 0x00000000, 0x00000000, 0x000005e0, 0x000005fc, + 0x00000000, 0x00000000, 0x00000624, 0x00000690, 0x00000000, 0x00000000, 0x000006d0, 0x0000073c, + 0x00000001, 0x00000000, 0x0000079c, 0x00000820, 0x00000000, 0x00000000, 0x00000888, 0x000008a4, + 0x00000000, 0x00000000, 0x000008b4, 0x000008d0, 0x00000001, 0x00000000, 0x000008e4, 0x000008f8, + 0x00000000, 0x00000000, 0x00000908, 0x0000091c, 0x00000000, 0x00000000, 0x0000092c, 0x00000998, + 0x00000000, 0x00000000, 0x000009dc, 0x00000a70, 0x00000000, 0x00000000, 0x00000acc, 0x00000ae0, + 0x00000001, 0x00000000, 0x00000af4, 0x00000b08, 0x00000000, 0x00000000, 0x00001154, 0x00000000, + 0x00000002, 0x0000112c, 0x00000000, 0x0000002a, 0x00000092, 0x00000000, 0x00000b1c, 0x00000b18, + 0x00000093, 0x00000000, 0x00000b34, 0x00000b30, 0x00000091, 0x00000000, 0x00000b4c, 0x00000b48, + 0x00000091, 0x00000001, 0x00000b6c, 0x00000b68, 0x00000091, 0x00000002, 0x00000b8c, 0x00000b88, + 0x00000091, 0x00000003, 0x00000bac, 0x00000ba8, 0x00000091, 0x00000004, 0x00000bcc, 0x00000bc8, + 0x00000091, 0x00000005, 0x00000bec, 0x00000be8, 0x00000091, 0x00000006, 0x00000c0c, 0x00000c08, + 0x00000091, 0x00000007, 0x00000c2c, 0x00000c28, 0x00000084, 0x00000000, 0x00000c4c, 0x00000c48, + 0x00000084, 0x00000001, 0x00000c6c, 0x00000c68, 0x00000084, 0x00000002, 0x00000c8c, 0x00000c88, + 0x00000084, 0x00000003, 0x00000cac, 0x00000ca8, 0x00000084, 0x00000004, 0x00000ccc, 0x00000cc8, + 0x00000084, 0x00000005, 0x00000cec, 0x00000ce8, 0x00000084, 0x00000006, 0x00000d0c, 0x00000d08, + 0x00000084, 0x00000007, 0x00000d2c, 0x00000d28, 0x00000085, 0x00000000, 0x00000d58, 0x00000d48, + 0x00000085, 0x00000001, 0x00000d84, 0x00000d74, 0x00000085, 0x00000002, 0x00000db0, 0x00000da0, + 0x00000085, 0x00000003, 0x00000ddc, 0x00000dcc, 0x00000085, 0x00000004, 0x00000e08, 0x00000df8, + 0x00000085, 0x00000005, 0x00000e34, 0x00000e24, 0x00000085, 0x00000006, 0x00000e60, 0x00000e50, + 0x00000085, 0x00000007, 0x00000e8c, 0x00000e7c, 0x00000087, 0x00000000, 0x00000eb8, 0x00000ea8, + 0x00000087, 0x00000001, 0x00000ee4, 0x00000ed4, 0x00000087, 0x00000002, 0x00000f10, 0x00000f00, + 0x00000087, 0x00000003, 0x00000f3c, 0x00000f2c, 0x00000087, 0x00000004, 0x00000f68, 0x00000f58, + 0x00000087, 0x00000005, 0x00000f94, 0x00000f84, 0x00000087, 0x00000006, 0x00000fc0, 0x00000fb0, + 0x00000087, 0x00000007, 0x00000fec, 0x00000fdc, 0x00000086, 0x00000000, 0x00001018, 0x00001008, + 0x00000086, 0x00000001, 0x00001044, 0x00001034, 0x00000086, 0x00000002, 0x00001070, 0x00001060, + 0x0000000e, 0x00000000, 0x00001090, 0x0000108c, 0x00000014, 0x00000000, 0x000010b0, 0x000010ac, + 0x00000012, 0x00000000, 0x000010d0, 0x000010cc, 0x00000041, 0x00000000, 0x000010f0, 0x000010ec, + 0x00000042, 0x00000000, 0x00001110, 0x0000110c, 0x0000114c, 0x00000000, 0x00000001, 0x00000092, + 0x00000000, 0x00001138, 0x00001134, 0x00000008, 0x0000001f, 0x00000009, 0x00000ad0, 0xffff0300, + 0x00d9fffe, 0x42415443, 0x0000001c, 0x0000032f, 0xffff0300, 0x0000000b, 0x0000001c, 0x00000000, + 0x00000328, 0x000000f8, 0x00000001, 0x00000001, 0x00000100, 0x00000110, 0x00000120, 0x00080002, + 0x00000002, 0x0000012c, 0x0000013c, 0x0000015c, 0x00060002, 0x00000002, 0x00000164, 0x00000174, + 0x00000194, 0x00000002, 0x00000003, 0x000001a0, 0x000001b0, 0x000001e0, 0x000a0002, 0x00000002, + 0x000001e8, 0x000001f8, 0x00000218, 0x000c0002, 0x00000002, 0x00000224, 0x00000234, 0x00000254, + 0x00030002, 0x00000003, 0x0000025c, 0x0000026c, 0x0000029c, 0x00050000, 0x00000001, 0x000002a8, + 0x000002b8, 0x000002d0, 0x00000000, 0x00000005, 0x000002dc, 0x000002b8, 0x000002ec, 0x00000003, + 0x00000001, 0x000002f8, 0x00000000, 0x00000308, 0x00010003, 0x00000001, 0x00000318, 0x00000000, + 0x56695f67, 0x00746365, 0x00020001, 0x00040001, 0x00000001, 0x00000000, 0x00000004, 0x00000003, + 0x00000002, 0x00000001, 0x3278326d, 0x756c6f63, 0xab006e6d, 0x00030003, 0x00020002, 0x00000001, 0x00000000, 0x41300000, 0x41a80000, 0x00000000, 0x00000000, 0x41400000, 0x41b00000, 0x00000000, - 0x00000000, 0x41500000, 0x41b80000, 0x00000000, 0x00000000, 0x3378326d, 0x00776f72, 0x00030002, - 0x00030002, 0x00000001, 0x00000000, 0x41300000, 0x41400000, 0x41500000, 0x00000000, 0x41a80000, - 0x41b00000, 0x41b80000, 0x00000000, 0x3278336d, 0x756c6f63, 0xab006e6d, 0x00030003, 0x00020003, - 0x00000001, 0x00000000, 0x41300000, 0x41a80000, 0x41f80000, 0x00000000, 0x41400000, 0x41b00000, - 0x42000000, 0x00000000, 0x3278336d, 0x00776f72, 0x00030002, 0x00020003, 0x00000001, 0x00000000, - 0x41300000, 0x41400000, 0x00000000, 0x00000000, 0x41a80000, 0x41b00000, 0x00000000, 0x00000000, - 0x41f80000, 0x42000000, 0x00000000, 0x00000000, 0x7832626d, 0x6c6f6333, 0x006e6d75, 0x00010003, - 0x00030002, 0x00000001, 0x00000000, 0xffffffff, 0x00000000, 0xffffffff, 0x00000000, 0xffffffff, - 0xffffffff, 0x7832626d, 0x776f7233, 0xababab00, 0x00010002, 0x00030002, 0x00000001, 0x00000000, - 0x706d6173, 0x3172656c, 0xababab00, 0x000c0004, 0x00010001, 0x00000001, 0x00000000, 0x335f7370, - 0x4d00305f, 0x6f726369, 0x74666f73, 0x29522820, 0x534c4820, 0x6853204c, 0x72656461, 0x6d6f4320, - 0x656c6970, 0x2e392072, 0x392e3932, 0x332e3235, 0x00313131, 0x05000051, 0xa00f000e, 0x3d2aaaa4, - 0xbf000000, 0x3f800000, 0xbe22f983, 0x05000051, 0xa00f000f, 0x40c90fdb, 0xc0490fdb, 0xb4878163, - 0x37cfb5a1, 0x05000051, 0xa00f0010, 0x00000000, 0x3e22f983, 0x3e800000, 0xbab609ba, 0x0200001f, - 0x80000005, 0x90030000, 0x0200001f, 0x8000000a, 0x900f0001, 0x0200001f, 0x90000000, 0xa00f0800, + 0x00000000, 0x3278326d, 0x00776f72, 0x00030002, 0x00020002, 0x00000001, 0x00000000, 0x41300000, + 0x41400000, 0x00000000, 0x00000000, 0x41a80000, 0x41b00000, 0x00000000, 0x00000000, 0x3378326d, + 0x756c6f63, 0xab006e6d, 0x00030003, 0x00030002, 0x00000001, 0x00000000, 0x41300000, 0x41a80000, + 0x00000000, 0x00000000, 0x41400000, 0x41b00000, 0x00000000, 0x00000000, 0x41500000, 0x41b80000, + 0x00000000, 0x00000000, 0x3378326d, 0x00776f72, 0x00030002, 0x00030002, 0x00000001, 0x00000000, + 0x41300000, 0x41400000, 0x41500000, 0x00000000, 0x41a80000, 0x41b00000, 0x41b80000, 0x00000000, + 0x3278336d, 0x756c6f63, 0xab006e6d, 0x00030003, 0x00020003, 0x00000001, 0x00000000, 0x41300000, + 0x41a80000, 0x41f80000, 0x00000000, 0x41400000, 0x41b00000, 0x42000000, 0x00000000, 0x3278336d, + 0x00776f72, 0x00030002, 0x00020003, 0x00000001, 0x00000000, 0x41300000, 0x41400000, 0x00000000, + 0x00000000, 0x41a80000, 0x41b00000, 0x00000000, 0x00000000, 0x41f80000, 0x42000000, 0x00000000, + 0x00000000, 0x7832626d, 0x6c6f6333, 0x006e6d75, 0x00010003, 0x00030002, 0x00000001, 0x00000000, + 0xffffffff, 0x00000000, 0xffffffff, 0x00000000, 0xffffffff, 0xffffffff, 0x7832626d, 0x776f7233, + 0xababab00, 0x00010002, 0x00030002, 0x00000001, 0x00000000, 0x706d6173, 0x3172656c, 0xababab00, + 0x000c0004, 0x00010001, 0x00000001, 0x00000000, 0x706d6173, 0x7372656c, 0x7272615f, 0xab007961, + 0x000c0004, 0x00010001, 0x00000002, 0x00000000, 0x335f7370, 0x4d00305f, 0x6f726369, 0x74666f73, + 0x29522820, 0x534c4820, 0x6853204c, 0x72656461, 0x6d6f4320, 0x656c6970, 0x2e392072, 0x392e3932, + 0x332e3235, 0x00313131, 0x05000051, 0xa00f000e, 0x3d2aaaa4, 0xbf000000, 0x3f800000, 0xbe22f983, + 0x05000051, 0xa00f000f, 0x40c90fdb, 0xc0490fdb, 0xb4878163, 0x37cfb5a1, 0x05000051, 0xa00f0010, + 0x00000000, 0x3e22f983, 0x3e800000, 0xbab609ba, 0x0200001f, 0x80000005, 0x90030000, 0x0200001f, + 0x8000000a, 0x900f0001, 0x0200001f, 0x90000000, 0xa00f0800, 0x0200001f, 0x90000000, 0xa00f0801, 0x03000005, 0x80030000, 0xa0e40007, 0x90550001, 0x04000004, 0x80030000, 0x90000001, 0xa0e40006, 0x80e40000, 0x03000002, 0x80030000, 0x80e40000, 0x90e40001, 0x02000001, 0x80010001, 0xa0000010, 0x0400005a, 0x80010002, 0x90e40001, 0xa0e40008, 0x80000001, 0x0400005a, 0x80020002, 0x90e40001, @@ -3563,78 +3589,81 @@ static const DWORD test_effect_preshader_effect_blob[] = 0x80020000, 0x80e40003, 0xa0e4000d, 0x03000002, 0x80030000, 0x80e40000, 0x80e40003, 0x03000005, 0x800c0000, 0x80550000, 0xa0440004, 0x04000004, 0x800c0000, 0x80000000, 0xa0440003, 0x80e40000, 0x04000004, 0x800c0000, 0x80aa0003, 0xa0440005, 0x80e40000, 0x03000002, 0x80030003, 0x80ee0000, - 0x80e40000, 0x0000002b, 0x03000042, 0x800f0000, 0x90e40000, 0xa0e40800, 0x03000002, 0x800f0800, - 0x80e40000, 0x80e40003, 0x0000ffff, 0x00000007, 0x00000b0c, 0xfffe0300, 0x012ffffe, 0x42415443, - 0x0000001c, 0x00000487, 0xfffe0300, 0x0000000b, 0x0000001c, 0x00000000, 0x00000480, 0x000000f8, - 0x00200002, 0x00000001, 0x00000100, 0x00000110, 0x00000120, 0x001d0002, 0x00000002, 0x00000128, - 0x00000138, 0x00000158, 0x001f0002, 0x00000001, 0x00000160, 0x00000170, 0x00000180, 0x00100002, - 0x00000004, 0x0000018c, 0x0000019c, 0x000001dc, 0x00140002, 0x00000003, 0x000001e4, 0x000001f4, - 0x00000224, 0x00170002, 0x00000003, 0x00000230, 0x00000240, 0x00000270, 0x000c0002, 0x00000004, - 0x00000278, 0x00000288, 0x000002c8, 0x00000003, 0x00000001, 0x000002d4, 0x00000000, 0x000002e4, - 0x001a0002, 0x00000003, 0x0000033c, 0x0000034c, 0x0000037c, 0x00000002, 0x00000006, 0x00000380, - 0x00000390, 0x000003f0, 0x00060002, 0x00000006, 0x00000410, 0x00000420, 0x31727261, 0xababab00, - 0x00030000, 0x00010001, 0x00000001, 0x00000000, 0x42b60000, 0x00000000, 0x00000000, 0x00000000, - 0x32727261, 0xababab00, 0x00030000, 0x00010001, 0x00000002, 0x00000000, 0x42b80000, 0x00000000, - 0x00000000, 0x00000000, 0x42ba0000, 0x00000000, 0x00000000, 0x00000000, 0x6f505f67, 0xab003173, + 0x80e40000, 0x0000002b, 0x03000042, 0x800f0000, 0x90e40000, 0xa0e40800, 0x03000002, 0x800f0000, + 0x80e40000, 0x80e40003, 0x03000042, 0x800f0001, 0x90e40000, 0xa0e40801, 0x03000002, 0x800f0800, + 0x80e40000, 0x80e40001, 0x0000ffff, 0x00000007, 0x00000b6c, 0xfffe0300, 0x013cfffe, 0x42415443, + 0x0000001c, 0x000004bb, 0xfffe0300, 0x0000000c, 0x0000001c, 0x00000000, 0x000004b4, 0x0000010c, + 0x00200002, 0x00000001, 0x00000114, 0x00000124, 0x00000134, 0x001d0002, 0x00000002, 0x0000013c, + 0x0000014c, 0x0000016c, 0x001f0002, 0x00000001, 0x00000174, 0x00000184, 0x00000194, 0x00100002, + 0x00000004, 0x000001a0, 0x000001b0, 0x000001f0, 0x00140002, 0x00000003, 0x000001f8, 0x00000208, + 0x00000238, 0x00170002, 0x00000003, 0x00000244, 0x00000254, 0x00000284, 0x000c0002, 0x00000004, + 0x0000028c, 0x0000029c, 0x000002dc, 0x00020003, 0x00000001, 0x000002e8, 0x00000000, 0x000002f8, + 0x00000003, 0x00000002, 0x00000308, 0x00000000, 0x00000318, 0x001a0002, 0x00000003, 0x00000370, + 0x00000380, 0x000003b0, 0x00000002, 0x00000006, 0x000003b4, 0x000003c4, 0x00000424, 0x00060002, + 0x00000006, 0x00000444, 0x00000454, 0x31727261, 0xababab00, 0x00030000, 0x00010001, 0x00000001, + 0x00000000, 0x42b60000, 0x00000000, 0x00000000, 0x00000000, 0x32727261, 0xababab00, 0x00030000, + 0x00010001, 0x00000002, 0x00000000, 0x42b80000, 0x00000000, 0x00000000, 0x00000000, 0x42ba0000, + 0x00000000, 0x00000000, 0x00000000, 0x6f505f67, 0xab003173, 0x00030001, 0x00040001, 0x00000001, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x3478336d, 0x756c6f63, 0xab006e6d, + 0x00030003, 0x00040003, 0x00000001, 0x00000000, 0x41300000, 0x41a80000, 0x41f80000, 0x00000000, + 0x41400000, 0x41b00000, 0x42000000, 0x00000000, 0x41500000, 0x41b80000, 0x42040000, 0x00000000, + 0x41600000, 0x41c00000, 0x42080000, 0x00000000, 0x3478336d, 0x00776f72, 0x00030002, 0x00040003, + 0x00000001, 0x00000000, 0x41300000, 0x41400000, 0x41500000, 0x41600000, 0x41a80000, 0x41b00000, + 0x41b80000, 0x41c00000, 0x41f80000, 0x42000000, 0x42040000, 0x42080000, 0x3378346d, 0x756c6f63, + 0xab006e6d, 0x00030003, 0x00030004, 0x00000001, 0x00000000, 0x41300000, 0x41a80000, 0x41f80000, + 0x42240000, 0x41400000, 0x41b00000, 0x42000000, 0x42280000, 0x41500000, 0x41b80000, 0x42040000, + 0x422c0000, 0x3378346d, 0x00776f72, 0x00030002, 0x00030004, 0x00000001, 0x00000000, 0x41300000, + 0x41400000, 0x41500000, 0x00000000, 0x41a80000, 0x41b00000, 0x41b80000, 0x00000000, 0x41f80000, + 0x42000000, 0x42040000, 0x00000000, 0x42240000, 0x42280000, 0x422c0000, 0x00000000, 0x706d6173, + 0x3172656c, 0xababab00, 0x000c0004, 0x00010001, 0x00000001, 0x00000000, 0x706d6173, 0x7372656c, + 0x7272615f, 0xab007961, 0x000c0004, 0x00010001, 0x00000002, 0x00000000, 0x00317374, 0xab003176, + 0x00030001, 0x00030001, 0x00000001, 0x00000000, 0xab007666, 0x00030000, 0x00010001, 0x00000001, + 0x00000000, 0xab003276, 0x00030001, 0x00040001, 0x00000001, 0x00000000, 0x0000031c, 0x00000320, + 0x00000330, 0x00000334, 0x00000344, 0x00000348, 0x00000005, 0x00080001, 0x00030001, 0x00000358, + 0x41100000, 0x41200000, 0x41300000, 0x00000000, 0x41400000, 0x00000000, 0x00000000, 0x00000000, + 0x41500000, 0x41600000, 0x41700000, 0x41800000, 0x00327374, 0x00000005, 0x00080001, 0x00030002, + 0x00000358, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x3f800000, 0x40000000, 0x40400000, + 0x00000000, 0x40800000, 0x00000000, 0x00000000, 0x00000000, 0x40a00000, 0x40c00000, 0x40e00000, + 0x41000000, 0x00337374, 0xab007374, 0x00000005, 0x00080001, 0x00030002, 0x00000358, 0x00000428, + 0x0000042c, 0x00000005, 0x00100001, 0x00010001, 0x0000043c, 0x3f800000, 0x40000000, 0x40400000, + 0x00000000, 0x40800000, 0x00000000, 0x00000000, 0x00000000, 0x40a00000, 0x40c00000, 0x40e00000, + 0x41000000, 0x41100000, 0x41200000, 0x41300000, 0x00000000, 0x41400000, 0x00000000, 0x00000000, + 0x00000000, 0x41500000, 0x41600000, 0x41700000, 0x41800000, 0x335f7376, 0x4d00305f, 0x6f726369, + 0x74666f73, 0x29522820, 0x534c4820, 0x6853204c, 0x72656461, 0x6d6f4320, 0x656c6970, 0x2e392072, + 0x392e3932, 0x332e3235, 0x00313131, 0x00f0fffe, 0x53455250, 0x46580201, 0x0047fffe, 0x42415443, + 0x0000001c, 0x000000e7, 0x46580201, 0x00000003, 0x0000001c, 0x00000100, 0x000000e4, 0x00000058, + 0x00020002, 0x00000001, 0x00000060, 0x00000070, 0x00000080, 0x00030002, 0x00000001, 0x00000088, + 0x00000070, 0x00000098, 0x00000002, 0x00000002, 0x000000a4, 0x000000b4, 0x6f505f67, 0xab003173, 0x00030001, 0x00040001, 0x00000001, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, - 0x3478336d, 0x756c6f63, 0xab006e6d, 0x00030003, 0x00040003, 0x00000001, 0x00000000, 0x41300000, - 0x41a80000, 0x41f80000, 0x00000000, 0x41400000, 0x41b00000, 0x42000000, 0x00000000, 0x41500000, - 0x41b80000, 0x42040000, 0x00000000, 0x41600000, 0x41c00000, 0x42080000, 0x00000000, 0x3478336d, - 0x00776f72, 0x00030002, 0x00040003, 0x00000001, 0x00000000, 0x41300000, 0x41400000, 0x41500000, - 0x41600000, 0x41a80000, 0x41b00000, 0x41b80000, 0x41c00000, 0x41f80000, 0x42000000, 0x42040000, - 0x42080000, 0x3378346d, 0x756c6f63, 0xab006e6d, 0x00030003, 0x00030004, 0x00000001, 0x00000000, - 0x41300000, 0x41a80000, 0x41f80000, 0x42240000, 0x41400000, 0x41b00000, 0x42000000, 0x42280000, - 0x41500000, 0x41b80000, 0x42040000, 0x422c0000, 0x3378346d, 0x00776f72, 0x00030002, 0x00030004, - 0x00000001, 0x00000000, 0x41300000, 0x41400000, 0x41500000, 0x00000000, 0x41a80000, 0x41b00000, - 0x41b80000, 0x00000000, 0x41f80000, 0x42000000, 0x42040000, 0x00000000, 0x42240000, 0x42280000, - 0x422c0000, 0x00000000, 0x706d6173, 0x3172656c, 0xababab00, 0x000c0004, 0x00010001, 0x00000001, - 0x00000000, 0x00317374, 0xab003176, 0x00030001, 0x00030001, 0x00000001, 0x00000000, 0xab007666, - 0x00030000, 0x00010001, 0x00000001, 0x00000000, 0xab003276, 0x00030001, 0x00040001, 0x00000001, - 0x00000000, 0x000002e8, 0x000002ec, 0x000002fc, 0x00000300, 0x00000310, 0x00000314, 0x00000005, - 0x00080001, 0x00030001, 0x00000324, 0x41100000, 0x41200000, 0x41300000, 0x00000000, 0x41400000, - 0x00000000, 0x00000000, 0x00000000, 0x41500000, 0x41600000, 0x41700000, 0x41800000, 0x00327374, - 0x00000005, 0x00080001, 0x00030002, 0x00000324, 0x00000000, 0x00000000, 0x00000000, 0x00000000, - 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, - 0x3f800000, 0x40000000, 0x40400000, 0x00000000, 0x40800000, 0x00000000, 0x00000000, 0x00000000, - 0x40a00000, 0x40c00000, 0x40e00000, 0x41000000, 0x00337374, 0xab007374, 0x00000005, 0x00080001, - 0x00030002, 0x00000324, 0x000003f4, 0x000003f8, 0x00000005, 0x00100001, 0x00010001, 0x00000408, - 0x3f800000, 0x40000000, 0x40400000, 0x00000000, 0x40800000, 0x00000000, 0x00000000, 0x00000000, - 0x40a00000, 0x40c00000, 0x40e00000, 0x41000000, 0x41100000, 0x41200000, 0x41300000, 0x00000000, - 0x41400000, 0x00000000, 0x00000000, 0x00000000, 0x41500000, 0x41600000, 0x41700000, 0x41800000, - 0x335f7376, 0x4d00305f, 0x6f726369, 0x74666f73, 0x29522820, 0x534c4820, 0x6853204c, 0x72656461, - 0x6d6f4320, 0x656c6970, 0x2e392072, 0x392e3932, 0x332e3235, 0x00313131, 0x00f0fffe, 0x53455250, - 0x46580201, 0x0047fffe, 0x42415443, 0x0000001c, 0x000000e7, 0x46580201, 0x00000003, 0x0000001c, - 0x00000100, 0x000000e4, 0x00000058, 0x00020002, 0x00000001, 0x00000060, 0x00000070, 0x00000080, - 0x00030002, 0x00000001, 0x00000088, 0x00000070, 0x00000098, 0x00000002, 0x00000002, 0x000000a4, - 0x000000b4, 0x6f505f67, 0xab003173, 0x00030001, 0x00040001, 0x00000001, 0x00000000, 0x00000000, - 0x00000000, 0x00000000, 0x00000000, 0x6f505f67, 0xab003273, 0x00030001, 0x00040001, 0x00000001, - 0x00000000, 0x65535f67, 0x7463656c, 0xab00726f, 0x00030001, 0x00040001, 0x00000003, 0x00000000, - 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x41200000, 0x41200000, 0x41200000, 0x41200000, - 0x459c4800, 0x459c5000, 0x459c5800, 0x459c6000, 0x4d007874, 0x6f726369, 0x74666f73, 0x29522820, - 0x534c4820, 0x6853204c, 0x72656461, 0x6d6f4320, 0x656c6970, 0x2e392072, 0x392e3932, 0x332e3235, - 0x00313131, 0x000cfffe, 0x49535250, 0x00000021, 0x00000000, 0x00000000, 0x00000001, 0x00000000, - 0x00000000, 0x00000001, 0x00000021, 0x00000001, 0x00000000, 0x00000000, 0x0032fffe, 0x54494c43, - 0x00000018, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x6f505f67, 0xab003273, 0x00030001, 0x00040001, 0x00000001, 0x00000000, 0x65535f67, 0x7463656c, + 0xab00726f, 0x00030001, 0x00040001, 0x00000003, 0x00000000, 0x00000000, 0x00000000, 0x00000000, + 0x00000000, 0x41200000, 0x41200000, 0x41200000, 0x41200000, 0x459c4800, 0x459c5000, 0x459c5800, + 0x459c6000, 0x4d007874, 0x6f726369, 0x74666f73, 0x29522820, 0x534c4820, 0x6853204c, 0x72656461, + 0x6d6f4320, 0x656c6970, 0x2e392072, 0x392e3932, 0x332e3235, 0x00313131, 0x000cfffe, 0x49535250, + 0x00000021, 0x00000000, 0x00000000, 0x00000001, 0x00000000, 0x00000000, 0x00000001, 0x00000021, + 0x00000001, 0x00000000, 0x00000000, 0x0032fffe, 0x54494c43, 0x00000018, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, - 0x00000000, 0x00000000, 0x3fe00000, 0x00000000, 0xc0000000, 0x00000000, 0xc0080000, 0x00000000, - 0x00000000, 0x00000000, 0x40100000, 0x00000000, 0x40140000, 0x00000000, 0x40180000, 0x00000000, - 0x401c0000, 0x0064fffe, 0x434c5846, 0x00000009, 0xa0500004, 0x00000002, 0x00000000, 0x00000001, - 0x00000011, 0x00000000, 0x00000002, 0x00000008, 0x00000000, 0x00000007, 0x00000000, 0x20400004, - 0x00000002, 0x00000000, 0x00000007, 0x00000000, 0x00000000, 0x00000001, 0x00000014, 0x00000000, - 0x00000007, 0x00000004, 0xa0500004, 0x00000002, 0x00000000, 0x00000001, 0x00000012, 0x00000000, - 0x00000002, 0x0000000c, 0x00000000, 0x00000007, 0x00000000, 0x20400004, 0x00000002, 0x00000000, - 0x00000007, 0x00000000, 0x00000000, 0x00000001, 0x00000014, 0x00000000, 0x00000007, 0x00000008, - 0x10100004, 0x00000001, 0x00000000, 0x00000007, 0x00000008, 0x00000000, 0x00000007, 0x00000000, - 0x20400004, 0x00000002, 0x00000000, 0x00000007, 0x00000000, 0x00000000, 0x00000007, 0x00000004, - 0x00000000, 0x00000007, 0x0000000c, 0xa0200001, 0x00000002, 0x00000000, 0x00000001, 0x00000010, - 0x00000000, 0x00000002, 0x00000005, 0x00000000, 0x00000007, 0x00000000, 0xa0500004, 0x00000002, - 0x00000000, 0x00000007, 0x00000000, 0x00000000, 0x00000007, 0x0000000c, 0x00000000, 0x00000007, - 0x00000004, 0x20400004, 0x00000002, 0x00000000, 0x00000007, 0x00000004, 0x00000000, 0x00000007, - 0x00000008, 0x00000000, 0x00000004, 0x00000084, 0xf0f0f0f0, 0x0f0f0f0f, 0x0000ffff, 0x05000051, - 0xa00f0022, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0200001f, 0x80000000, 0x900f0000, - 0x0200001f, 0x90000000, 0xa00f0800, 0x0200001f, 0x80000000, 0xe00f0000, 0x0200001f, 0x80000005, + 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x3fe00000, + 0x00000000, 0xc0000000, 0x00000000, 0xc0080000, 0x00000000, 0x00000000, 0x00000000, 0x40100000, + 0x00000000, 0x40140000, 0x00000000, 0x40180000, 0x00000000, 0x401c0000, 0x0064fffe, 0x434c5846, + 0x00000009, 0xa0500004, 0x00000002, 0x00000000, 0x00000001, 0x00000011, 0x00000000, 0x00000002, + 0x00000008, 0x00000000, 0x00000007, 0x00000000, 0x20400004, 0x00000002, 0x00000000, 0x00000007, + 0x00000000, 0x00000000, 0x00000001, 0x00000014, 0x00000000, 0x00000007, 0x00000004, 0xa0500004, + 0x00000002, 0x00000000, 0x00000001, 0x00000012, 0x00000000, 0x00000002, 0x0000000c, 0x00000000, + 0x00000007, 0x00000000, 0x20400004, 0x00000002, 0x00000000, 0x00000007, 0x00000000, 0x00000000, + 0x00000001, 0x00000014, 0x00000000, 0x00000007, 0x00000008, 0x10100004, 0x00000001, 0x00000000, + 0x00000007, 0x00000008, 0x00000000, 0x00000007, 0x00000000, 0x20400004, 0x00000002, 0x00000000, + 0x00000007, 0x00000000, 0x00000000, 0x00000007, 0x00000004, 0x00000000, 0x00000007, 0x0000000c, + 0xa0200001, 0x00000002, 0x00000000, 0x00000001, 0x00000010, 0x00000000, 0x00000002, 0x00000005, + 0x00000000, 0x00000007, 0x00000000, 0xa0500004, 0x00000002, 0x00000000, 0x00000007, 0x00000000, + 0x00000000, 0x00000007, 0x0000000c, 0x00000000, 0x00000007, 0x00000004, 0x20400004, 0x00000002, + 0x00000000, 0x00000007, 0x00000004, 0x00000000, 0x00000007, 0x00000008, 0x00000000, 0x00000004, + 0x00000084, 0xf0f0f0f0, 0x0f0f0f0f, 0x0000ffff, 0x05000051, 0xa00f0022, 0x00000000, 0x00000000, + 0x00000000, 0x00000000, 0x0200001f, 0x80000000, 0x900f0000, 0x0200001f, 0x90000000, 0xa00f0801, + 0x0200001f, 0x90000000, 0xa00f0802, 0x0200001f, 0x80000000, 0xe00f0000, 0x0200001f, 0x80000005, 0xe0030001, 0x0200001f, 0x8000000a, 0xe00f0002, 0x03000009, 0x80010000, 0x90e40000, 0xa0e40017, 0x03000009, 0x80020000, 0x90e40000, 0xa0e40018, 0x03000009, 0x80040000, 0x90e40000, 0xa0e40019, 0x03000008, 0x80010001, 0x90e40000, 0xa0e40010, 0x03000008, 0x80020001, 0x90e40000, 0xa0e40011, @@ -3651,7 +3680,8 @@ static const DWORD test_effect_preshader_effect_blob[] = 0x80e40000, 0x80000001, 0x04000004, 0x800f0000, 0x90e40000, 0xa0000020, 0x80e40000, 0x04000004, 0x800f0000, 0x90e40000, 0xa000001e, 0x80e40000, 0x04000004, 0x800f0000, 0x90e40000, 0xa000000a, 0x80e40000, 0x03000009, 0x80010001, 0x90e40000, 0xa0e4000b, 0x03000002, 0x800f0000, 0x80e40000, - 0x80000001, 0x0300005f, 0x800f0001, 0xa0e4001f, 0xa0e40800, 0x03000002, 0xe00f0002, 0x80e40000, + 0x80000001, 0x0300005f, 0x800f0001, 0xa0e4001f, 0xa0e40802, 0x03000002, 0x800f0000, 0x80e40000, + 0x80e40001, 0x0300005f, 0x800f0001, 0xa0e4001f, 0xa0e40801, 0x03000002, 0xe00f0002, 0x80e40000, 0x80e40001, 0x02000001, 0xe00f0000, 0xa0e40021, 0x02000001, 0xe0030001, 0xa0000022, 0x0000ffff, 0x00000008, 0x000001dc, 0xfffe0300, 0x0016fffe, 0x42415443, 0x0000001c, 0x00000023, 0xfffe0300, 0x00000000, 0x00000000, 0x00000000, 0x0000001c, 0x335f7376, 0x4d00305f, 0x6f726369, 0x74666f73, @@ -4049,25 +4079,41 @@ static const DWORD test_effect_preshader_effect_blob[] = 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x000ffffe, 0x434c5846, 0x00000001, 0xa0400001, 0x00000002, 0x00000000, 0x00000002, 0x00000003, 0x00000000, 0x00000001, 0x00000004, 0x00000000, 0x00000004, 0x00000000, 0xf0f0f0f0, 0x0f0f0f0f, 0x0000ffff, 0xffffffff, - 0x0000001e, 0x00000000, 0x00000002, 0x00000000, 0x000000f0, 0x46580200, 0x0026fffe, 0x42415443, + 0x0000001f, 0x00000001, 0x00000001, 0x00000000, 0x000000e4, 0x46580200, 0x0026fffe, 0x42415443, 0x0000001c, 0x00000063, 0x46580200, 0x00000001, 0x0000001c, 0x20000100, 0x00000060, 0x00000030, 0x00000002, 0x00000001, 0x00000040, 0x00000050, 0x74636576, 0x6d61735f, 0x72656c70, 0xababab00, 0x00030001, 0x00040001, 0x00000001, 0x00000000, 0x3f800000, 0x40000000, 0x40400000, 0x40800000, 0x4d007874, 0x6f726369, 0x74666f73, 0x29522820, 0x534c4820, 0x6853204c, 0x72656461, 0x6d6f4320, 0x656c6970, 0x2e392072, 0x392e3932, 0x332e3235, 0x00313131, 0x0002fffe, 0x54494c43, 0x00000000, - 0x000ffffe, 0x434c5846, 0x00000001, 0xa0400001, 0x00000002, 0x00000000, 0x00000002, 0x00000001, - 0x00000000, 0x00000002, 0x00000000, 0x00000000, 0x00000004, 0x00000000, 0xf0f0f0f0, 0x0f0f0f0f, - 0x0000ffff, 0xffffffff, 0x0000001e, 0x00000000, 0x00000001, 0x00000000, 0x000000dc, 0x46580200, - 0x0024fffe, 0x42415443, 0x0000001c, 0x0000005b, 0x46580200, 0x00000001, 0x0000001c, 0x20000100, - 0x00000058, 0x00000030, 0x00000002, 0x00000001, 0x00000038, 0x00000048, 0x56695f67, 0x00746365, - 0x00020001, 0x00040001, 0x00000001, 0x00000000, 0x40800000, 0x40400000, 0x40000000, 0x3f800000, - 0x4d007874, 0x6f726369, 0x74666f73, 0x29522820, 0x534c4820, 0x6853204c, 0x72656461, 0x6d6f4320, - 0x656c6970, 0x2e392072, 0x392e3932, 0x332e3235, 0x00313131, 0x0002fffe, 0x54494c43, 0x00000000, 0x000cfffe, 0x434c5846, 0x00000001, 0x10000001, 0x00000001, 0x00000000, 0x00000002, 0x00000001, - 0x00000000, 0x00000004, 0x00000000, 0xf0f0f0f0, 0x0f0f0f0f, 0x0000ffff, 0xffffffff, 0x0000001e, - 0x00000000, 0x00000000, 0x00000001, 0x00000005, 0x31786574, 0x00000000, + 0x00000000, 0x00000004, 0x00000000, 0xf0f0f0f0, 0x0f0f0f0f, 0x0000ffff, 0xffffffff, 0x0000001f, + 0x00000000, 0x00000001, 0x00000000, 0x000000e4, 0x46580200, 0x0026fffe, 0x42415443, 0x0000001c, + 0x00000063, 0x46580200, 0x00000001, 0x0000001c, 0x20000100, 0x00000060, 0x00000030, 0x00000002, + 0x00000001, 0x00000040, 0x00000050, 0x74636576, 0x6d61735f, 0x72656c70, 0xababab00, 0x00030001, + 0x00040001, 0x00000001, 0x00000000, 0x3f800000, 0x40000000, 0x40400000, 0x40800000, 0x4d007874, + 0x6f726369, 0x74666f73, 0x29522820, 0x534c4820, 0x6853204c, 0x72656461, 0x6d6f4320, 0x656c6970, + 0x2e392072, 0x392e3932, 0x332e3235, 0x00313131, 0x0002fffe, 0x54494c43, 0x00000000, 0x000cfffe, + 0x434c5846, 0x00000001, 0x10000001, 0x00000001, 0x00000000, 0x00000002, 0x00000000, 0x00000000, + 0x00000004, 0x00000000, 0xf0f0f0f0, 0x0f0f0f0f, 0x0000ffff, 0xffffffff, 0x0000001e, 0x00000000, + 0x00000002, 0x00000000, 0x000000f0, 0x46580200, 0x0026fffe, 0x42415443, 0x0000001c, 0x00000063, + 0x46580200, 0x00000001, 0x0000001c, 0x20000100, 0x00000060, 0x00000030, 0x00000002, 0x00000001, + 0x00000040, 0x00000050, 0x74636576, 0x6d61735f, 0x72656c70, 0xababab00, 0x00030001, 0x00040001, + 0x00000001, 0x00000000, 0x3f800000, 0x40000000, 0x40400000, 0x40800000, 0x4d007874, 0x6f726369, + 0x74666f73, 0x29522820, 0x534c4820, 0x6853204c, 0x72656461, 0x6d6f4320, 0x656c6970, 0x2e392072, + 0x392e3932, 0x332e3235, 0x00313131, 0x0002fffe, 0x54494c43, 0x00000000, 0x000ffffe, 0x434c5846, + 0x00000001, 0xa0400001, 0x00000002, 0x00000000, 0x00000002, 0x00000001, 0x00000000, 0x00000002, + 0x00000000, 0x00000000, 0x00000004, 0x00000000, 0xf0f0f0f0, 0x0f0f0f0f, 0x0000ffff, 0xffffffff, + 0x0000001e, 0x00000000, 0x00000001, 0x00000000, 0x000000dc, 0x46580200, 0x0024fffe, 0x42415443, + 0x0000001c, 0x0000005b, 0x46580200, 0x00000001, 0x0000001c, 0x20000100, 0x00000058, 0x00000030, + 0x00000002, 0x00000001, 0x00000038, 0x00000048, 0x56695f67, 0x00746365, 0x00020001, 0x00040001, + 0x00000001, 0x00000000, 0x40800000, 0x40400000, 0x40000000, 0x3f800000, 0x4d007874, 0x6f726369, + 0x74666f73, 0x29522820, 0x534c4820, 0x6853204c, 0x72656461, 0x6d6f4320, 0x656c6970, 0x2e392072, + 0x392e3932, 0x332e3235, 0x00313131, 0x0002fffe, 0x54494c43, 0x00000000, 0x000cfffe, 0x434c5846, + 0x00000001, 0x10000001, 0x00000001, 0x00000000, 0x00000002, 0x00000001, 0x00000000, 0x00000004, + 0x00000000, 0xf0f0f0f0, 0x0f0f0f0f, 0x0000ffff, 0xffffffff, 0x0000001e, 0x00000000, 0x00000000, + 0x00000001, 0x00000005, 0x31786574, 0x00000000, }; -#define TEST_EFFECT_PRESHADER_VSHADER_POS 2879 +#define TEST_EFFECT_PRESHADER_VSHADER_POS 2991 #define TEST_EFFECT_PRESHADER_VSHADER_LEN 13 #define test_effect_preshader_compare_shader_bytecode(a, b, c, d) \ @@ -4505,12 +4551,38 @@ static void test_effect_preshader(IDirect3DDevice9 *device) hr = IDirect3DDevice9_GetSamplerState(device, 0, D3DSAMP_MAGFILTER, &value); ok(hr == D3D_OK, "Got result %#x.\n", hr); todo_wine ok(value == 3, "Unexpected sampler 0 magfilter %u.\n", value); + + hr = IDirect3DDevice9_GetSamplerState(device, 1, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + ok(value == 1, "Unexpected sampler 1 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, 1, D3DSAMP_MAGFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + todo_wine + ok(value == 1, "Unexpected sampler 1 magfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER0, D3DSAMP_MINFILTER, &value); ok(hr == D3D_OK, "Got result %#x.\n", hr); - ok(value == 3, "Unexpected sampler 0 minfilter %u.\n", value); + ok(value == 1, "Unexpected vertex sampler 0 minfilter %u.\n", value); hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER0, D3DSAMP_MAGFILTER, &value); ok(hr == D3D_OK, "Got result %#x.\n", hr); - todo_wine ok(value == 3, "Unexpected sampler 0 magfilter %u.\n", value); + todo_wine + ok(value == 1, "Unexpected vertex sampler 0 magfilter %u.\n", value); + + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER1, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + todo_wine + ok(value == 0, "Unexpected vertex sampler 1 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER1, D3DSAMP_MAGFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + todo_wine + ok(value == 0, "Unexpected vertex sampler 1 magfilter %u.\n", value); + + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER2, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + ok(value == 3, "Unexpected vertex sampler 2 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER2, D3DSAMP_MAGFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + todo_wine ok(value == 3, "Unexpected vertex sampler 2 magfilter %u.\n", value); hr = IDirect3DDevice9_GetRenderState(device, D3DRS_FOGDENSITY, &value); ok(hr == D3D_OK, "Got result %#x.\n", hr); @@ -4552,6 +4624,62 @@ static void test_effect_preshader(IDirect3DDevice9 *device) hr = effect->lpVtbl->End(effect); ok(hr == D3D_OK, "Got result %#x.\n", hr); + + effect->lpVtbl->Release(effect); + + hr = D3DXCreateEffect(device, test_effect_preshader_effect_blob, sizeof(test_effect_preshader_effect_blob), + NULL, NULL, 0, NULL, &effect, NULL); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + + hr = effect->lpVtbl->Begin(effect, &npasses, D3DXFX_DONOTSAVESTATE); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + + hr = effect->lpVtbl->BeginPass(effect, 0); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + + hr = IDirect3DDevice9_GetSamplerState(device, 0, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + ok(value == 3, "Unexpected sampler 0 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, 0, D3DSAMP_MAGFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + todo_wine ok(value == 3, "Unexpected sampler 0 magfilter %u.\n", value); + + hr = IDirect3DDevice9_GetSamplerState(device, 1, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + ok(value == 1, "Unexpected sampler 1 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, 1, D3DSAMP_MAGFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + todo_wine + ok(value == 1, "Unexpected sampler 1 magfilter %u.\n", value); + + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER0, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + ok(value == 1, "Unexpected vertex sampler 0 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER0, D3DSAMP_MAGFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + todo_wine + ok(value == 1, "Unexpected vertex sampler 0 magfilter %u.\n", value); + + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER1, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + ok(value == 2, "Unexpected vertex sampler 1 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER1, D3DSAMP_MAGFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + todo_wine + ok(value == 2, "Unexpected vertex sampler 1 magfilter %u.\n", value); + + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER2, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + ok(value == 3, "Unexpected vertex sampler 2 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER2, D3DSAMP_MAGFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + todo_wine + ok(value == 3, "Unexpected vertex sampler 2 magfilter %u.\n", value); + + hr = effect->lpVtbl->EndPass(effect); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + hr = effect->lpVtbl->End(effect); + ok(hr == D3D_OK, "Got result %#x.\n", hr); effect->lpVtbl->Release(effect); } @@ -5400,7 +5528,14 @@ static void test_effect_commitchanges(IDirect3DDevice9 *device) hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER0, D3DSAMP_MINFILTER, &value); ok(hr == D3D_OK, "Got result %#x.\n", hr); - ok(value == 3, "Unexpected sampler 0 minfilter %u.\n", value); + ok(value == 1, "Unexpected sampler 0 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER1, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + todo_wine + ok(value == 0, "Unexpected sampler 1 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER2, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + ok(value == 3, "Unexpected sampler 2 minfilter %u.\n", value); param = effect->lpVtbl->GetParameterByName(effect, NULL, "g_iVect"); ok(!!param, "GetParameterByName failed.\n"); @@ -5408,10 +5543,14 @@ static void test_effect_commitchanges(IDirect3DDevice9 *device) hr = effect->lpVtbl->SetValue(effect, param, ivect, sizeof(ivect)); ok(hr == D3D_OK, "Got result %#x.\n", hr); - hr = IDirect3DDevice9_SetSamplerState(device, D3DVERTEXTEXTURESAMPLER0, D3DSAMP_MINFILTER, 0); - ok(hr == D3D_OK, "Got result %#x.\n", hr); - hr = IDirect3DDevice9_SetSamplerState(device, D3DVERTEXTEXTURESAMPLER0, D3DSAMP_MAGFILTER, 0); - ok(hr == D3D_OK, "Got result %#x.\n", hr); + for (i = 0; i < 3; ++i) + { + hr = IDirect3DDevice9_SetSamplerState(device, D3DVERTEXTEXTURESAMPLER0 + i, D3DSAMP_MINFILTER, 0); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + hr = IDirect3DDevice9_SetSamplerState(device, D3DVERTEXTEXTURESAMPLER0 + i, D3DSAMP_MAGFILTER, 0); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + } + hr = IDirect3DDevice9_SetSamplerState(device, 0, D3DSAMP_MINFILTER, 0); ok(hr == D3D_OK, "Got result %#x.\n", hr); hr = IDirect3DDevice9_SetSamplerState(device, 0, D3DSAMP_MAGFILTER, 0); @@ -5429,12 +5568,20 @@ static void test_effect_commitchanges(IDirect3DDevice9 *device) ok(!vshader, "Got non NULL vshader.\n"); test_effect_preshader_compare_vconsts(device, const_no_update_mask, "selector g_iVect"); + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER0, D3DSAMP_MINFILTER, &value); ok(hr == D3D_OK, "Got result %#x.\n", hr); - ok(value == 1, "Unexpected sampler 0 minfilter %u.\n", value); - hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER0, D3DSAMP_MAGFILTER, &value); - ok(hr == D3D_OK, "Got result %#x.\n", hr); ok(value == 0, "Unexpected sampler 0 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER1, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + ok(value == 0, "Unexpected sampler 1 minfilter %u.\n", value); + + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER2, D3DSAMP_MINFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + ok(value == 1, "Unexpected sampler 2 minfilter %u.\n", value); + hr = IDirect3DDevice9_GetSamplerState(device, D3DVERTEXTEXTURESAMPLER2, D3DSAMP_MAGFILTER, &value); + ok(hr == D3D_OK, "Got result %#x.\n", hr); + ok(value == 0, "Unexpected sampler 2 minfilter %u.\n", value); hr = IDirect3DDevice9_GetSamplerState(device, 0, D3DSAMP_MINFILTER, &value); ok(hr == D3D_OK, "Got result %#x.\n", hr); ok(value == 1, "Unexpected sampler 0 minfilter %u.\n", value); @@ -6047,11 +6194,17 @@ static void test_effect_state_manager(IDirect3DDevice9 *device) {4, 158, 0}, {4, 159, 0}, {5, 0, 0}, - {5, 257, 0}, + {5, 259, 0}, {7, 0, 5}, {7, 0, 6}, + {7, 1, 5}, + {7, 1, 6}, {7, 257, 5}, {7, 257, 6}, + {7, 258, 5}, + {7, 258, 6}, + {7, 259, 5}, + {7, 259, 6}, {10, 0, 0}, {11, 0, 34}, {14, 0, 0}, Using valgrind-3.13.0.SVN-16204-vex-3299 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:2066: Tests skipped: Well known SID 38 not implemented security.c:2066: Tests skipped: Well known SID 39 not implemented security.c:2066: Tests skipped: Well known SID 40 not implemented security.c:2066: Tests skipped: Well known SID 41 not implemented security.c:2066: Tests skipped: Well known SID 42 not implemented security.c:2066: Tests skipped: Well known SID 43 not implemented security.c:2066: Tests skipped: Well known SID 44 not implemented security.c:2066: Tests skipped: Well known SID 45 not implemented security.c:2066: Tests skipped: Well known SID 46 not implemented security.c:2066: Tests skipped: Well known SID 47 not implemented security.c:2066: Tests skipped: Well known SID 48 not implemented security.c:2066: Tests skipped: Well known SID 49 not implemented security.c:2066: Tests skipped: Well known SID 50 not implemented security.c:2066: Tests skipped: Well known SID 62 not implemented security.c:2066: Tests skipped: Well known SID 63 not implemented security.c:2066: Tests skipped: Well known SID 64 not implemented security.c:2066: Tests skipped: Well known SID 65 not implemented security.c:2066: Tests skipped: Well known SID 70 not implemented security.c:2066: Tests skipped: Well known SID 71 not implemented security.c:2066: Tests skipped: Well known SID 72 not implemented security.c:2066: Tests skipped: Well known SID 73 not implemented security.c:2066: Tests skipped: Well known SID 74 not implemented security.c:2066: Tests skipped: Well known SID 75 not implemented security.c:2066: Tests skipped: Well known SID 76 not implemented security.c:2066: Tests skipped: Well known SID 77 not implemented security.c:2066: Tests skipped: Well known SID 78 not implemented security.c:2066: Tests skipped: Well known SID 79 not implemented security.c:2066: Tests skipped: Well known SID 81 not implemented security.c:2066: Tests skipped: Well known SID 82 not implemented preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3534== Syscall param writev(vector[...]) points to uninitialised byte(s) ==3534== at 0x433904F: ??? (syscall-template.S:84) ==3534== by 0x7BC88028: send_request (server.c:228) ==3534== by 0x7BC881DB: wine_server_call (server.c:309) ==3534== by 0x7BC93843: NtCreateEvent (sync.c:305) ==3534== by 0x7B47EBD0: CreateEventExW (sync.c:492) ==3534== by 0x7B47EA3E: CreateEventExA (sync.c:455) ==3534== by 0x7B47E8F5: CreateEventA (sync.c:423) ==3534== by 0x4A6460B: test_AddMandatoryAce (security.c:6245) ==3534== by 0x4A69DBC: func_security (security.c:7126) ==3534== by 0x4A7926E: run_test (test.h:603) ==3534== by 0x4A796C0: main (test.h:687) ==3534== Address 0x48d7f40 is 64 bytes inside a recently re-allocated block of size 312 alloc'd ==3534== at 0x7BC50812: notify_alloc (heap.c:254) ==3534== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==3534== by 0x7BC92E90: alloc_object_attributes (sync.c:117) ==3534== by 0x7BC9378B: NtCreateEvent (sync.c:297) ==3534== by 0x7B47EBD0: CreateEventExW (sync.c:492) ==3534== by 0x7B47EA3E: CreateEventExA (sync.c:455) ==3534== by 0x7B47E8F5: CreateEventA (sync.c:423) ==3534== by 0x4A6460B: test_AddMandatoryAce (security.c:6245) ==3534== by 0x4A69DBC: func_security (security.c:7126) ==3534== by 0x4A7926E: run_test (test.h:603) ==3534== by 0x4A796C0: main (test.h:687) ==3534== Uninitialised value was created by a stack allocation ==3534== at 0x4A63EF0: test_AddMandatoryAce (security.c:6164) ==3534== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:wine_server_call fun:NtCreateEvent fun:CreateEventExW fun:CreateEventExA fun:CreateEventA fun:test_AddMandatoryAce fun:func_security fun:run_test fun:main } ==3534== Syscall param writev(vector[...]) points to uninitialised byte(s) ==3534== at 0x433904F: ??? (syscall-template.S:84) ==3534== by 0x7BC88028: send_request (server.c:228) ==3534== by 0x7BC881DB: wine_server_call (server.c:309) ==3534== by 0x7BC624C7: NtDuplicateToken (nt.c:112) ==3534== by 0x4E661CE: DuplicateTokenEx (security.c:5516) ==3534== by 0x4A684EF: test_token_security_descriptor (security.c:6847) ==3534== by 0x4A69DDA: func_security (security.c:7134) ==3534== by 0x4A7926E: run_test (test.h:603) ==3534== by 0x4A796C0: main (test.h:687) ==3534== Address 0x48febc0 is 64 bytes inside a recently re-allocated block of size 292 alloc'd ==3534== at 0x7BC50812: notify_alloc (heap.c:254) ==3534== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==3534== by 0x7BC92E90: alloc_object_attributes (sync.c:117) ==3534== by 0x7BC62335: NtDuplicateToken (nt.c:93) ==3534== by 0x4E661CE: DuplicateTokenEx (security.c:5516) ==3534== by 0x4A684EF: test_token_security_descriptor (security.c:6847) ==3534== by 0x4A69DDA: func_security (security.c:7134) ==3534== by 0x4A7926E: run_test (test.h:603) ==3534== by 0x4A796C0: main (test.h:687) ==3534== Uninitialised value was created by a stack allocation ==3534== at 0x4A681D0: test_token_security_descriptor (security.c:6800) ==3534== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:wine_server_call fun:NtDuplicateToken fun:DuplicateTokenEx fun:test_token_security_descriptor fun:func_security fun:run_test fun:main } ==3565== 13 bytes in 1 blocks are definitely lost in loss record 22 of 264 ==3565== at 0x7BC50812: notify_alloc (heap.c:254) ==3565== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==3565== by 0x7B449A29: HeapAlloc (heap.c:271) ==3565== by 0x7B44B158: LocalAlloc (heap.c:970) ==3565== by 0x4E656F5: ConvertSidToStringSidA (security.c:5283) ==3565== by 0x4A68048: test_token_label (security.c:6787) ==3565== by 0x4A69DD5: func_security (security.c:7131) ==3565== by 0x4A7926E: run_test (test.h:603) ==3565== by 0x4A796C0: main (test.h:687) ==3565== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:ConvertSidToStringSidA fun:test_token_label fun:func_security fun:run_test fun:main } ==3565== 20 bytes in 1 blocks are definitely lost in loss record 54 of 264 ==3565== at 0x7BC50812: notify_alloc (heap.c:254) ==3565== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==3565== by 0x7B449A29: HeapAlloc (heap.c:271) ==3565== by 0x7B44B158: LocalAlloc (heap.c:970) ==3565== by 0x4E60D26: GetSecurityInfo (security.c:3267) ==3565== by 0x4A66125: test_system_security_access (security.c:6479) ==3565== by 0x4A69DC1: func_security (security.c:7127) ==3565== by 0x4A7926E: run_test (test.h:603) ==3565== by 0x4A796C0: main (test.h:687) ==3565== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:GetSecurityInfo fun:test_system_security_access fun:func_security fun:run_test fun:main } ==3565== 148 bytes in 1 blocks are definitely lost in loss record 183 of 264 ==3565== at 0x7BC50812: notify_alloc (heap.c:254) ==3565== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==3565== by 0x7B449A29: HeapAlloc (heap.c:271) ==3565== by 0x7B44B158: LocalAlloc (heap.c:970) ==3565== by 0x4E60D26: GetSecurityInfo (security.c:3267) ==3565== by 0x4A5BCC5: test_GetSecurityInfo (security.c:4616) ==3565== by 0x4A69D85: func_security (security.c:7115) ==3565== by 0x4A7926E: run_test (test.h:603) ==3565== by 0x4A796C0: main (test.h:687) ==3565== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:GetSecurityInfo fun:test_GetSecurityInfo fun:func_security fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3534== 13 bytes in 1 blocks are definitely lost in loss record 21 of 258 ==3534== at 0x7BC50812: notify_alloc (heap.c:254) ==3534== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==3534== by 0x7B449A29: HeapAlloc (heap.c:271) ==3534== by 0x7B44B158: LocalAlloc (heap.c:970) ==3534== by 0x4E656F5: ConvertSidToStringSidA (security.c:5283) ==3534== by 0x4A68048: test_token_label (security.c:6787) ==3534== by 0x4A69DD5: func_security (security.c:7131) ==3534== by 0x4A7926E: run_test (test.h:603) ==3534== by 0x4A796C0: main (test.h:687) ==3534== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:ConvertSidToStringSidA fun:test_token_label fun:func_security fun:run_test fun:main } ==3534== 20 bytes in 1 blocks are definitely lost in loss record 52 of 258 ==3534== at 0x7BC50812: notify_alloc (heap.c:254) ==3534== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==3534== by 0x7B449A29: HeapAlloc (heap.c:271) ==3534== by 0x7B44B158: LocalAlloc (heap.c:970) ==3534== by 0x4E60D26: GetSecurityInfo (security.c:3267) ==3534== by 0x4A66125: test_system_security_access (security.c:6479) ==3534== by 0x4A69DC1: func_security (security.c:7127) ==3534== by 0x4A7926E: run_test (test.h:603) ==3534== by 0x4A796C0: main (test.h:687) ==3534== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:GetSecurityInfo fun:test_system_security_access fun:func_security fun:run_test fun:main } ==3534== 84 bytes in 1 blocks are definitely lost in loss record 153 of 258 ==3534== at 0x7BC50812: notify_alloc (heap.c:254) ==3534== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==3534== by 0x4A68DF7: test_token_security_descriptor (security.c:6921) ==3534== by 0x4A69DDA: func_security (security.c:7134) ==3534== by 0x4A7926E: run_test (test.h:603) ==3534== by 0x4A796C0: main (test.h:687) ==3534== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:test_token_security_descriptor fun:func_security fun:run_test fun:main } ==3534== 148 bytes in 1 blocks are definitely lost in loss record 179 of 258 ==3534== at 0x7BC50812: notify_alloc (heap.c:254) ==3534== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==3534== by 0x7B449A29: HeapAlloc (heap.c:271) ==3534== by 0x7B44B158: LocalAlloc (heap.c:970) ==3534== by 0x4E60D26: GetSecurityInfo (security.c:3267) ==3534== by 0x4A5BCC5: test_GetSecurityInfo (security.c:4616) ==3534== by 0x4A69D85: func_security (security.c:7115) ==3534== by 0x4A7926E: run_test (test.h:603) ==3534== by 0x4A796C0: main (test.h:687) ==3534== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:GetSecurityInfo fun:test_GetSecurityInfo fun:func_security fun:run_test fun:main } ../../../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 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 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 ../../../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 ==4091== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp4091_9d23cbab is empty ==4091== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==4091== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp4091_9d23cbab is empty ==4091== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==4091== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp4091_9d23cbab is empty ==4091== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==4091== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp4091_9d23cbab is empty ==4091== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==4091== 128 bytes in 4 blocks are possibly lost in loss record 1,746 of 2,557 ==4091== at 0x7BC50812: notify_alloc (heap.c:254) ==4091== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==4091== by 0x7BC3BE13: RtlInitializeCriticalSectionEx (critsection.c:326) ==4091== by 0x7B47E74F: InitializeCriticalSectionEx (sync.c:359) ==4091== by 0x7B47E71D: InitializeCriticalSectionAndSpinCount (sync.c:337) ==4091== by 0x6A0D8113: ??? ==4091== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSectionAndSpinCount obj:* } ==4091== 164 bytes in 1 blocks are possibly lost in loss record 1,809 of 2,557 ==4091== at 0x7BC50812: notify_alloc (heap.c:254) ==4091== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==4091== by 0x524F7E7: rpcrt4_conn_np_alloc (rpc_transport.c:78) ==4091== by 0x5258825: RPCRT4_CreateConnection (rpc_transport.c:3311) ==4091== by 0x524FD66: rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:220) ==4091== by 0x524C834: RPCRT4_use_protseq (rpc_server.c:846) ==4091== by 0x524D230: RpcServerUseProtseqEpExW (rpc_server.c:1057) ==4091== by 0x524CC99: RpcServerUseProtseqEpW (rpc_server.c:943) ==4091== by 0x4BB6926: RPC_StartRemoting (rpc.c:1636) ==4091== by 0x4B9E422: StdMarshalImpl_MarshalInterface (marshal.c:1235) ==4091== by 0x4BA01BF: IMarshal_MarshalInterface (objidl.h:878) ==4091== by 0x4BA01BF: CoMarshalInterface (???:0) ==4091== by 0x4BA72B6: RegisterDragDrop (ole2.c:605) ==4091== by 0x6B72EF90: ??? ==4091== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:rpcrt4_conn_np_alloc fun:RPCRT4_CreateConnection fun:rpcrt4_protseq_ncalrpc_open_endpoint fun:RPCRT4_use_protseq fun:RpcServerUseProtseqEpExW fun:RpcServerUseProtseqEpW fun:RPC_StartRemoting fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:RegisterDragDrop obj:* } ==4091== 256 bytes in 7 blocks are possibly lost in loss record 1,908 of 2,557 ==4091== at 0x7BC50812: notify_alloc (heap.c:254) ==4091== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==4091== by 0x4B97834: IMalloc_fnAlloc (ifs.c:187) ==4091== by 0x4B980D3: IMalloc_Alloc (objidl.h:1508) ==4091== by 0x4B980D3: CoTaskMemAlloc (???:0) ==4091== by 0x52B3ABE: alloc_bstr (oleaut.c:177) ==4091== by 0x52B3E85: SysAllocStringLen (oleaut.c:355) ==4091== by 0x677910E: pre_process_uri (uri.c:786) ==4091== by 0x6786601: CreateUri (uri.c:5738) ==4091== by 0x77B99D2: create_uri (persist.c:186) ==4091== by 0x77AA267: nsIOServiceHook_NewURI (nsio.c:3890) ==4091== by 0x69F3AFD9: ??? ==4091== { 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:pre_process_uri fun:CreateUri fun:create_uri fun:nsIOServiceHook_NewURI obj:* } ==4091== 313 bytes in 1 blocks are possibly lost in loss record 1,965 of 2,557 ==4091== at 0x7BC50812: notify_alloc (heap.c:254) ==4091== by 0x7BC55326: RtlReAllocateHeap (heap.c:1883) ==4091== by 0x7CDC85A: msvcrt_heap_realloc (heap.c:102) ==4091== by 0x7CDD40D: MSVCRT_realloc (heap.c:457) ==4091== by 0x69E78C00: ??? ==4091== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlReAllocateHeap fun:msvcrt_heap_realloc fun:MSVCRT_realloc obj:* } 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 ../../../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:2655: Test failed: right click sequence: the msg sequence is not complete: expected 0000 - actual 0084 treeview.c:2656: Test failed: parent right click sequence: the msg sequence is not complete: expected 0000 - actual 004e make[1]: *** [Makefile:877: 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:5871: 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 ../../../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 ==4869== Thread 2: ==4869== Invalid read of size 1 ==4869== at 0x40192AA: strcmp (strcmp.S:34) ==4869== by 0x400899E: _dl_map_object (dl-load.c:1962) ==4869== by 0x4013C23: dl_open_worker (dl-open.c:226) ==4869== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==4869== by 0x4013711: _dl_open (dl-open.c:649) ==4869== by 0x4375C7B: do_dlopen (dl-libc.c:87) ==4869== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==4869== by 0x4375D49: dlerror_run (dl-libc.c:46) ==4869== by 0x4375DCB: __libc_dlopen_mode (dl-libc.c:163) ==4869== by 0x424F7BB: pthread_cancel_init (unwind-forcedunwind.c:52) ==4869== by 0x424F994: _Unwind_ForcedUnwind (unwind-forcedunwind.c:126) ==4869== by 0x424D949: __pthread_unwind (unwind.c:121) ==4869== by 0x4246250: __do_cancel (pthreadP.h:283) ==4869== by 0x4246250: pthread_exit (pthread_exit.c:28) ==4869== by 0x7BC998DB: terminate_thread (thread.c:407) ==4869== by 0x7BC8FDD9: ??? (signal_i386.c:2700) ==4869== by 0x6EDF367: ??? ==4869== by 0x4245249: start_thread (pthread_create.c:333) ==4869== by 0x4340D6D: clone (clone.S:114) ==4869== Address 0x6dbd871 is on thread 1's stack ==4869== { Memcheck:Addr1 fun:strcmp fun:_dl_map_object fun:dl_open_worker fun:_dl_catch_error fun:_dl_open fun:do_dlopen fun:_dl_catch_error fun:dlerror_run fun:__libc_dlopen_mode fun:pthread_cancel_init fun:_Unwind_ForcedUnwind fun:__pthread_unwind fun:__do_cancel fun:pthread_exit fun:terminate_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so obj:* fun:start_thread fun:clone } ../../../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 ==5033== Invalid free() / delete / delete[] / realloc() ==5033== at 0x7BC50908: notify_realloc (heap.c:270) ==5033== by 0x7BC5538C: RtlReAllocateHeap (heap.c:1896) ==5033== by 0x4C13C07: CryptMemRealloc (main.c:128) ==5033== by 0x4A5195D: test_cryptAllocate (main.c:204) ==5033== by 0x4A52A52: func_main (main.c:469) ==5033== by 0x4A7EA74: run_test (test.h:603) ==5033== by 0x4A7EEC6: main (test.h:687) ==5033== Address 0x48ec340 is 0 bytes after a block of size 0 alloc'd ==5033== at 0x7BC50812: notify_alloc (heap.c:254) ==5033== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==5033== by 0x4C13BCA: CryptMemAlloc (main.c:123) ==5033== by 0x4A5194A: test_cryptAllocate (main.c:203) ==5033== by 0x4A52A52: func_main (main.c:469) ==5033== by 0x4A7EA74: run_test (test.h:603) ==5033== by 0x4A7EEC6: main (test.h:687) ==5033== { Memcheck:Free fun:notify_realloc fun:RtlReAllocateHeap fun:CryptMemRealloc fun:test_cryptAllocate fun:func_main fun:run_test fun:main } ../../../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 msg && touch msg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled illegal instruction at address (nil) (thread 012d), 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 (0x00000000). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:00000000 ESP:04bbfa7c EBP:04bbfba8 EFLAGS:00200000( - -- - - - ) EAX:00000000 EBX:04c5a000 ECX:00000011 EDX:04902fb0 ESI:00000000 EDI:04407000 Stack dump: 0x04bbfa7c: 04c15e6a 00000000 04902fb0 00000011 0x04bbfa8c: 00000000 048d0064 00000040 04a9ab13 0x04bbfa9c: 04902f68 048d0014 00000001 00000040 0x04bbfaac: 048d0000 00000001 00000000 04902f68 0x04bbfabc: 04902f60 7bcf2000 04bbfb50 04902f60 0x04bbfacc: 7bc54e72 00000011 04902fb0 00000000 Backtrace: =>0 0x00000000 (0x04bbfba8) 1 0x04c1d525 CryptMsgUpdate+0x81(hCryptMsg=, pbData=, cbData=, fFinal=) [/home/austin/wine-valgrind/dlls/crypt32/msg.c:3601] in crypt32 (0x04bbfbe8) 2 0x04a59ed8 test_data_msg_update+0x698() [/home/austin/wine-valgrind/dlls/crypt32/tests/msg.c:460] in crypt32_test (0x04bbfca8) 3 0x04a5ac8d test_data_msg+0xf() [/home/austin/wine-valgrind/dlls/crypt32/tests/msg.c:718] in crypt32_test (0x04bbfcb8) 4 0x04a67c10 func_msg+0xd0() [/home/austin/wine-valgrind/dlls/crypt32/tests/msg.c:3780] in crypt32_test (0x04bbfcc8) 5 0x04a7ea75 run_test+0x96(name="msg") [/home/austin/wine-valgrind/dlls/crypt32/tests/../../../include/wine/test.h:603] in crypt32_test (0x04bbfd08) 6 0x04a7eec7 main+0x245(argc=, argv=0x48d1de8) [/home/austin/wine-valgrind/dlls/crypt32/tests/../../../include/wine/test.h:687] in crypt32_test (0x04bbfdd8) 7 0x04a7ef58 __wine_spec_exe_entry+0x6d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in crypt32_test (0x04bbfe18) 8 0x7b46afc4 call_process_entry+0xb() in kernel32 (0x04bbfe38) 9 0x7b46b119 start_process+0x152(entry=0x4a7eeea) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1116] in kernel32 (0x04bbfe88) 10 0x7bc8fde8 call_thread_func_wrapper+0xb() in ntdll (0x04bbfea8) 11 0x7bc8fe64 call_thread_func+0x71(entry=0x7b46afc6, arg=0x4a7eeea, frame=0x4bbffb8) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2759] in ntdll (0x04bbff98) 12 0x7bc8fdc6 call_thread_entry_point+0x11() in ntdll (0x04bbffb8) 13 0x7bc5f24f start_process+0x20(arg=0xfeb552d4) [/home/austin/wine-valgrind/dlls/ntdll/loader.c:3083] in ntdll (0x04bbffe8) 14 0x04041279 wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000) 15 0x04041253 wine_switch_to_stack+0x22(func=0x7bc5f22e, arg=0xfeb552d4, stack=0x4bc0000) [/home/austin/wine-valgrind/libs/wine/port.c:77] in libwine.so.1 (0xfeb55258) 16 0x7bc5f5c2 LdrInitializeThunk+0x372(kernel_start=0x7b46afc6, unknown2=, unknown3=, unknown4=) [/home/austin/wine-valgrind/dlls/ntdll/loader.c:3144] in ntdll (0xfeb552e8) 17 0x7b46b9e3 __wine_kernel_init+0x6af() [/home/austin/wine-valgrind/dlls/kernel32/process.c:1310] in kernel32 (0xfeb56198) 18 0x7bc5fd6a __wine_process_init+0x132() [/home/austin/wine-valgrind/dlls/ntdll/loader.c:3353] in ntdll (0xfeb561d8) 19 0x04040677 wine_init+0x14b(argc=0x3, argv=0xfeb56714, error="", error_size=0x400) [/home/austin/wine-valgrind/libs/wine/loader.c:974] in libwine.so.1 (0xfeb56228) 20 0x7c000ed0 main+0x145(argc=, argv=0xfeb56714) [/home/austin/wine-valgrind/loader/main.c:258] in (0xfeb56668) 21 0x04274537 __libc_start_main+0xf6() in libc.so.6 (0x00000000) 0x00000000: -- no code accessible -- Modules: Module Address Debug info Name (52 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4026000- 4029000 Deferred vgpreload_core-x86-linux.so ELF 4029000- 4039000 Deferred vgpreload_memcheck-x86-linux.so ELF 4039000- 41f2000 Dwarf libwine.so.1 ELF 4208000- 4211000 Deferred libnss_compat.so.2 ELF 4211000- 422b000 Deferred libnsl.so.1 ELF 422b000- 4238000 Deferred libnss_nis.so.2 ELF 423f000- 425b000 Deferred libpthread.so.0 ELF 425c000- 440b000 Dwarf libc.so.6 ELF 440b000- 4410000 Deferred libdl.so.2 ELF 4811000- 4865000 Deferred libm.so.6 ELF 4894000- 48af000 Deferred version \-PE 48a0000- 48af000 \ version ELF 48b2000- 48c5000 Deferred libnss_files.so.2 ELF 4a04000- 4ab2000 Dwarf crypt32_test \-PE 4a10000- 4ab2000 \ crypt32_test ELF 4bc0000- 4ca0000 Dwarf crypt32 \-PE 4bd0000- 4ca0000 \ crypt32 ELF 4ca0000- 4e16000 Deferred user32 \-PE 4cb0000- 4e16000 \ user32 ELF 4f16000- 505b000 Deferred gdi32 \-PE 4f20000- 505b000 \ gdi32 ELF 505b000- 50dc000 Deferred advapi32 \-PE 5070000- 50dc000 \ advapi32 ELF 50dc000- 5158000 Deferred shlwapi \-PE 50f0000- 5158000 \ shlwapi ELF 5158000- 53bf000 Deferred shell32 \-PE 5170000- 53bf000 \ shell32 ELF 560c000- 56c8000 Deferred libfreetype.so.6 ELF 58cc000- 58e5000 Deferred libz.so.1 ELF 58ed000- 58ff000 Deferred libbz2.so.1 ELF 5903000- 5941000 Deferred libpng16.so.16 ELF 5949000- 598d000 Deferred libfontconfig.so.1 ELF 5991000- 59bc000 Deferred libexpat.so.1 ELF 5a12000- 5a37000 Deferred imm32 \-PE 5a20000- 5a37000 \ imm32 ELF 5a3f000- 5a80000 Deferred rsaenh \-PE 5a50000- 5a80000 \ rsaenh ELF 5ab7000- 5acc000 Deferred libtasn1.so.6 ELF 5afc000- 5b17000 Deferred bcrypt \-PE 5b00000- 5b17000 \ bcrypt ELF 5b64000- 5ba3000 Deferred libnettle.so.6 ELF 5ba3000- 5bda000 Deferred libhogweed.so.4 ELF 5bda000- 5c50000 Deferred libgmp.so.10 ELF 5d55000- 5eaa000 Deferred libgnutls.so.30 ELF 5eaa000- 5ec7000 Deferred libidn2.so.0 ELF 6407000- 6577000 Deferred libunistring.so.2 ELF 7b400000-7b7f9000 Dwarf kernel32 \-PE 7b410000-7b7f9000 \ kernel32 ELF 7bc00000-7bd10000 Dwarf ntdll \-PE 7bc10000-7bd10000 \ ntdll ELF 7c000000-7c004000 Dwarf Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000095 0 00000026 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 00000032 0 00000031 0 0000002b 0 00000025 0 00000024 0 00000022 0 00000029 explorer.exe 0000002e 0 0000002d 0 0000002c 0 0000002a 0 0000002f winemine.exe 00000030 0 00000093 rpcss.exe 00000099 0 00000098 0 00000097 0 00000096 0 00000094 0 0000012c (D) Z:\home\austin\wine-valgrind\dlls\crypt32\tests\crypt32_test.exe 0000012d 0 <== System information: Wine build: wine-2.11-191-gcf23b03437 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.27-vanilla-workstation-3 make[1]: *** [Makefile:286: msg.ok] Error 29 ../../../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 ../../../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 ../../../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 ==5265== 48 bytes in 1 blocks are definitely lost in loss record 256 of 547 ==5265== at 0x7BC50812: notify_alloc (heap.c:254) ==5265== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==5265== by 0x4C13BCA: CryptMemAlloc (main.c:123) ==5265== by 0x4BEC659: Context_CreateDataContext (context.c:32) ==5265== by 0x4BDAB38: CertCreateCertificateContext (cert.c:334) ==5265== by 0x4A78E19: testEmptyStore (store.c:2921) ==5265== by 0x4A7A1F0: func_store (store.c:3183) ==5265== by 0x4A7EA74: run_test (test.h:603) ==5265== by 0x4A7EEC6: main (test.h:687) ==5265== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:Context_CreateDataContext fun:CertCreateCertificateContext fun:testEmptyStore fun:func_store fun:run_test fun:main } ../../../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]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/crypt32/tests' make: *** [Makefile:6188: dlls/crypt32/tests/test] Error 2 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' ../../../tools/runtest -q -P wine -T ../../.. -M d2d1.dll -p d2d1_test.exe.so d2d1 && touch d2d1.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 d2d1.c:940: Tests skipped: Failed to create device, skipping tests. d2d1.c:1091: Tests skipped: Failed to create device, skipping tests. d2d1.c:1279: Tests skipped: Failed to create device, skipping tests. d2d1.c:1413: Tests skipped: Failed to create device, skipping tests. d2d1.c:1984: Tests skipped: Failed to create device, skipping tests. d2d1.c:2918: Tests skipped: Failed to create device, skipping tests. d2d1.c:2987: Tests skipped: Failed to create device, skipping tests. d2d1.c:3208: Tests skipped: Failed to create device, skipping tests. d2d1.c:3417: Tests skipped: Failed to create device, skipping tests. d2d1.c:3525: Tests skipped: Failed to create device, skipping tests. d2d1.c:3703: Tests skipped: Failed to create device, skipping tests. d2d1.c:3791: Tests skipped: Failed to create device, skipping tests. d2d1.c:3937: Tests skipped: Failed to create device, skipping tests. d2d1.c:4118: Tests skipped: Failed to create device, skipping tests. d2d1.c:4195: Tests skipped: Failed to create device, skipping tests. d2d1.c:4535: Tests skipped: Failed to create device, skipping tests. d2d1.c:4602: Tests skipped: Failed to create device, skipping tests. d2d1.c:5334: Tests skipped: Failed to create device, skipping tests. d2d1.c:5451: Tests skipped: Failed to create device, skipping tests. ==5361== 48 bytes in 1 blocks are definitely lost in loss record 1,440 of 2,208 ==5361== at 0x7BC50812: notify_alloc (heap.c:254) ==5361== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==5361== by 0x4B6F73F: d2d_factory_CreateStrokeStyle (factory.c:221) ==5361== by 0x4A31EDA: ID2D1Factory_CreateStrokeStyle (d2d1.h:8808) ==5361== by 0x4A31EDA: test_stroke_style (???:0) ==5361== by 0x4A398E4: func_d2d1 (d2d1.c:5512) ==5361== by 0x4A3A744: run_test (test.h:603) ==5361== by 0x4A3AB95: main (test.h:687) ==5361== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:d2d_factory_CreateStrokeStyle fun:ID2D1Factory_CreateStrokeStyle fun:test_stroke_style fun:func_d2d1 fun:run_test fun:main } 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. ../../../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. 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. 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:1176: Tests skipped: Failed to create device, skipping tests. device.c:1209: Tests skipped: Failed to create device. device.c:1344: Tests skipped: Failed to create device, skipping tests. device.c:1487: Tests skipped: Failed to create device, skipping tests. device.c:1620: Tests skipped: Failed to create device, skipping tests. device.c:1750: Tests skipped: Failed to create device. device.c:1940: Tests skipped: Failed to create device. device.c:2054: Tests skipped: Failed to create device. device.c:2257: Tests skipped: Failed to create device. device.c:2482: Tests skipped: Failed to create device. device.c:2646: Tests skipped: Failed to create device. device.c:2893: Tests skipped: Failed to create device. device.c:3193: Tests skipped: Failed to create device, skipping tests. device.c:3319: Tests skipped: Failed to create device, skipping tests. device.c:3484: Tests skipped: Failed to create device. device.c:3666: Tests skipped: Failed to create device, skipping tests. device.c:3770: Tests skipped: Failed to create device, skipping tests. device.c:3843: Tests skipped: Failed to create device. device.c:3943: Tests skipped: Failed to create device. device.c:4064: Tests skipped: Failed to create device. device.c:4136: Tests skipped: Failed to create device. device.c:4263: Tests skipped: Failed to create device, skipping tests. device.c:4305: Tests skipped: Failed to create device. device.c:4498: Tests skipped: Failed to create device, skipping tests. device.c:5308: Tests skipped: Failed to create device. device.c:6099: Tests skipped: Failed to create device. device.c:6426: Tests skipped: Failed to create device. device.c:6671: Tests skipped: Failed to create device. device.c:6966: Tests skipped: Failed to create device. device.c:7064: Tests skipped: Failed to create device, skipping tests. device.c:7377: Tests skipped: Failed to create device. device.c:7487: Tests skipped: Failed to create device. device.c:7606: Tests skipped: Failed to create device. device.c:7805: Tests skipped: Failed to create device. device.c:8002: Tests skipped: Failed to create device. device.c:8196: Tests skipped: Failed to create device. device.c:8262: Tests skipped: Failed to create device. device.c:8326: Tests skipped: Failed to create device. device.c:8441: Tests skipped: Failed to create device, skipping tests. device.c:8611: Tests skipped: Failed to create device. device.c:8715: Tests skipped: Failed to create device. device.c:8836: Tests skipped: Failed to create device. device.c:9031: Tests skipped: Failed to create device. device.c:9125: Tests skipped: Failed to create device. device.c:9229: Tests skipped: Failed to create device. device.c:9343: Tests skipped: Failed to create device. device.c:9412: Tests skipped: Failed to create device. device.c:9665: Tests skipped: Failed to create device. device.c:9822: Tests skipped: Failed to create device. device.c:9929: Tests skipped: Failed to create device. device.c:9993: Tests skipped: Failed to create device. device.c:10099: Tests skipped: Failed to create device. device.c:10249: Tests skipped: Failed to create device. device.c:10365: Tests skipped: Failed to create device. device.c:10480: Tests skipped: Failed to create device. device.c:10585: Tests skipped: Failed to create device. device.c:10700: Tests skipped: Failed to create device. device.c:10811: Tests skipped: Failed to create device. device.c:10912: Tests skipped: Failed to create device. device.c:10983: Tests skipped: Failed to create device. device.c:11108: Tests skipped: Failed to create device. device.c:11238: Tests skipped: Failed to create device. device.c:11507: Tests skipped: Failed to create device. device.c:11613: Tests skipped: Failed to create device. device.c:11764: Tests skipped: Failed to create device. device.c:12007: Tests skipped: Failed to create device. device.c:12380: Tests skipped: Failed to create device. device.c:12507: Tests skipped: Failed to create device. 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:1584: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:1584: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:1584: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:1584: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:1638: Tests skipped: Failed to create device. d3d11.c:1779: Tests skipped: Failed to create device. d3d11.c:1954: Tests skipped: Failed to create ID3D11Device, skipping tests. d3d11.c:2098: Tests skipped: Failed to create ID3D11Device, skipping tests. d3d11.c:2221: Tests skipped: Failed to create ID3D11Device. d3d11.c:2514: Tests skipped: Failed to create ID3D11Device. d3d11.c:2724: Tests skipped: Failed to create device. d3d11.c:2839: Tests skipped: Failed to create device. d3d11.c:3042: Tests skipped: Failed to create device. d3d11.c:3372: Tests skipped: Failed to create device. d3d11.c:3823: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:3823: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:3823: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:3823: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:4036: Tests skipped: Failed to create device. d3d11.c:4269: Tests skipped: Failed to create device. d3d11.c:4410: Tests skipped: Failed to create device. d3d11.c:4517: Tests skipped: Failed to create device. d3d11.c:4626: Tests skipped: Failed to create device. d3d11.c:4734: Tests skipped: Failed to create device. d3d11.c:4899: Tests skipped: Failed to create device. d3d11.c:4981: Tests skipped: Failed to create device. d3d11.c:5124: Tests skipped: Failed to create device. d3d11.c:5159: Tests skipped: Failed to create device. d3d11.c:5334: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:5334: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:5334: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:5334: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:5466: Tests skipped: Failed to create device. d3d11.c:5658: Tests skipped: Failed to create device. d3d11.c:6493: Tests skipped: Failed to create device. d3d11.c:6925: Tests skipped: Failed to create device. d3d11.c:7190: Tests skipped: Failed to create device. d3d11.c:7488: Tests skipped: Failed to create device. d3d11.c:7627: Tests skipped: Failed to create device. d3d11.c:7842: Tests skipped: Failed to create device. d3d11.c:7993: Tests skipped: Failed to create device. d3d11.c:8286: Tests skipped: Failed to create device. d3d11.c:9445: Tests skipped: Failed to create device. d3d11.c:9557: Tests skipped: Failed to create device. d3d11.c:9678: Tests skipped: Failed to create device. d3d11.c:9879: Tests skipped: Failed to create device. d3d11.c:10084: Tests skipped: Failed to create device. d3d11.c:10216: Tests skipped: Failed to create device. d3d11.c:10314: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:10314: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:10314: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:10314: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:10390: Tests skipped: Failed to create device. d3d11.c:10515: Tests skipped: Failed to create device, skipping tests. d3d11.c:10690: Tests skipped: Failed to create device. d3d11.c:10789: Tests skipped: Failed to create device. d3d11.c:10975: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:11258: Tests skipped: Failed to create device. d3d11.c:11402: Tests skipped: Failed to create device. d3d11.c:11582: Tests skipped: Failed to create device. d3d11.c:11654: Tests skipped: Failed to create device. d3d11.c:11914: Tests skipped: Failed to create device. d3d11.c:12010: Tests skipped: Failed to create device. d3d11.c:12116: Tests skipped: Failed to create device. d3d11.c:12232: Tests skipped: Failed to create device. d3d11.c:12302: Tests skipped: Failed to create device. d3d11.c:12556: Tests skipped: Failed to create device. d3d11.c:12715: Tests skipped: Failed to create device. d3d11.c:12771: Tests skipped: Failed to create device. d3d11.c:12964: Tests skipped: Failed to create device. d3d11.c:13203: Tests skipped: Failed to create device. d3d11.c:13269: Tests skipped: Failed to create device. d3d11.c:13604: Tests skipped: Failed to create device. d3d11.c:13761: Tests skipped: Failed to create device. d3d11.c:13882: Tests skipped: Failed to create device. d3d11.c:13999: Tests skipped: Failed to create device. d3d11.c:14118: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:14118: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:14118: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:14118: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:14445: Tests skipped: Failed to create device. d3d11.c:14570: Tests skipped: Failed to create device. d3d11.c:14673: Tests skipped: Failed to create device. d3d11.c:14746: Tests skipped: Failed to create device. d3d11.c:15055: Tests skipped: Failed to create device. d3d11.c:15364: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:15586: Tests skipped: Failed to create device. d3d11.c:15816: Tests skipped: Failed to create device. d3d11.c:15996: Tests skipped: Failed to create device. d3d11.c:16128: Tests skipped: Failed to create device. d3d11.c:16442: Tests skipped: Failed to create device. d3d11.c:16775: Tests skipped: Failed to create device. d3d11.c:16882: Tests skipped: Failed to create device. d3d11.c:17092: Tests skipped: Failed to create device. d3d11.c:17295: Tests skipped: Failed to create device. d3d11.c:17295: Tests skipped: Failed to create device. d3d11.c:17295: Tests skipped: Failed to create device. d3d11.c:17591: Tests skipped: Failed to create device. d3d11.c:17777: Tests skipped: Failed to create device. d3d11.c:18019: Tests skipped: Failed to create device. d3d11.c:18310: Tests skipped: Failed to create device. d3d11.c:18644: Tests skipped: Failed to create device. d3d11.c:19114: Tests skipped: Failed to create device. d3d11.c:19401: Tests skipped: Failed to create device. d3d11.c:19551: Tests skipped: Failed to create device. d3d11.c:19777: Tests skipped: Failed to create device. d3d11.c:20047: Tests skipped: Failed to create device. d3d11.c:20247: Tests skipped: Failed to create device. 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 device && touch device.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 device.c:3340: Test failed: cw is 0xf7f, expected 0xf60. device.c:3350: Test failed: cw is 0x37f, expected 0x7f. device.c:3359: Test failed: Callback cw is 0x37f, expected 0x7f. device.c:3362: Test failed: cw is 0xf7f, expected 0xf60. device.c:3368: Test failed: Callback cw is 0xf7f, expected 0xf60. device.c:3378: Test failed: Callback cw is 0x37f, expected 0x7f. device.c:3382: Test failed: cw is 0x37f, expected 0x7f. device.c:3385: Test failed: cw is 0xf7f, expected 0xf60. device.c:3392: Test failed: cw is 0xf7f, expected 0xf60. device.c:3402: Test failed: Callback cw is 0xf7f, expected 0xf60. device.c:819: Tests skipped: Multisampling not supported for D3DFMT_X8R8G8B8, skipping test. device.c:2860: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it. device.c:2945: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it. device.c:5320: Tests skipped: No D3DFMT_NULL support, skipping test. device.c:5708: Tests skipped: Format D3DFMT_YUY2 not supported, skipping lockrect offset tests. device.c:5708: Tests skipped: Format D3DFMT_UYVY not supported, skipping lockrect offset tests. make[1]: *** [Makefile:174: device.ok] Error 12 ../../../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 ../../../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:4150: Tests skipped: Multisampling not supported for D3DFMT_A8R8G8B8, skipping multisampled CopyRects test. visual.c:4277: Tests skipped: Multisampling not supported for D3DFMT_A8R8G8B8, skipping RESZ test. visual.c:4975: Tests skipped: Volume DXT5 textures are not supported, skipping test. visual.c:6444: Test failed: Expected color 0x00000000, got 0x000000ff, format D3DFMT_Q8W8V8U8, location 3x2. visual.c:6444: Test failed: Expected color 0x00000000, got 0x000000ff, format D3DFMT_Q8W8V8U8, location 3x2. visual.c:6636: Tests skipped: Volume ATI2N textures are not supported, skipping some tests. visual.c:7285: Test failed: Got unexpected color 0x0000ff00 (case 0, 3, size 0). visual.c:7285: Test failed: Got unexpected color 0x0000ff00 (case 1, 3, size 0). visual.c:7285: Test failed: Got unexpected color 0x0000ff00 (case 2, 3, size 0). visual.c:7285: Test failed: Got unexpected color 0x0000ff00 (case 3, 3, size 0). visual.c:7285: Test failed: Got unexpected color 0x0000ff00 (case 4, 7, size 0). visual.c:7285: Test failed: Got unexpected color 0x0000ff00 (case 5, 7, size 0). visual.c:7365: Tests skipped: Multisampling not supported for D3DFMT_A8R8G8B8, skipping multisample mismatch test. visual.c:8157: Tests skipped: Multisampling not supported for D3DFMT_A8R8G8B8, skipping multisample flip test. visual.c:8613: Test failed: Test 0 shading has color1 000000ff, expected 0000ff00. visual.c:8613: Test failed: Test 6 shading has color1 000000ff, expected 0000ff00. visual.c:8613: Test failed: Test 10 shading has color1 000000ff, expected 0000ff00. visual.c:8613: Test failed: Test 11 shading has color1 000000ff, expected 0000ff00. visual.c:8656: Tests skipped: Multisampling not supported for D3DFMT_A8R8G8B8, skipping multisample init test. make[1]: *** [Makefile:238: visual.ok] Error 12 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3d8/tests' make: *** [Makefile:6709: dlls/d3d8/tests/test] Error 2 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:2405: Tests skipped: This GPU supports SM3, skipping unsupported shader test. d3d9ex.c:2898: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=0. d3d9ex.c:2981: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=0. d3d9ex.c:2898: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=1. d3d9ex.c:2981: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=1. Mesa: User error: GL_OUT_OF_MEMORY in glTexStorage2D Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glClear(incomplete framebuffer) Mesa: User error: GL_OUT_OF_MEMORY in glTexStorage2D Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glClear(incomplete framebuffer) Mesa: User error: GL_OUT_OF_MEMORY in glTexStorage2D Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glClear(incomplete framebuffer) d3d9ex.c:3553: Test failed: Expected hr 0, got 8007000e, test 19. d3d9ex.c:3553: Test failed: Expected hr 0, got 8007000e, test 21. d3d9ex.c:3553: Test failed: Expected hr 0, got 8007000e, test 23. d3d9ex.c:3553: Test failed: Expected hr 0, got 8007000e, test 25. make[1]: *** [Makefile:175: d3d9ex.ok] Error 8 ../../../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 ==6552== Invalid free() / delete / delete[] / realloc() ==6552== at 0x7BC50908: notify_realloc (heap.c:270) ==6552== by 0x7BC5525E: RtlReAllocateHeap (heap.c:1860) ==6552== by 0x4C3E06A: device_get_fvf_declaration (device.c:2875) ==6552== by 0x4C3E29D: d3d9_device_SetFVF (device.c:2914) ==6552== by 0x4A2C3D1: test_fvf_decl_conversion (device.c:661) ==6552== by 0x4A69B01: func_device (device.c:11572) ==6552== by 0x4AE3F52: run_test (test.h:603) ==6552== by 0x4AE43A4: main (test.h:687) ==6552== Address 0x48d36a0 is 0 bytes after a recently re-allocated block of size 0 alloc'd ==6552== at 0x7BC50812: notify_alloc (heap.c:254) ==6552== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==6552== by 0x4C41788: device_init (device.c:4106) ==6552== by 0x4C42BF8: d3d9_CreateDevice (directx.c:407) ==6552== by 0x4A2B8A9: create_device (device.c:164) ==6552== by 0x4A2C36C: test_fvf_decl_conversion (device.c:648) ==6552== by 0x4A69B01: func_device (device.c:11572) ==6552== by 0x4AE3F52: run_test (test.h:603) ==6552== by 0x4AE43A4: main (test.h:687) ==6552== { Memcheck:Free fun:notify_realloc fun:RtlReAllocateHeap fun:device_get_fvf_declaration fun:d3d9_device_SetFVF fun:test_fvf_decl_conversion fun:func_device fun:run_test fun:main } device.c:4434: Test failed: cw is 0xf7f, expected 0xf60. device.c:4447: Test failed: cw is 0x37f, expected 0x7f. device.c:4457: Test failed: Callback cw is 0x37f, expected 0x7f. device.c:4460: Test failed: cw is 0xf7f, expected 0xf60. device.c:4466: Test failed: Callback cw is 0xf7f, expected 0xf60. device.c:4476: Test failed: Callback cw is 0x37f, expected 0x7f. device.c:4480: Test failed: cw is 0x37f, expected 0x7f. device.c:4483: Test failed: cw is 0xf7f, expected 0xf60. device.c:4490: Test failed: cw is 0xf7f, expected 0xf60. device.c:4500: Test failed: Callback cw is 0xf7f, expected 0xf60. device.c:1018: Tests skipped: Multisampling not supported for D3DFMT_X8R8G8B8, skipping test. device.c:4317: Tests skipped: Could not find a suitable display mode. device.c:2307: Tests skipped: could not create device, IDirect3D9_CreateDevice returned 0x8876086c device.c:3847: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it. device.c:3935: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=0. device.c:3847: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it. device.c:3935: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=1. Mesa: User error: GL_OUT_OF_MEMORY in glTexStorage2D Mesa: User error: GL_INVALID_VALUE in glTexSubImage2D(xoffset+width) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) Mesa: User error: GL_INVALID_FRAMEBUFFER_OPERATION in glDrawArrays(incomplete framebuffer) device.c:5781: Test failed: Got unexpected query result 0x0000000000000000. device.c:6522: Tests skipped: This GPU supports SM3, skipping unsupported shader test. device.c:6934: Tests skipped: D3DFMT_A32B32G32R32F supports filtering, skipping tests. device.c:7964: Tests skipped: Failed to create cube texture for format R8G8B8 (hr 0x8876086c), skipping tests. device.c:8167: Tests skipped: No D3DFMT_NULL support, skipping test. device.c:8667: Tests skipped: Dynamic D3DFMT_YUY2 textures not supported, skipping mipmap test. device.c:8667: Tests skipped: Dynamic D3DFMT_UYVY textures not supported, skipping mipmap test. device.c:9084: Test failed: Expected available texture memory to decrease during texture creation. device.c:9086: Test failed: Expected a video memory difference of at least 40 MB, got 0 MB. make[1]: *** [Makefile:207: device.ok] Error 17 ../../../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 ../../../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 visual.c:8475: Test failed: Test 0 shading has color1 000000ff, expected 0000ff00. visual.c:8475: Test failed: Test 6 shading has color1 000000ff, expected 0000ff00. visual.c:8475: Test failed: Test 10 shading has color1 000000ff, expected 0000ff00. visual.c:8475: Test failed: Test 11 shading has color1 000000ff, expected 0000ff00. visual.c:8475: Test failed: Test 12 shading has color1 000000ff, expected 0000ff00. visual.c:9511: Tests skipped: Card has unconditional NP2 support, skipping conditional NP2 tests visual.c:10976: Test failed: Got unexpected color 0x0000ff00 (case 0, 3, size 0). visual.c:10976: Test failed: Got unexpected color 0x0000ff00 (case 1, 3, size 0). visual.c:10976: Test failed: Got unexpected color 0x0000ff00 (case 2, 3, size 0). visual.c:10976: Test failed: Got unexpected color 0x0000ff00 (case 3, 3, size 0). visual.c:10976: Test failed: Got unexpected color 0x0000ff00 (case 4, 3, size 0). visual.c:10976: Test failed: Got unexpected color 0x00ff0000 (case 5, 3, size 0). visual.c:10976: Test failed: Got unexpected color 0x0000ff00 (case 6, 3, size 0). visual.c:10976: Test failed: Got unexpected color 0x00ff0000 (case 7, 3, size 0). visual.c:10976: Test failed: Got unexpected color 0x0000ff00 (case 8, 3, size 0). visual.c:10976: Test failed: Got unexpected color 0x00ff0000 (case 9, 3, size 0). visual.c:10976: Test failed: Got unexpected color 0x0000ff00 (case 10, 7, size 0). visual.c:10976: Test failed: Got unexpected color 0x0000ff00 (case 11, 7, size 0). visual.c:10976: Test failed: Got unexpected color 0x0000ff00 (case 12, 7, size 0). visual.c:13671: Tests skipped: No NVDB (depth bounds test) support, skipping tests. visual.c:15727: Tests skipped: Multisampling not supported for D3DFMT_A8R8G8B8, skipping tests. visual.c:17119: Tests skipped: DXT5 volume textures are not supported, skipping test. visual.c:15825: Tests skipped: Multisampling not supported for D3DFMT_A8R8G8B8, skipping multisampled depth buffer test. visual.c:16143: Tests skipped: Multisampling not supported for D3DFMT_A8R8G8B8, skipping RESZ test. visual.c:18960: Test failed: Expected color 0x00000000, got 0x000000ff, format D3DFMT_Q8W8V8U8, location 3x2. visual.c:18960: Test failed: Expected color 0x00000000, got 0x000000ff, format D3DFMT_Q8W8V8U8, location 3x2. visual.c:19090: Tests skipped: Multisampling not supported for D3DFMT_A8R8G8B8, skipping multisample mismatch test. visual.c:19874: Tests skipped: Volume ATI2N textures are not supported, skipping some tests. visual.c:20193: Test failed: Got unexpected color 00ffffff at x=64, format 80. visual.c:20200: Test failed: Got unexpected color 000000ff at x=194, format 80. visual.c:20210: Test failed: Got unexpected color 00000000 at x=446, format 80. visual.c:20193: Test failed: Got unexpected color 00ffffff at x=64, format 77. visual.c:20200: Test failed: Got unexpected color 000000ff at x=194, format 77. visual.c:20210: Test failed: Got unexpected color 00000000 at x=446, format 77. visual.c:20193: Test failed: Got unexpected color 00ffffff at x=64, format 71. visual.c:20196: Test failed: Got unexpected color 00ffffff at x=190, format 71. visual.c:20200: Test failed: Got unexpected color 00ffffff at x=194, format 71. visual.c:20203: Test failed: Got unexpected color 00ffffff at x=318, format 71. visual.c:20207: Test failed: Got unexpected color 00000000 at x=322, format 71. visual.c:20210: Test failed: Got unexpected color 00000000 at x=446, format 71. visual.c:20193: Test failed: Got unexpected color 00ffffff at x=64, format 75. visual.c:20200: Test failed: Got unexpected color 000000ff at x=194, format 75. visual.c:20210: Test failed: Got unexpected color 00000000 at x=446, format 75. visual.c:20193: Test failed: Got unexpected color 00ffffff at x=64, format 1515474505. visual.c:20200: Test failed: Got unexpected color 000000ff at x=194, format 1515474505. visual.c:20210: Test failed: Got unexpected color 00000000 at x=446, format 1515474505. visual.c:20337: Tests skipped: Multisampling not supported for D3DFMT_A8R8G8B8, skipping multisample flip test. visual.c:20716: Tests skipped: Multisampling not supported for D3DFMT_A8R8G8B8, skipping multisample init test. make[1]: *** [Makefile:271: visual.ok] Error 38 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3d9/tests' make: *** [Makefile:6756: 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! ../../../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 ==7143== 28 bytes in 1 blocks are definitely lost in loss record 823 of 2,419 ==7143== at 0x7BC50812: notify_alloc (heap.c:254) ==7143== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==7143== by 0x4B7B68E: Direct3DRMCreate (d3drm.c:2311) ==7143== by 0x4A4343E: test_create_texture_from_surface (d3drm.c:6620) ==7143== by 0x4A46EFE: func_d3drm (d3drm.c:7272) ==7143== by 0x4A49DBD: run_test (test.h:603) ==7143== by 0x4A4A20F: main (test.h:687) ==7143== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:Direct3DRMCreate fun:test_create_texture_from_surface fun:func_d3drm fun:run_test fun:main } ==7143== 156 bytes in 1 blocks are possibly lost in loss record 1,793 of 2,419 ==7143== at 0x7BC50812: notify_alloc (heap.c:254) ==7143== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==7143== by 0x4B8D5CB: d3drm_frame_create (frame.c:3000) ==7143== by 0x4B74B56: d3drm1_CreateFrame (d3drm.c:295) ==7143== by 0x4A4098B: test_viewport_clear1 (d3drm.c:6217) ==7143== by 0x4A46EF4: func_d3drm (d3drm.c:7270) ==7143== by 0x4A49DBD: run_test (test.h:603) ==7143== by 0x4A4A20F: main (test.h:687) ==7143== { 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 } ==7143== 156 bytes in 1 blocks are possibly lost in loss record 1,794 of 2,419 ==7143== at 0x7BC50812: notify_alloc (heap.c:254) ==7143== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==7143== by 0x4B8D5CB: d3drm_frame_create (frame.c:3000) ==7143== by 0x4B786ED: d3drm3_CreateFrame (d3drm.c:1427) ==7143== by 0x4A41DEB: test_viewport_clear2 (d3drm.c:6422) ==7143== by 0x4A46EF9: func_d3drm (d3drm.c:7271) ==7143== by 0x4A49DBD: run_test (test.h:603) ==7143== by 0x4A4A20F: main (test.h:687) ==7143== { 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 } ==7143== 672 bytes in 24 blocks are definitely lost in loss record 2,182 of 2,419 ==7143== at 0x7BC50812: notify_alloc (heap.c:254) ==7143== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==7143== by 0x4B7B68E: Direct3DRMCreate (d3drm.c:2311) ==7143== by 0x4A207A8: test_destroy_callback (d3drm.c:1418) ==7143== by 0x4A21768: test_object (d3drm.c:1600) ==7143== by 0x4A46E81: func_d3drm (d3drm.c:7247) ==7143== by 0x4A49DBD: run_test (test.h:603) ==7143== by 0x4A4A20F: main (test.h:687) ==7143== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:Direct3DRMCreate fun:test_destroy_callback fun:test_object fun:func_d3drm fun:run_test fun:main } ../../../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. 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 ../../../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. ../../../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 ../../../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:235: 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}. math.c:306: Test failed: Got unexpected Fresnel term 8.91867206e-02. math.c:2951: Test failed: Blue: case 0, order 6: expected[32] = -3.77377899e+02, received -3.77377747e+02. math.c:2951: Test failed: Blue: case 1, order 6: expected[32] = -3.77377899e+02, received -3.77377747e+02. math.c:2951: Test failed: Blue: case 2, order 6: expected[32] = -3.77377899e+02, received -3.77377747e+02. math.c:2951: Test failed: Blue: case 3, order 6: expected[32] = -3.77377899e+02, received -3.77377747e+02. math.c:2951: Test failed: Blue: case 4, order 6: expected[32] = -3.77377899e+02, received -3.77377747e+02. math.c:2951: Test failed: Blue: case 5, order 6: expected[32] = -3.77377899e+02, received -3.77377747e+02. math.c:3296: Test failed: Expected[6] = 4.27384138e+00, received = 4.27385712e+00. make[1]: *** [Makefile:325: math.ok] Error 9 ../../../tools/runtest -q -P wine -T ../../.. -M d3dx9_36.dll -p d3dx9_36_test.exe.so mesh && touch mesh.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 shader && touch shader.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 surface && touch surface.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 surface.c:864: Tests skipped: Failed to create multisampled render target ../../../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. ==7437== 8 bytes in 1 blocks are definitely lost in loss record 120 of 2,624 ==7437== at 0x7BC50812: notify_alloc (heap.c:254) ==7437== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==7437== by 0x4CBB527: D3DXCreateTextureShader (shader.c:2405) ==7437== by 0x4AA0619: test_texture_shader (texture.c:2053) ==7437== by 0x4AA1933: func_texture (texture.c:2297) ==7437== by 0x4AA5809: run_test (test.h:603) ==7437== by 0x4AA5C5B: main (test.h:687) ==7437== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:D3DXCreateTextureShader fun:test_texture_shader fun:func_texture fun:run_test fun:main } ==7437== 8 bytes in 1 blocks are definitely lost in loss record 121 of 2,624 ==7437== at 0x7BC50812: notify_alloc (heap.c:254) ==7437== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==7437== by 0x4CBB527: D3DXCreateTextureShader (shader.c:2405) ==7437== by 0x4AA06B7: test_texture_shader (texture.c:2056) ==7437== by 0x4AA1933: func_texture (texture.c:2297) ==7437== by 0x4AA5809: run_test (test.h:603) ==7437== by 0x4AA5C5B: main (test.h:687) ==7437== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:D3DXCreateTextureShader fun:test_texture_shader fun:func_texture fun:run_test fun:main } ==7437== 8 bytes in 1 blocks are definitely lost in loss record 122 of 2,624 ==7437== at 0x7BC50812: notify_alloc (heap.c:254) ==7437== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==7437== by 0x4CBB527: D3DXCreateTextureShader (shader.c:2405) ==7437== by 0x4AA0755: test_texture_shader (texture.c:2059) ==7437== by 0x4AA1933: func_texture (texture.c:2297) ==7437== by 0x4AA5809: run_test (test.h:603) ==7437== by 0x4AA5C5B: main (test.h:687) ==7437== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:D3DXCreateTextureShader fun:test_texture_shader fun:func_texture fun:run_test fun:main } ../../../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 ../../../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:7675: 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 d3d && touch d3d.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../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 ../../../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 ../../../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 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 ../../../tools/runtest -q -P wine -T ../../.. -M ddrawex.dll -p ddrawex_test.exe.so surface && touch surface.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/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 ==7674== Syscall param write(buf) points to uninitialised byte(s) ==7674== at 0x424DE7F: ??? (syscall-template.S:84) ==7674== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7674== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7674== by 0x48783BA: test_object_info (device.c:118) ==7674== by 0x4878BBB: enum_devices (device.c:194) ==7674== by 0x5295DD3: ??? (dinput_main.c:351) ==7674== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7674== by 0x4878EF8: device_tests (device.c:241) ==7674== by 0x4879050: func_device (device.c:266) ==7674== by 0x48822E7: run_test (test.h:603) ==7674== by 0x4882739: main (test.h:687) ==7674== Address 0x4b0f68c is on thread 1's stack ==7674== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7674== Uninitialised value was created by a stack allocation ==7674== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7674== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:test_object_info fun:enum_devices obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:device_tests fun:func_device fun:run_test fun:main } ==7674== Syscall param write(buf) points to uninitialised byte(s) ==7674== at 0x424DE7F: ??? (syscall-template.S:84) ==7674== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7674== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7674== by 0x4878441: test_object_info (device.c:121) ==7674== by 0x4878BBB: enum_devices (device.c:194) ==7674== by 0x5295DD3: ??? (dinput_main.c:351) ==7674== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7674== by 0x4878EF8: device_tests (device.c:241) ==7674== by 0x4879050: func_device (device.c:266) ==7674== by 0x48822E7: run_test (test.h:603) ==7674== by 0x4882739: main (test.h:687) ==7674== Address 0x4b0f68c is on thread 1's stack ==7674== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7674== Uninitialised value was created by a stack allocation ==7674== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7674== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:test_object_info fun:enum_devices obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:device_tests fun:func_device fun:run_test fun:main } ==7674== Syscall param write(buf) points to uninitialised byte(s) ==7674== at 0x424DE7F: ??? (syscall-template.S:84) ==7674== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7674== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7674== by 0x48785AF: test_object_info (device.c:131) ==7674== by 0x4878BBB: enum_devices (device.c:194) ==7674== by 0x5295DD3: ??? (dinput_main.c:351) ==7674== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7674== by 0x4878EF8: device_tests (device.c:241) ==7674== by 0x4879050: func_device (device.c:266) ==7674== by 0x48822E7: run_test (test.h:603) ==7674== by 0x4882739: main (test.h:687) ==7674== Address 0x4b0f68c is on thread 1's stack ==7674== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7674== Uninitialised value was created by a stack allocation ==7674== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7674== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:test_object_info fun:enum_devices obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:device_tests fun:func_device fun:run_test fun:main } ==7674== Syscall param write(buf) points to uninitialised byte(s) ==7674== at 0x424DE7F: ??? (syscall-template.S:84) ==7674== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7674== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7674== by 0x4878683: test_object_info (device.c:136) ==7674== by 0x4878BBB: enum_devices (device.c:194) ==7674== by 0x5295DD3: ??? (dinput_main.c:351) ==7674== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7674== by 0x4878EF8: device_tests (device.c:241) ==7674== by 0x4879050: func_device (device.c:266) ==7674== by 0x48822E7: run_test (test.h:603) ==7674== by 0x4882739: main (test.h:687) ==7674== Address 0x4b0f68c is on thread 1's stack ==7674== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7674== Uninitialised value was created by a stack allocation ==7674== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7674== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:test_object_info fun:enum_devices obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:device_tests fun:func_device fun:run_test fun:main } ==7674== Syscall param write(buf) points to uninitialised byte(s) ==7674== at 0x424DE7F: ??? (syscall-template.S:84) ==7674== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7674== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7674== by 0x48788F9: test_object_info (device.c:161) ==7674== by 0x4878BBB: enum_devices (device.c:194) ==7674== by 0x5295DD3: ??? (dinput_main.c:351) ==7674== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7674== by 0x4878EF8: device_tests (device.c:241) ==7674== by 0x4879050: func_device (device.c:266) ==7674== by 0x48822E7: run_test (test.h:603) ==7674== by 0x4882739: main (test.h:687) ==7674== Address 0x4b0f68c is on thread 1's stack ==7674== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7674== Uninitialised value was created by a stack allocation ==7674== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7674== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:test_object_info fun:enum_devices obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:device_tests fun:func_device fun:run_test fun:main } ==7674== Syscall param write(buf) points to uninitialised byte(s) ==7674== at 0x424DE7F: ??? (syscall-template.S:84) ==7674== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7674== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7674== by 0x48789BD: test_object_info (device.c:166) ==7674== by 0x4878BBB: enum_devices (device.c:194) ==7674== by 0x5295DD3: ??? (dinput_main.c:351) ==7674== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7674== by 0x4878EF8: device_tests (device.c:241) ==7674== by 0x4879050: func_device (device.c:266) ==7674== by 0x48822E7: run_test (test.h:603) ==7674== by 0x4882739: main (test.h:687) ==7674== Address 0x4b0f68c is on thread 1's stack ==7674== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7674== Uninitialised value was created by a stack allocation ==7674== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7674== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:test_object_info fun:enum_devices obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:device_tests fun:func_device fun:run_test fun:main } ==7674== Syscall param write(buf) points to uninitialised byte(s) ==7674== at 0x424DE7F: ??? (syscall-template.S:84) ==7674== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7674== by 0x48783BA: test_object_info (device.c:118) ==7674== by 0x4878C4C: enum_devices (device.c:200) ==7674== by 0x5295DD3: ??? (dinput_main.c:351) ==7674== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7674== by 0x4878EF8: device_tests (device.c:241) ==7674== by 0x4879050: func_device (device.c:266) ==7674== by 0x48822E7: run_test (test.h:603) ==7674== by 0x4882739: main (test.h:687) ==7674== Address 0x4b0f6cc is on thread 1's stack ==7674== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7674== Uninitialised value was created by a stack allocation ==7674== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7674== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:test_object_info fun:enum_devices obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:device_tests fun:func_device fun:run_test fun:main } ==7674== Syscall param write(buf) points to uninitialised byte(s) ==7674== at 0x424DE7F: ??? (syscall-template.S:84) ==7674== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7674== by 0x4878441: test_object_info (device.c:121) ==7674== by 0x4878C4C: enum_devices (device.c:200) ==7674== by 0x5295DD3: ??? (dinput_main.c:351) ==7674== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7674== by 0x4878EF8: device_tests (device.c:241) ==7674== by 0x4879050: func_device (device.c:266) ==7674== by 0x48822E7: run_test (test.h:603) ==7674== by 0x4882739: main (test.h:687) ==7674== Address 0x4b0f6cc is on thread 1's stack ==7674== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7674== Uninitialised value was created by a stack allocation ==7674== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7674== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:test_object_info fun:enum_devices obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:device_tests fun:func_device fun:run_test fun:main } ==7674== Syscall param write(buf) points to uninitialised byte(s) ==7674== at 0x424DE7F: ??? (syscall-template.S:84) ==7674== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7674== by 0x48785AF: test_object_info (device.c:131) ==7674== by 0x4878C4C: enum_devices (device.c:200) ==7674== by 0x5295DD3: ??? (dinput_main.c:351) ==7674== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7674== by 0x4878EF8: device_tests (device.c:241) ==7674== by 0x4879050: func_device (device.c:266) ==7674== by 0x48822E7: run_test (test.h:603) ==7674== by 0x4882739: main (test.h:687) ==7674== Address 0x4b0f6cc is on thread 1's stack ==7674== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7674== Uninitialised value was created by a stack allocation ==7674== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7674== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:test_object_info fun:enum_devices obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:device_tests fun:func_device fun:run_test fun:main } ==7674== Syscall param write(buf) points to uninitialised byte(s) ==7674== at 0x424DE7F: ??? (syscall-template.S:84) ==7674== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7674== by 0x4878683: test_object_info (device.c:136) ==7674== by 0x4878C4C: enum_devices (device.c:200) ==7674== by 0x5295DD3: ??? (dinput_main.c:351) ==7674== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7674== by 0x4878EF8: device_tests (device.c:241) ==7674== by 0x4879050: func_device (device.c:266) ==7674== by 0x48822E7: run_test (test.h:603) ==7674== by 0x4882739: main (test.h:687) ==7674== Address 0x4b0f6cc is on thread 1's stack ==7674== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7674== Uninitialised value was created by a stack allocation ==7674== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7674== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:test_object_info fun:enum_devices obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:device_tests fun:func_device fun:run_test fun:main } ../../../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 ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487CB78: EnumJoysticks (joystick.c:485) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7766== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7766== by 0x487CE12: EnumJoysticks (joystick.c:522) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487CED4: EnumJoysticks (joystick.c:527) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x529CEAD: LinuxInputEffectImpl_Stop (effect_linuxinput.c:736) ==7766== by 0x52A910C: JoystickWImpl_SendForceFeedbackCommand (joystick_linuxinput.c:1343) ==7766== by 0x52A6FDF: JoystickWImpl_Unacquire (joystick_linuxinput.c:753) ==7766== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7766== by 0x487D29C: EnumJoysticks (joystick.c:575) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e86c is on thread 1's stack ==7766== in frame #1, created by LinuxInputEffectImpl_Stop (effect_linuxinput.c:726) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x529CE0F: LinuxInputEffectImpl_Stop (effect_linuxinput.c:726) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:LinuxInputEffectImpl_Stop fun:JoystickWImpl_SendForceFeedbackCommand fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param ioctl(generic) points to unaddressable byte(s) ==7766== at 0x4338F79: ioctl (syscall-template.S:84) ==7766== by 0x529CF64: LinuxInputEffectImpl_Unload (effect_linuxinput.c:748) ==7766== by 0x52A9126: JoystickWImpl_SendForceFeedbackCommand (joystick_linuxinput.c:1344) ==7766== by 0x52A6FDF: JoystickWImpl_Unacquire (joystick_linuxinput.c:753) ==7766== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7766== by 0x487D29C: EnumJoysticks (joystick.c:575) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==7766== { Memcheck:Param ioctl(generic) fun:ioctl fun:LinuxInputEffectImpl_Unload fun:JoystickWImpl_SendForceFeedbackCommand fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7766== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7766== by 0x487D29C: EnumJoysticks (joystick.c:575) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487D2F9: EnumJoysticks (joystick.c:577) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7766== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7766== by 0x487D608: EnumJoysticks (joystick.c:608) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487D665: EnumJoysticks (joystick.c:610) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x529BE7C: LinuxInputEffectImpl_Start (effect_linuxinput.c:471) ==7766== by 0x487D7BF: EnumJoysticks (joystick.c:617) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e98c is on thread 1's stack ==7766== in frame #1, created by LinuxInputEffectImpl_Start (effect_linuxinput.c:449) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x529BD50: LinuxInputEffectImpl_Start (effect_linuxinput.c:449) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:LinuxInputEffectImpl_Start fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7766== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7766== by 0x487D9E3: EnumJoysticks (joystick.c:646) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487DC32: EnumJoysticks (joystick.c:661) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6E56: JoystickWImpl_Acquire (joystick_linuxinput.c:725) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487DC32: EnumJoysticks (joystick.c:661) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7766== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7766== by 0x487DDA7: EnumJoysticks (joystick.c:672) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487DED7: EnumJoysticks (joystick.c:679) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6E56: JoystickWImpl_Acquire (joystick_linuxinput.c:725) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487DED7: EnumJoysticks (joystick.c:679) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7766== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7766== by 0x487DFF4: EnumJoysticks (joystick.c:702) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487E16C: EnumJoysticks (joystick.c:710) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6E56: JoystickWImpl_Acquire (joystick_linuxinput.c:725) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487E16C: EnumJoysticks (joystick.c:710) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A7BA8: JoystickWImpl_SetProperty (joystick_linuxinput.c:951) ==7766== by 0x52A7C95: JoystickAImpl_SetProperty (joystick_linuxinput.c:966) ==7766== by 0x487E1DC: EnumJoysticks (joystick.c:713) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_SetProperty (joystick_linuxinput.c:912) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A78AF: JoystickWImpl_SetProperty (joystick_linuxinput.c:912) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_SetProperty fun:JoystickAImpl_SetProperty fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A7BA8: JoystickWImpl_SetProperty (joystick_linuxinput.c:951) ==7766== by 0x52A7C95: JoystickAImpl_SetProperty (joystick_linuxinput.c:966) ==7766== by 0x487E2F7: EnumJoysticks (joystick.c:720) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_SetProperty (joystick_linuxinput.c:912) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A78AF: JoystickWImpl_SetProperty (joystick_linuxinput.c:912) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_SetProperty fun:JoystickAImpl_SetProperty fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A7BA8: JoystickWImpl_SetProperty (joystick_linuxinput.c:951) ==7766== by 0x52A7C95: JoystickAImpl_SetProperty (joystick_linuxinput.c:966) ==7766== by 0x487E3AB: EnumJoysticks (joystick.c:723) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_SetProperty (joystick_linuxinput.c:912) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A78AF: JoystickWImpl_SetProperty (joystick_linuxinput.c:912) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_SetProperty fun:JoystickAImpl_SetProperty fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A7BA8: JoystickWImpl_SetProperty (joystick_linuxinput.c:951) ==7766== by 0x52A7C95: JoystickAImpl_SetProperty (joystick_linuxinput.c:966) ==7766== by 0x487E4C6: EnumJoysticks (joystick.c:729) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_SetProperty (joystick_linuxinput.c:912) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A78AF: JoystickWImpl_SetProperty (joystick_linuxinput.c:912) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_SetProperty fun:JoystickAImpl_SetProperty fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A7BA8: JoystickWImpl_SetProperty (joystick_linuxinput.c:951) ==7766== by 0x52A7C95: JoystickAImpl_SetProperty (joystick_linuxinput.c:966) ==7766== by 0x487E5E1: EnumJoysticks (joystick.c:736) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_SetProperty (joystick_linuxinput.c:912) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A78AF: JoystickWImpl_SetProperty (joystick_linuxinput.c:912) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_SetProperty fun:JoystickAImpl_SetProperty fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x529CEAD: LinuxInputEffectImpl_Stop (effect_linuxinput.c:736) ==7766== by 0x52A90C7: JoystickWImpl_SendForceFeedbackCommand (joystick_linuxinput.c:1332) ==7766== by 0x52A9268: JoystickAImpl_SendForceFeedbackCommand (joystick_linuxinput.c:1371) ==7766== by 0x487E80F: EnumJoysticks (joystick.c:755) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e8ec is on thread 1's stack ==7766== in frame #1, created by LinuxInputEffectImpl_Stop (effect_linuxinput.c:726) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x529CE0F: LinuxInputEffectImpl_Stop (effect_linuxinput.c:726) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:LinuxInputEffectImpl_Stop fun:JoystickWImpl_SendForceFeedbackCommand fun:JoystickAImpl_SendForceFeedbackCommand fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x529BE7C: LinuxInputEffectImpl_Start (effect_linuxinput.c:471) ==7766== by 0x487E90C: EnumJoysticks (joystick.c:760) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e98c is on thread 1's stack ==7766== in frame #1, created by LinuxInputEffectImpl_Start (effect_linuxinput.c:449) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x529BD50: LinuxInputEffectImpl_Start (effect_linuxinput.c:449) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:LinuxInputEffectImpl_Start fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x529CEAD: LinuxInputEffectImpl_Stop (effect_linuxinput.c:736) ==7766== by 0x52A910C: JoystickWImpl_SendForceFeedbackCommand (joystick_linuxinput.c:1343) ==7766== by 0x52A9268: JoystickAImpl_SendForceFeedbackCommand (joystick_linuxinput.c:1371) ==7766== by 0x487EA1F: EnumJoysticks (joystick.c:767) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e8ec is on thread 1's stack ==7766== in frame #1, created by LinuxInputEffectImpl_Stop (effect_linuxinput.c:726) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x529CE0F: LinuxInputEffectImpl_Stop (effect_linuxinput.c:726) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:LinuxInputEffectImpl_Stop fun:JoystickWImpl_SendForceFeedbackCommand fun:JoystickAImpl_SendForceFeedbackCommand fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param ioctl(generic) points to unaddressable byte(s) ==7766== at 0x4338F79: ioctl (syscall-template.S:84) ==7766== by 0x529CF64: LinuxInputEffectImpl_Unload (effect_linuxinput.c:748) ==7766== by 0x52A9126: JoystickWImpl_SendForceFeedbackCommand (joystick_linuxinput.c:1344) ==7766== by 0x52A9268: JoystickAImpl_SendForceFeedbackCommand (joystick_linuxinput.c:1371) ==7766== by 0x487EA1F: EnumJoysticks (joystick.c:767) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==7766== { Memcheck:Param ioctl(generic) fun:ioctl fun:LinuxInputEffectImpl_Unload fun:JoystickWImpl_SendForceFeedbackCommand fun:JoystickAImpl_SendForceFeedbackCommand fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x529BE7C: LinuxInputEffectImpl_Start (effect_linuxinput.c:471) ==7766== by 0x487EBE0: EnumJoysticks (joystick.c:776) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e98c is on thread 1's stack ==7766== in frame #1, created by LinuxInputEffectImpl_Start (effect_linuxinput.c:449) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x529BD50: LinuxInputEffectImpl_Start (effect_linuxinput.c:449) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:LinuxInputEffectImpl_Start fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x529CEAD: LinuxInputEffectImpl_Stop (effect_linuxinput.c:736) ==7766== by 0x529CFEA: LinuxInputEffectImpl_Release (effect_linuxinput.c:764) ==7766== by 0x487ECF1: EnumJoysticks (joystick.c:782) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by LinuxInputEffectImpl_Stop (effect_linuxinput.c:726) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x529CE0F: LinuxInputEffectImpl_Stop (effect_linuxinput.c:726) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:LinuxInputEffectImpl_Stop fun:LinuxInputEffectImpl_Release fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param ioctl(generic) points to unaddressable byte(s) ==7766== at 0x4338F79: ioctl (syscall-template.S:84) ==7766== by 0x529CF64: LinuxInputEffectImpl_Unload (effect_linuxinput.c:748) ==7766== by 0x529CFF7: LinuxInputEffectImpl_Release (effect_linuxinput.c:765) ==7766== by 0x487ECF1: EnumJoysticks (joystick.c:782) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x0 is not stack'd, malloc'd or (recently) free'd ==7766== { Memcheck:Param ioctl(generic) fun:ioctl fun:LinuxInputEffectImpl_Unload fun:LinuxInputEffectImpl_Release fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7766== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7766== by 0x487EE58: EnumJoysticks (joystick.c:800) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487EF2B: EnumJoysticks (joystick.c:806) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A6E56: JoystickWImpl_Acquire (joystick_linuxinput.c:725) ==7766== by 0x52A6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7766== by 0x487EF2B: EnumJoysticks (joystick.c:806) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ==7766== Syscall param write(buf) points to uninitialised byte(s) ==7766== at 0x424DE7F: ??? (syscall-template.S:84) ==7766== by 0x52A700D: JoystickWImpl_Unacquire (joystick_linuxinput.c:762) ==7766== by 0x52A70F0: JoystickAImpl_Unacquire (joystick_linuxinput.c:774) ==7766== by 0x487F324: EnumJoysticks (joystick.c:841) ==7766== by 0x5295DD3: ??? (dinput_main.c:351) ==7766== by 0x5296011: IDirectInputAImpl_EnumDevices (dinput_main.c:419) ==7766== by 0x487F4E1: joystick_tests (joystick.c:866) ==7766== by 0x487F5E2: func_joystick (joystick.c:879) ==7766== by 0x48822E7: run_test (test.h:603) ==7766== by 0x4882739: main (test.h:687) ==7766== Address 0x4b0e94c is on thread 1's stack ==7766== in frame #1, created by JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== Uninitialised value was created by a stack allocation ==7766== at 0x52A6F36: JoystickWImpl_Unacquire (joystick_linuxinput.c:743) ==7766== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Unacquire fun:JoystickAImpl_Unacquire fun:EnumJoysticks obj:/home/austin/wine-valgrind/dlls/dinput/dinput.dll.so fun:IDirectInputAImpl_EnumDevices fun:joystick_tests fun:func_joystick fun:run_test fun:main } ../../../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 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dinput/tests' 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 ==7809== Syscall param write(buf) points to uninitialised byte(s) ==7809== at 0x424DE7F: ??? (syscall-template.S:84) ==7809== by 0x5BD6DAE: JoystickWImpl_Acquire (joystick_linuxinput.c:718) ==7809== by 0x5BD6F15: JoystickAImpl_Acquire (joystick_linuxinput.c:736) ==7809== by 0x4877F5D: enumeration_callback (device.c:273) ==7809== by 0x5BC7FEA: IDirectInput8AImpl_EnumDevicesBySemantics (dinput_main.c:1049) ==7809== by 0x487839A: test_action_mapping (device.c:329) ==7809== by 0x4879561: func_device (device.c:552) ==7809== by 0x487CFC4: run_test (test.h:603) ==7809== by 0x487D416: main (test.h:687) ==7809== Address 0x4b0f01c is on thread 1's stack ==7809== in frame #1, created by JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7809== Uninitialised value was created by a stack allocation ==7809== at 0x5BD6B64: JoystickWImpl_Acquire (joystick_linuxinput.c:684) ==7809== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:JoystickWImpl_Acquire fun:JoystickAImpl_Acquire fun:enumeration_callback fun:IDirectInput8AImpl_EnumDevicesBySemantics fun:test_action_mapping 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 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dmusic/tests' 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 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 ==8357== Invalid free() / delete / delete[] / realloc() ==8357== at 0x7BC50881: notify_free (heap.c:262) ==8357== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==8357== by 0x4BE5B7C: heap_free (dwrite_private.h:55) ==8357== by 0x4BE7F77: factory_release_cached_fontface (main.c:901) ==8357== by 0x4BBD263: dwritefontface_Release (font.c:510) ==8357== by 0x4A333D0: IDWriteFontFace1_Release (dwrite_1.h:1239) ==8357== by 0x4A333D0: test_GetUnicodeRanges (???:0) ==8357== by 0x4A51DD2: func_font (font.c:7658) ==8357== by 0x4A7A70F: run_test (test.h:603) ==8357== by 0x4A7AB61: main (test.h:687) ==8357== Address 0x48e3200 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==8357== at 0x7BC50812: notify_alloc (heap.c:254) ==8357== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==8357== by 0x4F121DD: create_family (freetype.c:1584) ==8357== by 0x4F12AF3: load_font_list_from_cache (freetype.c:1758) ==8357== by 0x4F1B5A1: WineEngInit (freetype.c:4402) ==8357== by 0x4F2A3CE: DllMain (gdiobj.c:677) ==8357== by 0x4F48B5F: __wine_spec_dll_entry (dll_entry.c:40) ==8357== by 0x7BC56E85: ??? (loader.c:150) ==8357== by 0x7BC597B7: MODULE_InitDLL (loader.c:1121) ==8357== by 0x7BC59C8D: process_attach (loader.c:1222) ==8357== by 0x7BC59BD8: process_attach (loader.c:1210) ==8357== by 0x7BC59BD8: process_attach (loader.c:1210) ==8357== by 0x7BC59BD8: process_attach (loader.c:1210) ==8357== by 0x7BC5EFB5: attach_process_dlls (loader.c:3011) ==8357== by 0x4041278: ??? (port.c:78) ==8357== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:heap_free fun:factory_release_cached_fontface fun:dwritefontface_Release fun:IDWriteFontFace1_Release fun:test_GetUnicodeRanges fun:func_font fun:run_test fun:main } font.c:4150: Tests skipped: Courier New font not found. font.c:5271: Tests skipped: Skipping tests with Arial font.c:6316: Tests skipped: Segoe UI Emoji font not found. font.c:6425: Tests skipped: Segoe UI Emoji font not found. ==8357== 52 bytes in 1 blocks are possibly lost in loss record 239 of 541 ==8357== at 0x7BC50812: notify_alloc (heap.c:254) ==8357== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==8357== by 0x4BE5B07: heap_alloc (dwrite_private.h:35) ==8357== by 0x4BEAB66: DWriteCreateFactory (main.c:1759) ==8357== by 0x4A20C91: create_factory (font.c:342) ==8357== by 0x4A274E8: test_CreateFontFace (font.c:1562) ==8357== by 0x4A51DAA: func_font (font.c:7650) ==8357== by 0x4A7A70F: run_test (test.h:603) ==8357== by 0x4A7AB61: main (test.h:687) ==8357== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:DWriteCreateFactory fun:create_factory fun:test_CreateFontFace fun:func_font fun:run_test fun:main } ==8357== 52 bytes in 1 blocks are possibly lost in loss record 240 of 541 ==8357== at 0x7BC50812: notify_alloc (heap.c:254) ==8357== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==8357== by 0x4BE5B07: heap_alloc (dwrite_private.h:35) ==8357== by 0x4BEAB66: DWriteCreateFactory (main.c:1759) ==8357== by 0x4A20C91: create_factory (font.c:342) ==8357== by 0x4A39D98: test_IsMonospacedFont (font.c:4104) ==8357== by 0x4A51E1D: func_font (font.c:7673) ==8357== by 0x4A7A70F: run_test (test.h:603) ==8357== by 0x4A7AB61: main (test.h:687) ==8357== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:DWriteCreateFactory fun:create_factory fun:test_IsMonospacedFont 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 layout.c:4584: Tests skipped: IDWriteFontFallbackBuilder is not supported ==8382== 52 bytes in 1 blocks are possibly lost in loss record 289 of 946 ==8382== at 0x7BC50812: notify_alloc (heap.c:254) ==8382== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==8382== by 0x4BE5B07: heap_alloc (dwrite_private.h:35) ==8382== by 0x4BEAB66: DWriteCreateFactory (main.c:1759) ==8382== by 0x4A523E3: create_factory (layout.c:199) ==8382== by 0x4A7421B: test_FontFallbackBuilder (layout.c:4575) ==8382== by 0x4A7988D: func_layout (layout.c:5304) ==8382== by 0x4A7A70F: run_test (test.h:603) ==8382== by 0x4A7AB61: main (test.h:687) ==8382== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:DWriteCreateFactory fun:create_factory fun:test_FontFallbackBuilder fun:func_layout fun:run_test fun:main } 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 ../../../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 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. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/dxgi/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:627: Test failed: expected ret2 > 0, got 0 dc.c:642: Test failed: expected desc.nSize == sizeof(descr), got 0 make[1]: *** [Makefile:233: 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:9936: 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 ../../../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 ==8981== 8 bytes in 1 blocks are definitely lost in loss record 29 of 500 ==8981== at 0x7BC50812: notify_alloc (heap.c:254) ==8981== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==8981== by 0x4C00E0B: heap_alloc (gdiplus_private.h:53) ==8981== by 0x4C073A6: widen_dashed_figure (graphicspath.c:2105) ==8981== by 0x4C07AF4: GdipWidenPath (graphicspath.c:2255) ==8981== by 0x4A5B1F3: test_widen (graphicspath.c:1162) ==8981== by 0x4A5C3EC: func_graphicspath (graphicspath.c:1356) ==8981== by 0x4AA6078: run_test (test.h:603) ==8981== by 0x4AA64CA: main (test.h:687) ==8981== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:widen_dashed_figure fun:GdipWidenPath fun:test_widen fun:func_graphicspath fun:run_test fun:main } ../../../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 ../../../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 ==9070== Syscall param writev(vector[...]) points to uninitialised byte(s) ==9070== at 0x4339023: __writev_nocancel (syscall-template.S:84) ==9070== by 0x7BC88028: send_request (server.c:228) ==9070== by 0x7BC881DB: wine_server_call (server.c:309) ==9070== by 0x7BC4A5AA: server_ioctl_file (file.c:1543) ==9070== by 0x7BC4A914: NtDeviceIoControlFile (file.c:1650) ==9070== by 0x7B44634D: DeviceIoControl (file.c:2651) ==9070== by 0x48A69B1: HidD_GetPreparsedData (hidd.c:133) ==9070== by 0x4876EBA: test_device_info (device.c:41) ==9070== by 0x48771C2: run_for_each_device (device.c:83) ==9070== by 0x4878870: func_device (device.c:386) ==9070== by 0x48796C8: run_test (test.h:603) ==9070== by 0x4879B19: main (test.h:687) ==9070== Address 0x48e7b90 is 0 bytes inside a recently re-allocated block of size 9,296 alloc'd ==9070== at 0x7BC50812: notify_alloc (heap.c:254) ==9070== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9070== by 0x48A6982: HidD_GetPreparsedData (hidd.c:131) ==9070== by 0x4876EBA: test_device_info (device.c:41) ==9070== by 0x48771C2: run_for_each_device (device.c:83) ==9070== by 0x4878870: func_device (device.c:386) ==9070== by 0x48796C8: run_test (test.h:603) ==9070== by 0x4879B19: main (test.h:687) ==9070== Uninitialised value was created by a client request ==9070== at 0x7BC505E1: mark_block_uninitialized (heap.c:208) ==9070== by 0x7BC5076D: initialize_block (heap.c:239) ==9070== by 0x7BC54CB3: RtlAllocateHeap (heap.c:1717) ==9070== by 0x48A6982: HidD_GetPreparsedData (hidd.c:131) ==9070== by 0x4876EBA: test_device_info (device.c:41) ==9070== by 0x48771C2: run_for_each_device (device.c:83) ==9070== by 0x4878870: func_device (device.c:386) ==9070== by 0x48796C8: run_test (test.h:603) ==9070== by 0x4879B19: main (test.h:687) ==9070== { Memcheck:Param writev(vector[...]) fun:__writev_nocancel fun:send_request fun:wine_server_call fun:server_ioctl_file fun:NtDeviceIoControlFile fun:DeviceIoControl fun:HidD_GetPreparsedData fun:test_device_info fun:run_for_each_device fun:func_device fun:run_test fun:main } 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 intshcut && touch intshcut.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 ieframe.dll -p ieframe_test.exe.so webbrowser && touch webbrowser.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9120== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9120_4aba0cec is empty ==9120== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==9120== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9120_4aba0cec is empty ==9120== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==9120== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9120_4aba0cec is empty ==9120== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==9120== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9120_4aba0cec is empty ==9120== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==9120== Thread 39: ==9120== Invalid read of size 2 ==9120== at 0x662EA42: memchrW (unicode.h:283) ==9120== by 0x6632C2D: InternetCrackUrlW (internet.c:1711) ==9120== by 0x662808C: get_redirect_url (http.c:3997) ==9120== by 0x662B78A: HTTP_HttpSendRequestW (http.c:5041) ==9120== by 0x662BF6D: AsyncHttpSendRequestProc (http.c:5190) ==9120== by 0x6637E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==9120== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==9120== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==9120== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==9120== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==9120== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==9120== by 0x7BC99BDE: start_thread (thread.c:487) ==9120== by 0x4245249: start_thread (pthread_create.c:333) ==9120== by 0x4340D6D: clone (clone.S:114) ==9120== Address 0x7aed692 is 0 bytes after a recently re-allocated block of size 154 alloc'd ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x661D6A8: heap_alloc (internet.h:94) ==9120== by 0x6628033: get_redirect_url (http.c:3988) ==9120== by 0x662B78A: HTTP_HttpSendRequestW (http.c:5041) ==9120== by 0x662BF6D: AsyncHttpSendRequestProc (http.c:5190) ==9120== by 0x6637E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==9120== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==9120== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==9120== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==9120== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==9120== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==9120== by 0x7BC99BDE: start_thread (thread.c:487) ==9120== by 0x4245249: start_thread (pthread_create.c:333) ==9120== by 0x4340D6D: clone (clone.S:114) ==9120== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } ==9120== Invalid read of size 2 ==9120== at 0x662EA42: memchrW (unicode.h:283) ==9120== by 0x6632C69: InternetCrackUrlW (internet.c:1713) ==9120== by 0x662808C: get_redirect_url (http.c:3997) ==9120== by 0x662B78A: HTTP_HttpSendRequestW (http.c:5041) ==9120== by 0x662BF6D: AsyncHttpSendRequestProc (http.c:5190) ==9120== by 0x6637E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==9120== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==9120== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==9120== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==9120== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==9120== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==9120== by 0x7BC99BDE: start_thread (thread.c:487) ==9120== by 0x4245249: start_thread (pthread_create.c:333) ==9120== by 0x4340D6D: clone (clone.S:114) ==9120== Address 0x7aed692 is 0 bytes after a recently re-allocated block of size 154 alloc'd ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x661D6A8: heap_alloc (internet.h:94) ==9120== by 0x6628033: get_redirect_url (http.c:3988) ==9120== by 0x662B78A: HTTP_HttpSendRequestW (http.c:5041) ==9120== by 0x662BF6D: AsyncHttpSendRequestProc (http.c:5190) ==9120== by 0x6637E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==9120== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==9120== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==9120== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==9120== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==9120== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==9120== by 0x7BC99BDE: start_thread (thread.c:487) ==9120== by 0x4245249: start_thread (pthread_create.c:333) ==9120== by 0x4340D6D: clone (clone.S:114) ==9120== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } ==9120== Invalid read of size 2 ==9120== at 0x662EA42: memchrW (unicode.h:283) ==9120== by 0x6632E4F: InternetCrackUrlW (internet.c:1753) ==9120== by 0x662808C: get_redirect_url (http.c:3997) ==9120== by 0x662B78A: HTTP_HttpSendRequestW (http.c:5041) ==9120== by 0x662BF6D: AsyncHttpSendRequestProc (http.c:5190) ==9120== by 0x6637E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==9120== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==9120== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==9120== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==9120== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==9120== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==9120== by 0x7BC99BDE: start_thread (thread.c:487) ==9120== by 0x4245249: start_thread (pthread_create.c:333) ==9120== by 0x4340D6D: clone (clone.S:114) ==9120== Address 0x7aed692 is 0 bytes after a recently re-allocated block of size 154 alloc'd ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x661D6A8: heap_alloc (internet.h:94) ==9120== by 0x6628033: get_redirect_url (http.c:3988) ==9120== by 0x662B78A: HTTP_HttpSendRequestW (http.c:5041) ==9120== by 0x662BF6D: AsyncHttpSendRequestProc (http.c:5190) ==9120== by 0x6637E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==9120== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==9120== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==9120== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==9120== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==9120== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==9120== by 0x7BC99BDE: start_thread (thread.c:487) ==9120== by 0x4245249: start_thread (pthread_create.c:333) ==9120== by 0x4340D6D: clone (clone.S:114) ==9120== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } ==9120== Invalid read of size 2 ==9120== at 0x662EA42: memchrW (unicode.h:283) ==9120== by 0x663329A: InternetCrackUrlW (internet.c:1867) ==9120== by 0x662808C: get_redirect_url (http.c:3997) ==9120== by 0x662B78A: HTTP_HttpSendRequestW (http.c:5041) ==9120== by 0x662BF6D: AsyncHttpSendRequestProc (http.c:5190) ==9120== by 0x6637E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==9120== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==9120== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==9120== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==9120== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==9120== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==9120== by 0x7BC99BDE: start_thread (thread.c:487) ==9120== by 0x4245249: start_thread (pthread_create.c:333) ==9120== by 0x4340D6D: clone (clone.S:114) ==9120== Address 0x7aed692 is 0 bytes after a recently re-allocated block of size 154 alloc'd ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x661D6A8: heap_alloc (internet.h:94) ==9120== by 0x6628033: get_redirect_url (http.c:3988) ==9120== by 0x662B78A: HTTP_HttpSendRequestW (http.c:5041) ==9120== by 0x662BF6D: AsyncHttpSendRequestProc (http.c:5190) ==9120== by 0x6637E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==9120== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==9120== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==9120== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==9120== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==9120== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==9120== by 0x7BC99BDE: start_thread (thread.c:487) ==9120== by 0x4245249: start_thread (pthread_create.c:333) ==9120== by 0x4340D6D: clone (clone.S:114) ==9120== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } ==9120== Thread 1 ieframe_test.exe.so: ==9120== Invalid write of size 1 ==9120== at 0x6C4E6167: ??? ==9120== Address 0x4b3f50c is on thread 1's stack ==9120== { Memcheck:Addr1 obj:* } ==9120== Invalid write of size 1 ==9120== at 0x6C4E617E: ??? ==9120== Address 0x4b3f50c is on thread 1's stack ==9120== { Memcheck:Addr1 obj:* } ==9120== Invalid read of size 1 ==9120== at 0x6C4E61D6: ??? ==9120== Address 0x4b3f50c is on thread 1's stack ==9120== { Memcheck:Addr1 obj:* } ==9120== Invalid write of size 1 ==9120== at 0x6C4E61E3: ??? ==9120== Address 0x4b3f50c is on thread 1's stack ==9120== { Memcheck:Addr1 obj:* } ==9120== Invalid read of size 1 ==9120== at 0x6C4E6295: ??? ==9120== Address 0x4b3f50c is on thread 1's stack ==9120== { Memcheck:Addr1 obj:* } ==9120== Invalid write of size 1 ==9120== at 0x6C4E62C9: ??? ==9120== Address 0x4b3f50c is on thread 1's stack ==9120== { Memcheck:Addr1 obj:* } ==9120== 8 bytes in 1 blocks are possibly lost in loss record 129 of 5,570 ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x7B449A29: HeapAlloc (heap.c:271) ==9120== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==9120== by 0x4B6F6C5: OLEClipbrd_Initialize (clipboard.c:1771) ==9120== by 0x4BA956B: OleInitialize (ole2.c:211) ==9120== by 0x4A2DFED: func_webbrowser (webbrowser.c:4121) ==9120== by 0x4A2F058: run_test (test.h:603) ==9120== by 0x4A2F4AA: main (test.h:687) ==9120== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:OLEClipbrd_Initialize fun:OleInitialize fun:func_webbrowser fun:run_test fun:main } ==9120== 128 bytes in 4 blocks are possibly lost in loss record 2,835 of 5,570 ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x7BC3BE13: RtlInitializeCriticalSectionEx (critsection.c:326) ==9120== by 0x7B47E74F: InitializeCriticalSectionEx (sync.c:359) ==9120== by 0x7B47E71D: InitializeCriticalSectionAndSpinCount (sync.c:337) ==9120== by 0x6A0D8113: ??? ==9120== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSectionAndSpinCount obj:* } ==9120== 164 bytes in 1 blocks are possibly lost in loss record 3,098 of 5,570 ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x52527E7: rpcrt4_conn_np_alloc (rpc_transport.c:78) ==9120== by 0x525B825: RPCRT4_CreateConnection (rpc_transport.c:3311) ==9120== by 0x5252D66: rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:220) ==9120== by 0x524F834: RPCRT4_use_protseq (rpc_server.c:846) ==9120== by 0x5250230: RpcServerUseProtseqEpExW (rpc_server.c:1057) ==9120== by 0x524FC99: RpcServerUseProtseqEpW (rpc_server.c:943) ==9120== by 0x4BB9926: RPC_StartRemoting (rpc.c:1636) ==9120== by 0x4BA1422: StdMarshalImpl_MarshalInterface (marshal.c:1235) ==9120== by 0x4BA31BF: IMarshal_MarshalInterface (objidl.h:878) ==9120== by 0x4BA31BF: CoMarshalInterface (???:0) ==9120== by 0x4BAA2B6: RegisterDragDrop (ole2.c:605) ==9120== by 0x6B72EF90: ??? ==9120== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:rpcrt4_conn_np_alloc fun:RPCRT4_CreateConnection fun:rpcrt4_protseq_ncalrpc_open_endpoint fun:RPCRT4_use_protseq fun:RpcServerUseProtseqEpExW fun:RpcServerUseProtseqEpW fun:RPC_StartRemoting fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:RegisterDragDrop obj:* } ==9120== 256 bytes in 8 blocks are definitely lost in loss record 4,115 of 5,570 ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x4B9A242: CreateStreamOnHGlobal (hglobalstream.c:590) ==9120== by 0x5DB956B: get_travellog_stream (dochost.c:403) ==9120== by 0x5DB9944: update_travellog (dochost.c:466) ==9120== by 0x5DBA879: ClOleCommandTarget_Exec (dochost.c:753) ==9120== by 0x6F7A48D: IOleCommandTarget_Exec (docobj.h:1013) ==9120== by 0x6F7A48D: notify_travellog_update (???:0) ==9120== by 0x6F7A69A: set_current_mon (persist.c:134) ==9120== by 0x6F51AB8: navigate_proc (navigate.c:2038) ==9120== by 0x6F94A18: hidden_proc (task.c:321) ==9120== by 0x4F0BD9D: ??? (winproc.c:174) ==9120== by 0x4F0BEEC: call_window_proc (winproc.c:245) ==9120== by 0x4F0E24F: WINPROC_call_window (winproc.c:901) ==9120== by 0x4ECF56B: DispatchMessageW (message.c:4035) ==9120== by 0x6B707CC1: ??? ==9120== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:get_travellog_stream fun:update_travellog fun:ClOleCommandTarget_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:* } ==9120== 576 bytes in 6 blocks are possibly lost in loss record 4,714 of 5,570 ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x6639F70: heap_alloc_zero (internet.h:99) ==9120== by 0x663B263: create_netconn (netconnection.c:348) ==9120== by 0x662A997: open_http_connection (http.c:4782) ==9120== by 0x662B0D6: HTTP_HttpSendRequestW (http.c:4923) ==9120== by 0x662BF6D: AsyncHttpSendRequestProc (http.c:5190) ==9120== by 0x6637E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==9120== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==9120== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==9120== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==9120== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==9120== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==9120== by 0x7BC99BDE: start_thread (thread.c:487) ==9120== by 0x4245249: start_thread (pthread_create.c:333) ==9120== by 0x4340D6D: clone (clone.S:114) ==9120== { 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:start_thread fun:start_thread fun:clone } ==9120== 688 bytes in 8 blocks are definitely lost in loss record 4,814 of 5,570 ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x5DB7B51: heap_alloc (ieframe.h:336) ==9120== by 0x5DB7BE0: heap_strdupW (ieframe.h:362) ==9120== by 0x5DB98C2: update_travellog (dochost.c:461) ==9120== by 0x5DBA879: ClOleCommandTarget_Exec (dochost.c:753) ==9120== by 0x6F7A48D: IOleCommandTarget_Exec (docobj.h:1013) ==9120== by 0x6F7A48D: notify_travellog_update (???:0) ==9120== by 0x6F7A69A: set_current_mon (persist.c:134) ==9120== by 0x6F51AB8: navigate_proc (navigate.c:2038) ==9120== by 0x6F94A18: hidden_proc (task.c:321) ==9120== by 0x4F0BD9D: ??? (winproc.c:174) ==9120== by 0x4F0BEEC: call_window_proc (winproc.c:245) ==9120== by 0x4F0E24F: WINPROC_call_window (winproc.c:901) ==9120== by 0x4ECF56B: DispatchMessageW (message.c:4035) ==9120== by 0x6B707CC1: ??? ==9120== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strdupW fun:update_travellog fun:ClOleCommandTarget_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:* } ==9120== 1,452 bytes in 6 blocks are possibly lost in loss record 5,083 of 5,570 ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC55326: RtlReAllocateHeap (heap.c:1883) ==9120== by 0x9A8685A: msvcrt_heap_realloc (heap.c:102) ==9120== by 0x9A8740D: MSVCRT_realloc (heap.c:457) ==9120== by 0x69E78C00: ??? ==9120== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlReAllocateHeap fun:msvcrt_heap_realloc fun:MSVCRT_realloc obj:* } ==9120== 3,376 bytes in 32 blocks are possibly lost in loss record 5,265 of 5,570 ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x4B9A834: IMalloc_fnAlloc (ifs.c:187) ==9120== by 0x4B9B0D3: IMalloc_Alloc (objidl.h:1508) ==9120== by 0x4B9B0D3: CoTaskMemAlloc (???:0) ==9120== by 0x52BAABE: alloc_bstr (oleaut.c:177) ==9120== by 0x52BAE85: SysAllocStringLen (oleaut.c:355) ==9120== by 0x5E6E10E: pre_process_uri (uri.c:786) ==9120== by 0x5E7B601: CreateUri (uri.c:5738) ==9120== by 0x6F7A9D2: create_uri (persist.c:186) ==9120== by 0x6F6B267: nsIOServiceHook_NewURI (nsio.c:3890) ==9120== by 0x69F3AFD9: ??? ==9120== { 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:pre_process_uri fun:CreateUri fun:create_uri fun:nsIOServiceHook_NewURI obj:* } ==9120== 8,640 bytes in 54 blocks are possibly lost in loss record 5,415 of 5,570 ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x4B9A834: IMalloc_fnAlloc (ifs.c:187) ==9120== by 0x4B9B0D3: IMalloc_Alloc (objidl.h:1508) ==9120== by 0x4B9B0D3: CoTaskMemAlloc (???:0) ==9120== by 0x52BAABE: alloc_bstr (oleaut.c:177) ==9120== by 0x52BAE85: SysAllocStringLen (oleaut.c:355) ==9120== by 0x5E7E3D5: combine_uri (uri.c:6671) ==9120== by 0x5E7EC1B: CoInternetCombineUrlEx (uri.c:6816) ==9120== by 0x6F5E5FE: combine_url (nsio.c:152) ==9120== by 0x6F6B244: nsIOServiceHook_NewURI (nsio.c:3888) ==9120== by 0x69F3AFD9: ??? ==9120== { 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:combine_uri fun:CoInternetCombineUrlEx fun:combine_url fun:nsIOServiceHook_NewURI obj:* } ==9120== 33,360 bytes in 376 blocks are possibly lost in loss record 5,516 of 5,570 ==9120== at 0x7BC50812: notify_alloc (heap.c:254) ==9120== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==9120== by 0x4B9A834: IMalloc_fnAlloc (ifs.c:187) ==9120== by 0x4B9B0D3: IMalloc_Alloc (objidl.h:1508) ==9120== by 0x4B9B0D3: CoTaskMemAlloc (???:0) ==9120== by 0x52BAABE: alloc_bstr (oleaut.c:177) ==9120== by 0x52BAE85: SysAllocStringLen (oleaut.c:355) ==9120== by 0x52BAB5C: SysAllocString (oleaut.c:247) ==9120== by 0x5E7DA85: combine_uri (uri.c:6465) ==9120== by 0x5E7EC1B: CoInternetCombineUrlEx (uri.c:6816) ==9120== by 0x6F5E5FE: combine_url (nsio.c:152) ==9120== by 0x6F6B244: nsIOServiceHook_NewURI (nsio.c:3888) ==9120== by 0x69F3AFD9: ??? ==9120== { 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:combine_uri fun:CoInternetCombineUrlEx fun:combine_url fun:nsIOServiceHook_NewURI obj:* } 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 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/imm32/tests' 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 ==9338== Syscall param ioctl(SIOCGIFINDEX) points to uninitialised byte(s) ==9338== at 0x4338F79: ioctl (syscall-template.S:84) ==9338== by 0x435916D: if_nametoindex (if_index.c:47) ==9338== by 0x4B25E43: getInterfaceIndexByName (ifenum.c:143) ==9338== by 0x4B2EC7E: IPHLP_if_nametoindex (iphlpapi_main.c:3233) ==9338== by 0x488198E: test_interface_identifier_conversion (iphlpapi.c:1958) ==9338== by 0x48831AB: func_iphlpapi (iphlpapi.c:2230) ==9338== by 0x4884014: run_test (test.h:603) ==9338== by 0x4884465: main (test.h:687) ==9338== Address 0x4b0f8c0 is on thread 1's stack ==9338== in frame #1, created by if_nametoindex (if_index.c:35) ==9338== Uninitialised value was created by a stack allocation ==9338== at 0x4359141: if_nametoindex (if_index.c:41) ==9338== { Memcheck:Param ioctl(SIOCGIFINDEX) fun:ioctl fun:if_nametoindex fun:getInterfaceIndexByName fun:IPHLP_if_nametoindex fun:test_interface_identifier_conversion fun:func_iphlpapi fun:run_test fun:main } 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 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 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 make[1]: *** [Makefile:249: 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:2221: 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 ==9473== Syscall param writev(vector[...]) points to uninitialised byte(s) ==9473== at 0x433904F: ??? (syscall-template.S:84) ==9473== by 0x7BC88028: send_request (server.c:228) ==9473== by 0x7BC881DB: wine_server_call (server.c:309) ==9473== by 0x7B43003D: wine_server_call_err (server.h:61) ==9473== by 0x7B4313C2: WriteConsoleInputW (console.c:536) ==9473== by 0x4A473B1: testWaitForConsoleInput (console.c:941) ==9473== by 0x4A5424F: func_console (console.c:3124) ==9473== by 0x4B40213: run_test (test.h:603) ==9473== by 0x4B40665: main (test.h:687) ==9473== Address 0x4d5fc0a is on thread 1's stack ==9473== in frame #5, created by testWaitForConsoleInput (console.c:919) ==9473== Uninitialised value was created by a stack allocation ==9473== at 0x4A472E1: testWaitForConsoleInput (console.c:919) ==9473== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request 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 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so debugger && touch debugger.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 wine: Unhandled page fault on write access to 0x00000000 at address 0x4a4aa3a (thread 003b), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x04a4aa3a). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:04a4aa3a ESP:04d5fc70 EBP:04d5fc98 EFLAGS:00000000( - -- - - - ) EAX:00000000 EBX:04b7b000 ECX:00000000 EDX:00000385 ESI:04d5fdf0 EDI:04407000 Stack dump: 0x04d5fc70: 7b649000 00120011 04b430b1 04873f38 0x04d5fc80: 04d5fca0 00000000 04d5fcc8 3121ee00 0x04d5fc90: 04d5fdf0 04b7b000 04d5fcc8 04a4d98c 0x04d5fca0: 00000003 04873f38 00000008 04a4d8aa 0x04d5fcb0: 04b7b000 04d5fdf0 04d5fd08 7b410000 0x04d5fcc0: 04873f8e 04b7b000 04d5fd08 04b36214 Backtrace: =>0 0x04a4aa3a doCrash+0x9f(argc=0x3, argv=0x4873f38) [/home/austin/wine-valgrind/dlls/kernel32/tests/debugger.c:170] in kernel32_test (0x04d5fc98) 1 0x04a4d98c func_debugger+0xed() [/home/austin/wine-valgrind/dlls/kernel32/tests/debugger.c:818] in kernel32_test (0x04d5fcc8) 2 0x04b36214 run_test+0x96(name="debugger") [/home/austin/wine-valgrind/dlls/kernel32/tests/../../../include/wine/test.h:603] in kernel32_test (0x04d5fd08) 3 0x04b36666 main+0x245(argc=, argv=0x4873f38) [/home/austin/wine-valgrind/dlls/kernel32/tests/../../../include/wine/test.h:687] in kernel32_test (0x04d5fdd8) 4 0x04b366f3 __wine_spec_exe_entry+0x6d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in kernel32_test (0x04d5fe18) 5 0x7b46afc4 call_process_entry+0xb() in kernel32 (0x04d5fe38) 6 0x7b46b119 start_process+0x152(entry=0x4b36685) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1116] in kernel32 (0x04d5fe88) 7 0x7bc8fde8 call_thread_func_wrapper+0xb() in ntdll (0x04d5fea8) 8 0x7bc8fe64 call_thread_func+0x71(entry=0x7b46afc6, arg=0x4b36685, frame=0x4d5ffb8) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2759] in ntdll (0x04d5ff98) 9 0x7bc8fdc6 call_thread_entry_point+0x11() in ntdll (0x04d5ffb8) 10 0x7bc5f24f start_process+0x20(arg=0xfeb5c264) [/home/austin/wine-valgrind/dlls/ntdll/loader.c:3083] in ntdll (0x04d5ffe8) 11 0x04041279 wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000) 12 0x04041253 wine_switch_to_stack+0x22(func=0x7bc5f22e, arg=0xfeb5c264, stack=0x4d60000) [/home/austin/wine-valgrind/libs/wine/port.c:77] in libwine.so.1 (0xfeb5c1e8) 13 0x7bc5f5c2 LdrInitializeThunk+0x372(kernel_start=0x7b46afc6, unknown2=, unknown3=, unknown4=) [/home/austin/wine-valgrind/dlls/ntdll/loader.c:3144] in ntdll (0xfeb5c278) 14 0x7b46b9e3 __wine_kernel_init+0x6af() [/home/austin/wine-valgrind/dlls/kernel32/process.c:1310] in kernel32 (0xfeb5d128) 15 0x7bc5fd6a __wine_process_init+0x132() [/home/austin/wine-valgrind/dlls/ntdll/loader.c:3353] in ntdll (0xfeb5d168) 16 0x04040677 wine_init+0x14b(argc=0x4, argv=0xfeb5d6a4, error="", error_size=0x400) [/home/austin/wine-valgrind/libs/wine/loader.c:974] in libwine.so.1 (0xfeb5d1b8) 17 0x7c000ed0 main+0x145(argc=, argv=0xfeb5d6a4) [/home/austin/wine-valgrind/loader/main.c:258] in (0xfeb5d5f8) 18 0x04274537 __libc_start_main+0xf6() in libc.so.6 (0x00000000) 0x04a4aa3a doCrash+0x9f [/home/austin/wine-valgrind/dlls/kernel32/tests/debugger.c:170] in kernel32_test: movb $0x0,0x0(%eax) 170 *p=0; Modules: Module Address Debug info Name (35 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4026000- 4029000 Deferred vgpreload_core-x86-linux.so ELF 4029000- 4039000 Deferred vgpreload_memcheck-x86-linux.so ELF 4039000- 41f2000 Dwarf libwine.so.1 ELF 4201000- 420a000 Deferred libnss_compat.so.2 ELF 422c000- 4239000 Deferred libnss_nis.so.2 ELF 423f000- 425b000 Deferred libpthread.so.0 ELF 425c000- 440b000 Dwarf libc.so.6 ELF 440b000- 4410000 Deferred libdl.so.2 ELF 4811000- 4865000 Deferred libm.so.6 ELF 49a4000- 49bf000 Deferred version \-PE 49b0000- 49bf000 \ version ELF 49cd000- 49e7000 Deferred libnsl.so.1 ELF 49e7000- 49fa000 Deferred libnss_files.so.2 ELF 49fa000- 4c55000 Dwarf kernel32_test \-PE 4a00000- 4c55000 \ kernel32_test ELF 4d60000- 4ed6000 Deferred user32 \-PE 4d70000- 4ed6000 \ user32 ELF 4fd6000- 511b000 Deferred gdi32 \-PE 4fe0000- 511b000 \ gdi32 ELF 511b000- 519c000 Deferred advapi32 \-PE 5130000- 519c000 \ advapi32 ELF 51e9000- 52a5000 Deferred libfreetype.so.6 ELF 53db000- 5400000 Deferred imm32 \-PE 53e0000- 5400000 \ imm32 ELF 55a5000- 55be000 Deferred libz.so.1 ELF 55be000- 55d0000 Deferred libbz2.so.1 ELF 55d0000- 560e000 Deferred libpng16.so.16 ELF 560e000- 5652000 Deferred libfontconfig.so.1 ELF 5652000- 567d000 Deferred libexpat.so.1 ELF 7b400000-7b7f9000 Dwarf kernel32 \-PE 7b410000-7b7f9000 \ kernel32 ELF 7bc00000-7bd10000 Dwarf ntdll \-PE 7bc10000-7bd10000 \ ntdll ELF 7c000000-7c004000 Dwarf Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000095 0 00000026 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 00000032 0 00000031 0 0000002b 0 00000025 0 00000024 0 00000022 0 00000029 explorer.exe 0000002e 0 0000002d 0 0000002c 0 0000002a 0 0000002f winemine.exe 00000030 0 00000093 rpcss.exe 00000099 0 00000098 0 00000097 0 00000096 0 00000094 0 00000027 kernel32_test.exe 00000039 0 0000003a (D) Z:\home\austin\wine-valgrind\dlls\kernel32\tests\kernel32_test.exe 0000003b 0 <== System information: Wine build: wine-2.11-191-gcf23b03437 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.27-vanilla-workstation-3 debugger.c:478: Tests skipped: "none" debugger test needs user interaction preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled page fault on write access to 0x00000000 at address 0x4a4aa3a (thread 0042), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled page fault on write access to 0x00000000 at address 0x4a4aa3a (thread 004b), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled page fault on write access to 0x00000000 at address 0x4a4aa3a (thread 0048), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled page fault on write access to 0x00000000 at address 0x4a4aa3a (thread 0041), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 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 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:1159: Test failed: 0x10: got heap flags 00000002 expected 00000020 heap.c:1161: 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:1159: Test failed: 0x20: got heap flags 00000002 expected 00000040 heap.c:1161: 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:1159: Test failed: 0x40: got heap flags 00000002 expected 50000060 heap.c:1161: 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:1159: Test failed: 0x80: got heap flags 00000002 expected 30000060 heap.c:1161: 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:1159: 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:1159: Test failed: 0x2000000: got heap flags 00000002 expected 01000002 heap.c:1161: 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:1159: Test failed: 0xdeadbeef: got heap flags 00000002 expected 000000e0 heap.c:1161: Test failed: 0xdeadbeef: got heap force flags 00000000 expected 000000e0 heap: 2 failures in child process make[1]: *** [Makefile:453: 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 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr444.pdb loader.c:601: Test failed: 2: 0x10002000 != 0 loader.c:602: Test failed: 2: 1 != 0 loader.c:604: Test failed: 2: 2000 != MEM_FREE loader.c:605: Test failed: 2: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4ca.pdb loader.c:601: Test failed: 3: 0x10002000 != 0 loader.c:602: Test failed: 3: 1 != 0 loader.c:604: Test failed: 3: 2000 != MEM_FREE loader.c:605: Test failed: 3: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4e1.pdb loader.c:601: Test failed: 4: 0x10001000 != 0 loader.c:602: Test failed: 4: 1 != 0 loader.c:604: Test failed: 4: 2000 != MEM_FREE loader.c:605: Test failed: 4: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr502.pdb loader.c:601: Test failed: 6: 0x10002000 != 0 loader.c:602: Test failed: 6: 1 != 0 loader.c:604: Test failed: 6: 2000 != MEM_FREE loader.c:605: Test failed: 6: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr520.pdb loader.c:601: Test failed: 7: 0x10002000 != 0 loader.c:602: Test failed: 7: 1 != 0 loader.c:604: Test failed: 7: 2000 != MEM_FREE loader.c:605: Test failed: 7: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr542.pdb loader.c:601: Test failed: 8: 0x10001000 != 0 loader.c:602: Test failed: 8: 1 != 0 loader.c:604: Test failed: 8: 2000 != MEM_FREE loader.c:605: Test failed: 8: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr567.pdb loader.c:601: Test failed: 9: 0x10001000 != 0 loader.c:602: Test failed: 9: 1 != 0 loader.c:604: Test failed: 9: 2000 != MEM_FREE loader.c:605: Test failed: 9: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr58c.pdb loader.c:601: Test failed: 10: 0x10001000 != 0 loader.c:602: Test failed: 10: 1 != 0 loader.c:604: Test failed: 10: 2000 != MEM_FREE loader.c:605: Test failed: 10: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5af.pdb loader.c:601: Test failed: 11: 0x10001000 != 0 loader.c:602: Test failed: 11: 1 != 0 loader.c:604: Test failed: 11: 2000 != MEM_FREE loader.c:605: Test failed: 11: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5cd.pdb loader.c:601: Test failed: 12: 0x10001000 != 0 loader.c:602: Test failed: 12: 1 != 0 loader.c:604: Test failed: 12: 2000 != MEM_FREE loader.c:605: Test failed: 12: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5e3.pdb loader.c:601: Test failed: 13: 0x10001000 != 0 loader.c:602: Test failed: 13: 1 != 0 loader.c:604: Test failed: 13: 2000 != MEM_FREE loader.c:605: Test failed: 13: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5fd.pdb loader.c:601: Test failed: 15: 0x10002000 != 0 loader.c:602: Test failed: 15: 1 != 0 loader.c:604: Test failed: 15: 2000 != MEM_FREE loader.c:605: Test failed: 15: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr614.pdb loader.c:601: Test failed: 16: 0x10001000 != 0 loader.c:602: Test failed: 16: 1 != 0 loader.c:604: Test failed: 16: 2000 != MEM_FREE loader.c:605: Test failed: 16: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr631.pdb loader.c:601: Test failed: 17: 0x10001000 != 0 loader.c:602: Test failed: 17: 1 != 0 loader.c:604: Test failed: 17: 2000 != MEM_FREE loader.c:605: Test failed: 17: 20000 != 0 ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr66f.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd38.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd38.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd38.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd38.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd38.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9824== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9824_44f43ea6 is empty ==9824== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd38.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd38.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd38.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd38.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd38.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6678.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6678.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6678.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6678.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6678.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9856== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9856_d88f7ea6 is empty ==9856== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6678.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6678.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6678.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6678.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6678.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbeef.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbeef.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbeef.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbeef.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbeef.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9890== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9890_856472a6 is empty ==9890== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbeef.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbeef.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbeef.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbeef.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbeef.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr163f.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr163f.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr163f.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr163f.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr163f.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9923== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9923_a59c8ca6 is empty ==9923== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr163f.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr163f.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr163f.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr163f.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr163f.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6de3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6de3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6de3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6de3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6de3.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9955== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9955_3937cca6 is empty ==9955== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6de3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6de3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6de3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6de3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6de3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc599.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc599.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc599.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc599.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc599.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==9989== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9989_e60cc0a6 is empty ==9989== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc599.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc599.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc599.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc599.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc599.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1d7c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1d7c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1d7c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1d7c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1d7c.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10027== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10027_c5551ca6 is empty ==10027== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1d7c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1d7c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1d7c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1d7c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1d7c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7601.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7601.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7601.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7601.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7601.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10059== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10059_58f05ca6 is empty ==10059== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7601.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7601.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7601.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7601.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7601.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrceeb.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrceeb.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrceeb.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrceeb.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrceeb.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10094== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10094_92622aa6 is empty ==10094== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrceeb.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrceeb.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrceeb.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrceeb.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrceeb.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr278c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr278c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr278c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr278c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr278c.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10127== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10127_b29a44a6 is empty ==10127== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr278c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr278c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr278c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr278c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr278c.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7ff6.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7ff6.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7ff6.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7ff6.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7ff6.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10164== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10164_0545c6a6 is empty ==10164== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7ff6.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7ff6.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7ff6.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7ff6.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7ff6.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd8d0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd8d0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd8d0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd8d0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd8d0.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10213== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10213_ef4b80a6 is empty ==10213== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd8d0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd8d0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd8d0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd8d0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd8d0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr30c0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr30c0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr30c0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr30c0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr30c0.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10246== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10246_0f839aa6 is empty ==10246== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr30c0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr30c0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr30c0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr30c0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr30c0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89b0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89b0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89b0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89b0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89b0.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10281== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10281_48f568a6 is empty ==10281== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89b0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89b0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89b0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89b0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr89b0.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre1bd.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre1bd.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre1bd.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre1bd.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre1bd.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10314== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10314_692d82a6 is empty ==10314== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre1bd.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre1bd.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre1bd.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre1bd.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre1bd.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3af9.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3af9.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3af9.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3af9.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3af9.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10350== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10350_2f3c2aa6 is empty ==10350== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3af9.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3af9.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3af9.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3af9.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3af9.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9350.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9350.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9350.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9350.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9350.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10385== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10385_68adf8a6 is empty ==10385== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9350.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9350.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9350.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9350.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9350.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreca4.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreca4.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreca4.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreca4.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreca4.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10417== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10417_fc4938a6 is empty ==10417== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreca4.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreca4.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreca4.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreca4.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldreca4.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4550.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4550.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4550.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4550.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4550.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10453== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10453_c257e0a6 is empty ==10453== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4550.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4550.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4550.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4550.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4550.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9cc7.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9cc7.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9cc7.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9cc7.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9cc7.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10495== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10495_d413a4a6 is empty ==10495== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9cc7.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9cc7.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9cc7.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9cc7.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr9cc7.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrf5af.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrf5af.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrf5af.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrf5af.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrf5af.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10529== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10529_80e898a6 is empty ==10529== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrf5af.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrf5af.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrf5af.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrf5af.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrf5af.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4e62.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4e62.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4e62.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4e62.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4e62.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10569== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10569_796aa8a6 is empty ==10569== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4e62.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4e62.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4e62.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4e62.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr4e62.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra660.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra660.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra660.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra660.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra660.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10601== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10601_0d05e8a6 is empty ==10601== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra660.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra660.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra660.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra660.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldra660.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffb3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffb3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffb3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffb3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffb3.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10635== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10635_b9dadca6 is empty ==10635== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffb3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffb3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffb3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffb3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrffb3.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5869.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr587d.pdb ==9753== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp9753_f1140e71 is empty ==9753== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5890.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10661== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10661_01c900a6 is empty ==10661== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr58a9.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10668== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10668_da12f6a6 is empty ==10668== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr58a9.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10677== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10677_cb96a0a6 is empty ==10677== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr58a9.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10686== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10686_bd1a4aa6 is empty ==10686== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr58a9.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10702== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10702_86e7eaa6 is empty ==10702== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr58a9.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10712== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10712_05086ea6 is empty ==10712== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr58a9.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10720== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10720_69ef3ea6 is empty ==10720== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr58a9.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: *** [Makefile:466: 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 ../../../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:2032: 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 ==10792== Syscall param writev(vector[...]) points to uninitialised byte(s) ==10792== at 0x433904F: ??? (syscall-template.S:84) ==10792== by 0x7BC88028: send_request (server.c:228) ==10792== by 0x7BC881DB: wine_server_call (server.c:309) ==10792== by 0x7BC47FBB: server_write_file (file.c:624) ==10792== by 0x7BC4975C: NtWriteFile (file.c:1238) ==10792== by 0x7B441825: WriteFile (file.c:570) ==10792== by 0x4AE6610: _overlapped_write_async (pipe.c:2648) ==10792== by 0x4AE7DA5: test_overlapped_transport (pipe.c:2971) ==10792== by 0x4AE83DF: func_pipe (pipe.c:3057) ==10792== by 0x4B40213: run_test (test.h:603) ==10792== by 0x4B40665: main (test.h:687) ==10792== Address 0x4d5121c is on thread 1's stack ==10792== in frame #7, created by test_overlapped_transport (pipe.c:2945) ==10792== Uninitialised value was created by a stack allocation ==10792== at 0x4AE7BED: test_overlapped_transport (pipe.c:2945) ==10792== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request 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 } preloader: Warning: failed to reserve range 00110000-68000000 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 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 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 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 69159936, 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 preloader: Warning: failed to reserve range 00110000-68000000 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:2469: Test failed: WaitForSingleObject returned 258 process.c:2473: Test failed: AssignProcessToJobObject unexpectedly succeeded process.c:2474: 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 process.c:2501: Test failed: 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 process.c:2798: Test failed: WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 process.c:2848: Test failed: WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 process.c:2865: Test failed: WaitForSingleObject returned 258 make[1]: *** [Makefile:560: process.ok] Error 26 ../../../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 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../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:1099: Test failed: IOCTL_DVD_READ_STRUCTURE should have failed make[1]: *** [Makefile:726: volume.ok] Error 1 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/kernel32/tests' make: *** [Makefile:10997: 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 make[1]: *** [Makefile:176: capture.ok] Error 2 ../../../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 ../../../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. make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mmdevapi/tests' make: *** [Makefile:11719: 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 ==11349== 50 bytes in 1 blocks are definitely lost in loss record 114 of 286 ==11349== at 0x7BC50812: notify_alloc (heap.c:254) ==11349== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11349== by 0x487C2D8: test_acmFormatChoose (msacm.c:1260) ==11349== by 0x487CC27: func_msacm (msacm.c:1446) ==11349== by 0x487DA78: run_test (test.h:603) ==11349== by 0x487DEC9: main (test.h:687) ==11349== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:test_acmFormatChoose fun:func_msacm fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msacm32/tests' 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 ==11369== 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 ../../../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 ==11399== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/bin/libmono-2.0-x86.pdb valgrind: m_debuginfo/debuginfo.c:1414 (vgPlain_di_notify_pdb_debuginfo): Assertion 'di->have_dinfo' failed. host stacktrace: ==11399== at 0x380325B9: show_sched_status_wrk (m_libcassert.c:378) ==11399== by 0x380326C1: report_and_quit (m_libcassert.c:449) ==11399== by 0x380327A3: vgPlain_assert_fail (m_libcassert.c:515) ==11399== by 0x38061591: vgPlain_di_notify_pdb_debuginfo (debuginfo.c:1414) ==11399== by 0x380835DD: do_client_request (scheduler.c:2024) ==11399== by 0x380835DD: vgPlain_scheduler (scheduler.c:1425) ==11399== by 0x380914C3: thread_wrapper (syswrap-linux.c:103) ==11399== by 0x380914C3: run_a_thread_NORETURN (syswrap-linux.c:156) sched status: running_tid=1 Thread 1: status = VgTs_Runnable (lwpid 11399) ==11399== at 0x7BCAA6DF: map_image (virtual.c:1278) ==11399== by 0x7BCAE840: NtMapViewOfSection (virtual.c:2662) ==11399== by 0x7BC5B74C: load_native_dll (loader.c:1824) ==11399== by 0x7BC5D238: load_dll (loader.c:2334) ==11399== by 0x7BC5D4AF: LdrLoadDll (loader.c:2367) ==11399== by 0x7B4607E3: load_library (module.c:947) ==11399== by 0x7B460981: LoadLibraryExW (module.c:1007) ==11399== by 0x7B460ABB: LoadLibraryW (module.c:1049) ==11399== by 0x6C663126: ??? Thread 2: status = VgTs_WaitSys (lwpid 11405) ==11399== at 0x424DEEF: ??? (syscall-template.S:84) ==11399== by 0x7BC882E3: wait_select_reply (server.c:348) ==11399== by 0x7BC8904A: server_select (server.c:607) ==11399== by 0x7BC96217: NtWaitForKeyedEvent (sync.c:1193) ==11399== by 0x7BC9752A: RtlSleepConditionVariableCS (sync.c:1854) ==11399== by 0x7B482C84: SleepConditionVariableCS (sync.c:2430) ==11399== by 0x6C762A50: ??? Note: see also the FAQ in the source distribution. It contains workarounds to several common problems. In particular, if Valgrind aborted or crashed after identifying problems in your program, there's a good chance that fixing those problems will prevent Valgrind aborting or crashing, especially if it happened in m_mallocfree.c. If that doesn't help, please report this bug to: www.valgrind.org In the bug report, send all the above text, the valgrind version, and what OS and version you are using. Thanks. ==11391== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/bin/libmono-2.0-x86.pdb valgrind: m_debuginfo/debuginfo.c:1414 (vgPlain_di_notify_pdb_debuginfo): Assertion 'di->have_dinfo' failed. host stacktrace: ==11391== at 0x380325B9: show_sched_status_wrk (m_libcassert.c:378) ==11391== by 0x380326C1: report_and_quit (m_libcassert.c:449) ==11391== by 0x380327A3: vgPlain_assert_fail (m_libcassert.c:515) ==11391== by 0x38061591: vgPlain_di_notify_pdb_debuginfo (debuginfo.c:1414) ==11391== by 0x380835DD: do_client_request (scheduler.c:2024) ==11391== by 0x380835DD: vgPlain_scheduler (scheduler.c:1425) ==11391== by 0x380914C3: thread_wrapper (syswrap-linux.c:103) ==11391== by 0x380914C3: run_a_thread_NORETURN (syswrap-linux.c:156) sched status: running_tid=1 Thread 1: status = VgTs_Runnable (lwpid 11391) ==11391== at 0x7BCAA6DF: map_image (virtual.c:1278) ==11391== by 0x7BCAE840: NtMapViewOfSection (virtual.c:2662) ==11391== by 0x7BC5B74C: load_native_dll (loader.c:1824) ==11391== by 0x7BC5D238: load_dll (loader.c:2334) ==11391== by 0x7BC5D4AF: LdrLoadDll (loader.c:2367) ==11391== by 0x7B4607E3: load_library (module.c:947) ==11391== by 0x7B460981: LoadLibraryExW (module.c:1007) ==11391== by 0x7B460ABB: LoadLibraryW (module.c:1049) ==11391== by 0x6C663126: ??? Thread 2: status = VgTs_WaitSys (lwpid 11412) ==11391== at 0x424DEEF: ??? (syscall-template.S:84) ==11391== by 0x7BC882E3: wait_select_reply (server.c:348) ==11391== by 0x7BC8904A: server_select (server.c:607) ==11391== by 0x7BC96217: NtWaitForKeyedEvent (sync.c:1193) ==11391== by 0x7BC9752A: RtlSleepConditionVariableCS (sync.c:1854) ==11391== by 0x7B482C84: SleepConditionVariableCS (sync.c:2430) ==11391== by 0x6C762A50: ??? Note: see also the FAQ in the source distribution. It contains workarounds to several common problems. In particular, if Valgrind aborted or crashed after identifying problems in your program, there's a good chance that fixing those problems will prevent Valgrind aborting or crashing, especially if it happened in m_mallocfree.c. If that doesn't help, please report this bug to: www.valgrind.org In the bug report, send all the above text, the valgrind version, and what OS and version you are using. Thanks. make[1]: *** [Makefile:238: mscoree.ok] Error 1 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mscoree/tests' make: *** [Makefile:12128: dlls/mscoree/tests/test] Error 2 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 ==11437== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11437_dd481f75 is empty ==11437== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==11437== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11437_dd481f75 is empty ==11437== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==11437== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11437_dd481f75 is empty ==11437== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==11437== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11437_dd481f75 is empty ==11437== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==11437== 128 bytes in 4 blocks are possibly lost in loss record 2,034 of 2,912 ==11437== at 0x7BC50812: notify_alloc (heap.c:254) ==11437== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11437== by 0x7BC3BE13: RtlInitializeCriticalSectionEx (critsection.c:326) ==11437== by 0x7B47E74F: InitializeCriticalSectionEx (sync.c:359) ==11437== by 0x7B47E71D: InitializeCriticalSectionAndSpinCount (sync.c:337) ==11437== by 0x6A0D8113: ??? ==11437== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSectionAndSpinCount obj:* } ==11437== 164 bytes in 1 blocks are possibly lost in loss record 2,127 of 2,912 ==11437== at 0x7BC50812: notify_alloc (heap.c:254) ==11437== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11437== by 0x54327E7: rpcrt4_conn_np_alloc (rpc_transport.c:78) ==11437== by 0x543B825: RPCRT4_CreateConnection (rpc_transport.c:3311) ==11437== by 0x5432D66: rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:220) ==11437== by 0x542F834: RPCRT4_use_protseq (rpc_server.c:846) ==11437== by 0x5430230: RpcServerUseProtseqEpExW (rpc_server.c:1057) ==11437== by 0x542FC99: RpcServerUseProtseqEpW (rpc_server.c:943) ==11437== by 0x4C99926: RPC_StartRemoting (rpc.c:1636) ==11437== by 0x4C81422: StdMarshalImpl_MarshalInterface (marshal.c:1235) ==11437== by 0x4C831BF: IMarshal_MarshalInterface (objidl.h:878) ==11437== by 0x4C831BF: CoMarshalInterface (???:0) ==11437== by 0x4C8A2B6: RegisterDragDrop (ole2.c:605) ==11437== by 0x6B72EF90: ??? ==11437== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:rpcrt4_conn_np_alloc fun:RPCRT4_CreateConnection fun:rpcrt4_protseq_ncalrpc_open_endpoint fun:RPCRT4_use_protseq fun:RpcServerUseProtseqEpExW fun:RpcServerUseProtseqEpW fun:RPC_StartRemoting fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:RegisterDragDrop obj:* } ==11437== 187 bytes in 1 blocks are possibly lost in loss record 2,149 of 2,912 ==11437== at 0x7BC50812: notify_alloc (heap.c:254) ==11437== by 0x7BC55326: RtlReAllocateHeap (heap.c:1883) ==11437== by 0x973685A: msvcrt_heap_realloc (heap.c:102) ==11437== by 0x973740D: MSVCRT_realloc (heap.c:457) ==11437== by 0x69E78C00: ??? ==11437== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlReAllocateHeap fun:msvcrt_heap_realloc fun:MSVCRT_realloc obj:* } ==11437== 512 bytes in 15 blocks are possibly lost in loss record 2,435 of 2,912 ==11437== at 0x7BC50812: notify_alloc (heap.c:254) ==11437== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11437== by 0x4C7A834: IMalloc_fnAlloc (ifs.c:187) ==11437== by 0x4C7B0D3: IMalloc_Alloc (objidl.h:1508) ==11437== by 0x4C7B0D3: CoTaskMemAlloc (???:0) ==11437== by 0x5496ABE: alloc_bstr (oleaut.c:177) ==11437== by 0x5496E85: SysAllocStringLen (oleaut.c:355) ==11437== by 0x5D2010E: pre_process_uri (uri.c:786) ==11437== by 0x5D2D601: CreateUri (uri.c:5738) ==11437== by 0x669E9D2: create_uri (persist.c:186) ==11437== by 0x668F267: nsIOServiceHook_NewURI (nsio.c:3890) ==11437== by 0x69F3AFD9: ??? ==11437== { 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:pre_process_uri fun:CreateUri fun:create_uri fun:nsIOServiceHook_NewURI 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 ==11501== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11501_76123ab5 is empty ==11501== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==11501== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11501_76123ab5 is empty ==11501== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==11501== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11501_76123ab5 is empty ==11501== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==11501== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11501_76123ab5 is empty ==11501== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==11501== 128 bytes in 4 blocks are possibly lost in loss record 2,605 of 3,828 ==11501== at 0x7BC50812: notify_alloc (heap.c:254) ==11501== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11501== by 0x7BC3BE13: RtlInitializeCriticalSectionEx (critsection.c:326) ==11501== by 0x7B47E74F: InitializeCriticalSectionEx (sync.c:359) ==11501== by 0x7B47E71D: InitializeCriticalSectionAndSpinCount (sync.c:337) ==11501== by 0x6A0D8113: ??? ==11501== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSectionAndSpinCount obj:* } ==11501== 164 bytes in 1 blocks are possibly lost in loss record 2,830 of 3,828 ==11501== at 0x7BC50812: notify_alloc (heap.c:254) ==11501== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11501== by 0x544D7E7: rpcrt4_conn_np_alloc (rpc_transport.c:78) ==11501== by 0x5456825: RPCRT4_CreateConnection (rpc_transport.c:3311) ==11501== by 0x544DD66: rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:220) ==11501== by 0x544A834: RPCRT4_use_protseq (rpc_server.c:846) ==11501== by 0x544B230: RpcServerUseProtseqEpExW (rpc_server.c:1057) ==11501== by 0x544AC99: RpcServerUseProtseqEpW (rpc_server.c:943) ==11501== by 0x4C99926: RPC_StartRemoting (rpc.c:1636) ==11501== by 0x4C81422: StdMarshalImpl_MarshalInterface (marshal.c:1235) ==11501== by 0x4C831BF: IMarshal_MarshalInterface (objidl.h:878) ==11501== by 0x4C831BF: CoMarshalInterface (???:0) ==11501== by 0x4C8A2B6: RegisterDragDrop (ole2.c:605) ==11501== by 0x6B72EF90: ??? ==11501== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:rpcrt4_conn_np_alloc fun:RPCRT4_CreateConnection fun:rpcrt4_protseq_ncalrpc_open_endpoint fun:RPCRT4_use_protseq fun:RpcServerUseProtseqEpExW fun:RpcServerUseProtseqEpW fun:RPC_StartRemoting fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:RegisterDragDrop obj:* } ==11501== 416 bytes in 7 blocks are possibly lost in loss record 3,148 of 3,828 ==11501== at 0x7BC50812: notify_alloc (heap.c:254) ==11501== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11501== by 0x4C7A834: IMalloc_fnAlloc (ifs.c:187) ==11501== by 0x4C7B0D3: IMalloc_Alloc (objidl.h:1508) ==11501== by 0x4C7B0D3: CoTaskMemAlloc (???:0) ==11501== by 0x54B1ABE: alloc_bstr (oleaut.c:177) ==11501== by 0x54B1E85: SysAllocStringLen (oleaut.c:355) ==11501== by 0x54B1B5C: SysAllocString (oleaut.c:247) ==11501== by 0x5D4EA85: combine_uri (uri.c:6465) ==11501== by 0x5D4FC1B: CoInternetCombineUrlEx (uri.c:6816) ==11501== by 0x681A5FE: combine_url (nsio.c:152) ==11501== by 0x6827244: nsIOServiceHook_NewURI (nsio.c:3888) ==11501== by 0x69F3AFD9: ??? ==11501== { 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:combine_uri fun:CoInternetCombineUrlEx fun:combine_url fun:nsIOServiceHook_NewURI obj:* } ==11501== 907 bytes in 3 blocks are possibly lost in loss record 3,385 of 3,828 ==11501== at 0x7BC50812: notify_alloc (heap.c:254) ==11501== by 0x7BC55326: RtlReAllocateHeap (heap.c:1883) ==11501== by 0x988285A: msvcrt_heap_realloc (heap.c:102) ==11501== by 0x988340D: MSVCRT_realloc (heap.c:457) ==11501== by 0x69E78C00: ??? ==11501== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlReAllocateHeap fun:msvcrt_heap_realloc fun:MSVCRT_realloc obj:* } ==11501== 1,248 bytes in 38 blocks are possibly lost in loss record 3,442 of 3,828 ==11501== at 0x7BC50812: notify_alloc (heap.c:254) ==11501== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11501== by 0x4C7A834: IMalloc_fnAlloc (ifs.c:187) ==11501== by 0x4C7B0D3: IMalloc_Alloc (objidl.h:1508) ==11501== by 0x4C7B0D3: CoTaskMemAlloc (???:0) ==11501== by 0x54B1ABE: alloc_bstr (oleaut.c:177) ==11501== by 0x54B1E85: SysAllocStringLen (oleaut.c:355) ==11501== by 0x5D3F10E: pre_process_uri (uri.c:786) ==11501== by 0x5D4C601: CreateUri (uri.c:5738) ==11501== by 0x68369D2: create_uri (persist.c:186) ==11501== by 0x6827267: nsIOServiceHook_NewURI (nsio.c:3890) ==11501== by 0x69F3AFD9: ??? ==11501== { 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:pre_process_uri fun:CreateUri fun:create_uri fun:nsIOServiceHook_NewURI 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 ==11896== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11896_ba5d2ae4 is empty ==11896== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==11896== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11896_ba5d2ae4 is empty ==11896== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==11896== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11896_ba5d2ae4 is empty ==11896== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==11896== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11896_ba5d2ae4 is empty ==11896== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==11896== Invalid read of size 2 ==11896== at 0x54E2385: DispCallFunc (typelib.c:6674) ==11896== by 0x66582C9: invoke_builtin_function (dispex.c:1123) ==11896== by 0x66585B3: function_invoke (dispex.c:1174) ==11896== by 0x6658861: invoke_builtin_prop (dispex.c:1242) ==11896== by 0x665978D: DispatchEx_InvokeEx (dispex.c:1533) ==11896== by 0x168683B5: IDispatchEx_InvokeEx (dispex.h:318) ==11896== by 0x168683B5: disp_call (???:0) ==11896== by 0x1686B6C4: exprval_call (engine.c:328) ==11896== by 0x1686E1BF: interp_call_member (engine.c:1213) ==11896== by 0x16873541: enter_bytecode (engine.c:2787) ==11896== by 0x1687422E: exec_source (engine.c:3040) ==11896== by 0x168766E0: invoke_source (function.c:257) ==11896== by 0x16876B2F: Function_invoke (function.c:350) ==11896== by 0x16865BB4: invoke_prop_func (dispex.c:383) ==11896== by 0x16866E40: DispatchEx_InvokeEx (dispex.c:684) ==11896== by 0x66A027A: IDispatchEx_InvokeEx (dispex.h:318) ==11896== by 0x66A027A: call_disp_func (???:0) ==11896== by 0x66A06A2: call_event_handlers (htmlevent.c:961) ==11896== by 0x66A10D4: fire_event_obj (htmlevent.c:1095) ==11896== by 0x66A16FE: fire_event (htmlevent.c:1204) ==11896== by 0x671501B: handle_load (nsevents.c:282) ==11896== by 0x6B18A8A8: ??? ==11896== Address 0x85c6128 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x4C7A834: IMalloc_fnAlloc (ifs.c:187) ==11896== by 0x4C7B0D3: IMalloc_Alloc (objidl.h:1508) ==11896== by 0x4C7B0D3: CoTaskMemAlloc (???:0) ==11896== by 0x54B1ABE: alloc_bstr (oleaut.c:177) ==11896== by 0x54B1E85: SysAllocStringLen (oleaut.c:355) ==11896== by 0x54B1B5C: SysAllocString (oleaut.c:247) ==11896== by 0x54E4DD6: ITypeInfo_fnGetDocumentation (typelib.c:7397) ==11896== by 0x66553C8: ITypeInfo_GetDocumentation (oaidl.h:1599) ==11896== by 0x66553C8: add_func_info (???:0) ==11896== by 0x6655AA2: process_interface (dispex.c:354) ==11896== by 0x6655DA1: preprocess_dispex_data (dispex.c:419) ==11896== by 0x665A1DB: init_dispex_with_compat_mode (dispex.c:1776) ==11896== by 0x672E926: init_dispex (mshtml_private.h:334) ==11896== by 0x6731A26: OmNavigator_Create (omnavigator.c:1088) ==11896== by 0x66F2B52: HTMLWindow2_get_navigator (htmlwindow.c:920) ==11896== by 0x4A9DC14: IHTMLWindow2_get_navigator (mshtml.h:52510) ==11896== by 0x4A9DC14: test_script_run (???:0) ==11896== by 0x4A9E847: ActiveScriptParse_ParseScriptText (script.c:2472) ==11896== by 0x67457E1: IActiveScriptParse32_ParseScriptText (activscp.h:1363) ==11896== by 0x67457E1: parse_elem_text (???:0) ==11896== by 0x67463C5: parse_inline_script (script.c:1103) ==11896== by 0x6746619: parse_script_elem (script.c:1142) ==11896== { 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:fire_event_obj fun:fire_event fun:handle_load obj:* } ==11896== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11896_ba5d2ae4 is empty ==11896== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/softokn3.pdb ==11896== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11896_ba5d2ae4 is empty ==11896== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nssdbm3.pdb ==11896== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11896_ba5d2ae4 is empty ==11896== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/freebl3.pdb ==11896== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp11896_ba5d2ae4 is empty ==11896== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nssckbi.pdb ==11896== 20 bytes in 1 blocks are possibly lost in loss record 594 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x98551DD: ??? ==11896== by 0x984B1D5: ??? ==11896== by 0x984B348: ??? ==11896== by 0x9832973: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 24 bytes in 1 blocks are definitely lost in loss record 700 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x67430BE: heap_alloc (mshtml_private.h:1168) ==11896== by 0x67455B8: set_script_elem_readystate (script.c:762) ==11896== by 0x6746DB3: doc_insert_script (script.c:1290) ==11896== by 0x67018D4: run_insert_script (mutation.c:349) ==11896== by 0x670216A: nsRunnable_Run (mutation.c:532) ==11896== by 0x6A83E0A0: ??? ==11896== by 0x6702D4B: nsDocumentObserver_AttemptToExecuteScript (mutation.c:817) ==11896== by 0x6A912591: ??? ==11896== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:set_script_elem_readystate fun:doc_insert_script fun:run_insert_script fun:nsRunnable_Run obj:* fun:nsDocumentObserver_AttemptToExecuteScript obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,660 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x98542C0: ??? ==11896== by 0x984F5D7: ??? ==11896== by 0x984B243: ??? ==11896== by 0x98DCBBE: ??? ==11896== by 0x98DD1E2: ??? ==11896== by 0x69E652EF: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,661 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x98542C0: ??? ==11896== by 0x984E6E4: ??? ==11896== by 0x984F620: ??? ==11896== by 0x984B243: ??? ==11896== by 0x98DCBBE: ??? ==11896== by 0x98DD1E2: ??? ==11896== by 0x69E652EF: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,662 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x984E188: ??? ==11896== by 0x984E728: ??? ==11896== by 0x984F620: ??? ==11896== by 0x984B243: ??? ==11896== by 0x98DCBBE: ??? ==11896== by 0x98DD1E2: ??? ==11896== by 0x69E652EF: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,663 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x9854929: ??? ==11896== by 0x984E73B: ??? ==11896== by 0x984F620: ??? ==11896== by 0x984B243: ??? ==11896== by 0x98DCBBE: ??? ==11896== by 0x98DD1E2: ??? ==11896== by 0x69E652EF: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,664 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x98548F7: ??? ==11896== by 0x984E74E: ??? ==11896== by 0x984F620: ??? ==11896== by 0x984B243: ??? ==11896== by 0x98DCBBE: ??? ==11896== by 0x98DD1E2: ??? ==11896== by 0x69E652EF: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,665 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x98548F7: ??? ==11896== by 0x984E761: ??? ==11896== by 0x984F620: ??? ==11896== by 0x984B243: ??? ==11896== by 0x98DCBBE: ??? ==11896== by 0x98DD1E2: ??? ==11896== by 0x69E652EF: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,666 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x98542C0: ??? ==11896== by 0x984A480: ??? ==11896== by 0x984B2EC: ??? ==11896== by 0x98DCBBE: ??? ==11896== by 0x98DD1E2: ??? ==11896== by 0x69E652EF: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,667 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x984E188: ??? ==11896== by 0x984E1E2: ??? ==11896== by 0x984A4AD: ??? ==11896== by 0x984B2EC: ??? ==11896== by 0x98DCBBE: ??? ==11896== by 0x98DD1E2: ??? ==11896== by 0x69E652EF: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,668 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x9854929: ??? ==11896== by 0x984E1F9: ??? ==11896== by 0x984A4AD: ??? ==11896== by 0x984B2EC: ??? ==11896== by 0x98DCBBE: ??? ==11896== by 0x98DD1E2: ??? ==11896== by 0x69E652EF: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,669 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x66F0CE44: ??? ==11896== by 0x66F0B7DB: ??? ==11896== by 0x66F057FD: ??? ==11896== by 0x66F02095: ??? ==11896== by 0x9828BBA: ??? ==11896== by 0x98290B3: ??? ==11896== by 0x98327DE: ??? ==11896== by 0x9832954: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,670 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x66F0B971: ??? ==11896== by 0x66F057FD: ??? ==11896== by 0x66F02095: ??? ==11896== by 0x9828BBA: ??? ==11896== by 0x98290B3: ??? ==11896== by 0x98327DE: ??? ==11896== by 0x9832954: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,671 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x66F0B992: ??? ==11896== by 0x66F057FD: ??? ==11896== by 0x66F02095: ??? ==11896== by 0x9828BBA: ??? ==11896== by 0x98290B3: ??? ==11896== by 0x98327DE: ??? ==11896== by 0x9832954: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,672 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x66F0CE44: ??? ==11896== by 0x66F04728: ??? ==11896== by 0x66F0467B: ??? ==11896== by 0x66F05BFD: ??? ==11896== by 0x66F01FF8: ??? ==11896== by 0x983A66E: ??? ==11896== by 0x983AB6C: ??? ==11896== by 0x9829209: ??? ==11896== by 0x98327DE: ??? ==11896== by 0x9832954: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,673 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x66F047D7: ??? ==11896== by 0x66F0467B: ??? ==11896== by 0x66F05BFD: ??? ==11896== by 0x66F01FF8: ??? ==11896== by 0x983A66E: ??? ==11896== by 0x983AB6C: ??? ==11896== by 0x9829209: ??? ==11896== by 0x98327DE: ??? ==11896== by 0x9832954: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,674 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x66F04800: ??? ==11896== by 0x66F0467B: ??? ==11896== by 0x66F05BFD: ??? ==11896== by 0x66F01FF8: ??? ==11896== by 0x983A66E: ??? ==11896== by 0x983AB6C: ??? ==11896== by 0x9829209: ??? ==11896== by 0x98327DE: ??? ==11896== by 0x9832954: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,675 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x66F0481A: ??? ==11896== by 0x66F0467B: ??? ==11896== by 0x66F05BFD: ??? ==11896== by 0x66F01FF8: ??? ==11896== by 0x983A66E: ??? ==11896== by 0x983AB6C: ??? ==11896== by 0x9829209: ??? ==11896== by 0x98327DE: ??? ==11896== by 0x9832954: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,676 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x66F04834: ??? ==11896== by 0x66F0467B: ??? ==11896== by 0x66F05BFD: ??? ==11896== by 0x66F01FF8: ??? ==11896== by 0x983A66E: ??? ==11896== by 0x983AB6C: ??? ==11896== by 0x9829209: ??? ==11896== by 0x98327DE: ??? ==11896== by 0x9832954: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,677 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x66F0CE44: ??? ==11896== by 0x66F026F8: ??? ==11896== by 0x66F0531E: ??? ==11896== by 0x66F066A3: ??? ==11896== by 0x66F01EEE: ??? ==11896== by 0x983A7E7: ??? ==11896== by 0x983AB6C: ??? ==11896== by 0x9829209: ??? ==11896== by 0x98327DE: ??? ==11896== by 0x9832954: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,678 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99AFFD1: ??? ==11896== by 0x66F02793: ??? ==11896== by 0x66F0531E: ??? ==11896== by 0x66F066A3: ??? ==11896== by 0x66F01EEE: ??? ==11896== by 0x983A7E7: ??? ==11896== by 0x983AB6C: ??? ==11896== by 0x9829209: ??? ==11896== by 0x98327DE: ??? ==11896== by 0x9832954: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,679 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x98542C0: ??? ==11896== by 0x981A91F: ??? ==11896== by 0x984B15B: ??? ==11896== by 0x984B33E: ??? ==11896== by 0x9832973: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,680 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x98542C0: ??? ==11896== by 0x981A9BB: ??? ==11896== by 0x984B15B: ??? ==11896== by 0x984B33E: ??? ==11896== by 0x9832973: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 40 bytes in 1 blocks are possibly lost in loss record 1,681 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x98542C0: ??? ==11896== by 0x9854E39: ??? ==11896== by 0x9855168: ??? ==11896== by 0x98551EB: ??? ==11896== by 0x984B1D5: ??? ==11896== by 0x984B348: ??? ==11896== by 0x9832973: ??? ==11896== by 0x69E65432: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 72 bytes in 3 blocks are possibly lost in loss record 2,193 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x67430BE: heap_alloc (mshtml_private.h:1168) ==11896== by 0x67455B8: set_script_elem_readystate (script.c:762) ==11896== by 0x6746DB3: doc_insert_script (script.c:1290) ==11896== by 0x66C9CE2: HTMLScriptElement_bind_to_tree (htmlscript.c:408) ==11896== by 0x6701300: run_bind_to_tree (mutation.c:241) ==11896== by 0x670216A: nsRunnable_Run (mutation.c:532) ==11896== by 0x6A841D7D: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:set_script_elem_readystate fun:doc_insert_script fun:HTMLScriptElement_bind_to_tree fun:run_bind_to_tree fun:nsRunnable_Run obj:* } ==11896== 72 bytes in 3 blocks are definitely lost in loss record 2,195 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x67430BE: heap_alloc (mshtml_private.h:1168) ==11896== by 0x67455B8: set_script_elem_readystate (script.c:762) ==11896== by 0x6746DB3: doc_insert_script (script.c:1290) ==11896== by 0x66C9CE2: HTMLScriptElement_bind_to_tree (htmlscript.c:408) ==11896== by 0x6701300: run_bind_to_tree (mutation.c:241) ==11896== by 0x670216A: nsRunnable_Run (mutation.c:532) ==11896== by 0x6A841D7D: ??? ==11896== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:set_script_elem_readystate fun:doc_insert_script fun:HTMLScriptElement_bind_to_tree fun:run_bind_to_tree fun:nsRunnable_Run obj:* } ==11896== 80 bytes in 2 blocks are possibly lost in loss record 2,326 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x98542C0: ??? ==11896== by 0x981A91F: ??? ==11896== by 0x984B15B: ??? ==11896== by 0x984B2AC: ??? ==11896== by 0x98DCBBE: ??? ==11896== by 0x98DD1E2: ??? ==11896== by 0x69E652EF: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 80 bytes in 2 blocks are possibly lost in loss record 2,327 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x98542C0: ??? ==11896== by 0x981A9BB: ??? ==11896== by 0x984B15B: ??? ==11896== by 0x984B2AC: ??? ==11896== by 0x98DCBBE: ??? ==11896== by 0x98DD1E2: ??? ==11896== by 0x69E652EF: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* obj:* obj:* } ==11896== 96 bytes in 4 blocks are possibly lost in loss record 2,557 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99B02DD: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* } ==11896== 128 bytes in 4 blocks are possibly lost in loss record 2,734 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x7BC3BE13: RtlInitializeCriticalSectionEx (critsection.c:326) ==11896== by 0x7B47E74F: InitializeCriticalSectionEx (sync.c:359) ==11896== by 0x7B47E71D: InitializeCriticalSectionAndSpinCount (sync.c:337) ==11896== by 0x6A0D8113: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSectionAndSpinCount obj:* } ==11896== 136 bytes in 1 blocks are definitely lost in loss record 2,881 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0xA51F945: WINTRUST_Alloc (wintrust_main.c:47) ==11896== by 0xA51FECD: WINTRUST_AllocateProviderData (wintrust_main.c:207) ==11896== by 0xA5201A1: WINTRUST_DefaultVerify (wintrust_main.c:286) ==11896== by 0xA522074: WinVerifyTrust (wintrust_main.c:731) ==11896== by 0x69F18B8B: ??? ==11896== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINTRUST_Alloc fun:WINTRUST_AllocateProviderData fun:WINTRUST_DefaultVerify fun:WinVerifyTrust obj:* } ==11896== 164 bytes in 1 blocks are possibly lost in loss record 2,961 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x544D7E7: rpcrt4_conn_np_alloc (rpc_transport.c:78) ==11896== by 0x5456825: RPCRT4_CreateConnection (rpc_transport.c:3311) ==11896== by 0x544DD66: rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:220) ==11896== by 0x544A834: RPCRT4_use_protseq (rpc_server.c:846) ==11896== by 0x544B230: RpcServerUseProtseqEpExW (rpc_server.c:1057) ==11896== by 0x544AC99: RpcServerUseProtseqEpW (rpc_server.c:943) ==11896== by 0x4C99926: RPC_StartRemoting (rpc.c:1636) ==11896== by 0x4C81422: StdMarshalImpl_MarshalInterface (marshal.c:1235) ==11896== by 0x4C831BF: IMarshal_MarshalInterface (objidl.h:878) ==11896== by 0x4C831BF: CoMarshalInterface (???:0) ==11896== by 0x4C8A2B6: RegisterDragDrop (ole2.c:605) ==11896== by 0x6B72EF90: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:rpcrt4_conn_np_alloc fun:RPCRT4_CreateConnection fun:rpcrt4_protseq_ncalrpc_open_endpoint fun:RPCRT4_use_protseq fun:RpcServerUseProtseqEpExW fun:RpcServerUseProtseqEpW fun:RPC_StartRemoting fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:RegisterDragDrop obj:* } ==11896== 192 bytes in 2 blocks are possibly lost in loss record 3,036 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x573CF70: heap_alloc_zero (internet.h:99) ==11896== by 0x573E263: create_netconn (netconnection.c:348) ==11896== by 0x572D997: open_http_connection (http.c:4782) ==11896== by 0x572E0D6: HTTP_HttpSendRequestW (http.c:4923) ==11896== by 0x572EF6D: AsyncHttpSendRequestProc (http.c:5190) ==11896== by 0x573AE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==11896== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==11896== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==11896== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==11896== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==11896== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==11896== by 0x7BC99BDE: start_thread (thread.c:487) ==11896== by 0x4245249: start_thread (pthread_create.c:333) ==11896== by 0x4340D6D: clone (clone.S:114) ==11896== { 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:start_thread fun:start_thread fun:clone } ==11896== 192 bytes in 2 blocks are possibly lost in loss record 3,037 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x4C7A834: IMalloc_fnAlloc (ifs.c:187) ==11896== by 0x4C7B0D3: IMalloc_Alloc (objidl.h:1508) ==11896== by 0x4C7B0D3: CoTaskMemAlloc (???:0) ==11896== by 0x54B1ABE: alloc_bstr (oleaut.c:177) ==11896== by 0x54B1E85: SysAllocStringLen (oleaut.c:355) ==11896== by 0x5D4F3D5: combine_uri (uri.c:6671) ==11896== by 0x5D4FC1B: CoInternetCombineUrlEx (uri.c:6816) ==11896== by 0x67165FE: combine_url (nsio.c:152) ==11896== by 0x6723244: nsIOServiceHook_NewURI (nsio.c:3888) ==11896== by 0x69F3AFD9: ??? ==11896== { 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:combine_uri fun:CoInternetCombineUrlEx fun:combine_url fun:nsIOServiceHook_NewURI obj:* } ==11896== 240 bytes in 3 blocks are possibly lost in loss record 3,109 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x4C7A834: IMalloc_fnAlloc (ifs.c:187) ==11896== by 0x4C7B0D3: IMalloc_Alloc (objidl.h:1508) ==11896== by 0x4C7B0D3: CoTaskMemAlloc (???:0) ==11896== by 0x54B1ABE: alloc_bstr (oleaut.c:177) ==11896== by 0x54B1E85: SysAllocStringLen (oleaut.c:355) ==11896== by 0x54B1B5C: SysAllocString (oleaut.c:247) ==11896== by 0x5D4EA85: combine_uri (uri.c:6465) ==11896== by 0x5D4FC1B: CoInternetCombineUrlEx (uri.c:6816) ==11896== by 0x67165FE: combine_url (nsio.c:152) ==11896== by 0x6723244: nsIOServiceHook_NewURI (nsio.c:3888) ==11896== by 0x69F3AFD9: ??? ==11896== { 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:combine_uri fun:CoInternetCombineUrlEx fun:combine_url fun:nsIOServiceHook_NewURI obj:* } ==11896== 448 bytes in 6 blocks are possibly lost in loss record 3,425 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x4C7A834: IMalloc_fnAlloc (ifs.c:187) ==11896== by 0x4C7B0D3: IMalloc_Alloc (objidl.h:1508) ==11896== by 0x4C7B0D3: CoTaskMemAlloc (???:0) ==11896== by 0x54B1ABE: alloc_bstr (oleaut.c:177) ==11896== by 0x54B1E85: SysAllocStringLen (oleaut.c:355) ==11896== by 0x54B1B5C: SysAllocString (oleaut.c:247) ==11896== by 0x5D48557: Uri_GetPropertyBSTR (uri.c:4376) ==11896== by 0x5D49787: IUri_GetPropertyBSTR (urlmon.h:6786) ==11896== by 0x5D49787: Uri_GetDisplayUri (???:0) ==11896== by 0x5D3C0F6: IUri_GetDisplayUri (urlmon.h:6804) ==11896== by 0x5D3C0F6: create_moniker (???:0) ==11896== by 0x5D3C695: CreateURLMonikerEx2 (umon.c:708) ==11896== by 0x6719628: async_open (nsio.c:1033) ==11896== by 0x6719D3C: nsChannel_AsyncOpen (nsio.c:1161) ==11896== by 0x6A59939E: ??? ==11896== { 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:* } ==11896== 800 bytes in 2 blocks are possibly lost in loss record 3,675 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC55326: RtlReAllocateHeap (heap.c:1883) ==11896== by 0x976E85A: msvcrt_heap_realloc (heap.c:102) ==11896== by 0x976F40D: MSVCRT_realloc (heap.c:457) ==11896== by 0x69E78C00: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlReAllocateHeap fun:msvcrt_heap_realloc fun:MSVCRT_realloc obj:* } ==11896== 1,192 bytes in 13 blocks are possibly lost in loss record 3,798 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x976E71E: msvcrt_heap_alloc (heap.c:70) ==11896== by 0x976F2B2: MSVCRT_calloc (heap.c:405) ==11896== by 0x99990C1: ??? ==11896== by 0x99B002A: ??? ==11896== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* } ==11896== 5,120 bytes in 67 blocks are possibly lost in loss record 4,148 of 4,356 ==11896== at 0x7BC50812: notify_alloc (heap.c:254) ==11896== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==11896== by 0x4C7A834: IMalloc_fnAlloc (ifs.c:187) ==11896== by 0x4C7B0D3: IMalloc_Alloc (objidl.h:1508) ==11896== by 0x4C7B0D3: CoTaskMemAlloc (???:0) ==11896== by 0x54B1ABE: alloc_bstr (oleaut.c:177) ==11896== by 0x54B1E85: SysAllocStringLen (oleaut.c:355) ==11896== by 0x5D3F10E: pre_process_uri (uri.c:786) ==11896== by 0x5D4C601: CreateUri (uri.c:5738) ==11896== by 0x67329D2: create_uri (persist.c:186) ==11896== by 0x6723267: nsIOServiceHook_NewURI (nsio.c:3890) ==11896== by 0x69F3AFD9: ??? ==11896== { 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:pre_process_uri fun:CreateUri fun:create_uri fun:nsIOServiceHook_NewURI obj:* } ../../../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 ==12954== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp12954_e65c9d5e is empty ==12954== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==12954== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp12954_e65c9d5e is empty ==12954== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==12954== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp12954_e65c9d5e is empty ==12954== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==12954== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp12954_e65c9d5e is empty ==12954== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==12954== Invalid read of size 2 ==12954== at 0x4AC3F61: wine_dbgstr_wn (test.h:480) ==12954== by 0x4AA27AF: wine_dbgstr_w (test.h:70) ==12954== by 0x4AAFB1C: test_body_style (style.c:1575) ==12954== by 0x4ABCA47: basic_style_test (style.c:2998) ==12954== by 0x4ABD5FF: run_test (style.c:3207) ==12954== by 0x4ABD6C2: func_style (style.c:3219) ==12954== by 0x4AC455B: run_test (test.h:603) ==12954== by 0x4AC49AD: main (test.h:687) ==12954== Address 0x8036654 is 19,996 bytes inside a block of size 65,535 free'd ==12954== at 0x7BC50881: notify_free (heap.c:262) ==12954== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==12954== by 0x54B5363: heap_free (typelib.h:616) ==12954== by 0x54BB81E: MSFT_DoFuncs (typelib.c:2523) ==12954== by 0x54BC06F: MSFT_DoTypeInfo (typelib.c:2705) ==12954== by 0x54BEA16: ITypeLib2_Constructor_MSFT (typelib.c:3644) ==12954== by 0x54BDAFD: TLB_ReadTypeLib (typelib.c:3375) ==12954== by 0x54B6986: LoadTypeLibEx (typelib.c:480) ==12954== by 0x54B6889: LoadTypeLib (typelib.c:453) ==12954== by 0x54CABEF: ITypeInfo_fnGetRefTypeInfo (typelib.c:7673) ==12954== by 0x54C565F: ITypeInfo_GetRefTypeInfo (oaidl.h:1605) ==12954== by 0x54C565F: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==12954== by 0x54C568C: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==12954== by 0x54C58C3: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==12954== by 0x65BC9F2: ITypeInfo_GetFuncDesc (oaidl.h:1578) ==12954== by 0x65BC9F2: process_interface (???:0) ==12954== by 0x65BCDA1: preprocess_dispex_data (dispex.c:419) ==12954== by 0x65C11DB: init_dispex_with_compat_mode (dispex.c:1776) ==12954== by 0x65D6912: init_dispex (mshtml_private.h:334) ==12954== by 0x65E97FF: create_document_object (htmldoc.c:5138) ==12954== by 0x65E9B5D: HTMLDocument_Create (htmldoc.c:5193) ==12954== by 0x666465F: ClassFactory_CreateInstance (main.c:299) ==12954== Block was alloc'd at ==12954== at 0x7BC50812: notify_alloc (heap.c:254) ==12954== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==12954== by 0x54B52EE: heap_alloc (typelib.h:601) ==12954== by 0x54BB195: MSFT_DoFuncs (typelib.c:2364) ==12954== by 0x54BC06F: MSFT_DoTypeInfo (typelib.c:2705) ==12954== by 0x54BEA16: ITypeLib2_Constructor_MSFT (typelib.c:3644) ==12954== by 0x54BDAFD: TLB_ReadTypeLib (typelib.c:3375) ==12954== by 0x54B6986: LoadTypeLibEx (typelib.c:480) ==12954== by 0x54B6889: LoadTypeLib (typelib.c:453) ==12954== by 0x54CABEF: ITypeInfo_fnGetRefTypeInfo (typelib.c:7673) ==12954== by 0x54C565F: ITypeInfo_GetRefTypeInfo (oaidl.h:1605) ==12954== by 0x54C565F: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==12954== by 0x54C568C: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==12954== by 0x54C58C3: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==12954== by 0x65BC9F2: ITypeInfo_GetFuncDesc (oaidl.h:1578) ==12954== by 0x65BC9F2: process_interface (???:0) ==12954== by 0x65BCDA1: preprocess_dispex_data (dispex.c:419) ==12954== by 0x65C11DB: init_dispex_with_compat_mode (dispex.c:1776) ==12954== by 0x65D6912: init_dispex (mshtml_private.h:334) ==12954== by 0x65E97FF: create_document_object (htmldoc.c:5138) ==12954== by 0x65E9B5D: HTMLDocument_Create (htmldoc.c:5193) ==12954== by 0x666465F: ClassFactory_CreateInstance (main.c:299) ==12954== { 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 } ==12954== Invalid read of size 2 ==12954== at 0x4AC3FDF: wine_dbgstr_wn (test.h:490) ==12954== by 0x4AA27AF: wine_dbgstr_w (test.h:70) ==12954== by 0x4AAFB1C: test_body_style (style.c:1575) ==12954== by 0x4ABCA47: basic_style_test (style.c:2998) ==12954== by 0x4ABD5FF: run_test (style.c:3207) ==12954== by 0x4ABD6C2: func_style (style.c:3219) ==12954== by 0x4AC455B: run_test (test.h:603) ==12954== by 0x4AC49AD: main (test.h:687) ==12954== Address 0x8036654 is 19,996 bytes inside a block of size 65,535 free'd ==12954== at 0x7BC50881: notify_free (heap.c:262) ==12954== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==12954== by 0x54B5363: heap_free (typelib.h:616) ==12954== by 0x54BB81E: MSFT_DoFuncs (typelib.c:2523) ==12954== by 0x54BC06F: MSFT_DoTypeInfo (typelib.c:2705) ==12954== by 0x54BEA16: ITypeLib2_Constructor_MSFT (typelib.c:3644) ==12954== by 0x54BDAFD: TLB_ReadTypeLib (typelib.c:3375) ==12954== by 0x54B6986: LoadTypeLibEx (typelib.c:480) ==12954== by 0x54B6889: LoadTypeLib (typelib.c:453) ==12954== by 0x54CABEF: ITypeInfo_fnGetRefTypeInfo (typelib.c:7673) ==12954== by 0x54C565F: ITypeInfo_GetRefTypeInfo (oaidl.h:1605) ==12954== by 0x54C565F: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==12954== by 0x54C568C: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==12954== by 0x54C58C3: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==12954== by 0x65BC9F2: ITypeInfo_GetFuncDesc (oaidl.h:1578) ==12954== by 0x65BC9F2: process_interface (???:0) ==12954== by 0x65BCDA1: preprocess_dispex_data (dispex.c:419) ==12954== by 0x65C11DB: init_dispex_with_compat_mode (dispex.c:1776) ==12954== by 0x65D6912: init_dispex (mshtml_private.h:334) ==12954== by 0x65E97FF: create_document_object (htmldoc.c:5138) ==12954== by 0x65E9B5D: HTMLDocument_Create (htmldoc.c:5193) ==12954== by 0x666465F: ClassFactory_CreateInstance (main.c:299) ==12954== Block was alloc'd at ==12954== at 0x7BC50812: notify_alloc (heap.c:254) ==12954== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==12954== by 0x54B52EE: heap_alloc (typelib.h:601) ==12954== by 0x54BB195: MSFT_DoFuncs (typelib.c:2364) ==12954== by 0x54BC06F: MSFT_DoTypeInfo (typelib.c:2705) ==12954== by 0x54BEA16: ITypeLib2_Constructor_MSFT (typelib.c:3644) ==12954== by 0x54BDAFD: TLB_ReadTypeLib (typelib.c:3375) ==12954== by 0x54B6986: LoadTypeLibEx (typelib.c:480) ==12954== by 0x54B6889: LoadTypeLib (typelib.c:453) ==12954== by 0x54CABEF: ITypeInfo_fnGetRefTypeInfo (typelib.c:7673) ==12954== by 0x54C565F: ITypeInfo_GetRefTypeInfo (oaidl.h:1605) ==12954== by 0x54C565F: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==12954== by 0x54C568C: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==12954== by 0x54C58C3: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==12954== by 0x65BC9F2: ITypeInfo_GetFuncDesc (oaidl.h:1578) ==12954== by 0x65BC9F2: process_interface (???:0) ==12954== by 0x65BCDA1: preprocess_dispex_data (dispex.c:419) ==12954== by 0x65C11DB: init_dispex_with_compat_mode (dispex.c:1776) ==12954== by 0x65D6912: init_dispex (mshtml_private.h:334) ==12954== by 0x65E97FF: create_document_object (htmldoc.c:5138) ==12954== by 0x65E9B5D: HTMLDocument_Create (htmldoc.c:5193) ==12954== by 0x666465F: ClassFactory_CreateInstance (main.c:299) ==12954== { 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 } ==12954== 128 bytes in 4 blocks are possibly lost in loss record 1,773 of 2,495 ==12954== at 0x7BC50812: notify_alloc (heap.c:254) ==12954== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==12954== by 0x7BC3BE13: RtlInitializeCriticalSectionEx (critsection.c:326) ==12954== by 0x7B47E74F: InitializeCriticalSectionEx (sync.c:359) ==12954== by 0x7B47E71D: InitializeCriticalSectionAndSpinCount (sync.c:337) ==12954== by 0x6A0D8113: ??? ==12954== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSectionAndSpinCount obj:* } ==12954== 164 bytes in 1 blocks are possibly lost in loss record 1,843 of 2,495 ==12954== at 0x7BC50812: notify_alloc (heap.c:254) ==12954== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==12954== by 0x54327E7: rpcrt4_conn_np_alloc (rpc_transport.c:78) ==12954== by 0x543B825: RPCRT4_CreateConnection (rpc_transport.c:3311) ==12954== by 0x5432D66: rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:220) ==12954== by 0x542F834: RPCRT4_use_protseq (rpc_server.c:846) ==12954== by 0x5430230: RpcServerUseProtseqEpExW (rpc_server.c:1057) ==12954== by 0x542FC99: RpcServerUseProtseqEpW (rpc_server.c:943) ==12954== by 0x4C99926: RPC_StartRemoting (rpc.c:1636) ==12954== by 0x4C81422: StdMarshalImpl_MarshalInterface (marshal.c:1235) ==12954== by 0x4C831BF: IMarshal_MarshalInterface (objidl.h:878) ==12954== by 0x4C831BF: CoMarshalInterface (???:0) ==12954== by 0x4C8A2B6: RegisterDragDrop (ole2.c:605) ==12954== by 0x6B72EF90: ??? ==12954== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:rpcrt4_conn_np_alloc fun:RPCRT4_CreateConnection fun:rpcrt4_protseq_ncalrpc_open_endpoint fun:RPCRT4_use_protseq fun:RpcServerUseProtseqEpExW fun:RpcServerUseProtseqEpW fun:RPC_StartRemoting fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:RegisterDragDrop obj:* } ==12954== 224 bytes in 6 blocks are possibly lost in loss record 1,898 of 2,495 ==12954== at 0x7BC50812: notify_alloc (heap.c:254) ==12954== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==12954== by 0x4C7A834: IMalloc_fnAlloc (ifs.c:187) ==12954== by 0x4C7B0D3: IMalloc_Alloc (objidl.h:1508) ==12954== by 0x4C7B0D3: CoTaskMemAlloc (???:0) ==12954== by 0x5496ABE: alloc_bstr (oleaut.c:177) ==12954== by 0x5496E85: SysAllocStringLen (oleaut.c:355) ==12954== by 0x5D2810E: pre_process_uri (uri.c:786) ==12954== by 0x5D35601: CreateUri (uri.c:5738) ==12954== by 0x66999D2: create_uri (persist.c:186) ==12954== by 0x668A267: nsIOServiceHook_NewURI (nsio.c:3890) ==12954== by 0x69F3AFD9: ??? ==12954== { 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:pre_process_uri fun:CreateUri fun:create_uri fun:nsIOServiceHook_NewURI obj:* } ==12954== 800 bytes in 2 blocks are possibly lost in loss record 2,194 of 2,495 ==12954== at 0x7BC50812: notify_alloc (heap.c:254) ==12954== by 0x7BC55326: RtlReAllocateHeap (heap.c:1883) ==12954== by 0x973285A: msvcrt_heap_realloc (heap.c:102) ==12954== by 0x973340D: MSVCRT_realloc (heap.c:457) ==12954== by 0x69E78C00: ??? ==12954== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlReAllocateHeap fun:msvcrt_heap_realloc fun:MSVCRT_realloc obj:* } ../../../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 ==13025== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp13025_680bff99 is empty ==13025== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==13025== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp13025_680bff99 is empty ==13025== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==13025== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp13025_680bff99 is empty ==13025== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==13025== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp13025_680bff99 is empty ==13025== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==13025== 128 bytes in 4 blocks are possibly lost in loss record 1,832 of 2,627 ==13025== at 0x7BC50812: notify_alloc (heap.c:254) ==13025== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13025== by 0x7BC3BE13: RtlInitializeCriticalSectionEx (critsection.c:326) ==13025== by 0x7B47E74F: InitializeCriticalSectionEx (sync.c:359) ==13025== by 0x7B47E71D: InitializeCriticalSectionAndSpinCount (sync.c:337) ==13025== by 0x6A0D8113: ??? ==13025== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSectionAndSpinCount obj:* } ==13025== 164 bytes in 1 blocks are possibly lost in loss record 1,906 of 2,627 ==13025== at 0x7BC50812: notify_alloc (heap.c:254) ==13025== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13025== by 0x544D7E7: rpcrt4_conn_np_alloc (rpc_transport.c:78) ==13025== by 0x5456825: RPCRT4_CreateConnection (rpc_transport.c:3311) ==13025== by 0x544DD66: rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:220) ==13025== by 0x544A834: RPCRT4_use_protseq (rpc_server.c:846) ==13025== by 0x544B230: RpcServerUseProtseqEpExW (rpc_server.c:1057) ==13025== by 0x544AC99: RpcServerUseProtseqEpW (rpc_server.c:943) ==13025== by 0x4C99926: RPC_StartRemoting (rpc.c:1636) ==13025== by 0x4C81422: StdMarshalImpl_MarshalInterface (marshal.c:1235) ==13025== by 0x4C831BF: IMarshal_MarshalInterface (objidl.h:878) ==13025== by 0x4C831BF: CoMarshalInterface (???:0) ==13025== by 0x4C8A2B6: RegisterDragDrop (ole2.c:605) ==13025== by 0x6B72EF90: ??? ==13025== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:rpcrt4_conn_np_alloc fun:RPCRT4_CreateConnection fun:rpcrt4_protseq_ncalrpc_open_endpoint fun:RPCRT4_use_protseq fun:RpcServerUseProtseqEpExW fun:RpcServerUseProtseqEpW fun:RPC_StartRemoting fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:RegisterDragDrop obj:* } ==13025== 192 bytes in 2 blocks are possibly lost in loss record 1,951 of 2,627 ==13025== at 0x7BC50812: notify_alloc (heap.c:254) ==13025== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13025== by 0x573CF70: heap_alloc_zero (internet.h:99) ==13025== by 0x573E263: create_netconn (netconnection.c:348) ==13025== by 0x572D997: open_http_connection (http.c:4782) ==13025== by 0x572E0D6: HTTP_HttpSendRequestW (http.c:4923) ==13025== by 0x572EF6D: AsyncHttpSendRequestProc (http.c:5190) ==13025== by 0x573AE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==13025== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==13025== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==13025== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==13025== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==13025== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==13025== by 0x7BC99BDE: start_thread (thread.c:487) ==13025== by 0x4245249: start_thread (pthread_create.c:333) ==13025== by 0x4340D6D: clone (clone.S:114) ==13025== { 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:start_thread fun:start_thread fun:clone } ==13025== 304 bytes in 5 blocks are possibly lost in loss record 2,074 of 2,627 ==13025== at 0x7BC50812: notify_alloc (heap.c:254) ==13025== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13025== by 0x4C7A834: IMalloc_fnAlloc (ifs.c:187) ==13025== by 0x4C7B0D3: IMalloc_Alloc (objidl.h:1508) ==13025== by 0x4C7B0D3: CoTaskMemAlloc (???:0) ==13025== by 0x54B1ABE: alloc_bstr (oleaut.c:177) ==13025== by 0x54B1E85: SysAllocStringLen (oleaut.c:355) ==13025== by 0x5D3F10E: pre_process_uri (uri.c:786) ==13025== by 0x5D4C601: CreateUri (uri.c:5738) ==13025== by 0x67329D2: create_uri (persist.c:186) ==13025== by 0x6723267: nsIOServiceHook_NewURI (nsio.c:3890) ==13025== by 0x69F3AFD9: ??? ==13025== { 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:pre_process_uri fun:CreateUri fun:create_uri fun:nsIOServiceHook_NewURI obj:* } ==13025== 1,156 bytes in 4 blocks are possibly lost in loss record 2,361 of 2,627 ==13025== at 0x7BC50812: notify_alloc (heap.c:254) ==13025== by 0x7BC55326: RtlReAllocateHeap (heap.c:1883) ==13025== by 0x974E85A: msvcrt_heap_realloc (heap.c:102) ==13025== by 0x974F40D: MSVCRT_realloc (heap.c:457) ==13025== by 0x69E78C00: ??? ==13025== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlReAllocateHeap fun:msvcrt_heap_realloc fun:MSVCRT_realloc obj:* } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mshtml/tests' 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 ../../../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:4520: 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:5760: Tests skipped: this test must be run on 64-bit ../../../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 ../../../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 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 ==13343== Invalid write of size 1 ==13343== at 0x402EEF8: strcpy (vg_replace_strmem.c:506) ==13343== by 0x7BC901EC: NTDLL_strcpy (string.c:117) ==13343== by 0x4A26F88: test_strstreambuf (msvcirt.c:2168) ==13343== by 0x4A635A7: func_msvcirt (msvcirt.c:7474) ==13343== by 0x4A64494: run_test (test.h:603) ==13343== by 0x4A648E5: main (test.h:687) ==13343== Address 0x4c4215d is 0 bytes after a block of size 5 alloc'd ==13343== at 0x7BC50812: notify_alloc (heap.c:254) ==13343== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13343== by 0x4BBA71E: msvcrt_heap_alloc (heap.c:70) ==13343== by 0x4BBA98D: MSVCRT_operator_new (heap.c:138) ==13343== by 0x4D72719: strstreambuf_doallocate (msvcirt.c:1430) ==13343== by 0x4A26EB3: test_strstreambuf (msvcirt.c:2162) ==13343== by 0x4A635A7: func_msvcirt (msvcirt.c:7474) ==13343== by 0x4A64494: run_test (test.h:603) ==13343== by 0x4A648E5: main (test.h:687) ==13343== { Memcheck:Addr1 fun:strcpy fun:NTDLL_strcpy fun:test_strstreambuf fun:func_msvcirt fun:run_test fun:main } ==13343== Invalid write of size 1 ==13343== at 0x4D729CB: strstreambuf_overflow (msvcirt.c:1481) ==13343== by 0x4A28807: test_strstreambuf (msvcirt.c:2298) ==13343== by 0x4A635A7: func_msvcirt (msvcirt.c:7474) ==13343== by 0x4A64494: run_test (test.h:603) ==13343== by 0x4A648E5: main (test.h:687) ==13343== Address 0x4c42205 is 1 bytes after a block of size 20 alloc'd ==13343== at 0x7BC50812: notify_alloc (heap.c:254) ==13343== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13343== by 0x4BBA71E: msvcrt_heap_alloc (heap.c:70) ==13343== by 0x4BBA98D: MSVCRT_operator_new (heap.c:138) ==13343== by 0x4D72719: strstreambuf_doallocate (msvcirt.c:1430) ==13343== by 0x4D7296E: strstreambuf_overflow (msvcirt.c:1474) ==13343== by 0x4A28807: test_strstreambuf (msvcirt.c:2298) ==13343== by 0x4A635A7: func_msvcirt (msvcirt.c:7474) ==13343== by 0x4A64494: run_test (test.h:603) ==13343== by 0x4A648E5: main (test.h:687) ==13343== { Memcheck:Addr1 fun:strstreambuf_overflow fun:test_strstreambuf fun:func_msvcirt fun:run_test fun:main } ==13343== Invalid read of size 1 ==13343== at 0x4A289E8: test_strstreambuf (msvcirt.c:2305) ==13343== by 0x4A635A7: func_msvcirt (msvcirt.c:7474) ==13343== by 0x4A64494: run_test (test.h:603) ==13343== by 0x4A648E5: main (test.h:687) ==13343== Address 0x4c42205 is 1 bytes after a block of size 20 alloc'd ==13343== at 0x7BC50812: notify_alloc (heap.c:254) ==13343== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13343== by 0x4BBA71E: msvcrt_heap_alloc (heap.c:70) ==13343== by 0x4BBA98D: MSVCRT_operator_new (heap.c:138) ==13343== by 0x4D72719: strstreambuf_doallocate (msvcirt.c:1430) ==13343== by 0x4D7296E: strstreambuf_overflow (msvcirt.c:1474) ==13343== by 0x4A28807: test_strstreambuf (msvcirt.c:2298) ==13343== by 0x4A635A7: func_msvcirt (msvcirt.c:7474) ==13343== by 0x4A64494: run_test (test.h:603) ==13343== by 0x4A648E5: main (test.h:687) ==13343== { Memcheck:Addr1 fun:test_strstreambuf fun:func_msvcirt fun:run_test fun:main } ==13343== Invalid read of size 1 ==13343== at 0x4A289F7: test_strstreambuf (msvcirt.c:2305) ==13343== by 0x4A635A7: func_msvcirt (msvcirt.c:7474) ==13343== by 0x4A64494: run_test (test.h:603) ==13343== by 0x4A648E5: main (test.h:687) ==13343== Address 0x4c42205 is 1 bytes after a block of size 20 alloc'd ==13343== at 0x7BC50812: notify_alloc (heap.c:254) ==13343== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13343== by 0x4BBA71E: msvcrt_heap_alloc (heap.c:70) ==13343== by 0x4BBA98D: MSVCRT_operator_new (heap.c:138) ==13343== by 0x4D72719: strstreambuf_doallocate (msvcirt.c:1430) ==13343== by 0x4D7296E: strstreambuf_overflow (msvcirt.c:1474) ==13343== by 0x4A28807: test_strstreambuf (msvcirt.c:2298) ==13343== by 0x4A635A7: func_msvcirt (msvcirt.c:7474) ==13343== by 0x4A64494: run_test (test.h:603) ==13343== by 0x4A648E5: main (test.h:687) ==13343== { Memcheck:Addr1 fun:test_strstreambuf fun:func_msvcirt fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcirt/tests' 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 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcp110/tests' 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 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcp120/tests' 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 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcp140/tests' 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 ../../../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]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcp60/tests' 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 ../../../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 ../../../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]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcp90/tests' 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 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvcr100/tests' 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 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 ../../../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 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msvfw32/tests' 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 ==13843== Invalid free() / delete / delete[] / realloc() ==13843== at 0x7BC50881: notify_free (heap.c:262) ==13843== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==13843== by 0x5EFD699: heap_free (msxml_private.h:189) ==13843== by 0x5EFDE65: free_properties (domdoc.c:360) ==13843== by 0x5EFE76C: xmldoc_release_refs (domdoc.c:624) ==13843== by 0x5EFE7A9: xmldoc_release (domdoc.c:635) ==13843== by 0x5F285F0: destroy_xmlnode (node.c:1481) ==13843== by 0x5EFF683: domdoc_Release (domdoc.c:966) ==13843== by 0x4A52334: IXMLDOMDocument2_Release (msxml2.h:5224) ==13843== by 0x4A52334: test_get_ownerDocument (???:0) ==13843== by 0x4A76443: func_domdoc (domdoc.c:12609) ==13843== by 0x4AB0E7E: run_test (test.h:603) ==13843== by 0x4AB12D0: main (test.h:687) ==13843== Address 0x48fad68 is 16 bytes after a recently re-allocated block of size 48 alloc'd ==13843== at 0x7BC50812: notify_alloc (heap.c:254) ==13843== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13843== by 0x4EAC834: IMalloc_fnAlloc (ifs.c:187) ==13843== by 0x4EAD0D3: IMalloc_Alloc (objidl.h:1508) ==13843== by 0x4EAD0D3: CoTaskMemAlloc (???:0) ==13843== by 0x4C08ABE: alloc_bstr (oleaut.c:177) ==13843== by 0x4C08E85: SysAllocStringLen (oleaut.c:355) ==13843== by 0x4A1C0E2: alloc_str_from_narrow (domdoc.c:1228) ==13843== by 0x4A1C157: _bstr_ (domdoc.c:1239) ==13843== by 0x4A50AAB: _check_set_props (domdoc.c:7828) ==13843== by 0x4A51B66: test_get_ownerDocument (domdoc.c:7937) ==13843== by 0x4A76443: func_domdoc (domdoc.c:12609) ==13843== by 0x4AB0E7E: run_test (test.h:603) ==13843== by 0x4AB12D0: main (test.h:687) ==13843== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:heap_free fun:free_properties fun:xmldoc_release_refs fun:xmldoc_release fun:destroy_xmlnode fun:domdoc_Release fun:IXMLDOMDocument2_Release fun:test_get_ownerDocument fun:func_domdoc fun:run_test fun:main } ==13843== Invalid free() / delete / delete[] / realloc() ==13843== at 0x7BC50881: notify_free (heap.c:262) ==13843== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==13843== by 0x5EFD699: heap_free (msxml_private.h:189) ==13843== by 0x5EFDE85: free_properties (domdoc.c:362) ==13843== by 0x5EFE76C: xmldoc_release_refs (domdoc.c:624) ==13843== by 0x5EFE7A9: xmldoc_release (domdoc.c:635) ==13843== by 0x5F285F0: destroy_xmlnode (node.c:1481) ==13843== by 0x5EFF683: domdoc_Release (domdoc.c:966) ==13843== by 0x4A52334: IXMLDOMDocument2_Release (msxml2.h:5224) ==13843== by 0x4A52334: test_get_ownerDocument (???:0) ==13843== by 0x4A76443: func_domdoc (domdoc.c:12609) ==13843== by 0x4AB0E7E: run_test (test.h:603) ==13843== by 0x4AB12D0: main (test.h:687) ==13843== Address 0x490cfd8 is 16 bytes after a recently re-allocated block of size 176 alloc'd ==13843== at 0x7BC50812: notify_alloc (heap.c:254) ==13843== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13843== by 0x5EFD624: heap_alloc (msxml_private.h:169) ==13843== by 0x5F06F0F: get_domdoc_from_xmldoc (domdoc.c:3608) ==13843== by 0x5F07150: DOMDocument_create (domdoc.c:3656) ==13843== by 0x5F0FEB4: DOMClassFactory_CreateInstance (factory.c:236) ==13843== by 0x4E8D3AE: IClassFactory_CreateInstance (unknwn.h:236) ==13843== by 0x4E8D3AE: CoCreateInstanceEx (???:0) ==13843== by 0x4E8CED5: CoCreateInstance (compobj.c:3203) ==13843== by 0x4A1C9A8: test_domdoc (domdoc.c:1470) ==13843== by 0x4A763A8: func_domdoc (domdoc.c:12578) ==13843== by 0x4AB0E7E: run_test (test.h:603) ==13843== by 0x4AB12D0: main (test.h:687) ==13843== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:heap_free fun:free_properties fun:xmldoc_release_refs fun:xmldoc_release fun:destroy_xmlnode fun:domdoc_Release fun:IXMLDOMDocument2_Release fun:test_get_ownerDocument fun:func_domdoc fun:run_test fun:main } ==13843== 60 (24 direct, 36 indirect) bytes in 1 blocks are definitely lost in loss record 1,098 of 1,795 ==13843== at 0x402C267: malloc (vg_replace_malloc.c:299) ==13843== by 0x60588F3: xmlNewNs (tree.c:751) ==13843== by 0x5F02A01: domdoc_createNode (domdoc.c:2037) ==13843== by 0x4A75933: IXMLDOMDocument_createNode (msxml.h:2045) ==13843== by 0x4A75933: test_create_attribute (???:0) ==13843== by 0x4A76457: func_domdoc (domdoc.c:12613) ==13843== by 0x4AB0E7E: run_test (test.h:603) ==13843== by 0x4AB12D0: main (test.h:687) ==13843== { Memcheck:Leak match-leak-kinds: definite fun:malloc fun:xmlNewNs fun:domdoc_createNode fun:IXMLDOMDocument_createNode fun:test_create_attribute fun:func_domdoc fun:run_test fun:main } ==13843== 315 (168 direct, 147 indirect) bytes in 7 blocks are definitely lost in loss record 1,570 of 1,795 ==13843== at 0x402C267: malloc (vg_replace_malloc.c:299) ==13843== by 0x60588F3: xmlNewNs (tree.c:751) ==13843== by 0x5F02A01: domdoc_createNode (domdoc.c:2037) ==13843== by 0x4A753AC: IXMLDOMDocument_createNode (msxml.h:2045) ==13843== by 0x4A753AC: test_create_attribute (???:0) ==13843== by 0x4A76457: func_domdoc (domdoc.c:12613) ==13843== by 0x4AB0E7E: run_test (test.h:603) ==13843== by 0x4AB12D0: main (test.h:687) ==13843== { Memcheck:Leak match-leak-kinds: definite fun:malloc fun:xmlNewNs fun:domdoc_createNode fun:IXMLDOMDocument_createNode fun:test_create_attribute 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 ==13855== 96 bytes in 1 blocks are possibly lost in loss record 471 of 728 ==13855== at 0x7BC50812: notify_alloc (heap.c:254) ==13855== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13855== by 0x8D27F70: heap_alloc_zero (internet.h:99) ==13855== by 0x8D29263: create_netconn (netconnection.c:348) ==13855== by 0x8D18997: open_http_connection (http.c:4782) ==13855== by 0x8D190D6: HTTP_HttpSendRequestW (http.c:4923) ==13855== by 0x8D19F6D: AsyncHttpSendRequestProc (http.c:5190) ==13855== by 0x8D25E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==13855== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==13855== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==13855== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==13855== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==13855== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==13855== by 0x7BC99BDE: start_thread (thread.c:487) ==13855== by 0x4245249: start_thread (pthread_create.c:333) ==13855== by 0x4340D6D: clone (clone.S:114) ==13855== { 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:start_thread fun:start_thread fun:clone } ../../../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 ==13918== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp13918_e14d6fd2 is empty ==13918== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==13918== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp13918_e14d6fd2 is empty ==13918== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==13918== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp13918_e14d6fd2 is empty ==13918== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==13918== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp13918_e14d6fd2 is empty ==13918== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==13918== 128 bytes in 4 blocks are possibly lost in loss record 1,784 of 2,550 ==13918== at 0x7BC50812: notify_alloc (heap.c:254) ==13918== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13918== by 0x7BC3BE13: RtlInitializeCriticalSectionEx (critsection.c:326) ==13918== by 0x7B47E74F: InitializeCriticalSectionEx (sync.c:359) ==13918== by 0x7B47E71D: InitializeCriticalSectionAndSpinCount (sync.c:337) ==13918== by 0x6A0D8113: ??? ==13918== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSectionAndSpinCount obj:* } ==13918== 164 bytes in 1 blocks are possibly lost in loss record 1,853 of 2,550 ==13918== at 0x7BC50812: notify_alloc (heap.c:254) ==13918== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13918== by 0x55647E7: rpcrt4_conn_np_alloc (rpc_transport.c:78) ==13918== by 0x556D825: RPCRT4_CreateConnection (rpc_transport.c:3311) ==13918== by 0x5564D66: rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:220) ==13918== by 0x5561834: RPCRT4_use_protseq (rpc_server.c:846) ==13918== by 0x5562230: RpcServerUseProtseqEpExW (rpc_server.c:1057) ==13918== by 0x5561C99: RpcServerUseProtseqEpW (rpc_server.c:943) ==13918== by 0x4ECB926: RPC_StartRemoting (rpc.c:1636) ==13918== by 0x4EB3422: StdMarshalImpl_MarshalInterface (marshal.c:1235) ==13918== by 0x4EB51BF: IMarshal_MarshalInterface (objidl.h:878) ==13918== by 0x4EB51BF: CoMarshalInterface (???:0) ==13918== by 0x4EBC2B6: RegisterDragDrop (ole2.c:605) ==13918== by 0x6B72EF90: ??? ==13918== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:rpcrt4_conn_np_alloc fun:RPCRT4_CreateConnection fun:rpcrt4_protseq_ncalrpc_open_endpoint fun:RPCRT4_use_protseq fun:RpcServerUseProtseqEpExW fun:RpcServerUseProtseqEpW fun:RPC_StartRemoting fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:RegisterDragDrop obj:* } ==13918== 304 bytes in 4 blocks are possibly lost in loss record 2,009 of 2,550 ==13918== at 0x7BC50812: notify_alloc (heap.c:254) ==13918== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==13918== by 0x4EAC834: IMalloc_fnAlloc (ifs.c:187) ==13918== by 0x4EAD0D3: IMalloc_Alloc (objidl.h:1508) ==13918== by 0x4EAD0D3: CoTaskMemAlloc (???:0) ==13918== by 0x4C08ABE: alloc_bstr (oleaut.c:177) ==13918== by 0x4C08E85: SysAllocStringLen (oleaut.c:355) ==13918== by 0x5B5D10E: pre_process_uri (uri.c:786) ==13918== by 0x5B6A601: CreateUri (uri.c:5738) ==13918== by 0x90AB9D2: create_uri (persist.c:186) ==13918== by 0x909C267: nsIOServiceHook_NewURI (nsio.c:3890) ==13918== by 0x69F3AFD9: ??? ==13918== { 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:pre_process_uri fun:CreateUri fun:create_uri fun:nsIOServiceHook_NewURI obj:* } ==13918== 1,174 bytes in 4 blocks are possibly lost in loss record 2,286 of 2,550 ==13918== at 0x7BC50812: notify_alloc (heap.c:254) ==13918== by 0x7BC55326: RtlReAllocateHeap (heap.c:1883) ==13918== by 0xACB285A: msvcrt_heap_realloc (heap.c:102) ==13918== by 0xACB340D: MSVCRT_realloc (heap.c:457) ==13918== by 0x69E78C00: ??? ==13918== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlReAllocateHeap fun:msvcrt_heap_realloc fun:MSVCRT_realloc obj:* } 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 exception && touch exception.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==14097== 5 bytes in 1 blocks are definitely lost in loss record 4 of 240 ==14097== at 0x402C267: malloc (vg_replace_malloc.c:299) ==14097== by 0x42CFF25: strdup (strdup.c:42) ==14097== by 0x4AA1820: main (test.h:665) ==14097== { Memcheck:Leak match-leak-kinds: definite fun:malloc fun:strdup fun:main } make[1]: *** [Makefile:278: exception.ok] Error 1 ../../../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 ==14106== Invalid read of size 1 ==14106== at 0x7BCAB6E5: virtual_check_buffer_for_write (virtual.c:1633) ==14106== by 0x7BC48863: NtReadFile (file.c:854) ==14106== by 0x4A47C59: test_read_write (file.c:3506) ==14106== by 0x4A4DB59: func_file (file.c:4290) ==14106== by 0x4AA1581: run_test (test.h:603) ==14106== by 0x4AA19D3: main (test.h:687) ==14106== Address 0xdeadbeef is on thread 1's stack ==14106== { Memcheck:Addr1 fun:virtual_check_buffer_for_write fun:NtReadFile fun:test_read_write fun:func_file fun:run_test fun:main } file.c:2864: Tests skipped: Not running on WoW64, skipping test. file.c:2999: Tests skipped: Not running on WoW64, skipping test. file.c:3065: 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 2209566720, got 2209599488 info.c:1153: Test succeeded inside todo block: Expected to be greater than 2209599488, got 2209599488 info.c:1163: Test failed: Expected to equal to 2209599488, got 2213810176 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 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:319: 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 ../../../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 ==14210== Syscall param write(buf) points to uninitialised byte(s) ==14210== at 0x424DE7F: ??? (syscall-template.S:84) ==14210== by 0x7BC49A50: NtWriteFile (file.c:1314) ==14210== by 0x7B441825: WriteFile (file.c:570) ==14210== by 0x4A6C59F: read_pipe_test (pipe.c:810) ==14210== by 0x4A6F38F: func_pipe (pipe.c:1133) ==14210== by 0x4AA1581: run_test (test.h:603) ==14210== by 0x4AA19D3: main (test.h:687) ==14210== Address 0x4bdfc1c is on thread 1's stack ==14210== in frame #3, created by read_pipe_test (pipe.c:787) ==14210== Uninitialised value was created by a stack allocation ==14210== at 0x4A6C304: read_pipe_test (pipe.c:787) ==14210== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:NtWriteFile fun:WriteFile fun:read_pipe_test fun:func_pipe fun:run_test fun:main } ==14210== Syscall param write(buf) points to uninitialised byte(s) ==14210== at 0x424DE7F: ??? (syscall-template.S:84) ==14210== by 0x7BC49A50: NtWriteFile (file.c:1314) ==14210== by 0x7B441825: WriteFile (file.c:570) ==14210== by 0x4A6CF04: read_pipe_test (pipe.c:876) ==14210== by 0x4A6F38F: func_pipe (pipe.c:1133) ==14210== by 0x4AA1581: run_test (test.h:603) ==14210== by 0x4AA19D3: main (test.h:687) ==14210== Address 0x4bdfc1d is on thread 1's stack ==14210== in frame #3, created by read_pipe_test (pipe.c:787) ==14210== Uninitialised value was created by a stack allocation ==14210== at 0x4A6C304: read_pipe_test (pipe.c:787) ==14210== { Memcheck:Param write(buf) obj:/lib32/libpthread-2.23.so fun:NtWriteFile fun:WriteFile fun:read_pipe_test fun:func_pipe fun:run_test fun:main } ==14210== Syscall param writev(vector[...]) points to uninitialised byte(s) ==14210== at 0x433904F: ??? (syscall-template.S:84) ==14210== by 0x7BC88028: send_request (server.c:228) ==14210== by 0x7BC881DB: wine_server_call (server.c:309) ==14210== by 0x7BC47FBB: server_write_file (file.c:624) ==14210== by 0x7BC4975C: NtWriteFile (file.c:1238) ==14210== by 0x7B441825: WriteFile (file.c:570) ==14210== by 0x4A6C59F: read_pipe_test (pipe.c:810) ==14210== by 0x4A6F3C7: func_pipe (pipe.c:1135) ==14210== by 0x4AA1581: run_test (test.h:603) ==14210== by 0x4AA19D3: main (test.h:687) ==14210== Address 0x4bdfc1c is on thread 1's stack ==14210== in frame #6, created by read_pipe_test (pipe.c:787) ==14210== Uninitialised value was created by a stack allocation ==14210== at 0x4A6C304: read_pipe_test (pipe.c:787) ==14210== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:WriteFile fun:read_pipe_test fun:func_pipe fun:run_test fun:main } ../../../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:1230: 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 ../../../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:14167: 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 compobj && touch compobj.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 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 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 ../../../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 ==14508== Thread 5: ==14508== Syscall param writev(vector[...]) points to uninitialised byte(s) ==14508== at 0x433904F: ??? (syscall-template.S:84) ==14508== by 0x7BC88028: send_request (server.c:228) ==14508== by 0x7BC881DB: wine_server_call (server.c:309) ==14508== by 0x7BC47FBB: server_write_file (file.c:624) ==14508== by 0x7BC4975C: NtWriteFile (file.c:1238) ==14508== by 0x553951E: rpcrt4_conn_np_write (rpc_transport.c:414) ==14508== by 0x552E740: rpcrt4_conn_write (rpc_binding.h:196) ==14508== by 0x5530457: RPCRT4_SendWithAuth (rpc_message.c:849) ==14508== by 0x553148D: RPCRT4_Send (rpc_message.c:1248) ==14508== by 0x55345A1: process_request_packet (rpc_server.c:462) ==14508== by 0x5534853: RPCRT4_process_packet (rpc_server.c:517) ==14508== by 0x55349B0: RPCRT4_worker_thread (rpc_server.c:539) ==14508== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==14508== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==14508== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==14508== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==14508== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==14508== by 0x7BC99BDE: start_thread (thread.c:487) ==14508== by 0x4245249: start_thread (pthread_create.c:333) ==14508== by 0x4340D6D: clone (clone.S:114) ==14508== Address 0x4896884 is 44 bytes inside a block of size 92 alloc'd ==14508== at 0x7BC50812: notify_alloc (heap.c:254) ==14508== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==14508== by 0x55302CF: RPCRT4_SendWithAuth (rpc_message.c:808) ==14508== by 0x553148D: RPCRT4_Send (rpc_message.c:1248) ==14508== by 0x55345A1: process_request_packet (rpc_server.c:462) ==14508== by 0x5534853: RPCRT4_process_packet (rpc_server.c:517) ==14508== by 0x55349B0: RPCRT4_worker_thread (rpc_server.c:539) ==14508== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==14508== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==14508== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==14508== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==14508== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==14508== by 0x7BC99BDE: start_thread (thread.c:487) ==14508== by 0x4245249: start_thread (pthread_create.c:333) ==14508== by 0x4340D6D: clone (clone.S:114) ==14508== Uninitialised value was created by a client request ==14508== at 0x7BC505E1: mark_block_uninitialized (heap.c:208) ==14508== by 0x7BC5076D: initialize_block (heap.c:239) ==14508== by 0x7BC54CB3: RtlAllocateHeap (heap.c:1717) ==14508== by 0x4E7C834: IMalloc_fnAlloc (ifs.c:187) ==14508== by 0x4E7D0D3: IMalloc_Alloc (objidl.h:1508) ==14508== by 0x4E7D0D3: CoTaskMemAlloc (???:0) ==14508== by 0x4EBDEEC: RemUnknown_RemQueryInterface (stubmanager.c:716) ==14508== by 0x4EC748E: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:369) ==14508== by 0x550526F: CStdStubBuffer_Invoke (cstub.c:478) ==14508== by 0x4E9AF24: IRpcStubBuffer_Invoke (objidl.h:9401) ==14508== by 0x4E9AF24: RPC_ExecuteCall (???:0) ==14508== by 0x4E9B38D: dispatch_rpc (rpc.c:1503) ==14508== by 0x5534380: process_request_packet (rpc_server.c:439) ==14508== by 0x5534853: RPCRT4_process_packet (rpc_server.c:517) ==14508== by 0x55349B0: RPCRT4_worker_thread (rpc_server.c:539) ==14508== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==14508== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==14508== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==14508== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==14508== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==14508== by 0x7BC99BDE: start_thread (thread.c:487) ==14508== by 0x4245249: start_thread (pthread_create.c:333) ==14508== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request 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:start_thread fun:start_thread fun:clone } ../../../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 ../../../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 ../../../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 ==14692== 0 bytes in 1 blocks are definitely lost in loss record 1 of 275 ==14692== at 0x7BC50812: notify_alloc (heap.c:254) ==14692== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==14692== by 0x4D082A5: VARIANT_CopyIRecordInfo (variant.c:714) ==14692== by 0x4D084BD: VariantCopy (variant.c:776) ==14692== by 0x4A84900: test_VariantCopy (vartest.c:1044) ==14692== by 0x4AD176F: func_vartest (vartest.c:9183) ==14692== by 0x4B28ADC: run_test (test.h:603) ==14692== by 0x4B28F2E: main (test.h:687) ==14692== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:VARIANT_CopyIRecordInfo fun:VariantCopy fun:test_VariantCopy fun:func_vartest fun:run_test fun:main } ../../../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:5873: Tests skipped: BSTR cache is disabled, some tests will be skipped. vartype.c:3310: Test failed: expected 0xbfffffff 0xffffff23 (3221225471,4294967075), got (3221225472,0); hres=0x00000000 vartype.c:3313: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3317: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3388: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3389: Test failed: expected 2147483647ul 4294961488ul (2147483647,4294961488), got (2147483647,4294961152); hres=0x00000000 vartype.c:3390: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3391: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3409: Test failed: expected 0xbfffffff 0xffffff23 (3221225471,4294967075), got (3221225472,0); hres=0x00000000 vartype.c:3415: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3416: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3456: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3459: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3471: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3483: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3484: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3494: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3495: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3504: Test failed: expected 2147483648ul 15808 (2147483648,15808), got (2147483648,15360); hres=0x00000000 vartype.c:3505: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3519: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3520: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 vartype.c:3534: Test failed: expected 2147483647ul 4294951488ul (2147483647,4294951488), got (2147483647,4294951936); hres=0x00000000 vartype.c:3535: Test failed: expected DISP_E_OVERFLOW, got hres=0x00000000 make[1]: *** [Makefile:469: 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:14651: 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:692: Tests skipped: Unable to find a suitable pixel format opengl.c:692: Tests skipped: Unable to find a suitable pixel format ==14749== Argument 'size' of function memalign has a fishy (possibly negative) value: -149225472 ==14749== at 0x402E0BD: memalign (vg_replace_malloc.c:857) ==14749== by 0x402E18D: posix_memalign (vg_replace_malloc.c:1020) ==14749== by 0x6424E5A: os_malloc_aligned (os_memory_stdc.h:58) ==14749== by 0x6424E5A: dri_sw_displaytarget_create (dri_sw_winsys.c:109) ==14749== by 0x66B5A15: llvmpipe_displaytarget_layout (lp_texture.c:214) ==14749== by 0x66B5A15: llvmpipe_resource_create_front (lp_texture.c:260) ==14749== by 0x66B5A15: llvmpipe_resource_create (lp_texture.c:310) ==14749== by 0x62A8EC8: drisw_allocate_textures (drisw.c:320) ==14749== by 0x62A5F55: dri_st_framebuffer_validate (dri_drawable.c:83) ==14749== by 0x615AE8B: st_framebuffer_validate (st_manager.c:188) ==14749== by 0x615D28F: st_manager_validate_framebuffers (st_manager.c:860) ==14749== by 0x60EA28C: st_validate_state (st_atom.c:174) ==14749== by 0x60F5D02: st_Clear (st_cb_clear.c:409) ==14749== by 0x5F83949: _mesa_Clear (clear.c:224) ==14749== by 0x7A898887: glClear (opengl_norm.c:110) ==14749== by 0x487BD7C: test_destroy (opengl.c:1365) ==14749== by 0x487DA5A: func_opengl (opengl.c:1789) ==14749== by 0x487EA97: run_test (test.h:603) ==14749== by 0x487EEE8: main (test.h:687) ==14749== { Memcheck:FishyValue memalign(size) fun:memalign fun:posix_memalign fun:os_malloc_aligned fun:dri_sw_displaytarget_create fun:llvmpipe_displaytarget_layout fun:llvmpipe_resource_create_front fun:llvmpipe_resource_create fun:drisw_allocate_textures fun:dri_st_framebuffer_validate fun:st_framebuffer_validate fun:st_manager_validate_framebuffers fun:st_validate_state fun:st_Clear fun:_mesa_Clear fun:glClear fun:test_destroy fun:func_opengl fun:run_test fun:main } failed to create drawable opengl.c:221: Tests skipped: Pbuffer creation failed! opengl.c:227: Test failed: Unexpected iPixelFormat=0 (1 expected) returned by GetPixelFormat for offscreen format 256 make[1]: *** [Makefile:172: opengl.ok] Error 1 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/opengl32/tests' make: *** [Makefile:14968: dlls/opengl32/tests/test] Error 2 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 ../../../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 ==14838== 72 bytes in 1 blocks are definitely lost in loss record 318 of 607 ==14838== at 0x7BC50812: notify_alloc (heap.c:254) ==14838== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==14838== by 0x4D0C834: IMalloc_fnAlloc (ifs.c:187) ==14838== by 0x4D0D0D3: IMalloc_Alloc (objidl.h:1508) ==14838== by 0x4D0D0D3: CoTaskMemAlloc (???:0) ==14838== by 0x5E9822F: ??? ==14838== by 0x4A21344: IMediaSample_SetMediaType (strmif.h:2713) ==14838== by 0x4A21344: media_thread (???:0) ==14838== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==14838== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==14838== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==14838== by 0x7BC99BDE: start_thread (thread.c:487) ==14838== by 0x4245249: start_thread (pthread_create.c:333) ==14838== by 0x4340D6D: clone (clone.S:114) ==14838== { 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:start_thread fun:start_thread fun:clone } ==14838== 72 bytes in 1 blocks are definitely lost in loss record 319 of 607 ==14838== at 0x7BC50812: notify_alloc (heap.c:254) ==14838== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==14838== by 0x4D0C834: IMalloc_fnAlloc (ifs.c:187) ==14838== by 0x4D0D0D3: IMalloc_Alloc (objidl.h:1508) ==14838== by 0x4D0D0D3: CoTaskMemAlloc (???:0) ==14838== by 0x5E9822F: ??? ==14838== by 0x5E1F86D: ??? ==14838== by 0x5E1FA9E: ??? ==14838== by 0x5E2BE93: ??? ==14838== by 0x4A2142D: IMemInputPin_Receive (strmif.h:3683) ==14838== by 0x4A2142D: media_thread (???:0) ==14838== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==14838== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==14838== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==14838== by 0x7BC99BDE: start_thread (thread.c:487) ==14838== by 0x4245249: start_thread (pthread_create.c:333) ==14838== by 0x4340D6D: clone (clone.S:114) ==14838== { 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:start_thread fun:start_thread fun:clone } ==14838== 72 bytes in 1 blocks are definitely lost in loss record 321 of 607 ==14838== at 0x7BC50812: notify_alloc (heap.c:254) ==14838== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==14838== by 0x4D0C834: IMalloc_fnAlloc (ifs.c:187) ==14838== by 0x4D0D0D3: IMalloc_Alloc (objidl.h:1508) ==14838== by 0x4D0D0D3: CoTaskMemAlloc (???:0) ==14838== by 0x5E9822F: ??? ==14838== by 0x5E1F86D: ??? ==14838== by 0x5E1FB3C: ??? ==14838== by 0x5E2BE93: ??? ==14838== by 0x4A2142D: IMemInputPin_Receive (strmif.h:3683) ==14838== by 0x4A2142D: media_thread (???:0) ==14838== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==14838== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==14838== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==14838== by 0x7BC99BDE: start_thread (thread.c:487) ==14838== by 0x4245249: start_thread (pthread_create.c:333) ==14838== by 0x4340D6D: clone (clone.S:114) ==14838== { 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:start_thread fun:start_thread fun:clone } 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 avisplitter.c:341: Tests skipped: Could not read test file "test.avi", skipping test ../../../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:359: Tests skipped: Could not read test file L"test.avi", skipping test filtergraph.c:359: Tests skipped: Could not read test file L"test.mpg", skipping test ../../../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]: Leaving directory '/home/austin/wine-valgrind/dlls/quartz/tests' 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:492: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:1764: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:1803: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:4375: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:4976: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:4916: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:8529: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:5280: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:5280: Tests skipped: Skip multibyte character tests on non-Japanese platform ../../../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) 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 ../../../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 ==15446== 44 bytes in 1 blocks are definitely lost in loss record 207 of 417 ==15446== at 0x7BC50812: notify_alloc (heap.c:254) ==15446== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==15446== by 0x5500A95: RPCRT4_io_thread (rpc_server.c:559) ==15446== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==15446== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==15446== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==15446== by 0x7BC99BDE: start_thread (thread.c:487) ==15446== by 0x4245249: start_thread (pthread_create.c:333) ==15446== by 0x4340D6D: clone (clone.S:114) ==15446== { 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:start_thread fun:start_thread fun:clone } ../../../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 ../../../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 preloader: Warning: failed to reserve range 00110000-68000000 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/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/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:188: 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. ==15815== Invalid free() / delete / delete[] / realloc() ==15815== at 0x7BC50881: notify_free (heap.c:262) ==15815== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==15815== by 0x487D10B: testSignSeal (ntlm.c:1185) ==15815== by 0x487E2E7: func_ntlm (ntlm.c:1479) ==15815== by 0x4885521: run_test (test.h:603) ==15815== by 0x4885973: main (test.h:687) ==15815== Address 0x49083b0 is 0 bytes inside a block of size 47 free'd ==15815== at 0x7BC50881: notify_free (heap.c:262) ==15815== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==15815== by 0x4B35014: FreeContextBuffer (secur32.c:725) ==15815== by 0x487B809: testAuth (ntlm.c:807) ==15815== by 0x487E2B7: func_ntlm (ntlm.c:1475) ==15815== by 0x4885521: run_test (test.h:603) ==15815== by 0x4885973: main (test.h:687) ==15815== Block was alloc'd at ==15815== at 0x7BC50812: notify_alloc (heap.c:254) ==15815== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==15815== by 0x4B39D90: QuerySecurityPackageInfoA (wrapper.c:715) ==15815== by 0x487B7C0: testAuth (ntlm.c:801) ==15815== by 0x487E2B7: func_ntlm (ntlm.c:1475) ==15815== by 0x4885521: run_test (test.h:603) ==15815== by 0x4885973: main (test.h:687) ==15815== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:testSignSeal fun:func_ntlm fun:run_test fun:main } ==15815== Invalid free() / delete / delete[] / realloc() ==15815== at 0x7BC50881: notify_free (heap.c:262) ==15815== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==15815== by 0x487D135: testSignSeal (ntlm.c:1186) ==15815== by 0x487E2E7: func_ntlm (ntlm.c:1479) ==15815== by 0x4885521: run_test (test.h:603) ==15815== by 0x4885973: main (test.h:687) ==15815== Address 0x4b0fca8 is on thread 1's stack ==15815== in frame #2, created by testSignSeal (ntlm.c:920) ==15815== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:testSignSeal fun:func_ntlm fun:run_test fun:main } ==15815== Invalid free() / delete / delete[] / realloc() ==15815== at 0x7BC50881: notify_free (heap.c:262) ==15815== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==15815== by 0x487D15F: testSignSeal (ntlm.c:1187) ==15815== by 0x487E2E7: func_ntlm (ntlm.c:1479) ==15815== by 0x4885521: run_test (test.h:603) ==15815== by 0x4885973: main (test.h:687) ==15815== Address 0x4887270 is in a r-x mapped file /home/austin/wine-valgrind/dlls/secur32/tests/secur32_test.exe.so segment ==15815== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:testSignSeal fun:func_ntlm fun:run_test fun:main } ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory ntlm.c:1391: 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:1396: Test failed: Second InitializeSecurityContextA on cred handle failed with error 0x80090304 ntlm.c:1399: Test failed: DeleteSecurityContext failed with error 0x80090301 ntlm.c:1401: 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:1446: Test failed: InitializeSecurityContextA failed SEC_E_INTERNAL_ERROR ntlm.c:1449: Test failed: DeleteSecurityContext failed with error 0x1 make[1]: *** [Makefile:219: 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:16134: 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 ../../../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 ../../../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 ==16709== Thread 2: ==16709== Syscall param writev(vector[...]) points to uninitialised byte(s) ==16709== at 0x433904F: ??? (syscall-template.S:84) ==16709== by 0x7BC88028: send_request (server.c:228) ==16709== by 0x7BC881DB: wine_server_call (server.c:309) ==16709== by 0x7BC47FBB: server_write_file (file.c:624) ==16709== by 0x7BC4975C: NtWriteFile (file.c:1238) ==16709== by 0x57B651E: rpcrt4_conn_np_write (rpc_transport.c:414) ==16709== by 0x57AB740: rpcrt4_conn_write (rpc_binding.h:196) ==16709== by 0x57AD457: RPCRT4_SendWithAuth (rpc_message.c:849) ==16709== by 0x57AE48D: RPCRT4_Send (rpc_message.c:1248) ==16709== by 0x57AFBF9: I_RpcSend (rpc_message.c:1809) ==16709== by 0x57AFF63: I_RpcSendReceive (rpc_message.c:1912) ==16709== by 0x5456537: rpc_sendreceive_thread (rpc.c:800) ==16709== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==16709== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==16709== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==16709== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==16709== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==16709== by 0x7BC99BDE: start_thread (thread.c:487) ==16709== by 0x4245249: start_thread (pthread_create.c:333) ==16709== by 0x4340D6D: clone (clone.S:114) ==16709== Address 0x638fdea is 90 bytes inside a recently re-allocated block of size 140 alloc'd ==16709== at 0x7BC50812: notify_alloc (heap.c:254) ==16709== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==16709== by 0x57AD2CF: RPCRT4_SendWithAuth (rpc_message.c:808) ==16709== by 0x57AE48D: RPCRT4_Send (rpc_message.c:1248) ==16709== by 0x57AFBF9: I_RpcSend (rpc_message.c:1809) ==16709== by 0x57AFF63: I_RpcSendReceive (rpc_message.c:1912) ==16709== by 0x5456537: rpc_sendreceive_thread (rpc.c:800) ==16709== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==16709== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==16709== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==16709== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==16709== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==16709== by 0x7BC99BDE: start_thread (thread.c:487) ==16709== by 0x4245249: start_thread (pthread_create.c:333) ==16709== by 0x4340D6D: clone (clone.S:114) ==16709== Uninitialised value was created by a stack allocation ==16709== at 0x4A303E1: test_ShellWindows (shelldispatch.c:679) ==16709== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request 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:start_thread fun:start_thread fun:clone } ==16709== Thread 1 shell32_test.exe.so: ==16709== Invalid read of size 1 ==16709== at 0x4C07361: _ILIsValue (pidl.c:1880) ==16709== by 0x4C6B4BD: ItemMenu_Constructor (shlview_cmenu.c:637) ==16709== by 0x4C4754B: ShellFolder2_GetUIObjectOf (shfldr_unixfs.c:1191) ==16709== by 0x4C10F68: IShellFolder_GetUIObjectOf (shobjidl.h:1701) ==16709== by 0x4C10F68: FolderItemVerbs_Constructor (???:0) ==16709== by 0x4C120F1: FolderItemImpl_Verbs (shelldispatch.c:871) ==16709== by 0x4A3292E: FolderItem_Verbs (shldisp.h:2168) ==16709== by 0x4A3292E: test_Verbs (???:0) ==16709== by 0x4A33287: func_shelldispatch (shelldispatch.c:1084) ==16709== by 0x4A8745C: run_test (test.h:603) ==16709== by 0x4A878AE: main (test.h:687) ==16709== Address 0x6e45d02 is 2 bytes after a block of size 16 free'd ==16709== at 0x7BC50881: notify_free (heap.c:262) ==16709== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==16709== by 0x5439C95: IMalloc_fnFree (ifs.c:269) ==16709== by 0x543A123: IMalloc_Free (objidl.h:1514) ==16709== by 0x543A123: CoTaskMemFree (???:0) ==16709== by 0x581DDDB: SysFreeString (oleaut.c:324) ==16709== by 0x584963E: ITypeLib2_fnRelease (typelib.c:4756) ==16709== by 0x584977A: ITypeLib2_Release (oaidl.h:3090) ==16709== by 0x584977A: ITypeLib2_fnRelease (???:0) ==16709== by 0x584BC27: ITypeLib2_Release (oaidl.h:3090) ==16709== by 0x584BC27: ITypeInfo_fnRelease (???:0) ==16709== by 0x5834DAB: ITypeInfo_Release (oaidl.h:1568) ==16709== by 0x5834DAB: TMProxyImpl_Release (???:0) ==16709== by 0x543F0EA: IRpcProxyBuffer_Release (objidl.h:9247) ==16709== by 0x543F0EA: ifproxy_destroy (???:0) ==16709== by 0x543FF4F: proxy_manager_destroy (marshal.c:1097) ==16709== by 0x543D97B: ClientIdentity_Release (marshal.c:252) ==16709== by 0x58399AA: ProxyIUnknown_Release (tmarshal.c:1626) ==16709== by 0x4A31E86: IShellWindows_Release (exdisp.h:3081) ==16709== by 0x4A31E86: test_ShellWindows (???:0) ==16709== by 0x4A3327D: func_shelldispatch (shelldispatch.c:1082) ==16709== by 0x4A8745C: run_test (test.h:603) ==16709== by 0x4A878AE: main (test.h:687) ==16709== Block was alloc'd at ==16709== at 0x7BC50812: notify_alloc (heap.c:254) ==16709== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==16709== by 0x5439834: IMalloc_fnAlloc (ifs.c:187) ==16709== by 0x543A0D3: IMalloc_Alloc (objidl.h:1508) ==16709== by 0x543A0D3: CoTaskMemAlloc (???:0) ==16709== by 0x581DABE: alloc_bstr (oleaut.c:177) ==16709== by 0x581E01D: SysAllocStringByteLen (oleaut.c:440) ==16709== by 0x5841AFF: MSFT_ReadAllNames (typelib.c:2160) ==16709== by 0x58451C4: ITypeLib2_Constructor_MSFT (typelib.c:3495) ==16709== by 0x5844AFD: TLB_ReadTypeLib (typelib.c:3375) ==16709== by 0x583D986: LoadTypeLibEx (typelib.c:480) ==16709== by 0x583D889: LoadTypeLib (typelib.c:453) ==16709== by 0x5851BEF: ITypeInfo_fnGetRefTypeInfo (typelib.c:7673) ==16709== by 0x583495C: ITypeInfo_GetRefTypeInfo (oaidl.h:1605) ==16709== by 0x583495C: num_of_funcs (???:0) ==16709== by 0x5834840: num_of_funcs (tmarshal.c:452) ==16709== by 0x583A62A: PSFacBuf_CreateProxy (tmarshal.c:1867) ==16709== by 0x543F88E: IPSFactoryBuffer_CreateProxy (objidl.h:9564) ==16709== by 0x543F88E: proxy_manager_create_ifproxy (???:0) ==16709== by 0x5440746: unmarshal_object (marshal.c:1293) ==16709== by 0x5440C95: StdMarshalImpl_UnmarshalInterface (marshal.c:1388) ==16709== by 0x54423CF: IMarshal_UnmarshalInterface (objidl.h:881) ==16709== by 0x54423CF: CoUnmarshalInterface (???:0) ==16709== by 0x579BEEA: NdrInterfacePointerUnmarshall (ndr_ole.c:353) ==16709== { Memcheck:Addr1 fun:_ILIsValue fun:ItemMenu_Constructor fun:ShellFolder2_GetUIObjectOf fun:IShellFolder_GetUIObjectOf fun:FolderItemVerbs_Constructor fun:FolderItemImpl_Verbs fun:FolderItem_Verbs fun:test_Verbs fun:func_shelldispatch 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 ../../../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\wtf78f.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 shlexec.c:1138: Test failed: ShellExecute(file=""%TMPDIR%\simple.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 shlexec.c:1693: Test failed: ShellExecute(verb="", file="C:\users\austin\Temp\wtf78f.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 shlexec.c:1693: Test failed: ShellExecute(verb="", file="C:\users\austin\Temp\wtf78f.tmp\%nasty% $file.shlexec") WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:1717: Test failed: ShellExecute(file="C:\users\austin\Temp\wtf78f.tmp\%nasty% $file.shlexec") argvA4 expected 'C:\users\austin\Temp\wtf78f.tmp\%nasty% $file.shlexec', got 'C:\users\austin\Temp\wtf78f.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 shlexec.c:1717: Test failed: ShellExecute(file="C:/users/austin/Temp/wtf78f.tmp/test file.shlexec") argvA4 expected 'C:/users/austin/Temp/wtf78f.tmp/test file.shlexec', got 'C:\users\austin\Temp\wtf78f.tmp\%nasty% $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 shlexec.c:1717: Test failed: ShellExecute(file="C:\users\austin\Temp\wtf78f.tmp\test file.noassoc.shlexec") argvA4 expected 'C:\users\austin\Temp\wtf78f.tmp\test file.noassoc.shlexec', got 'C:\users\austin\Temp\wtf78f.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 shlexec.c:1715: Test failed: ShellExecute(verb="QuotedLowerL", file="C:\users\austin\Temp\wtf78f.tmp\test file.shlexec") argvA3 expected 'QuotedLowerL', got 'Open' shlexec.c:1717: Test failed: ShellExecute(verb="QuotedLowerL", file="C:\users\austin\Temp\wtf78f.tmp\test file.shlexec") argvA4 expected 'C:\users\austin\Temp\wtf78f.tmp\test file.shlexec', got 'C:\users\austin\Temp\wtf78f.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\wtf78f.tmp\test file.shlexec") argvA3 expected 'QuotedUpperL', got 'Open' shlexec.c:1717: Test failed: ShellExecute(verb="QuotedUpperL", file="C:\users\austin\Temp\wtf78f.tmp\test file.shlexec") argvA4 expected 'C:\users\austin\Temp\wtf78f.tmp\test file.shlexec', got 'C:\users\austin\Temp\wtf78f.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="averb", file="C:\users\austin\Temp\wtf78f.tmp\test file.sha") argvA3 expected 'averb', got 'QuotedLowerL' shlexec.c:1717: Test failed: ShellExecute(verb="averb", file="C:\users\austin\Temp\wtf78f.tmp\test file.sha") argvA4 expected 'C:\users\austin\Temp\wtf78f.tmp\test file.sha', got 'C:\users\austin\Temp\wtf78f.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 shlexec.c:1715: Test failed: ShellExecute(file="C:\users\austin\Temp\wtf78f.tmp\masked file.shlexec") argvA3 expected 'Open', got 'AVerb' shlexec.c:1717: Test failed: ShellExecute(file="C:\users\austin\Temp\wtf78f.tmp\masked file.shlexec") argvA4 expected 'C:\users\austin\Temp\wtf78f.tmp\masked file.shlexec', got 'C:\users\austin\Temp\wtf78f.tmp\test file.sha' preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 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:1775: Test failed: ShellExecute(file=""C:\users\austin\Temp\wtf78f.tmp\test file.shlexec"") argcA expected 5, but got 6 shlexec.c:1776: Test failed: ShellExecute(file=""C:\users\austin\Temp\wtf78f.tmp\test file.shlexec"") argvA3 expected 'Open', got 'UpperL' shlexec.c:1778: Test failed: ShellExecute(file=""C:\users\austin\Temp\wtf78f.tmp\test file.shlexec"") argvA4 expected 'C:\users\austin\Temp\wtf78f.tmp\test file.shlexec', got 'C:\users\austin\Temp\wtf78f.tmp\test' preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 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:1888: Test succeeded inside todo block: ShellExecute(file="file://///C|/users/austin/Temp/wtf78f.tmp/test_shortcut_shlexec.lnk") WaitForSingleObject returned 0 shlexec.c:1911: Test succeeded inside todo block: ShellExecute(file="file://///C|/users/austin/Temp/wtf78f.tmp/test_shortcut_shlexec.lnk") argvA3 expected 'Open', got 'Open' preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 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:1941: Test failed: ShellExecute(file="fakeproto://foo/bar") 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:1950: Test failed: ShellExecute(file="shlproto://foo/bar") argvA4 expected 'shlproto://foo/bar', got 'fakeproto://foo/bar' preloader: Warning: failed to reserve range 00110000-68000000 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 shlexec.c:1976: Test succeeded inside todo block: ShellExecute(file="shlproto://foo/bar.lnk") WaitForSingleObject returned 0 shlexec.c:1979: Test succeeded inside todo block: ShellExecute(file="shlproto://foo/bar.lnk") argvA3 expected 'URL', 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\wtf78f.tmp\test file.noassoc", params="shlexec "C:\users\austin\Temp\wtf78f.tmp\wtf7c7.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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 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:656: shlexec.ok] Error 29 ../../../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 ../../../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:16479: 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 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 ../../../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 ==18305== Thread 2: ==18305== Invalid read of size 2 ==18305== at 0x5B7EA42: memchrW (unicode.h:283) ==18305== by 0x5B82C2D: InternetCrackUrlW (internet.c:1711) ==18305== by 0x5B7808C: get_redirect_url (http.c:3997) ==18305== by 0x5B7B78A: HTTP_HttpSendRequestW (http.c:5041) ==18305== by 0x5B7BF6D: AsyncHttpSendRequestProc (http.c:5190) ==18305== by 0x5B87E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18305== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18305== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18305== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18305== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18305== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18305== by 0x7BC99BDE: start_thread (thread.c:487) ==18305== by 0x4245249: start_thread (pthread_create.c:333) ==18305== by 0x4340D6D: clone (clone.S:114) ==18305== Address 0x48d67f8 is 0 bytes after a recently re-allocated block of size 80 alloc'd ==18305== at 0x7BC50812: notify_alloc (heap.c:254) ==18305== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18305== by 0x5B6D6A8: heap_alloc (internet.h:94) ==18305== by 0x5B78033: get_redirect_url (http.c:3988) ==18305== by 0x5B7B78A: HTTP_HttpSendRequestW (http.c:5041) ==18305== by 0x5B7BF6D: AsyncHttpSendRequestProc (http.c:5190) ==18305== by 0x5B87E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18305== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18305== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18305== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18305== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18305== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18305== by 0x7BC99BDE: start_thread (thread.c:487) ==18305== by 0x4245249: start_thread (pthread_create.c:333) ==18305== by 0x4340D6D: clone (clone.S:114) ==18305== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } ==18305== Invalid read of size 2 ==18305== at 0x5B7EA42: memchrW (unicode.h:283) ==18305== by 0x5B82C69: InternetCrackUrlW (internet.c:1713) ==18305== by 0x5B7808C: get_redirect_url (http.c:3997) ==18305== by 0x5B7B78A: HTTP_HttpSendRequestW (http.c:5041) ==18305== by 0x5B7BF6D: AsyncHttpSendRequestProc (http.c:5190) ==18305== by 0x5B87E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18305== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18305== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18305== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18305== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18305== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18305== by 0x7BC99BDE: start_thread (thread.c:487) ==18305== by 0x4245249: start_thread (pthread_create.c:333) ==18305== by 0x4340D6D: clone (clone.S:114) ==18305== Address 0x48d67f8 is 0 bytes after a recently re-allocated block of size 80 alloc'd ==18305== at 0x7BC50812: notify_alloc (heap.c:254) ==18305== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18305== by 0x5B6D6A8: heap_alloc (internet.h:94) ==18305== by 0x5B78033: get_redirect_url (http.c:3988) ==18305== by 0x5B7B78A: HTTP_HttpSendRequestW (http.c:5041) ==18305== by 0x5B7BF6D: AsyncHttpSendRequestProc (http.c:5190) ==18305== by 0x5B87E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18305== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18305== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18305== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18305== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18305== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18305== by 0x7BC99BDE: start_thread (thread.c:487) ==18305== by 0x4245249: start_thread (pthread_create.c:333) ==18305== by 0x4340D6D: clone (clone.S:114) ==18305== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } ==18305== Invalid read of size 2 ==18305== at 0x5B7EA42: memchrW (unicode.h:283) ==18305== by 0x5B82E4F: InternetCrackUrlW (internet.c:1753) ==18305== by 0x5B7808C: get_redirect_url (http.c:3997) ==18305== by 0x5B7B78A: HTTP_HttpSendRequestW (http.c:5041) ==18305== by 0x5B7BF6D: AsyncHttpSendRequestProc (http.c:5190) ==18305== by 0x5B87E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18305== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18305== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18305== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18305== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18305== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18305== by 0x7BC99BDE: start_thread (thread.c:487) ==18305== by 0x4245249: start_thread (pthread_create.c:333) ==18305== by 0x4340D6D: clone (clone.S:114) ==18305== Address 0x48d67f8 is 0 bytes after a recently re-allocated block of size 80 alloc'd ==18305== at 0x7BC50812: notify_alloc (heap.c:254) ==18305== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18305== by 0x5B6D6A8: heap_alloc (internet.h:94) ==18305== by 0x5B78033: get_redirect_url (http.c:3988) ==18305== by 0x5B7B78A: HTTP_HttpSendRequestW (http.c:5041) ==18305== by 0x5B7BF6D: AsyncHttpSendRequestProc (http.c:5190) ==18305== by 0x5B87E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18305== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18305== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18305== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18305== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18305== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18305== by 0x7BC99BDE: start_thread (thread.c:487) ==18305== by 0x4245249: start_thread (pthread_create.c:333) ==18305== by 0x4340D6D: clone (clone.S:114) ==18305== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } ==18305== Invalid read of size 2 ==18305== at 0x5B7EA42: memchrW (unicode.h:283) ==18305== by 0x5B8329A: InternetCrackUrlW (internet.c:1867) ==18305== by 0x5B7808C: get_redirect_url (http.c:3997) ==18305== by 0x5B7B78A: HTTP_HttpSendRequestW (http.c:5041) ==18305== by 0x5B7BF6D: AsyncHttpSendRequestProc (http.c:5190) ==18305== by 0x5B87E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18305== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18305== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18305== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18305== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18305== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18305== by 0x7BC99BDE: start_thread (thread.c:487) ==18305== by 0x4245249: start_thread (pthread_create.c:333) ==18305== by 0x4340D6D: clone (clone.S:114) ==18305== Address 0x48d67f8 is 0 bytes after a recently re-allocated block of size 80 alloc'd ==18305== at 0x7BC50812: notify_alloc (heap.c:254) ==18305== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18305== by 0x5B6D6A8: heap_alloc (internet.h:94) ==18305== by 0x5B78033: get_redirect_url (http.c:3988) ==18305== by 0x5B7B78A: HTTP_HttpSendRequestW (http.c:5041) ==18305== by 0x5B7BF6D: AsyncHttpSendRequestProc (http.c:5190) ==18305== by 0x5B87E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18305== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18305== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18305== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18305== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18305== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18305== by 0x7BC99BDE: start_thread (thread.c:487) ==18305== by 0x4245249: start_thread (pthread_create.c:333) ==18305== by 0x4340D6D: clone (clone.S:114) ==18305== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } protocol.c:1620: Test failed: expected Switch ==18305== Thread 1 urlmon_test.exe.so: ==18305== 96 bytes in 1 blocks are possibly lost in loss record 598 of 917 ==18305== at 0x7BC50812: notify_alloc (heap.c:254) ==18305== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18305== by 0x5B89F70: heap_alloc_zero (internet.h:99) ==18305== by 0x5B8B263: create_netconn (netconnection.c:348) ==18305== by 0x5B7A997: open_http_connection (http.c:4782) ==18305== by 0x5B7B0D6: HTTP_HttpSendRequestW (http.c:4923) ==18305== by 0x5B7BF6D: AsyncHttpSendRequestProc (http.c:5190) ==18305== by 0x5B87E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18305== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18305== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18305== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18305== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18305== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18305== by 0x7BC99BDE: start_thread (thread.c:487) ==18305== by 0x4245249: start_thread (pthread_create.c:333) ==18305== by 0x4340D6D: clone (clone.S:114) ==18305== { 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:start_thread fun:start_thread fun:clone } ==18305== 96 bytes in 1 blocks are definitely lost in loss record 600 of 917 ==18305== at 0x7BC50812: notify_alloc (heap.c:254) ==18305== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18305== by 0x5B89F70: heap_alloc_zero (internet.h:99) ==18305== by 0x5B8B263: create_netconn (netconnection.c:348) ==18305== by 0x5B7A997: open_http_connection (http.c:4782) ==18305== by 0x5B7B0D6: HTTP_HttpSendRequestW (http.c:4923) ==18305== by 0x5B7BF6D: AsyncHttpSendRequestProc (http.c:5190) ==18305== by 0x5B87E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18305== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18305== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18305== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18305== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18305== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18305== by 0x7BC99BDE: start_thread (thread.c:487) ==18305== by 0x4245249: start_thread (pthread_create.c:333) ==18305== by 0x4340D6D: clone (clone.S:114) ==18305== { 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:start_thread fun:start_thread fun:clone } make[1]: *** [Makefile:240: protocol.ok] Error 1 ../../../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 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 ==18370== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp18370_73215766 is empty ==18370== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==18370== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp18370_73215766 is empty ==18370== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==18370== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp18370_73215766 is empty ==18370== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==18370== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp18370_73215766 is empty ==18370== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==18370== 8 bytes in 1 blocks are definitely lost in loss record 129 of 2,716 ==18370== at 0x7BC50812: notify_alloc (heap.c:254) ==18370== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18370== by 0x960A755: SECUR32_makeSecHandle (wrapper.c:44) ==18370== by 0x960B1D3: InitializeSecurityContextW (wrapper.c:354) ==18370== by 0x5B786B2: netcon_secure_connect_setup (netconnection.c:467) ==18370== by 0x5B78FEF: NETCON_secure_connect (netconnection.c:617) ==18370== by 0x5B68149: HTTP_HttpSendRequestW (http.c:4932) ==18370== by 0x5B68F6D: AsyncHttpSendRequestProc (http.c:5190) ==18370== by 0x5B74E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18370== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18370== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18370== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18370== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18370== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18370== by 0x7BC99BDE: start_thread (thread.c:487) ==18370== by 0x4245249: start_thread (pthread_create.c:333) ==18370== by 0x4340D6D: clone (clone.S:114) ==18370== { 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:start_thread fun:start_thread fun:clone } ==18370== 96 bytes in 1 blocks are definitely lost in loss record 1,834 of 2,716 ==18370== at 0x7BC50812: notify_alloc (heap.c:254) ==18370== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18370== by 0x5B76F70: heap_alloc_zero (internet.h:99) ==18370== by 0x5B78263: create_netconn (netconnection.c:348) ==18370== by 0x5B67997: open_http_connection (http.c:4782) ==18370== by 0x5B680D6: HTTP_HttpSendRequestW (http.c:4923) ==18370== by 0x5B68F6D: AsyncHttpSendRequestProc (http.c:5190) ==18370== by 0x5B74E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18370== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18370== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18370== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18370== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18370== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18370== by 0x7BC99BDE: start_thread (thread.c:487) ==18370== by 0x4245249: start_thread (pthread_create.c:333) ==18370== by 0x4340D6D: clone (clone.S:114) ==18370== { 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:start_thread fun:start_thread fun:clone } ==18370== 128 bytes in 4 blocks are possibly lost in loss record 1,931 of 2,716 ==18370== at 0x7BC50812: notify_alloc (heap.c:254) ==18370== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18370== by 0x7BC3BE13: RtlInitializeCriticalSectionEx (critsection.c:326) ==18370== by 0x7B47E74F: InitializeCriticalSectionEx (sync.c:359) ==18370== by 0x7B47E71D: InitializeCriticalSectionAndSpinCount (sync.c:337) ==18370== by 0x6A0D8113: ??? ==18370== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:RtlInitializeCriticalSectionEx fun:InitializeCriticalSectionEx fun:InitializeCriticalSectionAndSpinCount obj:* } ==18370== 164 bytes in 1 blocks are possibly lost in loss record 2,016 of 2,716 ==18370== at 0x7BC50812: notify_alloc (heap.c:254) ==18370== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18370== by 0x54907E7: rpcrt4_conn_np_alloc (rpc_transport.c:78) ==18370== by 0x5499825: RPCRT4_CreateConnection (rpc_transport.c:3311) ==18370== by 0x5490D66: rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:220) ==18370== by 0x548D834: RPCRT4_use_protseq (rpc_server.c:846) ==18370== by 0x548E230: RpcServerUseProtseqEpExW (rpc_server.c:1057) ==18370== by 0x548DC99: RpcServerUseProtseqEpW (rpc_server.c:943) ==18370== by 0x4CF7926: RPC_StartRemoting (rpc.c:1636) ==18370== by 0x4CDF422: StdMarshalImpl_MarshalInterface (marshal.c:1235) ==18370== by 0x4CE11BF: IMarshal_MarshalInterface (objidl.h:878) ==18370== by 0x4CE11BF: CoMarshalInterface (???:0) ==18370== by 0x4CE82B6: RegisterDragDrop (ole2.c:605) ==18370== by 0x6B72EF90: ??? ==18370== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:rpcrt4_conn_np_alloc fun:RPCRT4_CreateConnection fun:rpcrt4_protseq_ncalrpc_open_endpoint fun:RPCRT4_use_protseq fun:RpcServerUseProtseqEpExW fun:RpcServerUseProtseqEpW fun:RPC_StartRemoting fun:StdMarshalImpl_MarshalInterface fun:IMarshal_MarshalInterface fun:CoMarshalInterface fun:RegisterDragDrop obj:* } ==18370== 187 bytes in 1 blocks are possibly lost in loss record 2,057 of 2,716 ==18370== at 0x7BC50812: notify_alloc (heap.c:254) ==18370== by 0x7BC55326: RtlReAllocateHeap (heap.c:1883) ==18370== by 0x8F0685A: msvcrt_heap_realloc (heap.c:102) ==18370== by 0x8F0740D: MSVCRT_realloc (heap.c:457) ==18370== by 0x69E78C00: ??? ==18370== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlReAllocateHeap fun:msvcrt_heap_realloc fun:MSVCRT_realloc obj:* } ==18370== 384 bytes in 4 blocks are possibly lost in loss record 2,234 of 2,716 ==18370== at 0x7BC50812: notify_alloc (heap.c:254) ==18370== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18370== by 0x5B76F70: heap_alloc_zero (internet.h:99) ==18370== by 0x5B78263: create_netconn (netconnection.c:348) ==18370== by 0x5B67997: open_http_connection (http.c:4782) ==18370== by 0x5B680D6: HTTP_HttpSendRequestW (http.c:4923) ==18370== by 0x5B68F6D: AsyncHttpSendRequestProc (http.c:5190) ==18370== by 0x5B74E9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==18370== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==18370== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==18370== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18370== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18370== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18370== by 0x7BC99BDE: start_thread (thread.c:487) ==18370== by 0x4245249: start_thread (pthread_create.c:333) ==18370== by 0x4340D6D: clone (clone.S:114) ==18370== { 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:start_thread fun:start_thread fun:clone } ==18370== 1,200 bytes in 17 blocks are possibly lost in loss record 2,442 of 2,716 ==18370== at 0x7BC50812: notify_alloc (heap.c:254) ==18370== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18370== by 0x4CD8834: IMalloc_fnAlloc (ifs.c:187) ==18370== by 0x4CD90D3: IMalloc_Alloc (objidl.h:1508) ==18370== by 0x4CD90D3: CoTaskMemAlloc (???:0) ==18370== by 0x54F4ABE: alloc_bstr (oleaut.c:177) ==18370== by 0x54F4E85: SysAllocStringLen (oleaut.c:355) ==18370== by 0x4C0510E: pre_process_uri (uri.c:786) ==18370== by 0x4C12601: CreateUri (uri.c:5738) ==18370== by 0x74BE9D2: create_uri (persist.c:186) ==18370== by 0x74AF267: nsIOServiceHook_NewURI (nsio.c:3890) ==18370== by 0x69F3AFD9: ??? ==18370== { 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:pre_process_uri fun:CreateUri fun:create_uri fun:nsIOServiceHook_NewURI obj:* } make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/urlmon/tests' make: *** [Makefile:17472: dlls/urlmon/tests/test] Error 2 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 ../../../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 ==18604== Syscall param writev(vector[...]) points to uninitialised byte(s) ==18604== at 0x4339023: __writev_nocancel (syscall-template.S:84) ==18604== by 0x7BC88028: send_request (server.c:228) ==18604== by 0x7BC881DB: wine_server_call (server.c:309) ==18604== by 0x4D0D7D8: SetClipboardData (clipboard.c:904) ==18604== by 0x4A22DAF: test_RegisterClipboardFormatA (clipboard.c:433) ==18604== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48ed5d0 is 8 bytes inside a block of size 9 alloc'd ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18604== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18604== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Uninitialised value was created by a client request ==18604== at 0x7BC505E1: mark_block_uninitialized (heap.c:208) ==18604== by 0x7BC5076D: initialize_block (heap.c:239) ==18604== by 0x7BC54CB3: RtlAllocateHeap (heap.c:1717) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18604== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18604== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Param writev(vector[...]) fun:__writev_nocancel fun:send_request fun:wine_server_call fun:SetClipboardData fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==18617== 8 bytes in 1 blocks are possibly lost in loss record 49 of 580 ==18617== at 0x7BC50812: notify_alloc (heap.c:254) ==18617== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18617== by 0x7B449A29: HeapAlloc (heap.c:271) ==18617== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18617== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18617== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18617== by 0x4B28B2B: run_test (test.h:603) ==18617== by 0x4B28F7D: main (test.h:687) ==18617== { 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 } ==18617== 9 bytes in 1 blocks are definitely lost in loss record 51 of 580 ==18617== at 0x7BC50812: notify_alloc (heap.c:254) ==18617== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18617== by 0x7B449A29: HeapAlloc (heap.c:271) ==18617== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18617== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18617== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18617== by 0x4B28B2B: run_test (test.h:603) ==18617== by 0x4B28F7D: main (test.h:687) ==18617== { 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 } ==18617== 100 bytes in 1 blocks are definitely lost in loss record 369 of 580 ==18617== at 0x7BC50812: notify_alloc (heap.c:254) ==18617== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18617== by 0x7B449A29: HeapAlloc (heap.c:271) ==18617== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18617== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18617== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18617== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18617== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18617== by 0x7BC99BDE: start_thread (thread.c:487) ==18617== by 0x4245249: start_thread (pthread_create.c:333) ==18617== by 0x4340D6D: clone (clone.S:114) ==18617== { 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:start_thread fun:start_thread fun:clone } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18618== 100 bytes in 1 blocks are definitely lost in loss record 299 of 472 ==18618== at 0x7BC50812: notify_alloc (heap.c:254) ==18618== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18618== by 0x7B449A29: HeapAlloc (heap.c:271) ==18618== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18618== by 0x4A16B6E: set_clipboard_data_process (clipboard.c:117) ==18618== by 0x4A26EEF: func_clipboard (clipboard.c:2434) ==18618== by 0x4B1EB2B: run_test (test.h:603) ==18618== by 0x4B1EF7D: main (test.h:687) ==18618== { 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 } ==18634== 8 bytes in 1 blocks are possibly lost in loss record 49 of 583 ==18634== at 0x7BC50812: notify_alloc (heap.c:254) ==18634== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18634== by 0x7B449A29: HeapAlloc (heap.c:271) ==18634== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18634== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18634== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18634== by 0x4B28B2B: run_test (test.h:603) ==18634== by 0x4B28F7D: main (test.h:687) ==18634== { 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 } ==18634== 9 bytes in 1 blocks are definitely lost in loss record 51 of 583 ==18634== at 0x7BC50812: notify_alloc (heap.c:254) ==18634== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18634== by 0x7B449A29: HeapAlloc (heap.c:271) ==18634== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18634== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18634== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18634== by 0x4B28B2B: run_test (test.h:603) ==18634== by 0x4B28F7D: main (test.h:687) ==18634== { 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 } ==18634== 100 bytes in 1 blocks are definitely lost in loss record 371 of 583 ==18634== at 0x7BC50812: notify_alloc (heap.c:254) ==18634== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18634== by 0x7B449A29: HeapAlloc (heap.c:271) ==18634== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18634== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18634== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18634== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18634== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18634== by 0x7BC99BDE: start_thread (thread.c:487) ==18634== by 0x4245249: start_thread (pthread_create.c:333) ==18634== by 0x4340D6D: clone (clone.S:114) ==18634== { 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:start_thread fun:start_thread fun:clone } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18640== 8 bytes in 1 blocks are possibly lost in loss record 49 of 584 ==18640== at 0x7BC50812: notify_alloc (heap.c:254) ==18640== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18640== by 0x7B449A29: HeapAlloc (heap.c:271) ==18640== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18640== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18640== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18640== by 0x4B28B2B: run_test (test.h:603) ==18640== by 0x4B28F7D: main (test.h:687) ==18640== { 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 } ==18640== 9 bytes in 1 blocks are definitely lost in loss record 51 of 584 ==18640== at 0x7BC50812: notify_alloc (heap.c:254) ==18640== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18640== by 0x7B449A29: HeapAlloc (heap.c:271) ==18640== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18640== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18640== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18640== by 0x4B28B2B: run_test (test.h:603) ==18640== by 0x4B28F7D: main (test.h:687) ==18640== { 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 } ==18640== 100 bytes in 1 blocks are definitely lost in loss record 371 of 584 ==18640== at 0x7BC50812: notify_alloc (heap.c:254) ==18640== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18640== by 0x7B449A29: HeapAlloc (heap.c:271) ==18640== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18640== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18640== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18640== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18640== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18640== by 0x7BC99BDE: start_thread (thread.c:487) ==18640== by 0x4245249: start_thread (pthread_create.c:333) ==18640== by 0x4340D6D: clone (clone.S:114) ==18640== { 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:start_thread fun:start_thread fun:clone } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18643== 8 bytes in 1 blocks are possibly lost in loss record 47 of 570 ==18643== at 0x7BC50812: notify_alloc (heap.c:254) ==18643== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18643== by 0x7B449A29: HeapAlloc (heap.c:271) ==18643== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18643== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18643== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18643== by 0x4B28B2B: run_test (test.h:603) ==18643== by 0x4B28F7D: main (test.h:687) ==18643== { 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 } ==18643== 9 bytes in 1 blocks are definitely lost in loss record 49 of 570 ==18643== at 0x7BC50812: notify_alloc (heap.c:254) ==18643== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18643== by 0x7B449A29: HeapAlloc (heap.c:271) ==18643== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18643== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18643== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18643== by 0x4B28B2B: run_test (test.h:603) ==18643== by 0x4B28F7D: main (test.h:687) ==18643== { 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 } ==18643== 100 bytes in 1 blocks are definitely lost in loss record 361 of 570 ==18643== at 0x7BC50812: notify_alloc (heap.c:254) ==18643== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18643== by 0x7B449A29: HeapAlloc (heap.c:271) ==18643== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18643== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18643== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18643== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18643== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18643== by 0x7BC99BDE: start_thread (thread.c:487) ==18643== by 0x4245249: start_thread (pthread_create.c:333) ==18643== by 0x4340D6D: clone (clone.S:114) ==18643== { 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:start_thread fun:start_thread fun:clone } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18647== 8 bytes in 1 blocks are possibly lost in loss record 47 of 571 ==18647== at 0x7BC50812: notify_alloc (heap.c:254) ==18647== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18647== by 0x7B449A29: HeapAlloc (heap.c:271) ==18647== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18647== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18647== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18647== by 0x4B28B2B: run_test (test.h:603) ==18647== by 0x4B28F7D: main (test.h:687) ==18647== { 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 } ==18647== 9 bytes in 1 blocks are definitely lost in loss record 49 of 571 ==18647== at 0x7BC50812: notify_alloc (heap.c:254) ==18647== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18647== by 0x7B449A29: HeapAlloc (heap.c:271) ==18647== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18647== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18647== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18647== by 0x4B28B2B: run_test (test.h:603) ==18647== by 0x4B28F7D: main (test.h:687) ==18647== { 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 } ==18647== 100 bytes in 1 blocks are definitely lost in loss record 361 of 571 ==18647== at 0x7BC50812: notify_alloc (heap.c:254) ==18647== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18647== by 0x7B449A29: HeapAlloc (heap.c:271) ==18647== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18647== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18647== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18647== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18647== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18647== by 0x7BC99BDE: start_thread (thread.c:487) ==18647== by 0x4245249: start_thread (pthread_create.c:333) ==18647== by 0x4340D6D: clone (clone.S:114) ==18647== { 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:start_thread fun:start_thread fun:clone } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18604== Thread 2: ==18604== Syscall param writev(vector[...]) points to uninitialised byte(s) ==18604== at 0x433904F: ??? (syscall-template.S:84) ==18604== by 0x7BC88028: send_request (server.c:228) ==18604== by 0x7BC881DB: wine_server_call (server.c:309) ==18604== by 0x4D0D7D8: SetClipboardData (clipboard.c:904) ==18604== by 0x4A28D16: clipboard_thread (clipboard.c:1339) ==18604== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18604== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18604== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18604== by 0x7BC99BDE: start_thread (thread.c:487) ==18604== by 0x4245249: start_thread (pthread_create.c:333) ==18604== by 0x4340D6D: clone (clone.S:114) ==18604== Address 0x48ddfc8 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4FDE1DD: create_family (freetype.c:1584) ==18604== by 0x4FDEAF3: load_font_list_from_cache (freetype.c:1758) ==18604== by 0x4FE75A1: WineEngInit (freetype.c:4402) ==18604== by 0x4FF63CE: DllMain (gdiobj.c:677) ==18604== by 0x5014B5F: __wine_spec_dll_entry (dll_entry.c:40) ==18604== by 0x7BC56E85: ??? (loader.c:150) ==18604== by 0x7BC597B7: MODULE_InitDLL (loader.c:1121) ==18604== by 0x7BC59C8D: process_attach (loader.c:1222) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC5EFB5: attach_process_dlls (loader.c:3011) ==18604== by 0x4041278: ??? (port.c:78) ==18604== Uninitialised value was created by a client request ==18604== at 0x7BC505E1: mark_block_uninitialized (heap.c:208) ==18604== by 0x7BC5076D: initialize_block (heap.c:239) ==18604== by 0x7BC54CB3: RtlAllocateHeap (heap.c:1717) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4A28D08: clipboard_thread (clipboard.c:1339) ==18604== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18604== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18604== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18604== by 0x7BC99BDE: start_thread (thread.c:487) ==18604== by 0x4245249: start_thread (pthread_create.c:333) ==18604== by 0x4340D6D: clone (clone.S:114) ==18604== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request 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:start_thread fun:start_thread fun:clone } ==18664== Thread 1 user32_test.exe.so: ==18664== 8 bytes in 1 blocks are possibly lost in loss record 62 of 701 ==18664== at 0x7BC50812: notify_alloc (heap.c:254) ==18664== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18664== by 0x7B449A29: HeapAlloc (heap.c:271) ==18664== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18664== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18664== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18664== by 0x4B28B2B: run_test (test.h:603) ==18664== by 0x4B28F7D: main (test.h:687) ==18664== { 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 } ==18664== 9 bytes in 1 blocks are definitely lost in loss record 64 of 701 ==18664== at 0x7BC50812: notify_alloc (heap.c:254) ==18664== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18664== by 0x7B449A29: HeapAlloc (heap.c:271) ==18664== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18664== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18664== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18664== by 0x4B28B2B: run_test (test.h:603) ==18664== by 0x4B28F7D: main (test.h:687) ==18664== { 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 } ==18664== 100 bytes in 1 blocks are definitely lost in loss record 432 of 701 ==18664== at 0x7BC50812: notify_alloc (heap.c:254) ==18664== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18664== by 0x7B449A29: HeapAlloc (heap.c:271) ==18664== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18664== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18664== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18664== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18664== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18664== by 0x7BC99BDE: start_thread (thread.c:487) ==18664== by 0x4245249: start_thread (pthread_create.c:333) ==18664== by 0x4340D6D: clone (clone.S:114) ==18664== { 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:start_thread fun:start_thread fun:clone } ==18664== 100 bytes in 1 blocks are definitely lost in loss record 433 of 701 ==18664== at 0x7BC50812: notify_alloc (heap.c:254) ==18664== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18664== by 0x7B449A29: HeapAlloc (heap.c:271) ==18664== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18664== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18664== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18664== by 0x4B28B2B: run_test (test.h:603) ==18664== by 0x4B28F7D: main (test.h:687) ==18664== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18666== Thread 1 user32_test.exe.so: ==18666== 8 bytes in 1 blocks are possibly lost in loss record 62 of 701 ==18666== at 0x7BC50812: notify_alloc (heap.c:254) ==18666== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18666== by 0x7B449A29: HeapAlloc (heap.c:271) ==18666== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18666== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18666== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18666== by 0x4B28B2B: run_test (test.h:603) ==18666== by 0x4B28F7D: main (test.h:687) ==18666== { 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 } ==18666== 9 bytes in 1 blocks are definitely lost in loss record 64 of 701 ==18666== at 0x7BC50812: notify_alloc (heap.c:254) ==18666== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18666== by 0x7B449A29: HeapAlloc (heap.c:271) ==18666== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18666== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18666== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18666== by 0x4B28B2B: run_test (test.h:603) ==18666== by 0x4B28F7D: main (test.h:687) ==18666== { 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 } ==18666== 100 bytes in 1 blocks are definitely lost in loss record 432 of 701 ==18666== at 0x7BC50812: notify_alloc (heap.c:254) ==18666== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18666== by 0x7B449A29: HeapAlloc (heap.c:271) ==18666== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18666== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18666== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18666== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18666== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18666== by 0x7BC99BDE: start_thread (thread.c:487) ==18666== by 0x4245249: start_thread (pthread_create.c:333) ==18666== by 0x4340D6D: clone (clone.S:114) ==18666== { 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:start_thread fun:start_thread fun:clone } ==18666== 100 bytes in 1 blocks are definitely lost in loss record 433 of 701 ==18666== at 0x7BC50812: notify_alloc (heap.c:254) ==18666== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18666== by 0x7B449A29: HeapAlloc (heap.c:271) ==18666== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18666== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18666== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18666== by 0x4B28B2B: run_test (test.h:603) ==18666== by 0x4B28F7D: main (test.h:687) ==18666== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18673== Thread 1 user32_test.exe.so: ==18673== 8 bytes in 1 blocks are possibly lost in loss record 61 of 699 ==18673== at 0x7BC50812: notify_alloc (heap.c:254) ==18673== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18673== by 0x7B449A29: HeapAlloc (heap.c:271) ==18673== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18673== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18673== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18673== by 0x4B28B2B: run_test (test.h:603) ==18673== by 0x4B28F7D: main (test.h:687) ==18673== { 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 } ==18673== 9 bytes in 1 blocks are definitely lost in loss record 63 of 699 ==18673== at 0x7BC50812: notify_alloc (heap.c:254) ==18673== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18673== by 0x7B449A29: HeapAlloc (heap.c:271) ==18673== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18673== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18673== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18673== by 0x4B28B2B: run_test (test.h:603) ==18673== by 0x4B28F7D: main (test.h:687) ==18673== { 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 } ==18673== 100 bytes in 1 blocks are definitely lost in loss record 430 of 699 ==18673== at 0x7BC50812: notify_alloc (heap.c:254) ==18673== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18673== by 0x7B449A29: HeapAlloc (heap.c:271) ==18673== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18673== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18673== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18673== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18673== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18673== by 0x7BC99BDE: start_thread (thread.c:487) ==18673== by 0x4245249: start_thread (pthread_create.c:333) ==18673== by 0x4340D6D: clone (clone.S:114) ==18673== { 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:start_thread fun:start_thread fun:clone } ==18673== 100 bytes in 1 blocks are definitely lost in loss record 431 of 699 ==18673== at 0x7BC50812: notify_alloc (heap.c:254) ==18673== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18673== by 0x7B449A29: HeapAlloc (heap.c:271) ==18673== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18673== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18673== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18673== by 0x4B28B2B: run_test (test.h:603) ==18673== by 0x4B28F7D: main (test.h:687) ==18673== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18678== Thread 1 user32_test.exe.so: ==18678== 8 bytes in 1 blocks are possibly lost in loss record 62 of 702 ==18678== at 0x7BC50812: notify_alloc (heap.c:254) ==18678== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18678== by 0x7B449A29: HeapAlloc (heap.c:271) ==18678== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18678== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18678== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18678== by 0x4B28B2B: run_test (test.h:603) ==18678== by 0x4B28F7D: main (test.h:687) ==18678== { 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 } ==18678== 9 bytes in 1 blocks are definitely lost in loss record 64 of 702 ==18678== at 0x7BC50812: notify_alloc (heap.c:254) ==18678== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18678== by 0x7B449A29: HeapAlloc (heap.c:271) ==18678== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18678== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18678== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18678== by 0x4B28B2B: run_test (test.h:603) ==18678== by 0x4B28F7D: main (test.h:687) ==18678== { 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 } ==18678== 100 bytes in 1 blocks are definitely lost in loss record 431 of 702 ==18678== at 0x7BC50812: notify_alloc (heap.c:254) ==18678== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18678== by 0x7B449A29: HeapAlloc (heap.c:271) ==18678== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18678== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18678== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18678== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18678== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18678== by 0x7BC99BDE: start_thread (thread.c:487) ==18678== by 0x4245249: start_thread (pthread_create.c:333) ==18678== by 0x4340D6D: clone (clone.S:114) ==18678== { 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:start_thread fun:start_thread fun:clone } ==18678== 100 bytes in 1 blocks are definitely lost in loss record 432 of 702 ==18678== at 0x7BC50812: notify_alloc (heap.c:254) ==18678== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18678== by 0x7B449A29: HeapAlloc (heap.c:271) ==18678== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18678== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18678== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18678== by 0x4B28B2B: run_test (test.h:603) ==18678== by 0x4B28F7D: main (test.h:687) ==18678== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18680== Thread 1 user32_test.exe.so: ==18680== 8 bytes in 1 blocks are possibly lost in loss record 62 of 702 ==18680== at 0x7BC50812: notify_alloc (heap.c:254) ==18680== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18680== by 0x7B449A29: HeapAlloc (heap.c:271) ==18680== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18680== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18680== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18680== by 0x4B28B2B: run_test (test.h:603) ==18680== by 0x4B28F7D: main (test.h:687) ==18680== { 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 } ==18680== 9 bytes in 1 blocks are definitely lost in loss record 64 of 702 ==18680== at 0x7BC50812: notify_alloc (heap.c:254) ==18680== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18680== by 0x7B449A29: HeapAlloc (heap.c:271) ==18680== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18680== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18680== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18680== by 0x4B28B2B: run_test (test.h:603) ==18680== by 0x4B28F7D: main (test.h:687) ==18680== { 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 } ==18680== 100 bytes in 1 blocks are definitely lost in loss record 431 of 702 ==18680== at 0x7BC50812: notify_alloc (heap.c:254) ==18680== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18680== by 0x7B449A29: HeapAlloc (heap.c:271) ==18680== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18680== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18680== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18680== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18680== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18680== by 0x7BC99BDE: start_thread (thread.c:487) ==18680== by 0x4245249: start_thread (pthread_create.c:333) ==18680== by 0x4340D6D: clone (clone.S:114) ==18680== { 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:start_thread fun:start_thread fun:clone } ==18680== 100 bytes in 1 blocks are definitely lost in loss record 432 of 702 ==18680== at 0x7BC50812: notify_alloc (heap.c:254) ==18680== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18680== by 0x7B449A29: HeapAlloc (heap.c:271) ==18680== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18680== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18680== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18680== by 0x4B28B2B: run_test (test.h:603) ==18680== by 0x4B28F7D: main (test.h:687) ==18680== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18604== Thread 1 user32_test.exe.so: ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BA45: test_handles (clipboard.c:1757) ==18604== by 0x4A2E58E: test_data_handles (clipboard.c:2074) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x4903980 is 864 bytes inside a block of size 944 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B46DD90: create_process (process.c:2128) ==18604== by 0x7B46EDB7: create_process_impl (process.c:2415) ==18604== by 0x7B46F470: CreateProcessA (process.c:2498) ==18604== by 0x4A20EFD: run_process (clipboard.c:171) ==18604== by 0x4A222F9: test_ClipboardOwner (clipboard.c:334) ==18604== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B46C8FE: create_startup_info (process.c:1695) ==18604== by 0x7B46D7E7: create_process (process.c:2045) ==18604== by 0x7B46EDB7: create_process_impl (process.c:2415) ==18604== by 0x7B46F470: CreateProcessA (process.c:2498) ==18604== by 0x4A20EFD: run_process (clipboard.c:171) ==18604== by 0x4A222F9: test_ClipboardOwner (clipboard.c:334) ==18604== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BEA3: test_handles (clipboard.c:1788) ==18604== by 0x4A2E58E: test_data_handles (clipboard.c:2074) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491c9f0 is 0 bytes inside a block of size 1 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B44AA8D: GlobalFree (heap.c:752) ==18604== by 0x4D0BB8E: cache_data (clipboard.c:282) ==18604== by 0x4D0E061: GetClipboardData (clipboard.c:1067) ==18604== by 0x4A24BEE: test_synthesized (clipboard.c:766) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4D0DEE7: GetClipboardData (clipboard.c:1042) ==18604== by 0x4A24BEE: test_synthesized (clipboard.c:766) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BEE0: test_handles (clipboard.c:1789) ==18604== by 0x4A2E58E: test_data_handles (clipboard.c:2074) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x4916e60 is 8 bytes inside a block of size 20 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x4D0BD46: free_cached_data (clipboard.c:333) ==18604== by 0x4D0BDB1: invalidate_memory_formats (clipboard.c:354) ==18604== by 0x4D0CCD2: OpenClipboard (clipboard.c:706) ==18604== by 0x4A24AB3: test_synthesized (clipboard.c:756) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4D0D70F: SetClipboardData (clipboard.c:892) ==18604== by 0x4A24845: test_synthesized (clipboard.c:722) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BF1D: test_handles (clipboard.c:1790) ==18604== by 0x4A2E58E: test_data_handles (clipboard.c:2074) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48f43b0 is 8 bytes inside a block of size 32 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7BC3BF99: RtlDeleteCriticalSection (critsection.c:404) ==18604== by 0x7B4453C3: FindClose (file.c:2253) ==18604== by 0x7B4637D2: GetLongPathNameW (path.c:366) ==18604== by 0x7B46C6A3: create_startup_info (process.c:1659) ==18604== by 0x7B46D7E7: create_process (process.c:2045) ==18604== by 0x7B46EDB7: create_process_impl (process.c:2415) ==18604== by 0x7B46F470: CreateProcessA (process.c:2498) ==18604== by 0x4A20EFD: run_process (clipboard.c:171) ==18604== by 0x4A217B3: test_ClipboardOwner (clipboard.c:259) ==18604== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7BC3BE13: RtlInitializeCriticalSectionEx (critsection.c:326) ==18604== by 0x7BC3BD1F: RtlInitializeCriticalSection (critsection.c:262) ==18604== by 0x7B444AA9: FindFirstFileExW (file.c:2053) ==18604== by 0x7B4456FF: FindFirstFileW (file.c:2315) ==18604== by 0x7B46372D: GetLongPathNameW (path.c:359) ==18604== by 0x7B46C6A3: create_startup_info (process.c:1659) ==18604== by 0x7B46D7E7: create_process (process.c:2045) ==18604== by 0x7B46EDB7: create_process_impl (process.c:2415) ==18604== by 0x7B46F470: CreateProcessA (process.c:2498) ==18604== by 0x4A20EFD: run_process (clipboard.c:171) ==18604== by 0x4A217B3: test_ClipboardOwner (clipboard.c:259) ==18604== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BF5A: test_handles (clipboard.c:1791) ==18604== by 0x4A2E58E: test_data_handles (clipboard.c:2074) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x4903940 is 800 bytes inside a block of size 944 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B46DD90: create_process (process.c:2128) ==18604== by 0x7B46EDB7: create_process_impl (process.c:2415) ==18604== by 0x7B46F470: CreateProcessA (process.c:2498) ==18604== by 0x4A20EFD: run_process (clipboard.c:171) ==18604== by 0x4A222F9: test_ClipboardOwner (clipboard.c:334) ==18604== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B46C8FE: create_startup_info (process.c:1695) ==18604== by 0x7B46D7E7: create_process (process.c:2045) ==18604== by 0x7B46EDB7: create_process_impl (process.c:2415) ==18604== by 0x7B46F470: CreateProcessA (process.c:2498) ==18604== by 0x4A20EFD: run_process (clipboard.c:171) ==18604== by 0x4A222F9: test_ClipboardOwner (clipboard.c:334) ==18604== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BF97: test_handles (clipboard.c:1792) ==18604== by 0x4A2E58E: test_data_handles (clipboard.c:2074) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491beb0 is 344 bytes inside a block of size 1,024 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B44AA8D: GlobalFree (heap.c:752) ==18604== by 0x4D0E109: GetClipboardData (clipboard.c:1073) ==18604== by 0x4A24BEE: test_synthesized (clipboard.c:766) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4D0DEE7: GetClipboardData (clipboard.c:1042) ==18604== by 0x4A24BEE: test_synthesized (clipboard.c:766) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CB55: test_handles (clipboard.c:1882) ==18604== by 0x4A2E58E: test_data_handles (clipboard.c:2074) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491c9f0 is 0 bytes inside a block of size 1 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B44AA8D: GlobalFree (heap.c:752) ==18604== by 0x4D0BB8E: cache_data (clipboard.c:282) ==18604== by 0x4D0E061: GetClipboardData (clipboard.c:1067) ==18604== by 0x4A24BEE: test_synthesized (clipboard.c:766) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4D0DEE7: GetClipboardData (clipboard.c:1042) ==18604== by 0x4A24BEE: test_synthesized (clipboard.c:766) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CBC6: test_handles (clipboard.c:1883) ==18604== by 0x4A2E58E: test_data_handles (clipboard.c:2074) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x4916e60 is 8 bytes inside a block of size 20 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x4D0BD46: free_cached_data (clipboard.c:333) ==18604== by 0x4D0BDB1: invalidate_memory_formats (clipboard.c:354) ==18604== by 0x4D0CCD2: OpenClipboard (clipboard.c:706) ==18604== by 0x4A24AB3: test_synthesized (clipboard.c:756) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4D0D70F: SetClipboardData (clipboard.c:892) ==18604== by 0x4A24845: test_synthesized (clipboard.c:722) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CC37: test_handles (clipboard.c:1884) ==18604== by 0x4A2E58E: test_data_handles (clipboard.c:2074) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48f43b0 is 8 bytes inside a block of size 32 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7BC3BF99: RtlDeleteCriticalSection (critsection.c:404) ==18604== by 0x7B4453C3: FindClose (file.c:2253) ==18604== by 0x7B4637D2: GetLongPathNameW (path.c:366) ==18604== by 0x7B46C6A3: create_startup_info (process.c:1659) ==18604== by 0x7B46D7E7: create_process (process.c:2045) ==18604== by 0x7B46EDB7: create_process_impl (process.c:2415) ==18604== by 0x7B46F470: CreateProcessA (process.c:2498) ==18604== by 0x4A20EFD: run_process (clipboard.c:171) ==18604== by 0x4A217B3: test_ClipboardOwner (clipboard.c:259) ==18604== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7BC3BE13: RtlInitializeCriticalSectionEx (critsection.c:326) ==18604== by 0x7BC3BD1F: RtlInitializeCriticalSection (critsection.c:262) ==18604== by 0x7B444AA9: FindFirstFileExW (file.c:2053) ==18604== by 0x7B4456FF: FindFirstFileW (file.c:2315) ==18604== by 0x7B46372D: GetLongPathNameW (path.c:359) ==18604== by 0x7B46C6A3: create_startup_info (process.c:1659) ==18604== by 0x7B46D7E7: create_process (process.c:2045) ==18604== by 0x7B46EDB7: create_process_impl (process.c:2415) ==18604== by 0x7B46F470: CreateProcessA (process.c:2498) ==18604== by 0x4A20EFD: run_process (clipboard.c:171) ==18604== by 0x4A217B3: test_ClipboardOwner (clipboard.c:259) ==18604== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CCA8: test_handles (clipboard.c:1885) ==18604== by 0x4A2E58E: test_data_handles (clipboard.c:2074) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x4903940 is 800 bytes inside a block of size 944 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B46DD90: create_process (process.c:2128) ==18604== by 0x7B46EDB7: create_process_impl (process.c:2415) ==18604== by 0x7B46F470: CreateProcessA (process.c:2498) ==18604== by 0x4A20EFD: run_process (clipboard.c:171) ==18604== by 0x4A222F9: test_ClipboardOwner (clipboard.c:334) ==18604== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B46C8FE: create_startup_info (process.c:1695) ==18604== by 0x7B46D7E7: create_process (process.c:2045) ==18604== by 0x7B46EDB7: create_process_impl (process.c:2415) ==18604== by 0x7B46F470: CreateProcessA (process.c:2498) ==18604== by 0x4A20EFD: run_process (clipboard.c:171) ==18604== by 0x4A222F9: test_ClipboardOwner (clipboard.c:334) ==18604== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CD19: test_handles (clipboard.c:1886) ==18604== by 0x4A2E58E: test_data_handles (clipboard.c:2074) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491beb0 is 344 bytes inside a block of size 1,024 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B44AA8D: GlobalFree (heap.c:752) ==18604== by 0x4D0E109: GetClipboardData (clipboard.c:1073) ==18604== by 0x4A24BEE: test_synthesized (clipboard.c:766) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4D0DEE7: GetClipboardData (clipboard.c:1042) ==18604== by 0x4A24BEE: test_synthesized (clipboard.c:766) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BA45: test_handles (clipboard.c:1757) ==18604== by 0x4A2E59F: test_data_handles (clipboard.c:2075) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x49240c0 is 40 bytes inside a block of size 348 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B44AA8D: GlobalFree (heap.c:752) ==18604== by 0x4D0D8DC: SetClipboardData (clipboard.c:926) ==18604== by 0x4A24875: test_synthesized (clipboard.c:728) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4D0B75C: marshal_data (clipboard.c:159) ==18604== by 0x4D0D6AC: SetClipboardData (clipboard.c:890) ==18604== by 0x4A24875: test_synthesized (clipboard.c:728) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BEA3: test_handles (clipboard.c:1788) ==18604== by 0x4A2E59F: test_data_handles (clipboard.c:2075) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48d01f0 is 0 bytes inside a block of size 26 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7BC5AB6E: load_builtin_callback (loader.c:1624) ==18604== by 0x40400CA: __wine_dll_register (loader.c:514) ==18604== by 0x7B49300C: __wine_spec_init (init.c:35) ==18604== by 0x400FB50: call_init.part.0 (dl-init.c:58) ==18604== by 0x400FCBD: call_init (dl-init.c:30) ==18604== by 0x400FCBD: _dl_init (dl-init.c:120) ==18604== by 0x4013F56: dl_open_worker (dl-open.c:564) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x4013711: _dl_open (dl-open.c:649) ==18604== by 0x440BBD4: dlopen_doit (dlopen.c:66) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x440C2EC: _dlerror_run (dlerror.c:163) ==18604== by 0x440BC7D: dlopen@@GLIBC_2.1 (dlopen.c:87) ==18604== by 0x40406B6: wine_dlopen (loader.c:1034) ==18604== by 0x403FA71: dlopen_dll (loader.c:292) ==18604== by 0x4040305: wine_dll_load (loader.c:578) ==18604== by 0x7BC5BF82: load_builtin_dll (loader.c:1974) ==18604== by 0x7BC5FCB6: __wine_process_init (loader.c:3338) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7BC5A838: get_builtin_fullname (loader.c:1559) ==18604== by 0x7BC5AAB0: load_builtin_callback (loader.c:1616) ==18604== by 0x40400CA: __wine_dll_register (loader.c:514) ==18604== by 0x7B49300C: __wine_spec_init (init.c:35) ==18604== by 0x400FB50: call_init.part.0 (dl-init.c:58) ==18604== by 0x400FCBD: call_init (dl-init.c:30) ==18604== by 0x400FCBD: _dl_init (dl-init.c:120) ==18604== by 0x4013F56: dl_open_worker (dl-open.c:564) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x4013711: _dl_open (dl-open.c:649) ==18604== by 0x440BBD4: dlopen_doit (dlopen.c:66) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x440C2EC: _dlerror_run (dlerror.c:163) ==18604== by 0x440BC7D: dlopen@@GLIBC_2.1 (dlopen.c:87) ==18604== by 0x40406B6: wine_dlopen (loader.c:1034) ==18604== by 0x403FA71: dlopen_dll (loader.c:292) ==18604== by 0x4040305: wine_dll_load (loader.c:578) ==18604== by 0x7BC5BF82: load_builtin_dll (loader.c:1974) ==18604== by 0x7BC5FCB6: __wine_process_init (loader.c:3338) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BEE0: test_handles (clipboard.c:1789) ==18604== by 0x4A2E59F: test_data_handles (clipboard.c:2075) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491d518 is 0 bytes inside a block of size 20 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x4D0BD46: free_cached_data (clipboard.c:333) ==18604== by 0x4D0BE0C: free_cached_formats (clipboard.c:367) ==18604== by 0x4D0CF7E: EmptyClipboard (clipboard.c:759) ==18604== by 0x4A247A4: test_synthesized (clipboard.c:715) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4D0BBDD: cache_data (clipboard.c:291) ==18604== by 0x4D0E061: GetClipboardData (clipboard.c:1067) ==18604== by 0x4A2549A: test_synthesized (clipboard.c:840) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BF1D: test_handles (clipboard.c:1790) ==18604== by 0x4A2E59F: test_data_handles (clipboard.c:2075) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491d5f8 is 15 bytes after a block of size 1 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B44AA8D: GlobalFree (heap.c:752) ==18604== by 0x4D0E109: GetClipboardData (clipboard.c:1073) ==18604== by 0x4A25619: test_synthesized (clipboard.c:853) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4D0DEE7: GetClipboardData (clipboard.c:1042) ==18604== by 0x4A25619: test_synthesized (clipboard.c:853) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BF5A: test_handles (clipboard.c:1791) ==18604== by 0x4A2E59F: test_data_handles (clipboard.c:2075) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491d638 is 56 bytes inside a block of size 76 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x4FCFCBE: CreateEnhMetaFileA (init.c:299) ==18604== by 0x4A236CD: create_emf (clipboard.c:522) ==18604== by 0x4A2486A: test_synthesized (clipboard.c:728) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4FCFC43: CreateEnhMetaFileA (init.c:292) ==18604== by 0x4A236CD: create_emf (clipboard.c:522) ==18604== by 0x4A2486A: test_synthesized (clipboard.c:728) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BF97: test_handles (clipboard.c:1792) ==18604== by 0x4A2E59F: test_data_handles (clipboard.c:2075) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491d060 is 560 bytes inside a block of size 1,024 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B44AA8D: GlobalFree (heap.c:752) ==18604== by 0x4D0E109: GetClipboardData (clipboard.c:1073) ==18604== by 0x4A25619: test_synthesized (clipboard.c:853) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4D0DEE7: GetClipboardData (clipboard.c:1042) ==18604== by 0x4A25619: test_synthesized (clipboard.c:853) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CB55: test_handles (clipboard.c:1882) ==18604== by 0x4A2E59F: test_data_handles (clipboard.c:2075) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48d01f0 is 0 bytes inside a block of size 26 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7BC5AB6E: load_builtin_callback (loader.c:1624) ==18604== by 0x40400CA: __wine_dll_register (loader.c:514) ==18604== by 0x7B49300C: __wine_spec_init (init.c:35) ==18604== by 0x400FB50: call_init.part.0 (dl-init.c:58) ==18604== by 0x400FCBD: call_init (dl-init.c:30) ==18604== by 0x400FCBD: _dl_init (dl-init.c:120) ==18604== by 0x4013F56: dl_open_worker (dl-open.c:564) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x4013711: _dl_open (dl-open.c:649) ==18604== by 0x440BBD4: dlopen_doit (dlopen.c:66) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x440C2EC: _dlerror_run (dlerror.c:163) ==18604== by 0x440BC7D: dlopen@@GLIBC_2.1 (dlopen.c:87) ==18604== by 0x40406B6: wine_dlopen (loader.c:1034) ==18604== by 0x403FA71: dlopen_dll (loader.c:292) ==18604== by 0x4040305: wine_dll_load (loader.c:578) ==18604== by 0x7BC5BF82: load_builtin_dll (loader.c:1974) ==18604== by 0x7BC5FCB6: __wine_process_init (loader.c:3338) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7BC5A838: get_builtin_fullname (loader.c:1559) ==18604== by 0x7BC5AAB0: load_builtin_callback (loader.c:1616) ==18604== by 0x40400CA: __wine_dll_register (loader.c:514) ==18604== by 0x7B49300C: __wine_spec_init (init.c:35) ==18604== by 0x400FB50: call_init.part.0 (dl-init.c:58) ==18604== by 0x400FCBD: call_init (dl-init.c:30) ==18604== by 0x400FCBD: _dl_init (dl-init.c:120) ==18604== by 0x4013F56: dl_open_worker (dl-open.c:564) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x4013711: _dl_open (dl-open.c:649) ==18604== by 0x440BBD4: dlopen_doit (dlopen.c:66) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x440C2EC: _dlerror_run (dlerror.c:163) ==18604== by 0x440BC7D: dlopen@@GLIBC_2.1 (dlopen.c:87) ==18604== by 0x40406B6: wine_dlopen (loader.c:1034) ==18604== by 0x403FA71: dlopen_dll (loader.c:292) ==18604== by 0x4040305: wine_dll_load (loader.c:578) ==18604== by 0x7BC5BF82: load_builtin_dll (loader.c:1974) ==18604== by 0x7BC5FCB6: __wine_process_init (loader.c:3338) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CBC6: test_handles (clipboard.c:1883) ==18604== by 0x4A2E59F: test_data_handles (clipboard.c:2075) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491d518 is 0 bytes inside a block of size 20 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x4D0BD46: free_cached_data (clipboard.c:333) ==18604== by 0x4D0BE0C: free_cached_formats (clipboard.c:367) ==18604== by 0x4D0CF7E: EmptyClipboard (clipboard.c:759) ==18604== by 0x4A247A4: test_synthesized (clipboard.c:715) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4D0BBDD: cache_data (clipboard.c:291) ==18604== by 0x4D0E061: GetClipboardData (clipboard.c:1067) ==18604== by 0x4A2549A: test_synthesized (clipboard.c:840) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CC37: test_handles (clipboard.c:1884) ==18604== by 0x4A2E59F: test_data_handles (clipboard.c:2075) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491d5f8 is 15 bytes after a block of size 1 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B44AA8D: GlobalFree (heap.c:752) ==18604== by 0x4D0E109: GetClipboardData (clipboard.c:1073) ==18604== by 0x4A25619: test_synthesized (clipboard.c:853) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4D0DEE7: GetClipboardData (clipboard.c:1042) ==18604== by 0x4A25619: test_synthesized (clipboard.c:853) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CCA8: test_handles (clipboard.c:1885) ==18604== by 0x4A2E59F: test_data_handles (clipboard.c:2075) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491d638 is 56 bytes inside a block of size 76 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x4FCFCBE: CreateEnhMetaFileA (init.c:299) ==18604== by 0x4A236CD: create_emf (clipboard.c:522) ==18604== by 0x4A2486A: test_synthesized (clipboard.c:728) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4FCFC43: CreateEnhMetaFileA (init.c:292) ==18604== by 0x4A236CD: create_emf (clipboard.c:522) ==18604== by 0x4A2486A: test_synthesized (clipboard.c:728) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CD19: test_handles (clipboard.c:1886) ==18604== by 0x4A2E59F: test_data_handles (clipboard.c:2075) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x491d060 is 560 bytes inside a block of size 1,024 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B44AA8D: GlobalFree (heap.c:752) ==18604== by 0x4D0E109: GetClipboardData (clipboard.c:1073) ==18604== by 0x4A25619: test_synthesized (clipboard.c:853) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4D0DEE7: GetClipboardData (clipboard.c:1042) ==18604== by 0x4A25619: test_synthesized (clipboard.c:853) ==18604== by 0x4A3107D: func_clipboard (clipboard.c:2470) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BA45: test_handles (clipboard.c:1757) ==18604== by 0x4A2E5AD: test_data_handles (clipboard.c:2076) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48d1a18 is 152 bytes inside a block of size 256 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B46A7AB: init_current_directory (process.c:938) ==18604== by 0x7B46B443: __wine_kernel_init (process.c:1220) ==18604== by 0x7BC5FD69: __wine_process_init (loader.c:3353) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== by 0x7C000ECF: main (main.c:258) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B46A58A: init_current_directory (process.c:896) ==18604== by 0x7B46B443: __wine_kernel_init (process.c:1220) ==18604== by 0x7BC5FD69: __wine_process_init (loader.c:3353) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== by 0x7C000ECF: main (main.c:258) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CB55: test_handles (clipboard.c:1882) ==18604== by 0x4A2E5AD: test_data_handles (clipboard.c:2076) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48d6d18 is 0 bytes inside a block of size 16 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7BC472D2: FILE_CreateFile (file.c:251) ==18604== by 0x7BC47497: NtOpenFile (file.c:308) ==18604== by 0x7BC5C9F3: find_dll_file (loader.c:2194) ==18604== by 0x7BC5CD0D: load_dll (loader.c:2267) ==18604== by 0x7BC57A93: import_dll (loader.c:608) ==18604== by 0x7BC58B78: fixup_imports (loader.c:922) ==18604== by 0x7BC5AC93: load_builtin_callback (loader.c:1642) ==18604== by 0x40400CA: __wine_dll_register (loader.c:514) ==18604== by 0x4DAE718: __wine_spec_init (init.c:35) ==18604== by 0x400FB50: call_init.part.0 (dl-init.c:58) ==18604== by 0x400FCBD: call_init (dl-init.c:30) ==18604== by 0x400FCBD: _dl_init (dl-init.c:120) ==18604== by 0x4013F56: dl_open_worker (dl-open.c:564) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x4013711: _dl_open (dl-open.c:649) ==18604== by 0x440BBD4: dlopen_doit (dlopen.c:66) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x440C2EC: _dlerror_run (dlerror.c:163) ==18604== by 0x440BC7D: dlopen@@GLIBC_2.1 (dlopen.c:87) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7BC92E90: alloc_object_attributes (sync.c:117) ==18604== by 0x7BC47179: FILE_CreateFile (file.c:232) ==18604== by 0x7BC47497: NtOpenFile (file.c:308) ==18604== by 0x7BC5C9F3: find_dll_file (loader.c:2194) ==18604== by 0x7BC5CD0D: load_dll (loader.c:2267) ==18604== by 0x7BC57A93: import_dll (loader.c:608) ==18604== by 0x7BC58B78: fixup_imports (loader.c:922) ==18604== by 0x7BC5AC93: load_builtin_callback (loader.c:1642) ==18604== by 0x40400CA: __wine_dll_register (loader.c:514) ==18604== by 0x4DAE718: __wine_spec_init (init.c:35) ==18604== by 0x400FB50: call_init.part.0 (dl-init.c:58) ==18604== by 0x400FCBD: call_init (dl-init.c:30) ==18604== by 0x400FCBD: _dl_init (dl-init.c:120) ==18604== by 0x4013F56: dl_open_worker (dl-open.c:564) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x4013711: _dl_open (dl-open.c:649) ==18604== by 0x440BBD4: dlopen_doit (dlopen.c:66) ==18604== by 0x400FA33: _dl_catch_error (dl-error.c:187) ==18604== by 0x440C2EC: _dlerror_run (dlerror.c:163) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CBC6: test_handles (clipboard.c:1883) ==18604== by 0x4A2E5AD: test_data_handles (clipboard.c:2076) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48d4ba8 is 32 bytes inside a block of size 78 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7BC7DE96: RtlFreeUnicodeString (rtlstr.c:319) ==18604== by 0x7BC4428D: RtlDoesFileExists_U (directory.c:2989) ==18604== by 0x7BC6C3CF: RtlDosSearchPath_U (path.c:481) ==18604== by 0x7BC5C90D: find_dll_file (loader.c:2177) ==18604== by 0x7BC5CD0D: load_dll (loader.c:2267) ==18604== by 0x7BC57A93: import_dll (loader.c:608) ==18604== by 0x7BC58B78: fixup_imports (loader.c:922) ==18604== by 0x7BC5F526: LdrInitializeThunk (loader.c:3132) ==18604== by 0x7B46B9E2: __wine_kernel_init (process.c:1310) ==18604== by 0x7BC5FD69: __wine_process_init (loader.c:3353) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== by 0x7C000ECF: main (main.c:258) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7BC6BFE8: RtlDosPathNameToNtPathName_U (path.c:394) ==18604== by 0x7BC44232: RtlDoesFileExists_U (directory.c:2978) ==18604== by 0x7BC6C3CF: RtlDosSearchPath_U (path.c:481) ==18604== by 0x7BC5C90D: find_dll_file (loader.c:2177) ==18604== by 0x7BC5CD0D: load_dll (loader.c:2267) ==18604== by 0x7BC57A93: import_dll (loader.c:608) ==18604== by 0x7BC58B78: fixup_imports (loader.c:922) ==18604== by 0x7BC5F526: LdrInitializeThunk (loader.c:3132) ==18604== by 0x7B46B9E2: __wine_kernel_init (process.c:1310) ==18604== by 0x7BC5FD69: __wine_process_init (loader.c:3353) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== by 0x7C000ECF: main (main.c:258) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CC37: test_handles (clipboard.c:1884) ==18604== by 0x4A2E5AD: test_data_handles (clipboard.c:2076) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48d19a8 is 40 bytes inside a block of size 256 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B46A7AB: init_current_directory (process.c:938) ==18604== by 0x7B46B443: __wine_kernel_init (process.c:1220) ==18604== by 0x7BC5FD69: __wine_process_init (loader.c:3353) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== by 0x7C000ECF: main (main.c:258) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B46A58A: init_current_directory (process.c:896) ==18604== by 0x7B46B443: __wine_kernel_init (process.c:1220) ==18604== by 0x7BC5FD69: __wine_process_init (loader.c:3353) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== by 0x7C000ECF: main (main.c:258) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CCA8: test_handles (clipboard.c:1885) ==18604== by 0x4A2E5AD: test_data_handles (clipboard.c:2076) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48d19c0 is 64 bytes inside a block of size 256 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B46A7AB: init_current_directory (process.c:938) ==18604== by 0x7B46B443: __wine_kernel_init (process.c:1220) ==18604== by 0x7BC5FD69: __wine_process_init (loader.c:3353) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== by 0x7C000ECF: main (main.c:258) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B46A58A: init_current_directory (process.c:896) ==18604== by 0x7B46B443: __wine_kernel_init (process.c:1220) ==18604== by 0x7BC5FD69: __wine_process_init (loader.c:3353) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== by 0x7C000ECF: main (main.c:258) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CD19: test_handles (clipboard.c:1886) ==18604== by 0x4A2E5AD: test_data_handles (clipboard.c:2076) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48d1a70 is 240 bytes inside a block of size 256 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B46A7AB: init_current_directory (process.c:938) ==18604== by 0x7B46B443: __wine_kernel_init (process.c:1220) ==18604== by 0x7BC5FD69: __wine_process_init (loader.c:3353) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== by 0x7C000ECF: main (main.c:258) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B46A58A: init_current_directory (process.c:896) ==18604== by 0x7B46B443: __wine_kernel_init (process.c:1220) ==18604== by 0x7BC5FD69: __wine_process_init (loader.c:3353) ==18604== by 0x4040676: wine_init (loader.c:974) ==18604== by 0x7C000ECF: main (main.c:258) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18604== Thread 2: ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2BA45: test_handles (clipboard.c:1757) ==18604== by 0x4A2CF6F: test_handles_thread (clipboard.c:1900) ==18604== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18604== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18604== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18604== by 0x7BC99BDE: start_thread (thread.c:487) ==18604== by 0x4245249: start_thread (pthread_create.c:333) ==18604== by 0x4340D6D: clone (clone.S:114) ==18604== Address 0x48dc520 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4FDE1DD: create_family (freetype.c:1584) ==18604== by 0x4FDEAF3: load_font_list_from_cache (freetype.c:1758) ==18604== by 0x4FE75A1: WineEngInit (freetype.c:4402) ==18604== by 0x4FF63CE: DllMain (gdiobj.c:677) ==18604== by 0x5014B5F: __wine_spec_dll_entry (dll_entry.c:40) ==18604== by 0x7BC56E85: ??? (loader.c:150) ==18604== by 0x7BC597B7: MODULE_InitDLL (loader.c:1121) ==18604== by 0x7BC59C8D: process_attach (loader.c:1222) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC5EFB5: attach_process_dlls (loader.c:3011) ==18604== by 0x4041278: ??? (port.c:78) ==18604== { 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:start_thread fun:start_thread fun:clone } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CB55: test_handles (clipboard.c:1882) ==18604== by 0x4A2CF6F: test_handles_thread (clipboard.c:1900) ==18604== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18604== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18604== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18604== by 0x7BC99BDE: start_thread (thread.c:487) ==18604== by 0x4245249: start_thread (pthread_create.c:333) ==18604== by 0x4340D6D: clone (clone.S:114) ==18604== Address 0x48deb50 is 18 bytes after a recently re-allocated block of size 46 alloc'd ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4FDCFF9: strdupW (freetype.c:1098) ==18604== by 0x4FDE4A6: load_face (freetype.c:1650) ==18604== by 0x4FDEC18: load_font_list_from_cache (freetype.c:1778) ==18604== by 0x4FE75A1: WineEngInit (freetype.c:4402) ==18604== by 0x4FF63CE: DllMain (gdiobj.c:677) ==18604== by 0x5014B5F: __wine_spec_dll_entry (dll_entry.c:40) ==18604== by 0x7BC56E85: ??? (loader.c:150) ==18604== by 0x7BC597B7: MODULE_InitDLL (loader.c:1121) ==18604== by 0x7BC59C8D: process_attach (loader.c:1222) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC5EFB5: attach_process_dlls (loader.c:3011) ==18604== by 0x4041278: ??? (port.c:78) ==18604== { 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:start_thread fun:start_thread fun:clone } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CBC6: test_handles (clipboard.c:1883) ==18604== by 0x4A2CF6F: test_handles_thread (clipboard.c:1900) ==18604== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18604== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18604== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18604== by 0x7BC99BDE: start_thread (thread.c:487) ==18604== by 0x4245249: start_thread (pthread_create.c:333) ==18604== by 0x4340D6D: clone (clone.S:114) ==18604== Address 0x48de680 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4FDE1DD: create_family (freetype.c:1584) ==18604== by 0x4FDEAF3: load_font_list_from_cache (freetype.c:1758) ==18604== by 0x4FE75A1: WineEngInit (freetype.c:4402) ==18604== by 0x4FF63CE: DllMain (gdiobj.c:677) ==18604== by 0x5014B5F: __wine_spec_dll_entry (dll_entry.c:40) ==18604== by 0x7BC56E85: ??? (loader.c:150) ==18604== by 0x7BC597B7: MODULE_InitDLL (loader.c:1121) ==18604== by 0x7BC59C8D: process_attach (loader.c:1222) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC5EFB5: attach_process_dlls (loader.c:3011) ==18604== by 0x4041278: ??? (port.c:78) ==18604== { 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:start_thread fun:start_thread fun:clone } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CC37: test_handles (clipboard.c:1884) ==18604== by 0x4A2CF6F: test_handles_thread (clipboard.c:1900) ==18604== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18604== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18604== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18604== by 0x7BC99BDE: start_thread (thread.c:487) ==18604== by 0x4245249: start_thread (pthread_create.c:333) ==18604== by 0x4340D6D: clone (clone.S:114) ==18604== Address 0x48dd8f0 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4FDE1DD: create_family (freetype.c:1584) ==18604== by 0x4FDEAF3: load_font_list_from_cache (freetype.c:1758) ==18604== by 0x4FE75A1: WineEngInit (freetype.c:4402) ==18604== by 0x4FF63CE: DllMain (gdiobj.c:677) ==18604== by 0x5014B5F: __wine_spec_dll_entry (dll_entry.c:40) ==18604== by 0x7BC56E85: ??? (loader.c:150) ==18604== by 0x7BC597B7: MODULE_InitDLL (loader.c:1121) ==18604== by 0x7BC59C8D: process_attach (loader.c:1222) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC5EFB5: attach_process_dlls (loader.c:3011) ==18604== by 0x4041278: ??? (port.c:78) ==18604== { 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:start_thread fun:start_thread fun:clone } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CCA8: test_handles (clipboard.c:1885) ==18604== by 0x4A2CF6F: test_handles_thread (clipboard.c:1900) ==18604== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18604== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18604== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18604== by 0x7BC99BDE: start_thread (thread.c:487) ==18604== by 0x4245249: start_thread (pthread_create.c:333) ==18604== by 0x4340D6D: clone (clone.S:114) ==18604== Address 0x48dd200 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4FDE1DD: create_family (freetype.c:1584) ==18604== by 0x4FDEAF3: load_font_list_from_cache (freetype.c:1758) ==18604== by 0x4FE75A1: WineEngInit (freetype.c:4402) ==18604== by 0x4FF63CE: DllMain (gdiobj.c:677) ==18604== by 0x5014B5F: __wine_spec_dll_entry (dll_entry.c:40) ==18604== by 0x7BC56E85: ??? (loader.c:150) ==18604== by 0x7BC597B7: MODULE_InitDLL (loader.c:1121) ==18604== by 0x7BC59C8D: process_attach (loader.c:1222) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC5EFB5: attach_process_dlls (loader.c:3011) ==18604== by 0x4041278: ??? (port.c:78) ==18604== { 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:start_thread fun:start_thread fun:clone } ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2CD19: test_handles (clipboard.c:1886) ==18604== by 0x4A2CF6F: test_handles_thread (clipboard.c:1900) ==18604== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18604== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18604== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18604== by 0x7BC99BDE: start_thread (thread.c:487) ==18604== by 0x4245249: start_thread (pthread_create.c:333) ==18604== by 0x4340D6D: clone (clone.S:114) ==18604== Address 0x48dbbf0 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x4FDE1DD: create_family (freetype.c:1584) ==18604== by 0x4FDEAF3: load_font_list_from_cache (freetype.c:1758) ==18604== by 0x4FE75A1: WineEngInit (freetype.c:4402) ==18604== by 0x4FF63CE: DllMain (gdiobj.c:677) ==18604== by 0x5014B5F: __wine_spec_dll_entry (dll_entry.c:40) ==18604== by 0x7BC56E85: ??? (loader.c:150) ==18604== by 0x7BC597B7: MODULE_InitDLL (loader.c:1121) ==18604== by 0x7BC59C8D: process_attach (loader.c:1222) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC59BD8: process_attach (loader.c:1210) ==18604== by 0x7BC5EFB5: attach_process_dlls (loader.c:3011) ==18604== by 0x4041278: ??? (port.c:78) ==18604== { 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:start_thread fun:start_thread fun:clone } ==18704== Thread 1 user32_test.exe.so: ==18704== 8 bytes in 1 blocks are possibly lost in loss record 64 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18704== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18704== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 8 bytes in 1 blocks are possibly lost in loss record 65 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18704== by 0x4A234EB: create_textA (clipboard.c:484) ==18704== by 0x4A2E6A8: test_data_handles (clipboard.c:2087) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 8 bytes in 1 blocks are possibly lost in loss record 66 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18704== by 0x4A234EB: create_textA (clipboard.c:484) ==18704== by 0x4A2E6FB: test_data_handles (clipboard.c:2089) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 8 bytes in 1 blocks are possibly lost in loss record 67 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18704== by 0x4A2361A: create_metafile (clipboard.c:510) ==18704== by 0x4A2E869: test_data_handles (clipboard.c:2097) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 8 bytes in 1 blocks are possibly lost in loss record 68 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18704== by 0x4A2361A: create_metafile (clipboard.c:510) ==18704== by 0x4A2E8E8: test_data_handles (clipboard.c:2100) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 8 bytes in 1 blocks are possibly lost in loss record 69 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18704== by 0x4A234EB: create_textA (clipboard.c:484) ==18704== by 0x4A2EA79: test_data_handles (clipboard.c:2109) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 8 bytes in 1 blocks are possibly lost in loss record 70 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18704== by 0x4A234EB: create_textA (clipboard.c:484) ==18704== by 0x4A2EACF: test_data_handles (clipboard.c:2111) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 9 bytes in 1 blocks are definitely lost in loss record 72 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18704== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18704== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 18 bytes in 1 blocks are definitely lost in loss record 166 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18704== by 0x4A234EB: create_textA (clipboard.c:484) ==18704== by 0x4A2E6A8: test_data_handles (clipboard.c:2087) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 18 bytes in 1 blocks are definitely lost in loss record 167 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18704== by 0x4A234EB: create_textA (clipboard.c:484) ==18704== by 0x4A2E6FB: test_data_handles (clipboard.c:2089) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 18 bytes in 1 blocks are definitely lost in loss record 168 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18704== by 0x4A234EB: create_textA (clipboard.c:484) ==18704== by 0x4A2EA79: test_data_handles (clipboard.c:2109) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 18 bytes in 1 blocks are definitely lost in loss record 169 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18704== by 0x4A234EB: create_textA (clipboard.c:484) ==18704== by 0x4A2EACF: test_data_handles (clipboard.c:2111) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 24 bytes in 1 blocks are definitely lost in loss record 224 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18704== by 0x4A2361A: create_metafile (clipboard.c:510) ==18704== by 0x4A2E869: test_data_handles (clipboard.c:2097) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 24 bytes in 1 blocks are definitely lost in loss record 225 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18704== by 0x4A2361A: create_metafile (clipboard.c:510) ==18704== by 0x4A2E8E8: test_data_handles (clipboard.c:2100) ==18704== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } ==18704== 100 bytes in 1 blocks are definitely lost in loss record 463 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18704== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18704== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18704== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18704== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18704== by 0x7BC99BDE: start_thread (thread.c:487) ==18704== by 0x4245249: start_thread (pthread_create.c:333) ==18704== by 0x4340D6D: clone (clone.S:114) ==18704== { 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:start_thread fun:start_thread fun:clone } ==18704== 100 bytes in 1 blocks are definitely lost in loss record 464 of 738 ==18704== at 0x7BC50812: notify_alloc (heap.c:254) ==18704== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18704== by 0x7B449A29: HeapAlloc (heap.c:271) ==18704== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18704== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18704== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18704== by 0x4B28B2B: run_test (test.h:603) ==18704== by 0x4B28F7D: main (test.h:687) ==18704== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18705== 8 bytes in 1 blocks are definitely lost in loss record 32 of 507 ==18705== at 0x7BC50812: notify_alloc (heap.c:254) ==18705== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18705== by 0x7B449A29: HeapAlloc (heap.c:271) ==18705== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18705== by 0x4CFDEE7: GetClipboardData (clipboard.c:1042) ==18705== by 0x4A23C78: test_handles_process (clipboard.c:1997) ==18705== by 0x4A26F77: func_clipboard (clipboard.c:2444) ==18705== by 0x4B1EB2B: run_test (test.h:603) ==18705== by 0x4B1EF7D: main (test.h:687) ==18705== { 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 } ==18705== 58 bytes in 1 blocks are possibly lost in loss record 255 of 507 ==18705== at 0x7BC50812: notify_alloc (heap.c:254) ==18705== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18705== by 0x7B449A29: HeapAlloc (heap.c:271) ==18705== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18705== by 0x4CFDEE7: GetClipboardData (clipboard.c:1042) ==18705== by 0x4A23AB4: test_handles_process (clipboard.c:1989) ==18705== by 0x4A26F77: func_clipboard (clipboard.c:2444) ==18705== by 0x4B1EB2B: run_test (test.h:603) ==18705== by 0x4B1EF7D: main (test.h:687) ==18705== { 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 } ==18705== 348 bytes in 1 blocks are definitely lost in loss record 405 of 507 ==18705== at 0x7BC50812: notify_alloc (heap.c:254) ==18705== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18705== by 0x7B449A29: HeapAlloc (heap.c:271) ==18705== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18705== by 0x4CFDEE7: GetClipboardData (clipboard.c:1042) ==18705== by 0x4A23F82: test_handles_process (clipboard.c:2013) ==18705== by 0x4A26F77: func_clipboard (clipboard.c:2444) ==18705== by 0x4B1EB2B: run_test (test.h:603) ==18705== by 0x4B1EF7D: main (test.h:687) ==18705== { 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 } ==18705== 348 bytes in 1 blocks are definitely lost in loss record 406 of 507 ==18705== at 0x7BC50812: notify_alloc (heap.c:254) ==18705== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18705== by 0x7B449A29: HeapAlloc (heap.c:271) ==18705== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18705== by 0x4CFDEE7: GetClipboardData (clipboard.c:1042) ==18705== by 0x4A240AD: test_handles_process (clipboard.c:2020) ==18705== by 0x4A26F77: func_clipboard (clipboard.c:2444) ==18705== by 0x4B1EB2B: run_test (test.h:603) ==18705== by 0x4B1EF7D: main (test.h:687) ==18705== { 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 } ==18707== Thread 1 user32_test.exe.so: ==18707== 8 bytes in 1 blocks are possibly lost in loss record 61 of 702 ==18707== at 0x7BC50812: notify_alloc (heap.c:254) ==18707== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18707== by 0x7B449A29: HeapAlloc (heap.c:271) ==18707== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18707== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18707== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18707== by 0x4B28B2B: run_test (test.h:603) ==18707== by 0x4B28F7D: main (test.h:687) ==18707== { 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 } ==18707== 8 bytes in 1 blocks are possibly lost in loss record 62 of 702 ==18707== at 0x7BC50812: notify_alloc (heap.c:254) ==18707== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18707== by 0x7B449A29: HeapAlloc (heap.c:271) ==18707== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18707== by 0x4A234EB: create_textA (clipboard.c:484) ==18707== by 0x4A2ED5B: test_data_handles (clipboard.c:2132) ==18707== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18707== by 0x4B28B2B: run_test (test.h:603) ==18707== by 0x4B28F7D: main (test.h:687) ==18707== { 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 } ==18707== 9 bytes in 1 blocks are definitely lost in loss record 64 of 702 ==18707== at 0x7BC50812: notify_alloc (heap.c:254) ==18707== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18707== by 0x7B449A29: HeapAlloc (heap.c:271) ==18707== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18707== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18707== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18707== by 0x4B28B2B: run_test (test.h:603) ==18707== by 0x4B28F7D: main (test.h:687) ==18707== { 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 } ==18707== 18 bytes in 1 blocks are definitely lost in loss record 157 of 702 ==18707== at 0x7BC50812: notify_alloc (heap.c:254) ==18707== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18707== by 0x7B449A29: HeapAlloc (heap.c:271) ==18707== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18707== by 0x4A234EB: create_textA (clipboard.c:484) ==18707== by 0x4A2ED5B: test_data_handles (clipboard.c:2132) ==18707== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18707== by 0x4B28B2B: run_test (test.h:603) ==18707== by 0x4B28F7D: main (test.h:687) ==18707== { 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 } ==18707== 100 bytes in 1 blocks are definitely lost in loss record 431 of 702 ==18707== at 0x7BC50812: notify_alloc (heap.c:254) ==18707== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18707== by 0x7B449A29: HeapAlloc (heap.c:271) ==18707== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18707== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18707== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18707== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18707== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18707== by 0x7BC99BDE: start_thread (thread.c:487) ==18707== by 0x4245249: start_thread (pthread_create.c:333) ==18707== by 0x4340D6D: clone (clone.S:114) ==18707== { 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:start_thread fun:start_thread fun:clone } ==18707== 100 bytes in 1 blocks are definitely lost in loss record 432 of 702 ==18707== at 0x7BC50812: notify_alloc (heap.c:254) ==18707== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18707== by 0x7B449A29: HeapAlloc (heap.c:271) ==18707== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18707== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18707== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18707== by 0x4B28B2B: run_test (test.h:603) ==18707== by 0x4B28F7D: main (test.h:687) ==18707== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18708== 8 bytes in 1 blocks are possibly lost in loss record 9 of 240 ==18708== at 0x7BC50812: notify_alloc (heap.c:254) ==18708== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18708== by 0x7B449A29: HeapAlloc (heap.c:271) ==18708== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18708== by 0x4A2430E: test_handles_process_open (clipboard.c:2037) ==18708== by 0x4A26FB5: func_clipboard (clipboard.c:2449) ==18708== by 0x4B1EB2B: run_test (test.h:603) ==18708== by 0x4B1EF7D: main (test.h:687) ==18708== { 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 } ==18708== 15 bytes in 1 blocks are definitely lost in loss record 20 of 240 ==18708== at 0x7BC50812: notify_alloc (heap.c:254) ==18708== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18708== by 0x7B449A29: HeapAlloc (heap.c:271) ==18708== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18708== by 0x4A2430E: test_handles_process_open (clipboard.c:2037) ==18708== by 0x4A26FB5: func_clipboard (clipboard.c:2449) ==18708== by 0x4B1EB2B: run_test (test.h:603) ==18708== by 0x4B1EF7D: main (test.h:687) ==18708== { 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 } ==18604== Thread 1 user32_test.exe.so: ==18604== Invalid read of size 2 ==18604== at 0x7B44AE01: GlobalSize (heap.c:839) ==18604== by 0x4A2AA65: is_freed (clipboard.c:1615) ==18604== by 0x4A2EF90: test_data_handles (clipboard.c:2149) ==18604== by 0x4A31087: func_clipboard (clipboard.c:2472) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48fa7e0 is 0 bytes inside a block of size 1,024 free'd ==18604== at 0x7BC50881: notify_free (heap.c:262) ==18604== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==18604== by 0x7B449A59: HeapFree (heap.c:276) ==18604== by 0x7B44AA8D: GlobalFree (heap.c:752) ==18604== by 0x4D0E109: GetClipboardData (clipboard.c:1073) ==18604== by 0x4A2080C: set_clipboard_data_thread (clipboard.c:81) ==18604== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18604== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18604== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18604== by 0x7BC99BDE: start_thread (thread.c:487) ==18604== by 0x4245249: start_thread (pthread_create.c:333) ==18604== by 0x4340D6D: clone (clone.S:114) ==18604== Block was alloc'd at ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4D0DEE7: GetClipboardData (clipboard.c:1042) ==18604== by 0x4A2080C: set_clipboard_data_thread (clipboard.c:81) ==18604== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18604== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18604== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18604== by 0x7BC99BDE: start_thread (thread.c:487) ==18604== by 0x4245249: start_thread (pthread_create.c:333) ==18604== by 0x4340D6D: clone (clone.S:114) ==18604== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==18712== 8 bytes in 1 blocks are possibly lost in loss record 61 of 702 ==18712== at 0x7BC50812: notify_alloc (heap.c:254) ==18712== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18712== by 0x7B449A29: HeapAlloc (heap.c:271) ==18712== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18712== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18712== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18712== by 0x4B28B2B: run_test (test.h:603) ==18712== by 0x4B28F7D: main (test.h:687) ==18712== { 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 } ==18712== 9 bytes in 1 blocks are definitely lost in loss record 63 of 702 ==18712== at 0x7BC50812: notify_alloc (heap.c:254) ==18712== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18712== by 0x7B449A29: HeapAlloc (heap.c:271) ==18712== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18712== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18712== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18712== by 0x4B28B2B: run_test (test.h:603) ==18712== by 0x4B28F7D: main (test.h:687) ==18712== { 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 } ==18712== 100 bytes in 1 blocks are definitely lost in loss record 431 of 702 ==18712== at 0x7BC50812: notify_alloc (heap.c:254) ==18712== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18712== by 0x7B449A29: HeapAlloc (heap.c:271) ==18712== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18712== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18712== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18712== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18712== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18712== by 0x7BC99BDE: start_thread (thread.c:487) ==18712== by 0x4245249: start_thread (pthread_create.c:333) ==18712== by 0x4340D6D: clone (clone.S:114) ==18712== { 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:start_thread fun:start_thread fun:clone } ==18712== 100 bytes in 1 blocks are definitely lost in loss record 432 of 702 ==18712== at 0x7BC50812: notify_alloc (heap.c:254) ==18712== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18712== by 0x7B449A29: HeapAlloc (heap.c:271) ==18712== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18712== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18712== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18712== by 0x4B28B2B: run_test (test.h:603) ==18712== by 0x4B28F7D: main (test.h:687) ==18712== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18717== 8 bytes in 1 blocks are possibly lost in loss record 61 of 690 ==18717== at 0x7BC50812: notify_alloc (heap.c:254) ==18717== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18717== by 0x7B449A29: HeapAlloc (heap.c:271) ==18717== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18717== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18717== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18717== by 0x4B28B2B: run_test (test.h:603) ==18717== by 0x4B28F7D: main (test.h:687) ==18717== { 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 } ==18717== 9 bytes in 1 blocks are definitely lost in loss record 63 of 690 ==18717== at 0x7BC50812: notify_alloc (heap.c:254) ==18717== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18717== by 0x7B449A29: HeapAlloc (heap.c:271) ==18717== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18717== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18717== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18717== by 0x4B28B2B: run_test (test.h:603) ==18717== by 0x4B28F7D: main (test.h:687) ==18717== { 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 } ==18717== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18717== at 0x7BC50812: notify_alloc (heap.c:254) ==18717== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18717== by 0x7B449A29: HeapAlloc (heap.c:271) ==18717== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18717== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18717== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18717== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18717== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18717== by 0x7BC99BDE: start_thread (thread.c:487) ==18717== by 0x4245249: start_thread (pthread_create.c:333) ==18717== by 0x4340D6D: clone (clone.S:114) ==18717== { 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:start_thread fun:start_thread fun:clone } ==18717== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18717== at 0x7BC50812: notify_alloc (heap.c:254) ==18717== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18717== by 0x7B449A29: HeapAlloc (heap.c:271) ==18717== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18717== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18717== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18717== by 0x4B28B2B: run_test (test.h:603) ==18717== by 0x4B28F7D: main (test.h:687) ==18717== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18719== 8 bytes in 1 blocks are possibly lost in loss record 61 of 690 ==18719== at 0x7BC50812: notify_alloc (heap.c:254) ==18719== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18719== by 0x7B449A29: HeapAlloc (heap.c:271) ==18719== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18719== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18719== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18719== by 0x4B28B2B: run_test (test.h:603) ==18719== by 0x4B28F7D: main (test.h:687) ==18719== { 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 } ==18719== 9 bytes in 1 blocks are definitely lost in loss record 63 of 690 ==18719== at 0x7BC50812: notify_alloc (heap.c:254) ==18719== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18719== by 0x7B449A29: HeapAlloc (heap.c:271) ==18719== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18719== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18719== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18719== by 0x4B28B2B: run_test (test.h:603) ==18719== by 0x4B28F7D: main (test.h:687) ==18719== { 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 } ==18719== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18719== at 0x7BC50812: notify_alloc (heap.c:254) ==18719== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18719== by 0x7B449A29: HeapAlloc (heap.c:271) ==18719== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18719== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18719== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18719== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18719== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18719== by 0x7BC99BDE: start_thread (thread.c:487) ==18719== by 0x4245249: start_thread (pthread_create.c:333) ==18719== by 0x4340D6D: clone (clone.S:114) ==18719== { 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:start_thread fun:start_thread fun:clone } ==18719== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18719== at 0x7BC50812: notify_alloc (heap.c:254) ==18719== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18719== by 0x7B449A29: HeapAlloc (heap.c:271) ==18719== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18719== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18719== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18719== by 0x4B28B2B: run_test (test.h:603) ==18719== by 0x4B28F7D: main (test.h:687) ==18719== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18723== 8 bytes in 1 blocks are possibly lost in loss record 61 of 690 ==18723== at 0x7BC50812: notify_alloc (heap.c:254) ==18723== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18723== by 0x7B449A29: HeapAlloc (heap.c:271) ==18723== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18723== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18723== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18723== by 0x4B28B2B: run_test (test.h:603) ==18723== by 0x4B28F7D: main (test.h:687) ==18723== { 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 } ==18723== 9 bytes in 1 blocks are definitely lost in loss record 63 of 690 ==18723== at 0x7BC50812: notify_alloc (heap.c:254) ==18723== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18723== by 0x7B449A29: HeapAlloc (heap.c:271) ==18723== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18723== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18723== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18723== by 0x4B28B2B: run_test (test.h:603) ==18723== by 0x4B28F7D: main (test.h:687) ==18723== { 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 } ==18723== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18723== at 0x7BC50812: notify_alloc (heap.c:254) ==18723== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18723== by 0x7B449A29: HeapAlloc (heap.c:271) ==18723== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18723== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18723== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18723== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18723== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18723== by 0x7BC99BDE: start_thread (thread.c:487) ==18723== by 0x4245249: start_thread (pthread_create.c:333) ==18723== by 0x4340D6D: clone (clone.S:114) ==18723== { 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:start_thread fun:start_thread fun:clone } ==18723== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18723== at 0x7BC50812: notify_alloc (heap.c:254) ==18723== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18723== by 0x7B449A29: HeapAlloc (heap.c:271) ==18723== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18723== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18723== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18723== by 0x4B28B2B: run_test (test.h:603) ==18723== by 0x4B28F7D: main (test.h:687) ==18723== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18725== 8 bytes in 1 blocks are possibly lost in loss record 61 of 690 ==18725== at 0x7BC50812: notify_alloc (heap.c:254) ==18725== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18725== by 0x7B449A29: HeapAlloc (heap.c:271) ==18725== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18725== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18725== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18725== by 0x4B28B2B: run_test (test.h:603) ==18725== by 0x4B28F7D: main (test.h:687) ==18725== { 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 } ==18725== 9 bytes in 1 blocks are definitely lost in loss record 63 of 690 ==18725== at 0x7BC50812: notify_alloc (heap.c:254) ==18725== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18725== by 0x7B449A29: HeapAlloc (heap.c:271) ==18725== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18725== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18725== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18725== by 0x4B28B2B: run_test (test.h:603) ==18725== by 0x4B28F7D: main (test.h:687) ==18725== { 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 } ==18725== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18725== at 0x7BC50812: notify_alloc (heap.c:254) ==18725== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18725== by 0x7B449A29: HeapAlloc (heap.c:271) ==18725== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18725== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18725== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18725== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18725== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18725== by 0x7BC99BDE: start_thread (thread.c:487) ==18725== by 0x4245249: start_thread (pthread_create.c:333) ==18725== by 0x4340D6D: clone (clone.S:114) ==18725== { 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:start_thread fun:start_thread fun:clone } ==18725== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18725== at 0x7BC50812: notify_alloc (heap.c:254) ==18725== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18725== by 0x7B449A29: HeapAlloc (heap.c:271) ==18725== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18725== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18725== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18725== by 0x4B28B2B: run_test (test.h:603) ==18725== by 0x4B28F7D: main (test.h:687) ==18725== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18729== 8 bytes in 1 blocks are possibly lost in loss record 61 of 690 ==18729== at 0x7BC50812: notify_alloc (heap.c:254) ==18729== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18729== by 0x7B449A29: HeapAlloc (heap.c:271) ==18729== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18729== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18729== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18729== by 0x4B28B2B: run_test (test.h:603) ==18729== by 0x4B28F7D: main (test.h:687) ==18729== { 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 } ==18729== 9 bytes in 1 blocks are definitely lost in loss record 63 of 690 ==18729== at 0x7BC50812: notify_alloc (heap.c:254) ==18729== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18729== by 0x7B449A29: HeapAlloc (heap.c:271) ==18729== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18729== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18729== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18729== by 0x4B28B2B: run_test (test.h:603) ==18729== by 0x4B28F7D: main (test.h:687) ==18729== { 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 } ==18729== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18729== at 0x7BC50812: notify_alloc (heap.c:254) ==18729== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18729== by 0x7B449A29: HeapAlloc (heap.c:271) ==18729== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18729== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18729== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18729== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18729== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18729== by 0x7BC99BDE: start_thread (thread.c:487) ==18729== by 0x4245249: start_thread (pthread_create.c:333) ==18729== by 0x4340D6D: clone (clone.S:114) ==18729== { 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:start_thread fun:start_thread fun:clone } ==18729== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18729== at 0x7BC50812: notify_alloc (heap.c:254) ==18729== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18729== by 0x7B449A29: HeapAlloc (heap.c:271) ==18729== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18729== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18729== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18729== by 0x4B28B2B: run_test (test.h:603) ==18729== by 0x4B28F7D: main (test.h:687) ==18729== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18732== 8 bytes in 1 blocks are possibly lost in loss record 61 of 690 ==18732== at 0x7BC50812: notify_alloc (heap.c:254) ==18732== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18732== by 0x7B449A29: HeapAlloc (heap.c:271) ==18732== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18732== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18732== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18732== by 0x4B28B2B: run_test (test.h:603) ==18732== by 0x4B28F7D: main (test.h:687) ==18732== { 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 } ==18732== 9 bytes in 1 blocks are definitely lost in loss record 63 of 690 ==18732== at 0x7BC50812: notify_alloc (heap.c:254) ==18732== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18732== by 0x7B449A29: HeapAlloc (heap.c:271) ==18732== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18732== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18732== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18732== by 0x4B28B2B: run_test (test.h:603) ==18732== by 0x4B28F7D: main (test.h:687) ==18732== { 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 } ==18732== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18732== at 0x7BC50812: notify_alloc (heap.c:254) ==18732== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18732== by 0x7B449A29: HeapAlloc (heap.c:271) ==18732== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18732== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18732== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18732== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18732== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18732== by 0x7BC99BDE: start_thread (thread.c:487) ==18732== by 0x4245249: start_thread (pthread_create.c:333) ==18732== by 0x4340D6D: clone (clone.S:114) ==18732== { 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:start_thread fun:start_thread fun:clone } ==18732== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18732== at 0x7BC50812: notify_alloc (heap.c:254) ==18732== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18732== by 0x7B449A29: HeapAlloc (heap.c:271) ==18732== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18732== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18732== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18732== by 0x4B28B2B: run_test (test.h:603) ==18732== by 0x4B28F7D: main (test.h:687) ==18732== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18734== 8 bytes in 1 blocks are possibly lost in loss record 60 of 690 ==18734== at 0x7BC50812: notify_alloc (heap.c:254) ==18734== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18734== by 0x7B449A29: HeapAlloc (heap.c:271) ==18734== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18734== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18734== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18734== by 0x4B28B2B: run_test (test.h:603) ==18734== by 0x4B28F7D: main (test.h:687) ==18734== { 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 } ==18734== 9 bytes in 1 blocks are definitely lost in loss record 62 of 690 ==18734== at 0x7BC50812: notify_alloc (heap.c:254) ==18734== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18734== by 0x7B449A29: HeapAlloc (heap.c:271) ==18734== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18734== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18734== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18734== by 0x4B28B2B: run_test (test.h:603) ==18734== by 0x4B28F7D: main (test.h:687) ==18734== { 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 } ==18734== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18734== at 0x7BC50812: notify_alloc (heap.c:254) ==18734== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18734== by 0x7B449A29: HeapAlloc (heap.c:271) ==18734== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18734== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18734== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18734== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18734== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18734== by 0x7BC99BDE: start_thread (thread.c:487) ==18734== by 0x4245249: start_thread (pthread_create.c:333) ==18734== by 0x4340D6D: clone (clone.S:114) ==18734== { 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:start_thread fun:start_thread fun:clone } ==18734== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18734== at 0x7BC50812: notify_alloc (heap.c:254) ==18734== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18734== by 0x7B449A29: HeapAlloc (heap.c:271) ==18734== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18734== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18734== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18734== by 0x4B28B2B: run_test (test.h:603) ==18734== by 0x4B28F7D: main (test.h:687) ==18734== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18741== 8 bytes in 1 blocks are possibly lost in loss record 60 of 690 ==18741== at 0x7BC50812: notify_alloc (heap.c:254) ==18741== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18741== by 0x7B449A29: HeapAlloc (heap.c:271) ==18741== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18741== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18741== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18741== by 0x4B28B2B: run_test (test.h:603) ==18741== by 0x4B28F7D: main (test.h:687) ==18741== { 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 } ==18741== 9 bytes in 1 blocks are definitely lost in loss record 62 of 690 ==18741== at 0x7BC50812: notify_alloc (heap.c:254) ==18741== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18741== by 0x7B449A29: HeapAlloc (heap.c:271) ==18741== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18741== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18741== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18741== by 0x4B28B2B: run_test (test.h:603) ==18741== by 0x4B28F7D: main (test.h:687) ==18741== { 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 } ==18741== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18741== at 0x7BC50812: notify_alloc (heap.c:254) ==18741== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18741== by 0x7B449A29: HeapAlloc (heap.c:271) ==18741== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18741== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18741== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18741== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18741== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18741== by 0x7BC99BDE: start_thread (thread.c:487) ==18741== by 0x4245249: start_thread (pthread_create.c:333) ==18741== by 0x4340D6D: clone (clone.S:114) ==18741== { 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:start_thread fun:start_thread fun:clone } ==18741== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18741== at 0x7BC50812: notify_alloc (heap.c:254) ==18741== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18741== by 0x7B449A29: HeapAlloc (heap.c:271) ==18741== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18741== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18741== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18741== by 0x4B28B2B: run_test (test.h:603) ==18741== by 0x4B28F7D: main (test.h:687) ==18741== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18604== Invalid write of size 2 ==18604== at 0x4D0B8DB: marshal_data (clipboard.c:194) ==18604== by 0x4D0D6AC: SetClipboardData (clipboard.c:890) ==18604== by 0x4A3058F: test_string_data (clipboard.c:2351) ==18604== by 0x4A31091: func_clipboard (clipboard.c:2474) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48fb618 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4A303DE: test_string_data (clipboard.c:2338) ==18604== by 0x4A31091: func_clipboard (clipboard.c:2474) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:marshal_data fun:SetClipboardData fun:test_string_data fun:func_clipboard fun:run_test fun:main } ==18604== Invalid read of size 2 ==18604== at 0x4B285AF: wine_dbgstr_wn (test.h:490) ==18604== by 0x4A30643: test_string_data (clipboard.c:2354) ==18604== by 0x4A31091: func_clipboard (clipboard.c:2474) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== Address 0x48fb618 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4A303DE: test_string_data (clipboard.c:2338) ==18604== by 0x4A31091: func_clipboard (clipboard.c:2474) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data fun:func_clipboard fun:run_test fun:main } ==18743== 8 bytes in 1 blocks are possibly lost in loss record 61 of 690 ==18743== at 0x7BC50812: notify_alloc (heap.c:254) ==18743== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18743== by 0x7B449A29: HeapAlloc (heap.c:271) ==18743== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18743== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18743== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18743== by 0x4B28B2B: run_test (test.h:603) ==18743== by 0x4B28F7D: main (test.h:687) ==18743== { 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 } ==18743== 9 bytes in 1 blocks are definitely lost in loss record 63 of 690 ==18743== at 0x7BC50812: notify_alloc (heap.c:254) ==18743== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18743== by 0x7B449A29: HeapAlloc (heap.c:271) ==18743== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18743== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18743== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18743== by 0x4B28B2B: run_test (test.h:603) ==18743== by 0x4B28F7D: main (test.h:687) ==18743== { 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 } ==18743== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18743== at 0x7BC50812: notify_alloc (heap.c:254) ==18743== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18743== by 0x7B449A29: HeapAlloc (heap.c:271) ==18743== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18743== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18743== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18743== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18743== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18743== by 0x7BC99BDE: start_thread (thread.c:487) ==18743== by 0x4245249: start_thread (pthread_create.c:333) ==18743== by 0x4340D6D: clone (clone.S:114) ==18743== { 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:start_thread fun:start_thread fun:clone } ==18743== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18743== at 0x7BC50812: notify_alloc (heap.c:254) ==18743== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18743== by 0x7B449A29: HeapAlloc (heap.c:271) ==18743== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18743== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18743== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18743== by 0x4B28B2B: run_test (test.h:603) ==18743== by 0x4B28F7D: main (test.h:687) ==18743== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18744== Invalid read of size 2 ==18744== at 0x4B1E5AF: wine_dbgstr_wn (test.h:490) ==18744== by 0x4A26BB9: test_string_data_process (clipboard.c:2398) ==18744== by 0x4A2703D: func_clipboard (clipboard.c:2459) ==18744== by 0x4B1EB2B: run_test (test.h:603) ==18744== by 0x4B1EF7D: main (test.h:687) ==18744== Address 0x488e158 is 0 bytes inside a block of size 1 alloc'd ==18744== at 0x7BC50812: notify_alloc (heap.c:254) ==18744== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18744== by 0x7B449A29: HeapAlloc (heap.c:271) ==18744== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18744== by 0x4CFDEE7: GetClipboardData (clipboard.c:1042) ==18744== by 0x4A26A62: test_string_data_process (clipboard.c:2392) ==18744== by 0x4A2703D: func_clipboard (clipboard.c:2459) ==18744== by 0x4B1EB2B: run_test (test.h:603) ==18744== by 0x4B1EF7D: main (test.h:687) ==18744== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==18747== 8 bytes in 1 blocks are possibly lost in loss record 61 of 690 ==18747== at 0x7BC50812: notify_alloc (heap.c:254) ==18747== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18747== by 0x7B449A29: HeapAlloc (heap.c:271) ==18747== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18747== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18747== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18747== by 0x4B28B2B: run_test (test.h:603) ==18747== by 0x4B28F7D: main (test.h:687) ==18747== { 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 } ==18747== 9 bytes in 1 blocks are definitely lost in loss record 63 of 690 ==18747== at 0x7BC50812: notify_alloc (heap.c:254) ==18747== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18747== by 0x7B449A29: HeapAlloc (heap.c:271) ==18747== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18747== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18747== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18747== by 0x4B28B2B: run_test (test.h:603) ==18747== by 0x4B28F7D: main (test.h:687) ==18747== { 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 } ==18747== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18747== at 0x7BC50812: notify_alloc (heap.c:254) ==18747== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18747== by 0x7B449A29: HeapAlloc (heap.c:271) ==18747== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18747== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18747== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18747== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18747== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18747== by 0x7BC99BDE: start_thread (thread.c:487) ==18747== by 0x4245249: start_thread (pthread_create.c:333) ==18747== by 0x4340D6D: clone (clone.S:114) ==18747== { 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:start_thread fun:start_thread fun:clone } ==18747== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18747== at 0x7BC50812: notify_alloc (heap.c:254) ==18747== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18747== by 0x7B449A29: HeapAlloc (heap.c:271) ==18747== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18747== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18747== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18747== by 0x4B28B2B: run_test (test.h:603) ==18747== by 0x4B28F7D: main (test.h:687) ==18747== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18751== 8 bytes in 1 blocks are possibly lost in loss record 61 of 690 ==18751== at 0x7BC50812: notify_alloc (heap.c:254) ==18751== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18751== by 0x7B449A29: HeapAlloc (heap.c:271) ==18751== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18751== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18751== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18751== by 0x4B28B2B: run_test (test.h:603) ==18751== by 0x4B28F7D: main (test.h:687) ==18751== { 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 } ==18751== 9 bytes in 1 blocks are definitely lost in loss record 63 of 690 ==18751== at 0x7BC50812: notify_alloc (heap.c:254) ==18751== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18751== by 0x7B449A29: HeapAlloc (heap.c:271) ==18751== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18751== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18751== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18751== by 0x4B28B2B: run_test (test.h:603) ==18751== by 0x4B28F7D: main (test.h:687) ==18751== { 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 } ==18751== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18751== at 0x7BC50812: notify_alloc (heap.c:254) ==18751== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18751== by 0x7B449A29: HeapAlloc (heap.c:271) ==18751== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18751== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18751== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18751== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18751== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18751== by 0x7BC99BDE: start_thread (thread.c:487) ==18751== by 0x4245249: start_thread (pthread_create.c:333) ==18751== by 0x4340D6D: clone (clone.S:114) ==18751== { 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:start_thread fun:start_thread fun:clone } ==18751== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18751== at 0x7BC50812: notify_alloc (heap.c:254) ==18751== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18751== by 0x7B449A29: HeapAlloc (heap.c:271) ==18751== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18751== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18751== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18751== by 0x4B28B2B: run_test (test.h:603) ==18751== by 0x4B28F7D: main (test.h:687) ==18751== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18752== Invalid read of size 2 ==18752== at 0x4B1E5AF: wine_dbgstr_wn (test.h:490) ==18752== by 0x4A26BB9: test_string_data_process (clipboard.c:2398) ==18752== by 0x4A2703D: func_clipboard (clipboard.c:2459) ==18752== by 0x4B1EB2B: run_test (test.h:603) ==18752== by 0x4B1EF7D: main (test.h:687) ==18752== Address 0x488e16c is 4 bytes inside a block of size 5 alloc'd ==18752== at 0x7BC50812: notify_alloc (heap.c:254) ==18752== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18752== by 0x7B449A29: HeapAlloc (heap.c:271) ==18752== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18752== by 0x4CFDEE7: GetClipboardData (clipboard.c:1042) ==18752== by 0x4A26A62: test_string_data_process (clipboard.c:2392) ==18752== by 0x4A2703D: func_clipboard (clipboard.c:2459) ==18752== by 0x4B1EB2B: run_test (test.h:603) ==18752== by 0x4B1EF7D: main (test.h:687) ==18752== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==18755== 8 bytes in 1 blocks are possibly lost in loss record 61 of 690 ==18755== at 0x7BC50812: notify_alloc (heap.c:254) ==18755== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18755== by 0x7B449A29: HeapAlloc (heap.c:271) ==18755== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18755== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18755== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18755== by 0x4B28B2B: run_test (test.h:603) ==18755== by 0x4B28F7D: main (test.h:687) ==18755== { 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 } ==18755== 9 bytes in 1 blocks are definitely lost in loss record 63 of 690 ==18755== at 0x7BC50812: notify_alloc (heap.c:254) ==18755== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18755== by 0x7B449A29: HeapAlloc (heap.c:271) ==18755== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18755== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18755== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18755== by 0x4B28B2B: run_test (test.h:603) ==18755== by 0x4B28F7D: main (test.h:687) ==18755== { 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 } ==18755== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18755== at 0x7BC50812: notify_alloc (heap.c:254) ==18755== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18755== by 0x7B449A29: HeapAlloc (heap.c:271) ==18755== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18755== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18755== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18755== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18755== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18755== by 0x7BC99BDE: start_thread (thread.c:487) ==18755== by 0x4245249: start_thread (pthread_create.c:333) ==18755== by 0x4340D6D: clone (clone.S:114) ==18755== { 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:start_thread fun:start_thread fun:clone } ==18755== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18755== at 0x7BC50812: notify_alloc (heap.c:254) ==18755== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18755== by 0x7B449A29: HeapAlloc (heap.c:271) ==18755== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18755== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18755== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18755== by 0x4B28B2B: run_test (test.h:603) ==18755== by 0x4B28F7D: main (test.h:687) ==18755== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18756== Invalid read of size 2 ==18756== at 0x4B1E5AF: wine_dbgstr_wn (test.h:490) ==18756== by 0x4A26BB9: test_string_data_process (clipboard.c:2398) ==18756== by 0x4A2703D: func_clipboard (clipboard.c:2459) ==18756== by 0x4B1EB2B: run_test (test.h:603) ==18756== by 0x4B1EF7D: main (test.h:687) ==18756== Address 0x488e16e is 6 bytes inside a block of size 7 alloc'd ==18756== at 0x7BC50812: notify_alloc (heap.c:254) ==18756== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18756== by 0x7B449A29: HeapAlloc (heap.c:271) ==18756== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18756== by 0x4CFDEE7: GetClipboardData (clipboard.c:1042) ==18756== by 0x4A26A62: test_string_data_process (clipboard.c:2392) ==18756== by 0x4A2703D: func_clipboard (clipboard.c:2459) ==18756== by 0x4B1EB2B: run_test (test.h:603) ==18756== by 0x4B1EF7D: main (test.h:687) ==18756== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==18762== 8 bytes in 1 blocks are possibly lost in loss record 60 of 690 ==18762== at 0x7BC50812: notify_alloc (heap.c:254) ==18762== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18762== by 0x7B449A29: HeapAlloc (heap.c:271) ==18762== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18762== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18762== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18762== by 0x4B28B2B: run_test (test.h:603) ==18762== by 0x4B28F7D: main (test.h:687) ==18762== { 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 } ==18762== 9 bytes in 1 blocks are definitely lost in loss record 63 of 690 ==18762== at 0x7BC50812: notify_alloc (heap.c:254) ==18762== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18762== by 0x7B449A29: HeapAlloc (heap.c:271) ==18762== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18762== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18762== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18762== by 0x4B28B2B: run_test (test.h:603) ==18762== by 0x4B28F7D: main (test.h:687) ==18762== { 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 } ==18762== 100 bytes in 1 blocks are definitely lost in loss record 423 of 690 ==18762== at 0x7BC50812: notify_alloc (heap.c:254) ==18762== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18762== by 0x7B449A29: HeapAlloc (heap.c:271) ==18762== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18762== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18762== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18762== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18762== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18762== by 0x7BC99BDE: start_thread (thread.c:487) ==18762== by 0x4245249: start_thread (pthread_create.c:333) ==18762== by 0x4340D6D: clone (clone.S:114) ==18762== { 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:start_thread fun:start_thread fun:clone } ==18762== 100 bytes in 1 blocks are definitely lost in loss record 424 of 690 ==18762== at 0x7BC50812: notify_alloc (heap.c:254) ==18762== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18762== by 0x7B449A29: HeapAlloc (heap.c:271) ==18762== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18762== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18762== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18762== by 0x4B28B2B: run_test (test.h:603) ==18762== by 0x4B28F7D: main (test.h:687) ==18762== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18763== Invalid read of size 2 ==18763== at 0x4B1E5AF: wine_dbgstr_wn (test.h:490) ==18763== by 0x4A26BB9: test_string_data_process (clipboard.c:2398) ==18763== by 0x4A2703D: func_clipboard (clipboard.c:2459) ==18763== by 0x4B1EB2B: run_test (test.h:603) ==18763== by 0x4B1EF7D: main (test.h:687) ==18763== Address 0x488e170 is 8 bytes inside a block of size 9 alloc'd ==18763== at 0x7BC50812: notify_alloc (heap.c:254) ==18763== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18763== by 0x7B449A29: HeapAlloc (heap.c:271) ==18763== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18763== by 0x4CFDEE7: GetClipboardData (clipboard.c:1042) ==18763== by 0x4A26A62: test_string_data_process (clipboard.c:2392) ==18763== by 0x4A2703D: func_clipboard (clipboard.c:2459) ==18763== by 0x4B1EB2B: run_test (test.h:603) ==18763== by 0x4B1EF7D: main (test.h:687) ==18763== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==18604== 8 bytes in 1 blocks are possibly lost in loss record 60 of 685 ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==18604== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18604== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { 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 } ==18604== 9 bytes in 1 blocks are definitely lost in loss record 63 of 685 ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==18604== by 0x4A22DA1: test_RegisterClipboardFormatA (clipboard.c:433) ==18604== by 0x4A31073: func_clipboard (clipboard.c:2468) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { 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 } ==18604== 100 bytes in 1 blocks are definitely lost in loss record 422 of 685 ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4A2094E: set_clipboard_data_thread (clipboard.c:92) ==18604== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==18604== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==18604== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==18604== by 0x7BC99BDE: start_thread (thread.c:487) ==18604== by 0x4245249: start_thread (pthread_create.c:333) ==18604== by 0x4340D6D: clone (clone.S:114) ==18604== { 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:start_thread fun:start_thread fun:clone } ==18604== 100 bytes in 1 blocks are definitely lost in loss record 423 of 685 ==18604== at 0x7BC50812: notify_alloc (heap.c:254) ==18604== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18604== by 0x7B449A29: HeapAlloc (heap.c:271) ==18604== by 0x7B449BF6: GlobalAlloc (heap.c:365) ==18604== by 0x4A22590: test_ClipboardOwner (clipboard.c:354) ==18604== by 0x4A31078: func_clipboard (clipboard.c:2469) ==18604== by 0x4B28B2B: run_test (test.h:603) ==18604== by 0x4B28F7D: main (test.h:687) ==18604== { 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 } ../../../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 ../../../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 dde && touch dde.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 ../../../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:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" dialog.c:1536: Test failed: Unexpected window text "WineMine" dialog.c:1539: Test failed: Expected static control dialog.c:1543: Test failed: Unexpected window text "" make[1]: *** [Makefile:310: 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 ../../../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 ../../../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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==18946== Invalid free() / delete / delete[] / realloc() ==18946== at 0x7BC50908: notify_realloc (heap.c:270) ==18946== by 0x7BC5538C: RtlReAllocateHeap (heap.c:1896) ==18946== by 0x4D51100: MDIClientWndProc_common (mdi.c:1202) ==18946== by 0x4DAAAC9: MDIClientWndProcA (winproc.c:1106) ==18946== by 0x4DA7D9D: ??? (winproc.c:174) ==18946== by 0x4DA7EEC: call_window_proc (winproc.c:245) ==18946== by 0x4DAA43F: CallWindowProcA (winproc.c:964) ==18946== by 0x4A960AC: mdi_client_hook_proc (msg.c:3597) ==18946== by 0x4DA7D9D: ??? (winproc.c:174) ==18946== by 0x4DA7EEC: call_window_proc (winproc.c:245) ==18946== by 0x4DAA0DE: WINPROC_CallProcWtoA (winproc.c:859) ==18946== by 0x4DAA281: WINPROC_call_window (winproc.c:903) ==18946== by 0x4D66792: call_window_proc (message.c:2224) ==18946== by 0x4D6976B: send_message (message.c:3269) ==18946== by 0x4D69EDC: SendMessageW (message.c:3469) ==18946== by 0x4D94F7C: send_parent_notify (win.c:428) ==18946== by 0x4D9920A: WIN_CreateWindowEx (win.c:1679) ==18946== by 0x4D99527: CreateWindowExA (win.c:1744) ==18946== by 0x4A96E52: test_mdi_messages (msg.c:3802) ==18946== by 0x4AC826D: func_msg (msg.c:16632) ==18946== Address 0x48f8308 is 0 bytes after a recently re-allocated block of size 0 alloc'd ==18946== at 0x7BC50812: notify_alloc (heap.c:254) ==18946== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18946== by 0x4D4F4B1: MDIDestroyChild (mdi.c:567) ==18946== by 0x4D5124B: MDIClientWndProc_common (mdi.c:1227) ==18946== by 0x4DAAAC9: MDIClientWndProcA (winproc.c:1106) ==18946== by 0x4DA7D9D: ??? (winproc.c:174) ==18946== by 0x4DA7EEC: call_window_proc (winproc.c:245) ==18946== by 0x4DAA43F: CallWindowProcA (winproc.c:964) ==18946== by 0x4A960AC: mdi_client_hook_proc (msg.c:3597) ==18946== by 0x4DA7D9D: ??? (winproc.c:174) ==18946== by 0x4DA7EEC: call_window_proc (winproc.c:245) ==18946== by 0x4DAA0DE: WINPROC_CallProcWtoA (winproc.c:859) ==18946== by 0x4DAA281: WINPROC_call_window (winproc.c:903) ==18946== by 0x4D66792: call_window_proc (message.c:2224) ==18946== by 0x4D6976B: send_message (message.c:3269) ==18946== by 0x4D69EDC: SendMessageW (message.c:3469) ==18946== by 0x4D94F7C: send_parent_notify (win.c:428) ==18946== by 0x4D99907: DestroyWindow (win.c:1850) ==18946== by 0x4A96DDE: test_mdi_messages (msg.c:3798) ==18946== by 0x4AC826D: func_msg (msg.c:16632) ==18946== { 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 } ==18946== Invalid read of size 2 ==18946== at 0x4D25ABF: strlenW (unicode.h:200) ==18946== by 0x4D25FD3: DEFWND_SetTextW (defwnd.c:140) ==18946== by 0x4D28283: DefWindowProcW (defwnd.c:950) ==18946== by 0x4AB8121: test_dlg_proc4 (msg.c:12736) ==18946== by 0x4DA7D9D: ??? (winproc.c:174) ==18946== by 0x4DA7EEC: call_window_proc (winproc.c:245) ==18946== by 0x4DAA331: WINPROC_call_window (winproc.c:914) ==18946== by 0x4D66792: call_window_proc (message.c:2224) ==18946== by 0x4D6976B: send_message (message.c:3269) ==18946== by 0x4D69F6E: SendMessageA (message.c:3491) ==18946== by 0x4D98DCB: WIN_CreateWindowEx (win.c:1606) ==18946== by 0x4D99527: CreateWindowExA (win.c:1744) ==18946== by 0x4D2A98A: DIALOG_CreateIndirect (dialog.c:635) ==18946== by 0x4D2AE91: CreateDialogIndirectParamAorW (dialog.c:745) ==18946== by 0x4D2AED2: CreateDialogIndirectParamA (dialog.c:754) ==18946== by 0x4D2ADC3: CreateDialogParamA (dialog.c:719) ==18946== by 0x4AB8AD0: test_dialog_messages (msg.c:12968) ==18946== by 0x4AC8329: func_msg (msg.c:16665) ==18946== by 0x4B28B2B: run_test (test.h:603) ==18946== by 0x4B28F7D: main (test.h:687) ==18946== Address 0x48dc32c is 0 bytes after a recently re-allocated block of size 12 alloc'd ==18946== at 0x7BC50812: notify_alloc (heap.c:254) ==18946== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18946== by 0x4D2A8F3: DIALOG_CreateIndirect (dialog.c:631) ==18946== by 0x4D2AE91: CreateDialogIndirectParamAorW (dialog.c:745) ==18946== by 0x4D2AED2: CreateDialogIndirectParamA (dialog.c:754) ==18946== by 0x4D2ADC3: CreateDialogParamA (dialog.c:719) ==18946== by 0x4AB8AD0: test_dialog_messages (msg.c:12968) ==18946== by 0x4AC8329: func_msg (msg.c:16665) ==18946== by 0x4B28B2B: run_test (test.h:603) ==18946== by 0x4B28F7D: main (test.h:687) ==18946== { 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 } ==18946== Invalid read of size 2 ==18946== at 0x4D25AF4: strcpyW (unicode.h:207) ==18946== by 0x4D26091: DEFWND_SetTextW (defwnd.c:146) ==18946== by 0x4D28283: DefWindowProcW (defwnd.c:950) ==18946== by 0x4AB8121: test_dlg_proc4 (msg.c:12736) ==18946== by 0x4DA7D9D: ??? (winproc.c:174) ==18946== by 0x4DA7EEC: call_window_proc (winproc.c:245) ==18946== by 0x4DAA331: WINPROC_call_window (winproc.c:914) ==18946== by 0x4D66792: call_window_proc (message.c:2224) ==18946== by 0x4D6976B: send_message (message.c:3269) ==18946== by 0x4D69F6E: SendMessageA (message.c:3491) ==18946== by 0x4D98DCB: WIN_CreateWindowEx (win.c:1606) ==18946== by 0x4D99527: CreateWindowExA (win.c:1744) ==18946== by 0x4D2A98A: DIALOG_CreateIndirect (dialog.c:635) ==18946== by 0x4D2AE91: CreateDialogIndirectParamAorW (dialog.c:745) ==18946== by 0x4D2AED2: CreateDialogIndirectParamA (dialog.c:754) ==18946== by 0x4D2ADC3: CreateDialogParamA (dialog.c:719) ==18946== by 0x4AB8AD0: test_dialog_messages (msg.c:12968) ==18946== by 0x4AC8329: func_msg (msg.c:16665) ==18946== by 0x4B28B2B: run_test (test.h:603) ==18946== by 0x4B28F7D: main (test.h:687) ==18946== Address 0x48dc32c is 0 bytes after a recently re-allocated block of size 12 alloc'd ==18946== at 0x7BC50812: notify_alloc (heap.c:254) ==18946== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==18946== by 0x4D2A8F3: DIALOG_CreateIndirect (dialog.c:631) ==18946== by 0x4D2AE91: CreateDialogIndirectParamAorW (dialog.c:745) ==18946== by 0x4D2AED2: CreateDialogIndirectParamA (dialog.c:754) ==18946== by 0x4D2ADC3: CreateDialogParamA (dialog.c:719) ==18946== by 0x4AB8AD0: test_dialog_messages (msg.c:12968) ==18946== by 0x4AC8329: func_msg (msg.c:16665) ==18946== by 0x4B28B2B: run_test (test.h:603) ==18946== by 0x4B28F7D: main (test.h:687) ==18946== { 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:13415: Tests skipped: Skipping DBCS WM_CHAR test in SBCS codepage 'ANSI Latin 1' msg.c:13731: Tests skipped: Unable to load Greek keyboard layout ../../../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 winstation && touch winstation.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 winstation.c:959: Test succeeded inside todo block: unexpected foreground window (nil) winstation.c:959: Test succeeded inside todo block: unexpected foreground window (nil) make[1]: *** [Makefile:596: 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:17569: 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:1630: Tests skipped: Font Calibri is not available. usp10.c:1638: Tests skipped: Font Microsoft Sans Serif is not available. usp10.c:1646: Tests skipped: Font Microsoft Sans Serif is not available. usp10.c:1654: Tests skipped: Font Microsoft Sans Serif is not available. usp10.c:1662: Tests skipped: Font Estrangelo Edessa is not available. usp10.c:1670: Tests skipped: Font MV Boli is not available. usp10.c:1678: Tests skipped: Font Microsoft PhagsPa is not available. usp10.c:1687: Tests skipped: Font DokChampa is not available. usp10.c:1695: Tests skipped: Font Microsoft Himalaya is not available. usp10.c:1704: Tests skipped: Font Mangal is not available. usp10.c:1712: Tests skipped: Font Vrinda is not available. usp10.c:1720: Tests skipped: Font Raavi is not available. usp10.c:1728: Tests skipped: Font Shruti is not available. usp10.c:1736: Tests skipped: Font Kalinga is not available. usp10.c:1744: Tests skipped: Font Latha is not available. usp10.c:1752: Tests skipped: Font Gautami is not available. usp10.c:1760: Tests skipped: Font Kartika is not available. usp10.c:1768: 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 query && touch query.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wine: Unhandled page fault on write access to 0x0000000e at address 0x5d16331 (thread 01f7), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Unhandled exception: page fault on write access to 0x0000000e in 32-bit code (0x05d16331). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:05d16331 ESP:04b0fa78 EBP:04b0faa8 EFLAGS:00000044( - -- Z- -P- ) EAX:00000002 EBX:05d3d000 ECX:00000000 EDX:00000003 ESI:04b0fb90 EDI:04407000 Stack dump: 0x04b0fa78: 000000ac 00000000 00000003 00000003 0x04b0fa88: 00000024 04902288 048f588c 00000002 0x04b0fa98: 048ff280 27fddf00 05d3d000 05d3d000 0x04b0faa8: 04b0fb08 05d20408 05d3e3f8 00000000 0x04b0fab8: 05d13321 05d2ad51 048d0000 048f6838 0x04b0fac8: 048f6834 04901ba8 00000004 048f3a04 Backtrace: =>0 0x05d16331 fill_ip4routetable+0x231(table=0x2, cond=0x2) [/home/austin/wine-valgrind/dlls/wbemprox/builtin.c:2096] in wbemprox (0x04b0faa8) 1 0x05d20408 execute_view+0x6c(view=0x4901ba8) [/home/austin/wine-valgrind/dlls/wbemprox/query.c:413] in wbemprox (0x04b0fb08) 2 0x05d206c6 exec_query+0x59(str="SELECT * FROM Win32_IP4RouteTable", result=0x4b0fbc4) [/home/austin/wine-valgrind/dlls/wbemprox/query.c:480] in wbemprox (0x04b0fb38) 3 0x05d26a63 wbem_services_ExecQuery+0xd9(iface=, strQueryLanguage=, strQuery=, lFlags=, pCtx=, ppEnum=) [/home/austin/wine-valgrind/dlls/wbemprox/services.c:626] in wbemprox (0x04b0fb78) 4 0x04880200 test_IP4RouteTable+0xd0(services=0x48fe670) [/home/austin/wine-valgrind/dlls/wbemprox/tests/../../../include/wbemcli.h:1166] in wbemprox_test (0x04b0fc78) 5 0x048809bc func_query+0x272() [/home/austin/wine-valgrind/dlls/wbemprox/tests/query.c:1406] in wbemprox_test (0x04b0fcc8) 6 0x048821ae run_test+0x96(name="query") [/home/austin/wine-valgrind/dlls/wbemprox/tests/../../../include/wine/test.h:603] in wbemprox_test (0x04b0fd08) 7 0x04882600 main+0x245(argc=, argv=0x48d1e00) [/home/austin/wine-valgrind/dlls/wbemprox/tests/../../../include/wine/test.h:687] in wbemprox_test (0x04b0fdd8) 8 0x0488268d __wine_spec_exe_entry+0x6d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in wbemprox_test (0x04b0fe18) 9 0x7b46afc4 call_process_entry+0xb() in kernel32 (0x04b0fe38) 10 0x7b46b119 start_process+0x152(entry=0x488261f) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1116] in kernel32 (0x04b0fe88) 11 0x7bc8fde8 call_thread_func_wrapper+0xb() in ntdll (0x04b0fea8) 12 0x7bc8fe64 call_thread_func+0x71(entry=0x7b46afc6, arg=0x488261f, frame=0x4b0ffb8) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2759] in ntdll (0x04b0ff98) 13 0x7bc8fdc6 call_thread_entry_point+0x11() in ntdll (0x04b0ffb8) 14 0x7bc5f24f start_process+0x20(arg=0xfe9252d4) [/home/austin/wine-valgrind/dlls/ntdll/loader.c:3083] in ntdll (0x04b0ffe8) 15 0x04041279 wine_call_on_stack+0x1c() in libwine.so.1 (0x00000000) 16 0x04041253 wine_switch_to_stack+0x22(func=0x7bc5f22e, arg=0xfe9252d4, stack=0x4b10000) [/home/austin/wine-valgrind/libs/wine/port.c:77] in libwine.so.1 (0xfe925258) 17 0x7bc5f5c2 LdrInitializeThunk+0x372(kernel_start=0x7b46afc6, unknown2=, unknown3=, unknown4=) [/home/austin/wine-valgrind/dlls/ntdll/loader.c:3144] in ntdll (0xfe9252e8) 18 0x7b46b9e3 __wine_kernel_init+0x6af() [/home/austin/wine-valgrind/dlls/kernel32/process.c:1310] in kernel32 (0xfe926198) 19 0x7bc5fd6a __wine_process_init+0x132() [/home/austin/wine-valgrind/dlls/ntdll/loader.c:3353] in ntdll (0xfe9261d8) 20 0x04040677 wine_init+0x14b(argc=0x3, argv=0xfe926714, error="", error_size=0x400) [/home/austin/wine-valgrind/libs/wine/loader.c:974] in libwine.so.1 (0xfe926228) 21 0x7c000ed0 main+0x145(argc=, argv=0xfe926714) [/home/austin/wine-valgrind/loader/main.c:258] in (0xfe926668) 22 0x04274537 __libc_start_main+0xf6() in libc.so.6 (0x00000000) 0x05d16331 fill_ip4routetable+0x231 [/home/austin/wine-valgrind/dlls/wbemprox/builtin.c:2096] in wbemprox: movl %edx,0xc(%eax) 2096 table->num_rows = row; Modules: Module Address Debug info Name (143 modules) ELF 4000000- 4025000 Deferred ld-linux.so.2 ELF 4026000- 4029000 Deferred vgpreload_core-x86-linux.so ELF 4029000- 4039000 Deferred vgpreload_memcheck-x86-linux.so ELF 4039000- 41f2000 Dwarf libwine.so.1 ELF 4208000- 4211000 Deferred libnss_compat.so.2 ELF 4211000- 422b000 Deferred libnsl.so.1 ELF 422b000- 4238000 Deferred libnss_nis.so.2 ELF 423f000- 425b000 Deferred libpthread.so.0 ELF 425c000- 440b000 Dwarf libc.so.6 ELF 440b000- 4410000 Deferred libdl.so.2 ELF 4811000- 4865000 Deferred libm.so.6 ELF 4865000- 488e000 Dwarf wbemprox_test \-PE 4870000- 488e000 \ wbemprox_test ELF 48b2000- 48c5000 Deferred libnss_files.so.2 ELF 4b10000- 4c82000 Deferred oleaut32 \-PE 4b30000- 4c82000 \ oleaut32 ELF 4d82000- 4f05000 Deferred ole32 \-PE 4da0000- 4f05000 \ ole32 ELF 5005000- 5086000 Deferred advapi32 \-PE 5010000- 5086000 \ advapi32 ELF 5086000- 51fc000 Deferred user32 \-PE 50a0000- 51fc000 \ user32 ELF 52fc000- 5441000 Deferred gdi32 \-PE 5310000- 5441000 \ gdi32 ELF 5441000- 545c000 Deferred version \-PE 5450000- 545c000 \ version ELF 545c000- 54eb000 Deferred rpcrt4 \-PE 5470000- 54eb000 \ rpcrt4 ELF 5539000- 553c000 Deferred libxshmfence.so.1 ELF 5540000- 55fc000 Deferred libfreetype.so.6 ELF 5708000- 5714000 Deferred libxcursor.so.1 ELF 5720000- 5727000 Deferred libxfixes.so.3 ELF 5733000- 5736000 Deferred libx11-xcb.so.1 ELF 574a000- 576f000 Deferred imm32 \-PE 5750000- 576f000 \ imm32 ELF 578b000- 578f000 Deferred libxinerama.so.1 ELF 5793000- 579a000 Deferred libxxf86vm.so.1 ELF 579e000- 57aa000 Deferred libxrender.so.1 ELF 57ae000- 57bb000 Deferred libxrandr.so.2 ELF 57bf000- 57c3000 Deferred libxcomposite.so.1 ELF 57d4000- 57e9000 Deferred libxext.so.6 ELF 57f9000- 57fe000 Deferred libxau.so.6 ELF 5900000- 5919000 Deferred libz.so.1 ELF 591d000- 592f000 Deferred libbz2.so.1 ELF 5933000- 5971000 Deferred libpng16.so.16 ELF 5979000- 59bd000 Deferred libfontconfig.so.1 ELF 59c1000- 59ec000 Deferred libexpat.so.1 ELF 59f4000- 5a94000 Deferred winex11 \-PE 5a00000- 5a94000 \ winex11 ELF 5a94000- 5be2000 Deferred libx11.so.6 ELF 5be2000- 5c0f000 Deferred libxcb.so.1 ELF 5c13000- 5c1a000 Deferred libxdmcp.so.6 ELF 5c1e000- 5c3a000 Deferred libbsd.so.0 ELF 5c3e000- 5c47000 Deferred librt.so.1 ELF 5c95000- 5c98000 Deferred libllvmx86info.so.39 ELF 5c98000- 5cab000 Deferred libxi.so.6 ELF 5ccd000- 5cd0000 Deferred libllvmamdgpuinfo.so.39 ELF 5ce9000- 5ced000 Deferred libxcb-dri3.so.0 ELF 5ced000- 5cf1000 Deferred libxcb-present.so.0 ELF 5cf1000- 5cf9000 Deferred libxcb-sync.so.1 ELF 5d00000- 5d3f000 Dwarf wbemprox \-PE 5d10000- 5d3f000 \ wbemprox ELF 5d47000- 5d8b000 Deferred winspool \-PE 5d50000- 5d8b000 \ winspool ELF 5d93000- 5dbf000 Deferred iphlpapi \-PE 5da0000- 5dbf000 \ iphlpapi ELF 5dcb000- 5df6000 Deferred dxgi \-PE 5dd0000- 5df6000 \ dxgi ELF 5e1c000- 5e34000 Deferred libresolv.so.2 ELF 5e38000- 5fae000 Deferred wined3d \-PE 5e50000- 5fae000 \ wined3d ELF 61c6000- 61db000 Deferred libtasn1.so.6 ELF 65e2000- 661b000 Deferred ws2_32 \-PE 65f0000- 661b000 \ ws2_32 ELF 6647000- 6651000 Deferred libdrm_nouveau.so.2 ELF 6659000- 6667000 Deferred libdrm_radeon.so.1 ELF 6668000- 66ed000 Deferred libcups.so.2 ELF 66ed000- 6842000 Deferred libgnutls.so.30 ELF 6b42000- 6cb2000 Deferred libunistring.so.2 ELF 6cb6000- 6cf5000 Deferred libnettle.so.6 ELF 6cf9000- 6d30000 Deferred libhogweed.so.4 ELF 6d30000- 6da6000 Deferred libgmp.so.10 ELF 6daa000- 6dc7000 Deferred libidn2.so.0 ELF 6e4c000- 6ec1000 Deferred libgl.so.1 ELF 6ec1000- 6ef7000 Deferred libglapi.so.0 ELF 6efb000- 6eff000 Deferred libxdamage.so.1 ELF 6eff000- 6f1c000 Deferred libxcb-glx.so.0 ELF 6f20000- 6f26000 Deferred libxcb-dri2.so.0 ELF 6f2a000- 6f3e000 Deferred libdrm.so.2 ELF 6f46000- 7ccb000 Deferred swrast_dri.so ELF 7ff5000- 7ffb000 Deferred libtxc_dxtn.so ELF 8036000- 805d000 Deferred libdrm_intel.so.1 ELF 805d000- 8069000 Deferred libdrm_amdgpu.so.1 ELF 806d000- 8089000 Deferred libelf.so.1 ELF 80a9000- 80b8000 Deferred libllvmx86utils.so.39 ELF 88f0000- 8a5b000 Deferred libllvmx86disassembler.so.39 ELF 8a5b000- 8b0f000 Deferred libllvmx86asmparser.so.39 ELF 8b0f000- 8ded000 Deferred libllvmx86codegen.so.39 ELF 92ed000- 9347000 Deferred libllvmx86asmprinter.so.39 ELF 9347000- 935b000 Deferred libllvmmcjit.so.39 ELF 935b000- 9385000 Deferred libllvmexecutionengine.so.39 ELF 9385000- 93fa000 Deferred libllvmruntimedyld.so.39 ELF 9402000- 9426000 Deferred libllvmamdgpudisassembler.so.39 ELF 960f000- 9618000 Deferred libllvmmcdisassembler.so.39 ELF 9638000- 96b2000 Deferred libllvmobject.so.39 ELF 96c2000- 96c8000 Deferred libllvmirreader.so.39 ELF 9b69000- 9cf1000 Deferred libllvmx86desc.so.39 ELF 9cf1000- 9e98000 Deferred libllvmamdgpucodegen.so.39 ELF a7b6000- a7e6000 Deferred libllvmlinker.so.39 ELF a95f000- ac62000 Deferred libllvmselectiondag.so.39 ELF ae93000- afb0000 Deferred libllvmipo.so.39 ELF b0da000- b1bb000 Deferred libllvmvectorize.so.39 ELF b2bb000- b2d1000 Deferred libllvmtarget.so.39 ELF b6a8000- b70c000 Deferred libllvmasmparser.so.39 ELF b70c000- b7f2000 Deferred libllvmasmprinter.so.39 ELF b9f2000- ba48000 Deferred libllvmdebuginfocodeview.so.39 ELF ba48000- ba96000 Deferred libllvmbitwriter.so.39 ELF ba9e000- bae9000 Deferred libllvmprofiledata.so.39 ELF bbab000- c10e000 Deferred libllvmcodegen.so.39 ELF c40e000- c4e2000 Deferred libllvminstrumentation.so.39 ELF c6ef000- c753000 Deferred libllvmbitreader.so.39 ELF c753000- c7ce000 Deferred libllvmamdgpuasmparser.so.39 ELF c7d6000- c7e2000 Deferred libllvmamdgpuutils.so.39 ELF c9fd000- cd1a000 Deferred libllvmscalaropts.so.39 ELF cf3a000- d037000 Deferred libllvminstcombine.so.39 ELF d227000- d26c000 Deferred libllvmmcparser.so.39 ELF d26c000- d29e000 Deferred libllvmamdgpuasmprinter.so.39 ELF d2c2000- d2dd000 Deferred libgcc_s.so.1 ELF d2e5000- d2f1000 Deferred libpciaccess.so.0 ELF da87000- dae1000 Deferred libncurses.so.6 ELF de39000- e014000 Deferred libllvmtransformutils.so.39 ELF e54f000- e952000 Deferred libllvmanalysis.so.39 ELF ea52000- eb51000 Deferred libllvmamdgpudesc.so.39 ELF eb51000- ec1d000 Deferred libllvmmc.so.39 ELF f564000- f8a2000 Deferred libllvmcore.so.39 ELF f9a2000- fadd000 Deferred libllvmsupport.so.39 ELF 7a800000-7a937000 Deferred opengl32 \-PE 7a820000-7a937000 \ opengl32 ELF 7b400000-7b7f9000 Dwarf kernel32 \-PE 7b410000-7b7f9000 \ kernel32 ELF 7bc00000-7bd10000 Dwarf ntdll \-PE 7bc10000-7bd10000 \ ntdll ELF 7c000000-7c004000 Dwarf Threads: process tid prio (all id:s are in hex) 0000000e services.exe 000001cb 0 000001b5 0 00000095 0 00000026 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 00000032 0 00000031 0 0000002b 0 00000025 0 00000024 0 00000022 0 00000029 explorer.exe 0000002e 0 0000002d 0 0000002c 0 0000002a 0 0000002f winemine.exe 00000030 0 00000093 rpcss.exe 00000099 0 00000098 0 00000097 0 00000096 0 00000094 0 00000177 svchost.exe 000001c7 0 000001ca 0 000001c1 0 000001c6 0 000001c0 0 00000172 0 000001b6 svchost.exe 000001d9 0 000001d4 0 0000019f 0 000001c3 0 00000190 explorer.exe 00000191 0 00000194 0 00000192 0 00000193 0 0000000b (D) Z:\home\austin\wine-valgrind\dlls\wbemprox\tests\wbemprox_test.exe 000001f7 0 <== System information: Wine build: wine-2.11-191-gcf23b03437 Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.27-vanilla-workstation-3 ==19384== 40 bytes in 1 blocks are possibly lost in loss record 1,351 of 2,025 ==19384== at 0x7BC50812: notify_alloc (heap.c:254) ==19384== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19384== by 0x5D2528C: heap_alloc (wbemprox_private.h:232) ==19384== by 0x5D274FD: WbemServices_create (services.c:888) ==19384== by 0x5D291BF: wbem_locator_ConnectServer (wbemlocator.c:198) ==19384== by 0x4880840: IWbemLocator_ConnectServer (wbemcli.h:443) ==19384== by 0x4880840: func_query (???:0) ==19384== by 0x48821AD: run_test (test.h:603) ==19384== by 0x48825FF: main (test.h:687) ==19384== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:WbemServices_create fun:wbem_locator_ConnectServer fun:IWbemLocator_ConnectServer fun:func_query fun:run_test fun:main } make[1]: *** [Makefile:173: query.ok] Error 5 ../../../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]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wbemprox/tests' make: *** [Makefile:18268: dlls/wbemprox/tests/test] Error 2 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 ../../../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 ../../../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 ==19493== Invalid read of size 2 ==19493== at 0x4A5EA4E: wine_dbgstr_wn (test.h:480) ==19493== by 0x4A247EA: wine_dbgstr_w (test.h:70) ==19493== by 0x4A2EC05: test_WsReadType (reader.c:1810) ==19493== by 0x4A4892F: func_reader (reader.c:5706) ==19493== by 0x4A5F048: run_test (test.h:603) ==19493== by 0x4A5F49A: main (test.h:687) ==19493== Address 0x5bd01f8 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==19493== at 0x7BC50812: notify_alloc (heap.c:254) ==19493== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19493== by 0x4B8ABCB: ws_alloc_zero (heap.c:89) ==19493== by 0x4BA00E8: read_type_wsz (reader.c:4561) ==19493== by 0x4BA289C: read_type (reader.c:5576) ==19493== by 0x4BA2B77: WsReadType (reader.c:5637) ==19493== by 0x4A2EB5A: test_WsReadType (reader.c:1806) ==19493== by 0x4A4892F: func_reader (reader.c:5706) ==19493== by 0x4A5F048: run_test (test.h:603) ==19493== by 0x4A5F49A: main (test.h:687) ==19493== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:wine_dbgstr_w fun:test_WsReadType fun:func_reader fun:run_test fun:main } ==19493== Invalid read of size 2 ==19493== at 0x4A2EC11: test_WsReadType (reader.c:1810) ==19493== by 0x4A4892F: func_reader (reader.c:5706) ==19493== by 0x4A5F048: run_test (test.h:603) ==19493== by 0x4A5F49A: main (test.h:687) ==19493== Address 0x5bd01f8 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==19493== at 0x7BC50812: notify_alloc (heap.c:254) ==19493== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19493== by 0x4B8ABCB: ws_alloc_zero (heap.c:89) ==19493== by 0x4BA00E8: read_type_wsz (reader.c:4561) ==19493== by 0x4BA289C: read_type (reader.c:5576) ==19493== by 0x4BA2B77: WsReadType (reader.c:5637) ==19493== by 0x4A2EB5A: test_WsReadType (reader.c:1806) ==19493== by 0x4A4892F: func_reader (reader.c:5706) ==19493== by 0x4A5F048: run_test (test.h:603) ==19493== by 0x4A5F49A: main (test.h:687) ==19493== { Memcheck:Addr2 fun:test_WsReadType fun:func_reader fun:run_test fun:main } reader.c:3737: Test failed: 55: got 7ff0000000000000 reader.c:3737: Test failed: 57: got 0 make[1]: *** [Makefile:303: 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:365: 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:18315: 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 ==19618== 8 bytes in 1 blocks are possibly lost in loss record 38 of 593 ==19618== at 0x7BC50812: notify_alloc (heap.c:254) ==19618== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19618== by 0x7B449A29: HeapAlloc (heap.c:271) ==19618== by 0x7B449C8A: GlobalAlloc (heap.c:377) ==19618== by 0x4A302D4: create_stream (metadata.c:208) ==19618== by 0x4A37417: test_metadata_gif (metadata.c:1340) ==19618== by 0x4A3FDE2: func_metadata (metadata.c:3077) ==19618== by 0x4A51797: run_test (test.h:603) ==19618== by 0x4A51BE9: main (test.h:687) ==19618== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_stream fun:test_metadata_gif fun:func_metadata fun:run_test fun:main } ==19618== 16 bytes in 1 blocks are definitely lost in loss record 116 of 593 ==19618== at 0x7BC50812: notify_alloc (heap.c:254) ==19618== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19618== by 0x4BBAB11: MetadataQueryReader_CreateInstance (metadataquery.c:624) ==19618== by 0x4BBA7D5: mqr_GetMetadataByName (metadataquery.c:540) ==19618== by 0x4A3A52B: IWICMetadataQueryReader_GetMetadataByName (wincodec.h:1929) ==19618== by 0x4A3A52B: test_metadata_gif (???:0) ==19618== by 0x4A3FDE2: func_metadata (metadata.c:3077) ==19618== by 0x4A51797: run_test (test.h:603) ==19618== by 0x4A51BE9: main (test.h:687) ==19618== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:MetadataQueryReader_CreateInstance fun:mqr_GetMetadataByName fun:IWICMetadataQueryReader_GetMetadataByName fun:test_metadata_gif fun:func_metadata fun:run_test fun:main } ==19618== 64 bytes in 4 blocks are definitely lost in loss record 296 of 593 ==19618== at 0x7BC50812: notify_alloc (heap.c:254) ==19618== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19618== by 0x4BBAB11: MetadataQueryReader_CreateInstance (metadataquery.c:624) ==19618== by 0x4BBA7D5: mqr_GetMetadataByName (metadataquery.c:540) ==19618== by 0x4A3F1E5: IWICMetadataQueryReader_GetMetadataByName (wincodec.h:1929) ==19618== by 0x4A3F1E5: test_queryreader (???:0) ==19618== by 0x4A3FDA6: func_metadata (metadata.c:3065) ==19618== by 0x4A51797: run_test (test.h:603) ==19618== by 0x4A51BE9: main (test.h:687) ==19618== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:MetadataQueryReader_CreateInstance fun:mqr_GetMetadataByName fun:IWICMetadataQueryReader_GetMetadataByName fun:test_queryreader fun:func_metadata fun:run_test fun:main } ==19618== 212 bytes in 1 blocks are definitely lost in loss record 437 of 593 ==19618== at 0x7BC50812: notify_alloc (heap.c:254) ==19618== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19618== by 0x7B449A29: HeapAlloc (heap.c:271) ==19618== by 0x7B449CE4: GlobalAlloc (heap.c:389) ==19618== by 0x4A302D4: create_stream (metadata.c:208) ==19618== by 0x4A37417: test_metadata_gif (metadata.c:1340) ==19618== by 0x4A3FDE2: func_metadata (metadata.c:3077) ==19618== by 0x4A51797: run_test (test.h:603) ==19618== by 0x4A51BE9: main (test.h:687) ==19618== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:create_stream fun:test_metadata_gif fun:func_metadata fun:run_test fun:main } ../../../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 ../../../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 ../../../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 winhttp.c:1068: Test failed: failed to receive response 12152 winhttp.c:1073: Test failed: available_size = 0 winhttp.c:1078: Test failed: failed unexpectedly 12150 winhttp.c:1079: Test failed: request failed unexpectedly 3735928559 ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory winhttp.c:2621: Test failed: got 401 make[1]: *** [Makefile:198: winhttp.ok] Error 5 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/winhttp/tests' make: *** [Makefile:18952: 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 ==19774== Thread 2: ==19774== Invalid read of size 2 ==19774== at 0x4BB6A42: memchrW (unicode.h:283) ==19774== by 0x4BBAC2D: InternetCrackUrlW (internet.c:1711) ==19774== by 0x4BB008C: get_redirect_url (http.c:3997) ==19774== by 0x4BB378A: HTTP_HttpSendRequestW (http.c:5041) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== Address 0x490dd98 is 0 bytes after a block of size 128 alloc'd ==19774== at 0x7BC50812: notify_alloc (heap.c:254) ==19774== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19774== by 0x4BA56A8: heap_alloc (internet.h:94) ==19774== by 0x4BB0033: get_redirect_url (http.c:3988) ==19774== by 0x4BB378A: HTTP_HttpSendRequestW (http.c:5041) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } ==19774== Invalid read of size 2 ==19774== at 0x4BB6A42: memchrW (unicode.h:283) ==19774== by 0x4BBAC69: InternetCrackUrlW (internet.c:1713) ==19774== by 0x4BB008C: get_redirect_url (http.c:3997) ==19774== by 0x4BB378A: HTTP_HttpSendRequestW (http.c:5041) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== Address 0x490dd98 is 0 bytes after a block of size 128 alloc'd ==19774== at 0x7BC50812: notify_alloc (heap.c:254) ==19774== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19774== by 0x4BA56A8: heap_alloc (internet.h:94) ==19774== by 0x4BB0033: get_redirect_url (http.c:3988) ==19774== by 0x4BB378A: HTTP_HttpSendRequestW (http.c:5041) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } ==19774== Invalid read of size 2 ==19774== at 0x4BB6A42: memchrW (unicode.h:283) ==19774== by 0x4BBAE4F: InternetCrackUrlW (internet.c:1753) ==19774== by 0x4BB008C: get_redirect_url (http.c:3997) ==19774== by 0x4BB378A: HTTP_HttpSendRequestW (http.c:5041) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== Address 0x490dd98 is 0 bytes after a block of size 128 alloc'd ==19774== at 0x7BC50812: notify_alloc (heap.c:254) ==19774== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19774== by 0x4BA56A8: heap_alloc (internet.h:94) ==19774== by 0x4BB0033: get_redirect_url (http.c:3988) ==19774== by 0x4BB378A: HTTP_HttpSendRequestW (http.c:5041) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } ==19774== Invalid read of size 2 ==19774== at 0x4BB6A42: memchrW (unicode.h:283) ==19774== by 0x4BBB29A: InternetCrackUrlW (internet.c:1867) ==19774== by 0x4BB008C: get_redirect_url (http.c:3997) ==19774== by 0x4BB378A: HTTP_HttpSendRequestW (http.c:5041) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== Address 0x490dd98 is 0 bytes after a block of size 128 alloc'd ==19774== at 0x7BC50812: notify_alloc (heap.c:254) ==19774== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19774== by 0x4BA56A8: heap_alloc (internet.h:94) ==19774== by 0x4BB0033: get_redirect_url (http.c:3988) ==19774== by 0x4BB378A: HTTP_HttpSendRequestW (http.c:5041) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== { Memcheck:Addr2 fun:memchrW fun:InternetCrackUrlW 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:start_thread fun:start_thread fun:clone } ==19774== Thread 1 wininet_test.exe.so: ==19774== 16 bytes in 2 blocks are definitely lost in loss record 83 of 785 ==19774== at 0x7BC50812: notify_alloc (heap.c:254) ==19774== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19774== by 0x623C755: SECUR32_makeSecHandle (wrapper.c:44) ==19774== by 0x623D1D3: InitializeSecurityContextW (wrapper.c:354) ==19774== by 0x4BC36B2: netcon_secure_connect_setup (netconnection.c:467) ==19774== by 0x4BC3FEF: NETCON_secure_connect (netconnection.c:617) ==19774== by 0x4BB3149: HTTP_HttpSendRequestW (http.c:4932) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== { 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:start_thread fun:start_thread fun:clone } ==19774== 36 bytes in 1 blocks are definitely lost in loss record 287 of 785 ==19774== at 0x7BC50812: notify_alloc (heap.c:254) ==19774== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19774== by 0x4BA56A8: heap_alloc (internet.h:94) ==19774== by 0x4BB0033: get_redirect_url (http.c:3988) ==19774== by 0x4BB378A: HTTP_HttpSendRequestW (http.c:5041) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== { 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:start_thread fun:start_thread fun:clone } ==19774== 136 bytes in 1 blocks are definitely lost in loss record 586 of 785 ==19774== at 0x7BC50812: notify_alloc (heap.c:254) ==19774== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19774== by 0x4BA56A8: heap_alloc (internet.h:94) ==19774== by 0x4BB088B: HTTP_build_req (http.c:4165) ==19774== by 0x4BA6DFF: build_request_header (http.c:692) ==19774== by 0x4BB3330: HTTP_HttpSendRequestW (http.c:4962) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:HTTP_build_req fun:build_request_header 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:start_thread fun:start_thread fun:clone } ==19774== 192 bytes in 2 blocks are definitely lost in loss record 611 of 785 ==19774== at 0x7BC50812: notify_alloc (heap.c:254) ==19774== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19774== by 0x4BC1F70: heap_alloc_zero (internet.h:99) ==19774== by 0x4BC3263: create_netconn (netconnection.c:348) ==19774== by 0x4BB2997: open_http_connection (http.c:4782) ==19774== by 0x4BB30D6: HTTP_HttpSendRequestW (http.c:4923) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== { 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:start_thread fun:start_thread fun:clone } ==19774== 864 bytes in 9 blocks are possibly lost in loss record 707 of 785 ==19774== at 0x7BC50812: notify_alloc (heap.c:254) ==19774== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19774== by 0x4BC1F70: heap_alloc_zero (internet.h:99) ==19774== by 0x4BC3263: create_netconn (netconnection.c:348) ==19774== by 0x4BB2997: open_http_connection (http.c:4782) ==19774== by 0x4BB30D6: HTTP_HttpSendRequestW (http.c:4923) ==19774== by 0x4BB3F6D: AsyncHttpSendRequestProc (http.c:5190) ==19774== by 0x4BBFE9F: INTERNET_WorkerThreadFunc (internet.c:3724) ==19774== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==19774== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==19774== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19774== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19774== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19774== by 0x7BC99BDE: start_thread (thread.c:487) ==19774== by 0x4245249: start_thread (pthread_create.c:333) ==19774== by 0x4340D6D: clone (clone.S:114) ==19774== { 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:start_thread fun:start_thread fun:clone } ../../../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 ==19819== 512 bytes in 1 blocks are definitely lost in loss record 597 of 710 ==19819== at 0x7BC50812: notify_alloc (heap.c:254) ==19819== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==19819== by 0x4CD28F3: list_window_children (win.c:319) ==19819== by 0x4CDB3C3: WIN_ListChildren (win.c:3309) ==19819== by 0x4CD79D5: DestroyWindow (win.c:1881) ==19819== by 0x4B8E087: WINMM_DevicesThreadDone (waveform.c:2446) ==19819== by 0x4B8E44A: WINMM_DevicesThreadProc (waveform.c:2517) ==19819== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==19819== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==19819== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==19819== by 0x7BC99BDE: start_thread (thread.c:487) ==19819== by 0x4245249: start_thread (pthread_create.c:333) ==19819== by 0x4340D6D: clone (clone.S:114) ==19819== { 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:start_thread fun:start_thread fun:clone } ../../../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:227: Tests skipped: Skipping interactive tests for the joystick ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so mci && touch mci.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==20008== 0 bytes in 2 blocks are definitely lost in loss record 10 of 1,016 ==20008== at 0x7BC50812: notify_alloc (heap.c:254) ==20008== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20008== by 0x50B4834: IMalloc_fnAlloc (ifs.c:187) ==20008== by 0x50B50D3: IMalloc_Alloc (objidl.h:1508) ==20008== by 0x50B50D3: CoTaskMemAlloc (???:0) ==20008== by 0x96A4091: ??? ==20008== by 0x96A8DEE: ??? ==20008== by 0x96A8ED2: ??? ==20008== by 0x96A939B: ??? ==20008== by 0x96A98A2: ??? ==20008== by 0x965EF50: ??? ==20008== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==20008== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==20008== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==20008== by 0x7BC99BDE: start_thread (thread.c:487) ==20008== by 0x4245249: start_thread (pthread_create.c:333) ==20008== by 0x4340D6D: clone (clone.S:114) ==20008== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc obj:* obj:* obj:* obj:* obj:* obj:* obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:start_thread fun:start_thread fun:clone } ==20008== 0 bytes in 3 blocks are definitely lost in loss record 11 of 1,016 ==20008== at 0x7BC50812: notify_alloc (heap.c:254) ==20008== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20008== by 0x50B4834: IMalloc_fnAlloc (ifs.c:187) ==20008== by 0x50B50D3: IMalloc_Alloc (objidl.h:1508) ==20008== by 0x50B50D3: CoTaskMemAlloc (???:0) ==20008== by 0x96A4091: ??? ==20008== by 0x96A8DEE: ??? ==20008== by 0x96A8ED2: ??? ==20008== by 0x96A939B: ??? ==20008== by 0x96A98B9: ??? ==20008== by 0x965EF50: ??? ==20008== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==20008== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==20008== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==20008== by 0x7BC99BDE: start_thread (thread.c:487) ==20008== by 0x4245249: start_thread (pthread_create.c:333) ==20008== by 0x4340D6D: clone (clone.S:114) ==20008== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc obj:* obj:* obj:* obj:* obj:* obj:* obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:start_thread fun:start_thread fun:clone } ../../../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:111: Tests skipped: Cannot open any cdaudio device, MCIERR_MUST_USE_SHAREABLE. mcicda.c:572: Test failed: OPEN d:\X type: MCIERR_MUST_USE_SHAREABLE mcicda.c:572: Test failed: OPEN d:\ type: MCIERR_MUST_USE_SHAREABLE mcicda.c:572: Test failed: OPEN d: type: MCIERR_MUST_USE_SHAREABLE mcicda.c:572: Test failed: OPEN d type: MCIERR_MUST_USE_SHAREABLE make[1]: *** [Makefile:251: mcicda.ok] Error 4 ../../../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 ../../../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 ==20121== 512 bytes in 1 blocks are definitely lost in loss record 607 of 723 ==20121== at 0x7BC50812: notify_alloc (heap.c:254) ==20121== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20121== by 0x4CD28F3: list_window_children (win.c:319) ==20121== by 0x4CDB3C3: WIN_ListChildren (win.c:3309) ==20121== by 0x4CD79D5: DestroyWindow (win.c:1881) ==20121== by 0x4B8E087: WINMM_DevicesThreadDone (waveform.c:2446) ==20121== by 0x4B8E44A: WINMM_DevicesThreadProc (waveform.c:2517) ==20121== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==20121== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==20121== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==20121== by 0x7BC99BDE: start_thread (thread.c:487) ==20121== by 0x4245249: start_thread (pthread_create.c:333) ==20121== by 0x4340D6D: clone (clone.S:114) ==20121== { 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:start_thread fun:start_thread fun:clone } make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/winmm/tests' make: *** [Makefile:19046: dlls/winmm/tests/test] Error 2 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 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 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:2612: Tests skipped: SOCK_RAW is not supported sock.c:2658: Test failed: Expected 10047, received 10043 sock.c:2659: Tests skipped: IPX is not supported ==20502== Invalid free() / delete / delete[] / realloc() ==20502== at 0x7BC50908: notify_realloc (heap.c:270) ==20502== by 0x7BC5525E: RtlReAllocateHeap (heap.c:1860) ==20502== by 0x4B946C3: WS_get_local_ips (socket.c:6250) ==20502== by 0x4B949E2: WS_gethostbyname (socket.c:6333) ==20502== by 0x4A30C09: test_getsockname (sock.c:4561) ==20502== by 0x4A5156C: func_sock (sock.c:10560) ==20502== by 0x4A5246B: run_test (test.h:603) ==20502== by 0x4A528BD: main (test.h:687) ==20502== Address 0x5ea2ab0 is 0 bytes after a recently re-allocated block of size 0 alloc'd ==20502== at 0x7BC50812: notify_alloc (heap.c:254) ==20502== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20502== by 0x4B94524: WS_get_local_ips (socket.c:6216) ==20502== by 0x4B949E2: WS_gethostbyname (socket.c:6333) ==20502== by 0x4A30C09: test_getsockname (sock.c:4561) ==20502== by 0x4A5156C: func_sock (sock.c:10560) ==20502== by 0x4A5246B: run_test (test.h:603) ==20502== by 0x4A528BD: main (test.h:687) ==20502== { 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 } ==20502== Invalid free() / delete / delete[] / realloc() ==20502== at 0x7BC50908: notify_realloc (heap.c:270) ==20502== by 0x7BC5538C: RtlReAllocateHeap (heap.c:1896) ==20502== by 0x4B946C3: WS_get_local_ips (socket.c:6250) ==20502== by 0x4B949E2: WS_gethostbyname (socket.c:6333) ==20502== by 0x4A311B2: test_gethostbyname (sock.c:4664) ==20502== by 0x4A51585: func_sock (sock.c:10565) ==20502== by 0x4A5246B: run_test (test.h:603) ==20502== by 0x4A528BD: main (test.h:687) ==20502== Address 0x48d40f8 is 0 bytes after a recently re-allocated block of size 0 alloc'd ==20502== at 0x7BC50812: notify_alloc (heap.c:254) ==20502== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20502== by 0x4B94524: WS_get_local_ips (socket.c:6216) ==20502== by 0x4B949E2: WS_gethostbyname (socket.c:6333) ==20502== by 0x4A311B2: test_gethostbyname (sock.c:4664) ==20502== by 0x4A51585: func_sock (sock.c:10565) ==20502== by 0x4A5246B: run_test (test.h:603) ==20502== by 0x4A528BD: main (test.h:687) ==20502== { Memcheck:Free fun:notify_realloc fun:RtlReAllocateHeap fun:WS_get_local_ips fun:WS_gethostbyname fun:test_gethostbyname fun:func_sock fun:run_test fun:main } sock.c:9025: Tests skipped: Cannot test SIO_ADDRESS_LIST_CHANGE, interactive tests must be enabled ==20502== 64 bytes in 1 blocks are definitely lost in loss record 336 of 669 ==20502== at 0x7BC50812: notify_alloc (heap.c:254) ==20502== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20502== by 0x4B86423: alloc_async_io (socket.c:563) ==20502== by 0x4B98C3F: WS2_recv_base (socket.c:7735) ==20502== by 0x4B989C4: WSARecv (socket.c:7691) ==20502== by 0x4A3B6CF: test_WSARecv (sock.c:6826) ==20502== by 0x4A5159E: func_sock (sock.c:10571) ==20502== by 0x4A5246B: run_test (test.h:603) ==20502== by 0x4A528BD: main (test.h:687) ==20502== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_async_io fun:WS2_recv_base fun:WSARecv fun:test_WSARecv fun:func_sock fun:run_test fun:main } make[1]: *** [Makefile:204: 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:19756: 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 address.c:107: Test failed: SetTransportAddress(invalidAddress) returned unexpected result: 80072afa make[1]: *** [Makefile:176: address.ok] Error 1 ../../../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 ==20596== 1,048 bytes in 1 blocks are possibly lost in loss record 239 of 258 ==20596== at 0x7BC50812: notify_alloc (heap.c:254) ==20596== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20596== by 0x48A8BE5: WSDAllocateLinkedMemory (memory.c:87) ==20596== by 0x487ADD3: AllocateLinkedMemory_tests (memory.c:55) ==20596== by 0x487AEEA: func_memory (memory.c:73) ==20596== by 0x4881997: run_test (test.h:603) ==20596== by 0x4881DE9: main (test.h:687) ==20596== { 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 ==20618== Invalid read of size 2 ==20618== at 0x7B451BF4: strlenW (unicode.h:200) ==20618== by 0x7B458D7B: CompareStringEx (locale.c:3895) ==20618== by 0x7B458BA9: CompareStringW (locale.c:3857) ==20618== by 0x7B459317: lstrcmpW (locale.c:4088) ==20618== by 0x48AA64B: is_prefix_unique (xml.c:377) ==20618== by 0x48AACB0: IWSDXMLContextImpl_AddNamespace (xml.c:533) ==20618== by 0x487FA45: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487FA45: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== Address 0x48eee10 is 24 bytes inside a block of size 32 free'd ==20618== at 0x7BC50881: notify_free (heap.c:262) ==20618== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==20618== by 0x48A8B58: free_allocation (memory.c:77) ==20618== by 0x48A8F29: WSDFreeLinkedMemory (memory.c:165) ==20618== by 0x48AAC95: IWSDXMLContextImpl_AddNamespace (xml.c:531) ==20618== by 0x487FA45: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487FA45: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== Block was alloc'd at ==20618== at 0x7BC50812: notify_alloc (heap.c:254) ==20618== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20618== by 0x48A8BE5: WSDAllocateLinkedMemory (memory.c:87) ==20618== by 0x48A9DC1: duplicate_string (xml.c:42) ==20618== by 0x48AA6FF: generate_namespace_prefix (xml.c:399) ==20618== by 0x48AACE3: IWSDXMLContextImpl_AddNamespace (xml.c:539) ==20618== by 0x487F8F6: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487F8F6: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== { Memcheck:Addr2 fun:strlenW fun:CompareStringEx fun:CompareStringW fun:lstrcmpW fun:is_prefix_unique fun:IWSDXMLContextImpl_AddNamespace fun:IWSDXMLContext_AddNamespace fun:XMLContext_AddNamespace_tests fun:func_xml fun:run_test fun:main } ==20618== Invalid read of size 2 ==20618== at 0x4041809: compare_unicode_weights (sortkey.c:192) ==20618== by 0x4041CB7: wine_compare_string (sortkey.c:360) ==20618== by 0x7B458DB0: CompareStringEx (locale.c:3898) ==20618== by 0x7B458BA9: CompareStringW (locale.c:3857) ==20618== by 0x7B459317: lstrcmpW (locale.c:4088) ==20618== by 0x48AA64B: is_prefix_unique (xml.c:377) ==20618== by 0x48AACB0: IWSDXMLContextImpl_AddNamespace (xml.c:533) ==20618== by 0x487FA45: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487FA45: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== Address 0x48eee10 is 24 bytes inside a block of size 32 free'd ==20618== at 0x7BC50881: notify_free (heap.c:262) ==20618== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==20618== by 0x48A8B58: free_allocation (memory.c:77) ==20618== by 0x48A8F29: WSDFreeLinkedMemory (memory.c:165) ==20618== by 0x48AAC95: IWSDXMLContextImpl_AddNamespace (xml.c:531) ==20618== by 0x487FA45: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487FA45: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== Block was alloc'd at ==20618== at 0x7BC50812: notify_alloc (heap.c:254) ==20618== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20618== by 0x48A8BE5: WSDAllocateLinkedMemory (memory.c:87) ==20618== by 0x48A9DC1: duplicate_string (xml.c:42) ==20618== by 0x48AA6FF: generate_namespace_prefix (xml.c:399) ==20618== by 0x48AACE3: IWSDXMLContextImpl_AddNamespace (xml.c:539) ==20618== by 0x487F8F6: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487F8F6: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== { Memcheck:Addr2 fun:compare_unicode_weights fun:wine_compare_string fun:CompareStringEx fun:CompareStringW fun:lstrcmpW fun:is_prefix_unique fun:IWSDXMLContextImpl_AddNamespace fun:IWSDXMLContext_AddNamespace fun:XMLContext_AddNamespace_tests fun:func_xml fun:run_test fun:main } ==20618== Invalid read of size 2 ==20618== at 0x4041815: compare_unicode_weights (sortkey.c:192) ==20618== by 0x4041CB7: wine_compare_string (sortkey.c:360) ==20618== by 0x7B458DB0: CompareStringEx (locale.c:3898) ==20618== by 0x7B458BA9: CompareStringW (locale.c:3857) ==20618== by 0x7B459317: lstrcmpW (locale.c:4088) ==20618== by 0x48AA64B: is_prefix_unique (xml.c:377) ==20618== by 0x48AACB0: IWSDXMLContextImpl_AddNamespace (xml.c:533) ==20618== by 0x487FA45: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487FA45: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== Address 0x48eee10 is 24 bytes inside a block of size 32 free'd ==20618== at 0x7BC50881: notify_free (heap.c:262) ==20618== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==20618== by 0x48A8B58: free_allocation (memory.c:77) ==20618== by 0x48A8F29: WSDFreeLinkedMemory (memory.c:165) ==20618== by 0x48AAC95: IWSDXMLContextImpl_AddNamespace (xml.c:531) ==20618== by 0x487FA45: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487FA45: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== Block was alloc'd at ==20618== at 0x7BC50812: notify_alloc (heap.c:254) ==20618== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20618== by 0x48A8BE5: WSDAllocateLinkedMemory (memory.c:87) ==20618== by 0x48A9DC1: duplicate_string (xml.c:42) ==20618== by 0x48AA6FF: generate_namespace_prefix (xml.c:399) ==20618== by 0x48AACE3: IWSDXMLContextImpl_AddNamespace (xml.c:539) ==20618== by 0x487F8F6: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487F8F6: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== { Memcheck:Addr2 fun:compare_unicode_weights fun:wine_compare_string fun:CompareStringEx fun:CompareStringW fun:lstrcmpW fun:is_prefix_unique fun:IWSDXMLContextImpl_AddNamespace fun:IWSDXMLContext_AddNamespace fun:XMLContext_AddNamespace_tests fun:func_xml fun:run_test fun:main } ==20618== Invalid read of size 2 ==20618== at 0x404186D: compare_unicode_weights (sortkey.c:209) ==20618== by 0x4041CB7: wine_compare_string (sortkey.c:360) ==20618== by 0x7B458DB0: CompareStringEx (locale.c:3898) ==20618== by 0x7B458BA9: CompareStringW (locale.c:3857) ==20618== by 0x7B459317: lstrcmpW (locale.c:4088) ==20618== by 0x48AA64B: is_prefix_unique (xml.c:377) ==20618== by 0x48AACB0: IWSDXMLContextImpl_AddNamespace (xml.c:533) ==20618== by 0x487FA45: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487FA45: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== Address 0x48eee10 is 24 bytes inside a block of size 32 free'd ==20618== at 0x7BC50881: notify_free (heap.c:262) ==20618== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==20618== by 0x48A8B58: free_allocation (memory.c:77) ==20618== by 0x48A8F29: WSDFreeLinkedMemory (memory.c:165) ==20618== by 0x48AAC95: IWSDXMLContextImpl_AddNamespace (xml.c:531) ==20618== by 0x487FA45: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487FA45: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== Block was alloc'd at ==20618== at 0x7BC50812: notify_alloc (heap.c:254) ==20618== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20618== by 0x48A8BE5: WSDAllocateLinkedMemory (memory.c:87) ==20618== by 0x48A9DC1: duplicate_string (xml.c:42) ==20618== by 0x48AA6FF: generate_namespace_prefix (xml.c:399) ==20618== by 0x48AACE3: IWSDXMLContextImpl_AddNamespace (xml.c:539) ==20618== by 0x487F8F6: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487F8F6: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== { Memcheck:Addr2 fun:compare_unicode_weights fun:wine_compare_string fun:CompareStringEx fun:CompareStringW fun:lstrcmpW fun:is_prefix_unique fun:IWSDXMLContextImpl_AddNamespace fun:IWSDXMLContext_AddNamespace fun:XMLContext_AddNamespace_tests fun:func_xml fun:run_test fun:main } ==20618== Invalid read of size 2 ==20618== at 0x4041883: compare_unicode_weights (sortkey.c:209) ==20618== by 0x4041CB7: wine_compare_string (sortkey.c:360) ==20618== by 0x7B458DB0: CompareStringEx (locale.c:3898) ==20618== by 0x7B458BA9: CompareStringW (locale.c:3857) ==20618== by 0x7B459317: lstrcmpW (locale.c:4088) ==20618== by 0x48AA64B: is_prefix_unique (xml.c:377) ==20618== by 0x48AACB0: IWSDXMLContextImpl_AddNamespace (xml.c:533) ==20618== by 0x487FA45: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487FA45: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== Address 0x48eee10 is 24 bytes inside a block of size 32 free'd ==20618== at 0x7BC50881: notify_free (heap.c:262) ==20618== by 0x7BC54DF0: RtlFreeHeap (heap.c:1762) ==20618== by 0x48A8B58: free_allocation (memory.c:77) ==20618== by 0x48A8F29: WSDFreeLinkedMemory (memory.c:165) ==20618== by 0x48AAC95: IWSDXMLContextImpl_AddNamespace (xml.c:531) ==20618== by 0x487FA45: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487FA45: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== Block was alloc'd at ==20618== at 0x7BC50812: notify_alloc (heap.c:254) ==20618== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20618== by 0x48A8BE5: WSDAllocateLinkedMemory (memory.c:87) ==20618== by 0x48A9DC1: duplicate_string (xml.c:42) ==20618== by 0x48AA6FF: generate_namespace_prefix (xml.c:399) ==20618== by 0x48AACE3: IWSDXMLContextImpl_AddNamespace (xml.c:539) ==20618== by 0x487F8F6: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==20618== by 0x487F8F6: XMLContext_AddNamespace_tests (???:0) ==20618== by 0x4880B23: func_xml (xml.c:623) ==20618== by 0x4881997: run_test (test.h:603) ==20618== by 0x4881DE9: main (test.h:687) ==20618== { Memcheck:Addr2 fun:compare_unicode_weights fun:wine_compare_string fun:CompareStringEx fun:CompareStringW fun:lstrcmpW fun:is_prefix_unique fun:IWSDXMLContextImpl_AddNamespace fun:IWSDXMLContext_AddNamespace fun:XMLContext_AddNamespace_tests fun:func_xml fun:run_test fun:main } make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wsdapi/tests' make: *** [Makefile:19803: dlls/wsdapi/tests/test] Error 2 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 ==20659== 8 bytes in 1 blocks are definitely lost in loss record 64 of 757 ==20659== at 0x7BC50812: notify_alloc (heap.c:254) ==20659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20659== by 0x5B7FC93: make_xaudio2_factory (xaudio_dll.c:2095) ==20659== by 0x5B8013F: XAudio2Create (xaudio_dll.c:2159) ==20659== by 0x487C70D: func_xaudio2 (xaudio2.c:1150) ==20659== by 0x487D6D7: run_test (test.h:603) ==20659== by 0x487DB28: main (test.h:687) ==20659== { 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 } ==20659== 12 bytes in 1 blocks are definitely lost in loss record 95 of 757 ==20659== at 0x7BC50812: notify_alloc (heap.c:254) ==20659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20659== by 0x5B78979: make_xapo_factory (xapofx.c:782) ==20659== by 0x5B789D4: CreateAudioVolumeMeter (xapofx.c:795) ==20659== by 0x487C17E: test_xapo_creation_modern (xaudio2.c:1053) ==20659== by 0x487C43A: test_xapo_creation (xaudio2.c:1089) ==20659== by 0x487C580: func_xaudio2 (xaudio2.c:1122) ==20659== by 0x487D6D7: run_test (test.h:603) ==20659== by 0x487DB28: main (test.h:687) ==20659== { 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 } ==20659== 12 bytes in 1 blocks are definitely lost in loss record 96 of 757 ==20659== at 0x7BC50812: notify_alloc (heap.c:254) ==20659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20659== by 0x5B78979: make_xapo_factory (xapofx.c:782) ==20659== by 0x5B78A61: CreateAudioReverb (xapofx.c:809) ==20659== by 0x487C2AB: test_xapo_creation_modern (xaudio2.c:1067) ==20659== by 0x487C43A: test_xapo_creation (xaudio2.c:1089) ==20659== by 0x487C580: func_xaudio2 (xaudio2.c:1122) ==20659== by 0x487D6D7: run_test (test.h:603) ==20659== by 0x487DB28: main (test.h:687) ==20659== { 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 } ==20659== 12 bytes in 1 blocks are definitely lost in loss record 97 of 757 ==20659== at 0x7BC50812: notify_alloc (heap.c:254) ==20659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20659== by 0x5B78979: make_xapo_factory (xapofx.c:782) ==20659== by 0x5B789D4: CreateAudioVolumeMeter (xapofx.c:795) ==20659== by 0x48786E0: test_simple_streaming (xaudio2.c:293) ==20659== by 0x487C7D3: func_xaudio2 (xaudio2.c:1158) ==20659== by 0x487D6D7: run_test (test.h:603) ==20659== by 0x487DB28: main (test.h:687) ==20659== { 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 } ==20659== 48 bytes in 4 blocks are definitely lost in loss record 345 of 757 ==20659== at 0x7BC50812: notify_alloc (heap.c:254) ==20659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20659== by 0x5BAAE4F: ??? ==20659== by 0x5BAAFA5: ??? ==20659== by 0x487B953: test_xapo_creation_legacy (xaudio2.c:932) ==20659== by 0x487C3C4: test_xapo_creation (xaudio2.c:1083) ==20659== by 0x487C580: func_xaudio2 (xaudio2.c:1122) ==20659== by 0x487D6D7: run_test (test.h:603) ==20659== by 0x487DB28: main (test.h:687) ==20659== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap obj:* obj:* fun:test_xapo_creation_legacy fun:test_xapo_creation fun:func_xaudio2 fun:run_test fun:main } ==20659== 48 bytes in 4 blocks are definitely lost in loss record 346 of 757 ==20659== at 0x7BC50812: notify_alloc (heap.c:254) ==20659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20659== by 0x5C59E4F: ??? ==20659== by 0x5C59FA5: ??? ==20659== by 0x487B953: test_xapo_creation_legacy (xaudio2.c:932) ==20659== by 0x487C3D8: test_xapo_creation (xaudio2.c:1084) ==20659== by 0x487C580: func_xaudio2 (xaudio2.c:1122) ==20659== by 0x487D6D7: run_test (test.h:603) ==20659== by 0x487DB28: main (test.h:687) ==20659== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap obj:* obj:* fun:test_xapo_creation_legacy fun:test_xapo_creation fun:func_xaudio2 fun:run_test fun:main } ==20659== 48 bytes in 4 blocks are definitely lost in loss record 347 of 757 ==20659== at 0x7BC50812: notify_alloc (heap.c:254) ==20659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20659== by 0x5B22E4F: ??? ==20659== by 0x5B22FA5: ??? ==20659== by 0x487B953: test_xapo_creation_legacy (xaudio2.c:932) ==20659== by 0x487C3EC: test_xapo_creation (xaudio2.c:1085) ==20659== by 0x487C580: func_xaudio2 (xaudio2.c:1122) ==20659== by 0x487D6D7: run_test (test.h:603) ==20659== by 0x487DB28: main (test.h:687) ==20659== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap obj:* obj:* fun:test_xapo_creation_legacy fun:test_xapo_creation fun:func_xaudio2 fun:run_test fun:main } ==20659== 48 bytes in 4 blocks are definitely lost in loss record 348 of 757 ==20659== at 0x7BC50812: notify_alloc (heap.c:254) ==20659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20659== by 0x5C59E4F: ??? ==20659== by 0x5C59FA5: ??? ==20659== by 0x487B953: test_xapo_creation_legacy (xaudio2.c:932) ==20659== by 0x487C400: test_xapo_creation (xaudio2.c:1086) ==20659== by 0x487C580: func_xaudio2 (xaudio2.c:1122) ==20659== by 0x487D6D7: run_test (test.h:603) ==20659== by 0x487DB28: main (test.h:687) ==20659== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap obj:* obj:* fun:test_xapo_creation_legacy fun:test_xapo_creation fun:func_xaudio2 fun:run_test fun:main } ==20659== 48 bytes in 4 blocks are definitely lost in loss record 349 of 757 ==20659== at 0x7BC50812: notify_alloc (heap.c:254) ==20659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20659== by 0x5C59E4F: ??? ==20659== by 0x5C59FA5: ??? ==20659== by 0x487B953: test_xapo_creation_legacy (xaudio2.c:932) ==20659== by 0x487C414: test_xapo_creation (xaudio2.c:1087) ==20659== by 0x487C580: func_xaudio2 (xaudio2.c:1122) ==20659== by 0x487D6D7: run_test (test.h:603) ==20659== by 0x487DB28: main (test.h:687) ==20659== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap obj:* obj:* fun:test_xapo_creation_legacy fun:test_xapo_creation fun:func_xaudio2 fun:run_test fun:main } ==20659== 48 bytes in 4 blocks are definitely lost in loss record 350 of 757 ==20659== at 0x7BC50812: notify_alloc (heap.c:254) ==20659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20659== by 0x5C59E4F: ??? ==20659== by 0x5C59FA5: ??? ==20659== by 0x487B953: test_xapo_creation_legacy (xaudio2.c:932) ==20659== by 0x487C428: test_xapo_creation (xaudio2.c:1088) ==20659== by 0x487C580: func_xaudio2 (xaudio2.c:1122) ==20659== by 0x487D6D7: run_test (test.h:603) ==20659== by 0x487DB28: main (test.h:687) ==20659== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap obj:* obj:* fun:test_xapo_creation_legacy fun:test_xapo_creation fun:func_xaudio2 fun:run_test fun:main } ==20659== 48 bytes in 4 blocks are definitely lost in loss record 351 of 757 ==20659== at 0x7BC50812: notify_alloc (heap.c:254) ==20659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==20659== by 0x5B78979: make_xapo_factory (xapofx.c:782) ==20659== by 0x5B78B9C: CreateFX (xapofx.c:835) ==20659== by 0x487BE70: test_xapo_creation_modern (xaudio2.c:1018) ==20659== by 0x487C43A: test_xapo_creation (xaudio2.c:1089) ==20659== by 0x487C580: func_xaudio2 (xaudio2.c:1122) ==20659== by 0x487D6D7: run_test (test.h:603) ==20659== by 0x487DB28: main (test.h:687) ==20659== { 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 } 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 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 ==21286== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21286== at 0x7BC50812: notify_alloc (heap.c:254) ==21286== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21286== by 0x49E3D6E: get_long_key (reg.c:858) ==21286== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21286== by 0x49E4107: wmain (reg.c:975) ==21286== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21286== by 0x7B46AFC3: ??? (process.c:1065) ==21286== by 0x7B46B118: start_process (process.c:1116) ==21286== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21286== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21286== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21286== by 0x7BC5F24E: start_process (loader.c:3083) ==21286== by 0x4041278: ??? (port.c:78) ==21286== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21292== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21292== at 0x7BC50812: notify_alloc (heap.c:254) ==21292== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21292== by 0x49E3D6E: get_long_key (reg.c:858) ==21292== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21292== by 0x49E4107: wmain (reg.c:975) ==21292== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21292== by 0x7B46AFC3: ??? (process.c:1065) ==21292== by 0x7B46B118: start_process (process.c:1116) ==21292== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21292== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21292== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21292== by 0x7BC5F24E: start_process (loader.c:3083) ==21292== by 0x4041278: ??? (port.c:78) ==21292== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21307== 102 bytes in 1 blocks are definitely lost in loss record 156 of 238 ==21307== at 0x7BC50812: notify_alloc (heap.c:254) ==21307== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21307== by 0x49E3D6E: get_long_key (reg.c:858) ==21307== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21307== by 0x49E4107: wmain (reg.c:975) ==21307== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21307== by 0x7B46AFC3: ??? (process.c:1065) ==21307== by 0x7B46B118: start_process (process.c:1116) ==21307== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21307== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21307== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21307== by 0x7BC5F24E: start_process (loader.c:3083) ==21307== by 0x4041278: ??? (port.c:78) ==21307== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21313== 100 bytes in 1 blocks are definitely lost in loss record 156 of 238 ==21313== at 0x7BC50812: notify_alloc (heap.c:254) ==21313== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21313== by 0x49E3D6E: get_long_key (reg.c:858) ==21313== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21313== by 0x49E4107: wmain (reg.c:975) ==21313== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21313== by 0x7B46AFC3: ??? (process.c:1065) ==21313== by 0x7B46B118: start_process (process.c:1116) ==21313== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21313== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21313== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21313== by 0x7BC5F24E: start_process (loader.c:3083) ==21313== by 0x4041278: ??? (port.c:78) ==21313== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21315== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21315== at 0x7BC50812: notify_alloc (heap.c:254) ==21315== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21315== by 0x49E3D6E: get_long_key (reg.c:858) ==21315== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21315== by 0x49E4107: wmain (reg.c:975) ==21315== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21315== by 0x7B46AFC3: ??? (process.c:1065) ==21315== by 0x7B46B118: start_process (process.c:1116) ==21315== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21315== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21315== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21315== by 0x7BC5F24E: start_process (loader.c:3083) ==21315== by 0x4041278: ??? (port.c:78) ==21315== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21319== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21319== at 0x7BC50812: notify_alloc (heap.c:254) ==21319== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21319== by 0x49E3D6E: get_long_key (reg.c:858) ==21319== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21319== by 0x49E4107: wmain (reg.c:975) ==21319== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21319== by 0x7B46AFC3: ??? (process.c:1065) ==21319== by 0x7B46B118: start_process (process.c:1116) ==21319== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21319== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21319== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21319== by 0x7BC5F24E: start_process (loader.c:3083) ==21319== by 0x4041278: ??? (port.c:78) ==21319== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21323== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21323== at 0x7BC50812: notify_alloc (heap.c:254) ==21323== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21323== by 0x49E3D6E: get_long_key (reg.c:858) ==21323== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21323== by 0x49E4107: wmain (reg.c:975) ==21323== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21323== by 0x7B46AFC3: ??? (process.c:1065) ==21323== by 0x7B46B118: start_process (process.c:1116) ==21323== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21323== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21323== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21323== by 0x7BC5F24E: start_process (loader.c:3083) ==21323== by 0x4041278: ??? (port.c:78) ==21323== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21325== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21325== at 0x7BC50812: notify_alloc (heap.c:254) ==21325== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21325== by 0x49E3D6E: get_long_key (reg.c:858) ==21325== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21325== by 0x49E4107: wmain (reg.c:975) ==21325== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21325== by 0x7B46AFC3: ??? (process.c:1065) ==21325== by 0x7B46B118: start_process (process.c:1116) ==21325== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21325== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21325== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21325== by 0x7BC5F24E: start_process (loader.c:3083) ==21325== by 0x4041278: ??? (port.c:78) ==21325== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21329== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21329== at 0x7BC50812: notify_alloc (heap.c:254) ==21329== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21329== by 0x49E3D6E: get_long_key (reg.c:858) ==21329== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21329== by 0x49E4107: wmain (reg.c:975) ==21329== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21329== by 0x7B46AFC3: ??? (process.c:1065) ==21329== by 0x7B46B118: start_process (process.c:1116) ==21329== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21329== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21329== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21329== by 0x7BC5F24E: start_process (loader.c:3083) ==21329== by 0x4041278: ??? (port.c:78) ==21329== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21333== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21333== at 0x7BC50812: notify_alloc (heap.c:254) ==21333== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21333== by 0x49E3D6E: get_long_key (reg.c:858) ==21333== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21333== by 0x49E4107: wmain (reg.c:975) ==21333== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21333== by 0x7B46AFC3: ??? (process.c:1065) ==21333== by 0x7B46B118: start_process (process.c:1116) ==21333== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21333== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21333== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21333== by 0x7BC5F24E: start_process (loader.c:3083) ==21333== by 0x4041278: ??? (port.c:78) ==21333== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21351== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21351== at 0x7BC50812: notify_alloc (heap.c:254) ==21351== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21351== by 0x49E3D6E: get_long_key (reg.c:858) ==21351== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21351== by 0x49E4107: wmain (reg.c:975) ==21351== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21351== by 0x7B46AFC3: ??? (process.c:1065) ==21351== by 0x7B46B118: start_process (process.c:1116) ==21351== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21351== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21351== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21351== by 0x7BC5F24E: start_process (loader.c:3083) ==21351== by 0x4041278: ??? (port.c:78) ==21351== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21355== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21355== at 0x7BC50812: notify_alloc (heap.c:254) ==21355== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21355== by 0x49E3D6E: get_long_key (reg.c:858) ==21355== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21355== by 0x49E4107: wmain (reg.c:975) ==21355== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21355== by 0x7B46AFC3: ??? (process.c:1065) ==21355== by 0x7B46B118: start_process (process.c:1116) ==21355== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21355== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21355== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21355== by 0x7BC5F24E: start_process (loader.c:3083) ==21355== by 0x4041278: ??? (port.c:78) ==21355== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21357== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21357== at 0x7BC50812: notify_alloc (heap.c:254) ==21357== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21357== by 0x49E3D6E: get_long_key (reg.c:858) ==21357== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21357== by 0x49E4107: wmain (reg.c:975) ==21357== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21357== by 0x7B46AFC3: ??? (process.c:1065) ==21357== by 0x7B46B118: start_process (process.c:1116) ==21357== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21357== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21357== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21357== by 0x7BC5F24E: start_process (loader.c:3083) ==21357== by 0x4041278: ??? (port.c:78) ==21357== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21361== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21361== at 0x7BC50812: notify_alloc (heap.c:254) ==21361== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21361== by 0x49E3D6E: get_long_key (reg.c:858) ==21361== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21361== by 0x49E4107: wmain (reg.c:975) ==21361== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21361== by 0x7B46AFC3: ??? (process.c:1065) ==21361== by 0x7B46B118: start_process (process.c:1116) ==21361== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21361== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21361== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21361== by 0x7BC5F24E: start_process (loader.c:3083) ==21361== by 0x4041278: ??? (port.c:78) ==21361== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21367== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21367== at 0x7BC50812: notify_alloc (heap.c:254) ==21367== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21367== by 0x49E3D6E: get_long_key (reg.c:858) ==21367== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21367== by 0x49E4107: wmain (reg.c:975) ==21367== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21367== by 0x7B46AFC3: ??? (process.c:1065) ==21367== by 0x7B46B118: start_process (process.c:1116) ==21367== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21367== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21367== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21367== by 0x7BC5F24E: start_process (loader.c:3083) ==21367== by 0x4041278: ??? (port.c:78) ==21367== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21370== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21370== at 0x7BC50812: notify_alloc (heap.c:254) ==21370== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21370== by 0x49E3D6E: get_long_key (reg.c:858) ==21370== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21370== by 0x49E4107: wmain (reg.c:975) ==21370== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21370== by 0x7B46AFC3: ??? (process.c:1065) ==21370== by 0x7B46B118: start_process (process.c:1116) ==21370== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21370== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21370== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21370== by 0x7BC5F24E: start_process (loader.c:3083) ==21370== by 0x4041278: ??? (port.c:78) ==21370== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21374== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21374== at 0x7BC50812: notify_alloc (heap.c:254) ==21374== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21374== by 0x49E3D6E: get_long_key (reg.c:858) ==21374== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21374== by 0x49E4107: wmain (reg.c:975) ==21374== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21374== by 0x7B46AFC3: ??? (process.c:1065) ==21374== by 0x7B46B118: start_process (process.c:1116) ==21374== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21374== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21374== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21374== by 0x7BC5F24E: start_process (loader.c:3083) ==21374== by 0x4041278: ??? (port.c:78) ==21374== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21378== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21378== at 0x7BC50812: notify_alloc (heap.c:254) ==21378== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21378== by 0x49E3D6E: get_long_key (reg.c:858) ==21378== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21378== by 0x49E4107: wmain (reg.c:975) ==21378== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21378== by 0x7B46AFC3: ??? (process.c:1065) ==21378== by 0x7B46B118: start_process (process.c:1116) ==21378== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21378== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21378== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21378== by 0x7BC5F24E: start_process (loader.c:3083) ==21378== by 0x4041278: ??? (port.c:78) ==21378== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21382== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21382== at 0x7BC50812: notify_alloc (heap.c:254) ==21382== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21382== by 0x49E3D6E: get_long_key (reg.c:858) ==21382== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21382== by 0x49E4107: wmain (reg.c:975) ==21382== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21382== by 0x7B46AFC3: ??? (process.c:1065) ==21382== by 0x7B46B118: start_process (process.c:1116) ==21382== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21382== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21382== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21382== by 0x7BC5F24E: start_process (loader.c:3083) ==21382== by 0x4041278: ??? (port.c:78) ==21382== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21384== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21384== at 0x7BC50812: notify_alloc (heap.c:254) ==21384== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21384== by 0x49E3D6E: get_long_key (reg.c:858) ==21384== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21384== by 0x49E4107: wmain (reg.c:975) ==21384== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21384== by 0x7B46AFC3: ??? (process.c:1065) ==21384== by 0x7B46B118: start_process (process.c:1116) ==21384== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21384== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21384== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21384== by 0x7BC5F24E: start_process (loader.c:3083) ==21384== by 0x4041278: ??? (port.c:78) ==21384== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21387== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21387== at 0x7BC50812: notify_alloc (heap.c:254) ==21387== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21387== by 0x49E3D6E: get_long_key (reg.c:858) ==21387== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21387== by 0x49E4107: wmain (reg.c:975) ==21387== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21387== by 0x7B46AFC3: ??? (process.c:1065) ==21387== by 0x7B46B118: start_process (process.c:1116) ==21387== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21387== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21387== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21387== by 0x7BC5F24E: start_process (loader.c:3083) ==21387== by 0x4041278: ??? (port.c:78) ==21387== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21394== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21394== at 0x7BC50812: notify_alloc (heap.c:254) ==21394== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21394== by 0x49E3D6E: get_long_key (reg.c:858) ==21394== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21394== by 0x49E4107: wmain (reg.c:975) ==21394== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21394== by 0x7B46AFC3: ??? (process.c:1065) ==21394== by 0x7B46B118: start_process (process.c:1116) ==21394== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21394== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21394== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21394== by 0x7BC5F24E: start_process (loader.c:3083) ==21394== by 0x4041278: ??? (port.c:78) ==21394== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21397== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21397== at 0x7BC50812: notify_alloc (heap.c:254) ==21397== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21397== by 0x49E3D6E: get_long_key (reg.c:858) ==21397== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21397== by 0x49E4107: wmain (reg.c:975) ==21397== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21397== by 0x7B46AFC3: ??? (process.c:1065) ==21397== by 0x7B46B118: start_process (process.c:1116) ==21397== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21397== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21397== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21397== by 0x7BC5F24E: start_process (loader.c:3083) ==21397== by 0x4041278: ??? (port.c:78) ==21397== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21401== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21401== at 0x7BC50812: notify_alloc (heap.c:254) ==21401== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21401== by 0x49E3D6E: get_long_key (reg.c:858) ==21401== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21401== by 0x49E4107: wmain (reg.c:975) ==21401== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21401== by 0x7B46AFC3: ??? (process.c:1065) ==21401== by 0x7B46B118: start_process (process.c:1116) ==21401== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21401== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21401== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21401== by 0x7BC5F24E: start_process (loader.c:3083) ==21401== by 0x4041278: ??? (port.c:78) ==21401== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21403== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21403== at 0x7BC50812: notify_alloc (heap.c:254) ==21403== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21403== by 0x49E3D6E: get_long_key (reg.c:858) ==21403== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21403== by 0x49E4107: wmain (reg.c:975) ==21403== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21403== by 0x7B46AFC3: ??? (process.c:1065) ==21403== by 0x7B46B118: start_process (process.c:1116) ==21403== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21403== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21403== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21403== by 0x7BC5F24E: start_process (loader.c:3083) ==21403== by 0x4041278: ??? (port.c:78) ==21403== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21405== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21405== at 0x7BC50812: notify_alloc (heap.c:254) ==21405== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21405== by 0x49E3D6E: get_long_key (reg.c:858) ==21405== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21405== by 0x49E4107: wmain (reg.c:975) ==21405== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21405== by 0x7B46AFC3: ??? (process.c:1065) ==21405== by 0x7B46B118: start_process (process.c:1116) ==21405== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21405== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21405== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21405== by 0x7BC5F24E: start_process (loader.c:3083) ==21405== by 0x4041278: ??? (port.c:78) ==21405== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21409== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21409== at 0x7BC50812: notify_alloc (heap.c:254) ==21409== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21409== by 0x49E3D6E: get_long_key (reg.c:858) ==21409== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21409== by 0x49E4107: wmain (reg.c:975) ==21409== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21409== by 0x7B46AFC3: ??? (process.c:1065) ==21409== by 0x7B46B118: start_process (process.c:1116) ==21409== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21409== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21409== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21409== by 0x7BC5F24E: start_process (loader.c:3083) ==21409== by 0x4041278: ??? (port.c:78) ==21409== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21411== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21411== at 0x7BC50812: notify_alloc (heap.c:254) ==21411== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21411== by 0x49E3D6E: get_long_key (reg.c:858) ==21411== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21411== by 0x49E4107: wmain (reg.c:975) ==21411== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21411== by 0x7B46AFC3: ??? (process.c:1065) ==21411== by 0x7B46B118: start_process (process.c:1116) ==21411== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21411== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21411== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21411== by 0x7BC5F24E: start_process (loader.c:3083) ==21411== by 0x4041278: ??? (port.c:78) ==21411== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21414== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21414== at 0x7BC50812: notify_alloc (heap.c:254) ==21414== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21414== by 0x49E3D6E: get_long_key (reg.c:858) ==21414== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21414== by 0x49E4107: wmain (reg.c:975) ==21414== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21414== by 0x7B46AFC3: ??? (process.c:1065) ==21414== by 0x7B46B118: start_process (process.c:1116) ==21414== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21414== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21414== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21414== by 0x7BC5F24E: start_process (loader.c:3083) ==21414== by 0x4041278: ??? (port.c:78) ==21414== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21418== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21418== at 0x7BC50812: notify_alloc (heap.c:254) ==21418== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21418== by 0x49E3D6E: get_long_key (reg.c:858) ==21418== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21418== by 0x49E4107: wmain (reg.c:975) ==21418== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21418== by 0x7B46AFC3: ??? (process.c:1065) ==21418== by 0x7B46B118: start_process (process.c:1116) ==21418== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21418== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21418== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21418== by 0x7BC5F24E: start_process (loader.c:3083) ==21418== by 0x4041278: ??? (port.c:78) ==21418== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21426== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21426== at 0x7BC50812: notify_alloc (heap.c:254) ==21426== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21426== by 0x49E3D6E: get_long_key (reg.c:858) ==21426== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21426== by 0x49E4107: wmain (reg.c:975) ==21426== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21426== by 0x7B46AFC3: ??? (process.c:1065) ==21426== by 0x7B46B118: start_process (process.c:1116) ==21426== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21426== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21426== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21426== by 0x7BC5F24E: start_process (loader.c:3083) ==21426== by 0x4041278: ??? (port.c:78) ==21426== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21431== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21431== at 0x7BC50812: notify_alloc (heap.c:254) ==21431== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21431== by 0x49E3D6E: get_long_key (reg.c:858) ==21431== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21431== by 0x49E4107: wmain (reg.c:975) ==21431== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21431== by 0x7B46AFC3: ??? (process.c:1065) ==21431== by 0x7B46B118: start_process (process.c:1116) ==21431== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21431== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21431== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21431== by 0x7BC5F24E: start_process (loader.c:3083) ==21431== by 0x4041278: ??? (port.c:78) ==21431== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21433== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21433== at 0x7BC50812: notify_alloc (heap.c:254) ==21433== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21433== by 0x49E3D6E: get_long_key (reg.c:858) ==21433== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21433== by 0x49E4107: wmain (reg.c:975) ==21433== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21433== by 0x7B46AFC3: ??? (process.c:1065) ==21433== by 0x7B46B118: start_process (process.c:1116) ==21433== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21433== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21433== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21433== by 0x7BC5F24E: start_process (loader.c:3083) ==21433== by 0x4041278: ??? (port.c:78) ==21433== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21435== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21435== at 0x7BC50812: notify_alloc (heap.c:254) ==21435== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21435== by 0x49E3D6E: get_long_key (reg.c:858) ==21435== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21435== by 0x49E4107: wmain (reg.c:975) ==21435== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21435== by 0x7B46AFC3: ??? (process.c:1065) ==21435== by 0x7B46B118: start_process (process.c:1116) ==21435== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21435== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21435== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21435== by 0x7BC5F24E: start_process (loader.c:3083) ==21435== by 0x4041278: ??? (port.c:78) ==21435== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21439== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21439== at 0x7BC50812: notify_alloc (heap.c:254) ==21439== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21439== by 0x49E3D6E: get_long_key (reg.c:858) ==21439== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21439== by 0x49E4107: wmain (reg.c:975) ==21439== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21439== by 0x7B46AFC3: ??? (process.c:1065) ==21439== by 0x7B46B118: start_process (process.c:1116) ==21439== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21439== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21439== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21439== by 0x7BC5F24E: start_process (loader.c:3083) ==21439== by 0x4041278: ??? (port.c:78) ==21439== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21443== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21443== at 0x7BC50812: notify_alloc (heap.c:254) ==21443== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21443== by 0x49E3D6E: get_long_key (reg.c:858) ==21443== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21443== by 0x49E4107: wmain (reg.c:975) ==21443== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21443== by 0x7B46AFC3: ??? (process.c:1065) ==21443== by 0x7B46B118: start_process (process.c:1116) ==21443== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21443== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21443== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21443== by 0x7BC5F24E: start_process (loader.c:3083) ==21443== by 0x4041278: ??? (port.c:78) ==21443== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21464== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21464== at 0x7BC50812: notify_alloc (heap.c:254) ==21464== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21464== by 0x49E3D6E: get_long_key (reg.c:858) ==21464== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21464== by 0x49E4107: wmain (reg.c:975) ==21464== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21464== by 0x7B46AFC3: ??? (process.c:1065) ==21464== by 0x7B46B118: start_process (process.c:1116) ==21464== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21464== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21464== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21464== by 0x7BC5F24E: start_process (loader.c:3083) ==21464== by 0x4041278: ??? (port.c:78) ==21464== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21466== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21466== at 0x7BC50812: notify_alloc (heap.c:254) ==21466== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21466== by 0x49E3D6E: get_long_key (reg.c:858) ==21466== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21466== by 0x49E4107: wmain (reg.c:975) ==21466== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21466== by 0x7B46AFC3: ??? (process.c:1065) ==21466== by 0x7B46B118: start_process (process.c:1116) ==21466== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21466== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21466== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21466== by 0x7BC5F24E: start_process (loader.c:3083) ==21466== by 0x4041278: ??? (port.c:78) ==21466== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21471== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21471== at 0x7BC50812: notify_alloc (heap.c:254) ==21471== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21471== by 0x49E3D6E: get_long_key (reg.c:858) ==21471== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21471== by 0x49E4107: wmain (reg.c:975) ==21471== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21471== by 0x7B46AFC3: ??? (process.c:1065) ==21471== by 0x7B46B118: start_process (process.c:1116) ==21471== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21471== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21471== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21471== by 0x7BC5F24E: start_process (loader.c:3083) ==21471== by 0x4041278: ??? (port.c:78) ==21471== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21476== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21476== at 0x7BC50812: notify_alloc (heap.c:254) ==21476== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21476== by 0x49E3D6E: get_long_key (reg.c:858) ==21476== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21476== by 0x49E4107: wmain (reg.c:975) ==21476== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21476== by 0x7B46AFC3: ??? (process.c:1065) ==21476== by 0x7B46B118: start_process (process.c:1116) ==21476== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21476== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21476== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21476== by 0x7BC5F24E: start_process (loader.c:3083) ==21476== by 0x4041278: ??? (port.c:78) ==21476== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21484== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21484== at 0x7BC50812: notify_alloc (heap.c:254) ==21484== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21484== by 0x49E3D6E: get_long_key (reg.c:858) ==21484== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21484== by 0x49E4107: wmain (reg.c:975) ==21484== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21484== by 0x7B46AFC3: ??? (process.c:1065) ==21484== by 0x7B46B118: start_process (process.c:1116) ==21484== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21484== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21484== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21484== by 0x7BC5F24E: start_process (loader.c:3083) ==21484== by 0x4041278: ??? (port.c:78) ==21484== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21488== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21488== at 0x7BC50812: notify_alloc (heap.c:254) ==21488== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21488== by 0x49E3D6E: get_long_key (reg.c:858) ==21488== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21488== by 0x49E4107: wmain (reg.c:975) ==21488== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21488== by 0x7B46AFC3: ??? (process.c:1065) ==21488== by 0x7B46B118: start_process (process.c:1116) ==21488== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21488== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21488== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21488== by 0x7BC5F24E: start_process (loader.c:3083) ==21488== by 0x4041278: ??? (port.c:78) ==21488== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21492== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21492== at 0x7BC50812: notify_alloc (heap.c:254) ==21492== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21492== by 0x49E3D6E: get_long_key (reg.c:858) ==21492== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21492== by 0x49E4107: wmain (reg.c:975) ==21492== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21492== by 0x7B46AFC3: ??? (process.c:1065) ==21492== by 0x7B46B118: start_process (process.c:1116) ==21492== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21492== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21492== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21492== by 0x7BC5F24E: start_process (loader.c:3083) ==21492== by 0x4041278: ??? (port.c:78) ==21492== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21495== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21495== at 0x7BC50812: notify_alloc (heap.c:254) ==21495== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21495== by 0x49E3D6E: get_long_key (reg.c:858) ==21495== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21495== by 0x49E4107: wmain (reg.c:975) ==21495== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21495== by 0x7B46AFC3: ??? (process.c:1065) ==21495== by 0x7B46B118: start_process (process.c:1116) ==21495== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21495== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21495== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21495== by 0x7BC5F24E: start_process (loader.c:3083) ==21495== by 0x4041278: ??? (port.c:78) ==21495== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21499== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21499== at 0x7BC50812: notify_alloc (heap.c:254) ==21499== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21499== by 0x49E3D6E: get_long_key (reg.c:858) ==21499== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21499== by 0x49E4107: wmain (reg.c:975) ==21499== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21499== by 0x7B46AFC3: ??? (process.c:1065) ==21499== by 0x7B46B118: start_process (process.c:1116) ==21499== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21499== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21499== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21499== by 0x7BC5F24E: start_process (loader.c:3083) ==21499== by 0x4041278: ??? (port.c:78) ==21499== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21504== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21504== at 0x7BC50812: notify_alloc (heap.c:254) ==21504== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21504== by 0x49E3D6E: get_long_key (reg.c:858) ==21504== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21504== by 0x49E4107: wmain (reg.c:975) ==21504== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21504== by 0x7B46AFC3: ??? (process.c:1065) ==21504== by 0x7B46B118: start_process (process.c:1116) ==21504== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21504== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21504== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21504== by 0x7BC5F24E: start_process (loader.c:3083) ==21504== by 0x4041278: ??? (port.c:78) ==21504== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21506== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21506== at 0x7BC50812: notify_alloc (heap.c:254) ==21506== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21506== by 0x49E3D6E: get_long_key (reg.c:858) ==21506== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21506== by 0x49E4107: wmain (reg.c:975) ==21506== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21506== by 0x7B46AFC3: ??? (process.c:1065) ==21506== by 0x7B46B118: start_process (process.c:1116) ==21506== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21506== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21506== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21506== by 0x7BC5F24E: start_process (loader.c:3083) ==21506== by 0x4041278: ??? (port.c:78) ==21506== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21510== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21510== at 0x7BC50812: notify_alloc (heap.c:254) ==21510== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21510== by 0x49E3D6E: get_long_key (reg.c:858) ==21510== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21510== by 0x49E4107: wmain (reg.c:975) ==21510== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21510== by 0x7B46AFC3: ??? (process.c:1065) ==21510== by 0x7B46B118: start_process (process.c:1116) ==21510== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21510== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21510== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21510== by 0x7BC5F24E: start_process (loader.c:3083) ==21510== by 0x4041278: ??? (port.c:78) ==21510== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21512== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21512== at 0x7BC50812: notify_alloc (heap.c:254) ==21512== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21512== by 0x49E3D6E: get_long_key (reg.c:858) ==21512== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21512== by 0x49E4107: wmain (reg.c:975) ==21512== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21512== by 0x7B46AFC3: ??? (process.c:1065) ==21512== by 0x7B46B118: start_process (process.c:1116) ==21512== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21512== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21512== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21512== by 0x7BC5F24E: start_process (loader.c:3083) ==21512== by 0x4041278: ??? (port.c:78) ==21512== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21516== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21516== at 0x7BC50812: notify_alloc (heap.c:254) ==21516== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21516== by 0x49E3D6E: get_long_key (reg.c:858) ==21516== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21516== by 0x49E4107: wmain (reg.c:975) ==21516== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21516== by 0x7B46AFC3: ??? (process.c:1065) ==21516== by 0x7B46B118: start_process (process.c:1116) ==21516== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21516== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21516== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21516== by 0x7BC5F24E: start_process (loader.c:3083) ==21516== by 0x4041278: ??? (port.c:78) ==21516== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21518== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21518== at 0x7BC50812: notify_alloc (heap.c:254) ==21518== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21518== by 0x49E3D6E: get_long_key (reg.c:858) ==21518== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21518== by 0x49E4107: wmain (reg.c:975) ==21518== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21518== by 0x7B46AFC3: ??? (process.c:1065) ==21518== by 0x7B46B118: start_process (process.c:1116) ==21518== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21518== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21518== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21518== by 0x7BC5F24E: start_process (loader.c:3083) ==21518== by 0x4041278: ??? (port.c:78) ==21518== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21521== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21521== at 0x7BC50812: notify_alloc (heap.c:254) ==21521== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21521== by 0x49E3D6E: get_long_key (reg.c:858) ==21521== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21521== by 0x49E4107: wmain (reg.c:975) ==21521== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21521== by 0x7B46AFC3: ??? (process.c:1065) ==21521== by 0x7B46B118: start_process (process.c:1116) ==21521== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21521== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21521== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21521== by 0x7BC5F24E: start_process (loader.c:3083) ==21521== by 0x4041278: ??? (port.c:78) ==21521== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21525== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21525== at 0x7BC50812: notify_alloc (heap.c:254) ==21525== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21525== by 0x49E3D6E: get_long_key (reg.c:858) ==21525== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21525== by 0x49E4107: wmain (reg.c:975) ==21525== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21525== by 0x7B46AFC3: ??? (process.c:1065) ==21525== by 0x7B46B118: start_process (process.c:1116) ==21525== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21525== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21525== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21525== by 0x7BC5F24E: start_process (loader.c:3083) ==21525== by 0x4041278: ??? (port.c:78) ==21525== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21527== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21527== at 0x7BC50812: notify_alloc (heap.c:254) ==21527== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21527== by 0x49E3D6E: get_long_key (reg.c:858) ==21527== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21527== by 0x49E4107: wmain (reg.c:975) ==21527== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21527== by 0x7B46AFC3: ??? (process.c:1065) ==21527== by 0x7B46B118: start_process (process.c:1116) ==21527== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21527== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21527== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21527== by 0x7BC5F24E: start_process (loader.c:3083) ==21527== by 0x4041278: ??? (port.c:78) ==21527== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21532== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21532== at 0x7BC50812: notify_alloc (heap.c:254) ==21532== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21532== by 0x49E3D6E: get_long_key (reg.c:858) ==21532== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21532== by 0x49E4107: wmain (reg.c:975) ==21532== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21532== by 0x7B46AFC3: ??? (process.c:1065) ==21532== by 0x7B46B118: start_process (process.c:1116) ==21532== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21532== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21532== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21532== by 0x7BC5F24E: start_process (loader.c:3083) ==21532== by 0x4041278: ??? (port.c:78) ==21532== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21536== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21536== at 0x7BC50812: notify_alloc (heap.c:254) ==21536== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21536== by 0x49E3D6E: get_long_key (reg.c:858) ==21536== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21536== by 0x49E4107: wmain (reg.c:975) ==21536== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21536== by 0x7B46AFC3: ??? (process.c:1065) ==21536== by 0x7B46B118: start_process (process.c:1116) ==21536== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21536== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21536== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21536== by 0x7BC5F24E: start_process (loader.c:3083) ==21536== by 0x4041278: ??? (port.c:78) ==21536== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21538== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21538== at 0x7BC50812: notify_alloc (heap.c:254) ==21538== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21538== by 0x49E3D6E: get_long_key (reg.c:858) ==21538== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21538== by 0x49E4107: wmain (reg.c:975) ==21538== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21538== by 0x7B46AFC3: ??? (process.c:1065) ==21538== by 0x7B46B118: start_process (process.c:1116) ==21538== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21538== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21538== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21538== by 0x7BC5F24E: start_process (loader.c:3083) ==21538== by 0x4041278: ??? (port.c:78) ==21538== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21542== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21542== at 0x7BC50812: notify_alloc (heap.c:254) ==21542== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21542== by 0x49E3D6E: get_long_key (reg.c:858) ==21542== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21542== by 0x49E4107: wmain (reg.c:975) ==21542== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21542== by 0x7B46AFC3: ??? (process.c:1065) ==21542== by 0x7B46B118: start_process (process.c:1116) ==21542== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21542== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21542== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21542== by 0x7BC5F24E: start_process (loader.c:3083) ==21542== by 0x4041278: ??? (port.c:78) ==21542== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21544== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21544== at 0x7BC50812: notify_alloc (heap.c:254) ==21544== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21544== by 0x49E3D6E: get_long_key (reg.c:858) ==21544== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21544== by 0x49E4107: wmain (reg.c:975) ==21544== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21544== by 0x7B46AFC3: ??? (process.c:1065) ==21544== by 0x7B46B118: start_process (process.c:1116) ==21544== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21544== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21544== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21544== by 0x7BC5F24E: start_process (loader.c:3083) ==21544== by 0x4041278: ??? (port.c:78) ==21544== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21548== 82 bytes in 1 blocks are definitely lost in loss record 134 of 237 ==21548== at 0x7BC50812: notify_alloc (heap.c:254) ==21548== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21548== by 0x49E3D6E: get_long_key (reg.c:858) ==21548== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21548== by 0x49E4107: wmain (reg.c:975) ==21548== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21548== by 0x7B46AFC3: ??? (process.c:1065) ==21548== by 0x7B46B118: start_process (process.c:1116) ==21548== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21548== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21548== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21548== by 0x7BC5F24E: start_process (loader.c:3083) ==21548== by 0x4041278: ??? (port.c:78) ==21548== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21552== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21552== at 0x7BC50812: notify_alloc (heap.c:254) ==21552== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21552== by 0x49E3D6E: get_long_key (reg.c:858) ==21552== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21552== by 0x49E4107: wmain (reg.c:975) ==21552== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21552== by 0x7B46AFC3: ??? (process.c:1065) ==21552== by 0x7B46B118: start_process (process.c:1116) ==21552== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21552== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21552== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21552== by 0x7BC5F24E: start_process (loader.c:3083) ==21552== by 0x4041278: ??? (port.c:78) ==21552== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21554== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21554== at 0x7BC50812: notify_alloc (heap.c:254) ==21554== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21554== by 0x49E3D6E: get_long_key (reg.c:858) ==21554== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21554== by 0x49E4107: wmain (reg.c:975) ==21554== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21554== by 0x7B46AFC3: ??? (process.c:1065) ==21554== by 0x7B46B118: start_process (process.c:1116) ==21554== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21554== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21554== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21554== by 0x7BC5F24E: start_process (loader.c:3083) ==21554== by 0x4041278: ??? (port.c:78) ==21554== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21570== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21570== at 0x7BC50812: notify_alloc (heap.c:254) ==21570== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21570== by 0x49E3D6E: get_long_key (reg.c:858) ==21570== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21570== by 0x49E4107: wmain (reg.c:975) ==21570== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21570== by 0x7B46AFC3: ??? (process.c:1065) ==21570== by 0x7B46B118: start_process (process.c:1116) ==21570== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21570== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21570== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21570== by 0x7BC5F24E: start_process (loader.c:3083) ==21570== by 0x4041278: ??? (port.c:78) ==21570== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21572== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21572== at 0x7BC50812: notify_alloc (heap.c:254) ==21572== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21572== by 0x49E3D6E: get_long_key (reg.c:858) ==21572== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21572== by 0x49E4107: wmain (reg.c:975) ==21572== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21572== by 0x7B46AFC3: ??? (process.c:1065) ==21572== by 0x7B46B118: start_process (process.c:1116) ==21572== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21572== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21572== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21572== by 0x7BC5F24E: start_process (loader.c:3083) ==21572== by 0x4041278: ??? (port.c:78) ==21572== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21575== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21575== at 0x7BC50812: notify_alloc (heap.c:254) ==21575== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21575== by 0x49E3D6E: get_long_key (reg.c:858) ==21575== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21575== by 0x49E4107: wmain (reg.c:975) ==21575== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21575== by 0x7B46AFC3: ??? (process.c:1065) ==21575== by 0x7B46B118: start_process (process.c:1116) ==21575== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21575== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21575== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21575== by 0x7BC5F24E: start_process (loader.c:3083) ==21575== by 0x4041278: ??? (port.c:78) ==21575== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21582== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21582== at 0x7BC50812: notify_alloc (heap.c:254) ==21582== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21582== by 0x49E3D6E: get_long_key (reg.c:858) ==21582== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21582== by 0x49E4107: wmain (reg.c:975) ==21582== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21582== by 0x7B46AFC3: ??? (process.c:1065) ==21582== by 0x7B46B118: start_process (process.c:1116) ==21582== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21582== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21582== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21582== by 0x7BC5F24E: start_process (loader.c:3083) ==21582== by 0x4041278: ??? (port.c:78) ==21582== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21588== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21588== at 0x7BC50812: notify_alloc (heap.c:254) ==21588== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21588== by 0x49E3D6E: get_long_key (reg.c:858) ==21588== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21588== by 0x49E4107: wmain (reg.c:975) ==21588== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21588== by 0x7B46AFC3: ??? (process.c:1065) ==21588== by 0x7B46B118: start_process (process.c:1116) ==21588== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21588== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21588== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21588== by 0x7BC5F24E: start_process (loader.c:3083) ==21588== by 0x4041278: ??? (port.c:78) ==21588== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21623== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21623== at 0x7BC50812: notify_alloc (heap.c:254) ==21623== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21623== by 0x49E3D6E: get_long_key (reg.c:858) ==21623== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21623== by 0x49E4107: wmain (reg.c:975) ==21623== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21623== by 0x7B46AFC3: ??? (process.c:1065) ==21623== by 0x7B46B118: start_process (process.c:1116) ==21623== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21623== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21623== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21623== by 0x7BC5F24E: start_process (loader.c:3083) ==21623== by 0x4041278: ??? (port.c:78) ==21623== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21630== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21630== at 0x7BC50812: notify_alloc (heap.c:254) ==21630== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21630== by 0x49E3D6E: get_long_key (reg.c:858) ==21630== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21630== by 0x49E4107: wmain (reg.c:975) ==21630== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21630== by 0x7B46AFC3: ??? (process.c:1065) ==21630== by 0x7B46B118: start_process (process.c:1116) ==21630== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21630== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21630== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21630== by 0x7BC5F24E: start_process (loader.c:3083) ==21630== by 0x4041278: ??? (port.c:78) ==21630== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21634== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21634== at 0x7BC50812: notify_alloc (heap.c:254) ==21634== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21634== by 0x49E3D6E: get_long_key (reg.c:858) ==21634== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21634== by 0x49E4107: wmain (reg.c:975) ==21634== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21634== by 0x7B46AFC3: ??? (process.c:1065) ==21634== by 0x7B46B118: start_process (process.c:1116) ==21634== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21634== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21634== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21634== by 0x7BC5F24E: start_process (loader.c:3083) ==21634== by 0x4041278: ??? (port.c:78) ==21634== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21638== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21638== at 0x7BC50812: notify_alloc (heap.c:254) ==21638== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21638== by 0x49E3D6E: get_long_key (reg.c:858) ==21638== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21638== by 0x49E4107: wmain (reg.c:975) ==21638== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21638== by 0x7B46AFC3: ??? (process.c:1065) ==21638== by 0x7B46B118: start_process (process.c:1116) ==21638== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21638== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21638== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21638== by 0x7BC5F24E: start_process (loader.c:3083) ==21638== by 0x4041278: ??? (port.c:78) ==21638== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21641== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21641== at 0x7BC50812: notify_alloc (heap.c:254) ==21641== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21641== by 0x49E3D6E: get_long_key (reg.c:858) ==21641== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21641== by 0x49E4107: wmain (reg.c:975) ==21641== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21641== by 0x7B46AFC3: ??? (process.c:1065) ==21641== by 0x7B46B118: start_process (process.c:1116) ==21641== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21641== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21641== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21641== by 0x7BC5F24E: start_process (loader.c:3083) ==21641== by 0x4041278: ??? (port.c:78) ==21641== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21643== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21643== at 0x7BC50812: notify_alloc (heap.c:254) ==21643== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21643== by 0x49E3D6E: get_long_key (reg.c:858) ==21643== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21643== by 0x49E4107: wmain (reg.c:975) ==21643== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21643== by 0x7B46AFC3: ??? (process.c:1065) ==21643== by 0x7B46B118: start_process (process.c:1116) ==21643== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21643== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21643== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21643== by 0x7BC5F24E: start_process (loader.c:3083) ==21643== by 0x4041278: ??? (port.c:78) ==21643== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21647== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21647== at 0x7BC50812: notify_alloc (heap.c:254) ==21647== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21647== by 0x49E3D6E: get_long_key (reg.c:858) ==21647== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21647== by 0x49E4107: wmain (reg.c:975) ==21647== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21647== by 0x7B46AFC3: ??? (process.c:1065) ==21647== by 0x7B46B118: start_process (process.c:1116) ==21647== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21647== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21647== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21647== by 0x7BC5F24E: start_process (loader.c:3083) ==21647== by 0x4041278: ??? (port.c:78) ==21647== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21649== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21649== at 0x7BC50812: notify_alloc (heap.c:254) ==21649== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21649== by 0x49E3D6E: get_long_key (reg.c:858) ==21649== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21649== by 0x49E4107: wmain (reg.c:975) ==21649== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21649== by 0x7B46AFC3: ??? (process.c:1065) ==21649== by 0x7B46B118: start_process (process.c:1116) ==21649== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21649== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21649== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21649== by 0x7BC5F24E: start_process (loader.c:3083) ==21649== by 0x4041278: ??? (port.c:78) ==21649== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21653== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21653== at 0x7BC50812: notify_alloc (heap.c:254) ==21653== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21653== by 0x49E3D6E: get_long_key (reg.c:858) ==21653== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21653== by 0x49E4107: wmain (reg.c:975) ==21653== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21653== by 0x7B46AFC3: ??? (process.c:1065) ==21653== by 0x7B46B118: start_process (process.c:1116) ==21653== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21653== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21653== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21653== by 0x7BC5F24E: start_process (loader.c:3083) ==21653== by 0x4041278: ??? (port.c:78) ==21653== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21655== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21655== at 0x7BC50812: notify_alloc (heap.c:254) ==21655== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21655== by 0x49E3D6E: get_long_key (reg.c:858) ==21655== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21655== by 0x49E4107: wmain (reg.c:975) ==21655== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21655== by 0x7B46AFC3: ??? (process.c:1065) ==21655== by 0x7B46B118: start_process (process.c:1116) ==21655== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21655== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21655== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21655== by 0x7BC5F24E: start_process (loader.c:3083) ==21655== by 0x4041278: ??? (port.c:78) ==21655== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21659== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21659== at 0x7BC50812: notify_alloc (heap.c:254) ==21659== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21659== by 0x49E3D6E: get_long_key (reg.c:858) ==21659== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21659== by 0x49E4107: wmain (reg.c:975) ==21659== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21659== by 0x7B46AFC3: ??? (process.c:1065) ==21659== by 0x7B46B118: start_process (process.c:1116) ==21659== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21659== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21659== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21659== by 0x7BC5F24E: start_process (loader.c:3083) ==21659== by 0x4041278: ??? (port.c:78) ==21659== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21663== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21663== at 0x7BC50812: notify_alloc (heap.c:254) ==21663== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21663== by 0x49E3D6E: get_long_key (reg.c:858) ==21663== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21663== by 0x49E4107: wmain (reg.c:975) ==21663== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21663== by 0x7B46AFC3: ??? (process.c:1065) ==21663== by 0x7B46B118: start_process (process.c:1116) ==21663== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21663== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21663== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21663== by 0x7BC5F24E: start_process (loader.c:3083) ==21663== by 0x4041278: ??? (port.c:78) ==21663== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21665== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21665== at 0x7BC50812: notify_alloc (heap.c:254) ==21665== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21665== by 0x49E3D6E: get_long_key (reg.c:858) ==21665== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21665== by 0x49E4107: wmain (reg.c:975) ==21665== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21665== by 0x7B46AFC3: ??? (process.c:1065) ==21665== by 0x7B46B118: start_process (process.c:1116) ==21665== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21665== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21665== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21665== by 0x7BC5F24E: start_process (loader.c:3083) ==21665== by 0x4041278: ??? (port.c:78) ==21665== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21671== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21671== at 0x7BC50812: notify_alloc (heap.c:254) ==21671== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21671== by 0x49E3D6E: get_long_key (reg.c:858) ==21671== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21671== by 0x49E4107: wmain (reg.c:975) ==21671== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21671== by 0x7B46AFC3: ??? (process.c:1065) ==21671== by 0x7B46B118: start_process (process.c:1116) ==21671== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21671== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21671== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21671== by 0x7BC5F24E: start_process (loader.c:3083) ==21671== by 0x4041278: ??? (port.c:78) ==21671== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21677== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21677== at 0x7BC50812: notify_alloc (heap.c:254) ==21677== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21677== by 0x49E3D6E: get_long_key (reg.c:858) ==21677== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21677== by 0x49E4107: wmain (reg.c:975) ==21677== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21677== by 0x7B46AFC3: ??? (process.c:1065) ==21677== by 0x7B46B118: start_process (process.c:1116) ==21677== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21677== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21677== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21677== by 0x7BC5F24E: start_process (loader.c:3083) ==21677== by 0x4041278: ??? (port.c:78) ==21677== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21679== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21679== at 0x7BC50812: notify_alloc (heap.c:254) ==21679== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21679== by 0x49E3D6E: get_long_key (reg.c:858) ==21679== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21679== by 0x49E4107: wmain (reg.c:975) ==21679== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21679== by 0x7B46AFC3: ??? (process.c:1065) ==21679== by 0x7B46B118: start_process (process.c:1116) ==21679== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21679== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21679== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21679== by 0x7BC5F24E: start_process (loader.c:3083) ==21679== by 0x4041278: ??? (port.c:78) ==21679== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21717== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21717== at 0x7BC50812: notify_alloc (heap.c:254) ==21717== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21717== by 0x49E3D6E: get_long_key (reg.c:858) ==21717== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21717== by 0x49E4107: wmain (reg.c:975) ==21717== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21717== by 0x7B46AFC3: ??? (process.c:1065) ==21717== by 0x7B46B118: start_process (process.c:1116) ==21717== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21717== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21717== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21717== by 0x7BC5F24E: start_process (loader.c:3083) ==21717== by 0x4041278: ??? (port.c:78) ==21717== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21719== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21719== at 0x7BC50812: notify_alloc (heap.c:254) ==21719== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21719== by 0x49E3D6E: get_long_key (reg.c:858) ==21719== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21719== by 0x49E4107: wmain (reg.c:975) ==21719== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21719== by 0x7B46AFC3: ??? (process.c:1065) ==21719== by 0x7B46B118: start_process (process.c:1116) ==21719== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21719== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21719== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21719== by 0x7BC5F24E: start_process (loader.c:3083) ==21719== by 0x4041278: ??? (port.c:78) ==21719== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21737== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21737== at 0x7BC50812: notify_alloc (heap.c:254) ==21737== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21737== by 0x49E3D6E: get_long_key (reg.c:858) ==21737== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21737== by 0x49E4107: wmain (reg.c:975) ==21737== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21737== by 0x7B46AFC3: ??? (process.c:1065) ==21737== by 0x7B46B118: start_process (process.c:1116) ==21737== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21737== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21737== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21737== by 0x7BC5F24E: start_process (loader.c:3083) ==21737== by 0x4041278: ??? (port.c:78) ==21737== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21748== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21748== at 0x7BC50812: notify_alloc (heap.c:254) ==21748== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21748== by 0x49E3D6E: get_long_key (reg.c:858) ==21748== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21748== by 0x49E4107: wmain (reg.c:975) ==21748== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21748== by 0x7B46AFC3: ??? (process.c:1065) ==21748== by 0x7B46B118: start_process (process.c:1116) ==21748== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21748== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21748== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21748== by 0x7BC5F24E: start_process (loader.c:3083) ==21748== by 0x4041278: ??? (port.c:78) ==21748== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21753== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21753== at 0x7BC50812: notify_alloc (heap.c:254) ==21753== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21753== by 0x49E3D6E: get_long_key (reg.c:858) ==21753== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21753== by 0x49E4107: wmain (reg.c:975) ==21753== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21753== by 0x7B46AFC3: ??? (process.c:1065) ==21753== by 0x7B46B118: start_process (process.c:1116) ==21753== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21753== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21753== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21753== by 0x7BC5F24E: start_process (loader.c:3083) ==21753== by 0x4041278: ??? (port.c:78) ==21753== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21763== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21763== at 0x7BC50812: notify_alloc (heap.c:254) ==21763== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21763== by 0x49E3D6E: get_long_key (reg.c:858) ==21763== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21763== by 0x49E4107: wmain (reg.c:975) ==21763== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21763== by 0x7B46AFC3: ??? (process.c:1065) ==21763== by 0x7B46B118: start_process (process.c:1116) ==21763== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21763== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21763== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21763== by 0x7BC5F24E: start_process (loader.c:3083) ==21763== by 0x4041278: ??? (port.c:78) ==21763== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21768== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21768== at 0x7BC50812: notify_alloc (heap.c:254) ==21768== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21768== by 0x49E3D6E: get_long_key (reg.c:858) ==21768== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21768== by 0x49E4107: wmain (reg.c:975) ==21768== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21768== by 0x7B46AFC3: ??? (process.c:1065) ==21768== by 0x7B46B118: start_process (process.c:1116) ==21768== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21768== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21768== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21768== by 0x7BC5F24E: start_process (loader.c:3083) ==21768== by 0x4041278: ??? (port.c:78) ==21768== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21777== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21777== at 0x7BC50812: notify_alloc (heap.c:254) ==21777== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21777== by 0x49E3D6E: get_long_key (reg.c:858) ==21777== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21777== by 0x49E4107: wmain (reg.c:975) ==21777== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21777== by 0x7B46AFC3: ??? (process.c:1065) ==21777== by 0x7B46B118: start_process (process.c:1116) ==21777== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21777== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21777== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21777== by 0x7BC5F24E: start_process (loader.c:3083) ==21777== by 0x4041278: ??? (port.c:78) ==21777== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21780== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21780== at 0x7BC50812: notify_alloc (heap.c:254) ==21780== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21780== by 0x49E3D6E: get_long_key (reg.c:858) ==21780== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21780== by 0x49E4107: wmain (reg.c:975) ==21780== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21780== by 0x7B46AFC3: ??? (process.c:1065) ==21780== by 0x7B46B118: start_process (process.c:1116) ==21780== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21780== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21780== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21780== by 0x7BC5F24E: start_process (loader.c:3083) ==21780== by 0x4041278: ??? (port.c:78) ==21780== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21784== 82 bytes in 1 blocks are definitely lost in loss record 50 of 74 ==21784== at 0x7BC50812: notify_alloc (heap.c:254) ==21784== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21784== by 0x49E3D6E: get_long_key (reg.c:858) ==21784== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21784== by 0x49E4107: wmain (reg.c:975) ==21784== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21784== by 0x7B46AFC3: ??? (process.c:1065) ==21784== by 0x7B46B118: start_process (process.c:1116) ==21784== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21784== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21784== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21784== by 0x7BC5F24E: start_process (loader.c:3083) ==21784== by 0x4041278: ??? (port.c:78) ==21784== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21787== 82 bytes in 1 blocks are definitely lost in loss record 50 of 74 ==21787== at 0x7BC50812: notify_alloc (heap.c:254) ==21787== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21787== by 0x49E3D6E: get_long_key (reg.c:858) ==21787== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21787== by 0x49E4107: wmain (reg.c:975) ==21787== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21787== by 0x7B46AFC3: ??? (process.c:1065) ==21787== by 0x7B46B118: start_process (process.c:1116) ==21787== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21787== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21787== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21787== by 0x7BC5F24E: start_process (loader.c:3083) ==21787== by 0x4041278: ??? (port.c:78) ==21787== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21792== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21792== at 0x7BC50812: notify_alloc (heap.c:254) ==21792== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21792== by 0x49E3D6E: get_long_key (reg.c:858) ==21792== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21792== by 0x49E4107: wmain (reg.c:975) ==21792== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21792== by 0x7B46AFC3: ??? (process.c:1065) ==21792== by 0x7B46B118: start_process (process.c:1116) ==21792== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21792== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21792== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21792== by 0x7BC5F24E: start_process (loader.c:3083) ==21792== by 0x4041278: ??? (port.c:78) ==21792== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21795== 96 bytes in 1 blocks are definitely lost in loss record 156 of 238 ==21795== at 0x7BC50812: notify_alloc (heap.c:254) ==21795== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21795== by 0x49E3D6E: get_long_key (reg.c:858) ==21795== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21795== by 0x49E4107: wmain (reg.c:975) ==21795== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21795== by 0x7B46AFC3: ??? (process.c:1065) ==21795== by 0x7B46B118: start_process (process.c:1116) ==21795== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21795== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21795== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21795== by 0x7BC5F24E: start_process (loader.c:3083) ==21795== by 0x4041278: ??? (port.c:78) ==21795== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21797== 96 bytes in 1 blocks are definitely lost in loss record 55 of 74 ==21797== at 0x7BC50812: notify_alloc (heap.c:254) ==21797== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21797== by 0x49E3D6E: get_long_key (reg.c:858) ==21797== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21797== by 0x49E4107: wmain (reg.c:975) ==21797== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21797== by 0x7B46AFC3: ??? (process.c:1065) ==21797== by 0x7B46B118: start_process (process.c:1116) ==21797== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21797== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21797== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21797== by 0x7BC5F24E: start_process (loader.c:3083) ==21797== by 0x4041278: ??? (port.c:78) ==21797== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21801== 96 bytes in 1 blocks are definitely lost in loss record 55 of 74 ==21801== at 0x7BC50812: notify_alloc (heap.c:254) ==21801== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21801== by 0x49E3D6E: get_long_key (reg.c:858) ==21801== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21801== by 0x49E4107: wmain (reg.c:975) ==21801== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21801== by 0x7B46AFC3: ??? (process.c:1065) ==21801== by 0x7B46B118: start_process (process.c:1116) ==21801== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21801== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21801== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21801== by 0x7BC5F24E: start_process (loader.c:3083) ==21801== by 0x4041278: ??? (port.c:78) ==21801== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21803== 96 bytes in 1 blocks are definitely lost in loss record 156 of 238 ==21803== at 0x7BC50812: notify_alloc (heap.c:254) ==21803== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21803== by 0x49E3D6E: get_long_key (reg.c:858) ==21803== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21803== by 0x49E4107: wmain (reg.c:975) ==21803== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21803== by 0x7B46AFC3: ??? (process.c:1065) ==21803== by 0x7B46B118: start_process (process.c:1116) ==21803== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21803== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21803== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21803== by 0x7BC5F24E: start_process (loader.c:3083) ==21803== by 0x4041278: ??? (port.c:78) ==21803== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21809== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21809== at 0x7BC50812: notify_alloc (heap.c:254) ==21809== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21809== by 0x49E3D6E: get_long_key (reg.c:858) ==21809== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21809== by 0x49E4107: wmain (reg.c:975) ==21809== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21809== by 0x7B46AFC3: ??? (process.c:1065) ==21809== by 0x7B46B118: start_process (process.c:1116) ==21809== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21809== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21809== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21809== by 0x7BC5F24E: start_process (loader.c:3083) ==21809== by 0x4041278: ??? (port.c:78) ==21809== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21811== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21811== at 0x7BC50812: notify_alloc (heap.c:254) ==21811== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21811== by 0x49E3D6E: get_long_key (reg.c:858) ==21811== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21811== by 0x49E4107: wmain (reg.c:975) ==21811== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21811== by 0x7B46AFC3: ??? (process.c:1065) ==21811== by 0x7B46B118: start_process (process.c:1116) ==21811== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21811== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21811== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21811== by 0x7BC5F24E: start_process (loader.c:3083) ==21811== by 0x4041278: ??? (port.c:78) ==21811== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21815== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21815== at 0x7BC50812: notify_alloc (heap.c:254) ==21815== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21815== by 0x49E3D6E: get_long_key (reg.c:858) ==21815== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21815== by 0x49E4107: wmain (reg.c:975) ==21815== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21815== by 0x7B46AFC3: ??? (process.c:1065) ==21815== by 0x7B46B118: start_process (process.c:1116) ==21815== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21815== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21815== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21815== by 0x7BC5F24E: start_process (loader.c:3083) ==21815== by 0x4041278: ??? (port.c:78) ==21815== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21823== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21823== at 0x7BC50812: notify_alloc (heap.c:254) ==21823== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21823== by 0x49E3D6E: get_long_key (reg.c:858) ==21823== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21823== by 0x49E4107: wmain (reg.c:975) ==21823== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21823== by 0x7B46AFC3: ??? (process.c:1065) ==21823== by 0x7B46B118: start_process (process.c:1116) ==21823== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21823== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21823== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21823== by 0x7BC5F24E: start_process (loader.c:3083) ==21823== by 0x4041278: ??? (port.c:78) ==21823== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21826== 96 bytes in 1 blocks are definitely lost in loss record 156 of 238 ==21826== at 0x7BC50812: notify_alloc (heap.c:254) ==21826== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21826== by 0x49E3D6E: get_long_key (reg.c:858) ==21826== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21826== by 0x49E4107: wmain (reg.c:975) ==21826== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21826== by 0x7B46AFC3: ??? (process.c:1065) ==21826== by 0x7B46B118: start_process (process.c:1116) ==21826== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21826== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21826== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21826== by 0x7BC5F24E: start_process (loader.c:3083) ==21826== by 0x4041278: ??? (port.c:78) ==21826== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21830== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21830== at 0x7BC50812: notify_alloc (heap.c:254) ==21830== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21830== by 0x49E3D6E: get_long_key (reg.c:858) ==21830== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21830== by 0x49E4107: wmain (reg.c:975) ==21830== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21830== by 0x7B46AFC3: ??? (process.c:1065) ==21830== by 0x7B46B118: start_process (process.c:1116) ==21830== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21830== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21830== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21830== by 0x7BC5F24E: start_process (loader.c:3083) ==21830== by 0x4041278: ??? (port.c:78) ==21830== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21836== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21836== at 0x7BC50812: notify_alloc (heap.c:254) ==21836== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21836== by 0x49E3D6E: get_long_key (reg.c:858) ==21836== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21836== by 0x49E4107: wmain (reg.c:975) ==21836== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21836== by 0x7B46AFC3: ??? (process.c:1065) ==21836== by 0x7B46B118: start_process (process.c:1116) ==21836== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21836== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21836== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21836== by 0x7BC5F24E: start_process (loader.c:3083) ==21836== by 0x4041278: ??? (port.c:78) ==21836== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21838== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21838== at 0x7BC50812: notify_alloc (heap.c:254) ==21838== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21838== by 0x49E3D6E: get_long_key (reg.c:858) ==21838== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21838== by 0x49E4107: wmain (reg.c:975) ==21838== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21838== by 0x7B46AFC3: ??? (process.c:1065) ==21838== by 0x7B46B118: start_process (process.c:1116) ==21838== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21838== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21838== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21838== by 0x7BC5F24E: start_process (loader.c:3083) ==21838== by 0x4041278: ??? (port.c:78) ==21838== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21842== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21842== at 0x7BC50812: notify_alloc (heap.c:254) ==21842== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21842== by 0x49E3D6E: get_long_key (reg.c:858) ==21842== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21842== by 0x49E4107: wmain (reg.c:975) ==21842== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21842== by 0x7B46AFC3: ??? (process.c:1065) ==21842== by 0x7B46B118: start_process (process.c:1116) ==21842== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21842== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21842== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21842== by 0x7BC5F24E: start_process (loader.c:3083) ==21842== by 0x4041278: ??? (port.c:78) ==21842== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21847== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21847== at 0x7BC50812: notify_alloc (heap.c:254) ==21847== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21847== by 0x49E3D6E: get_long_key (reg.c:858) ==21847== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21847== by 0x49E4107: wmain (reg.c:975) ==21847== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21847== by 0x7B46AFC3: ??? (process.c:1065) ==21847== by 0x7B46B118: start_process (process.c:1116) ==21847== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21847== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21847== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21847== by 0x7BC5F24E: start_process (loader.c:3083) ==21847== by 0x4041278: ??? (port.c:78) ==21847== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21867== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21867== at 0x7BC50812: notify_alloc (heap.c:254) ==21867== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21867== by 0x49E3D6E: get_long_key (reg.c:858) ==21867== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21867== by 0x49E4107: wmain (reg.c:975) ==21867== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21867== by 0x7B46AFC3: ??? (process.c:1065) ==21867== by 0x7B46B118: start_process (process.c:1116) ==21867== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21867== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21867== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21867== by 0x7BC5F24E: start_process (loader.c:3083) ==21867== by 0x4041278: ??? (port.c:78) ==21867== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21869== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21869== at 0x7BC50812: notify_alloc (heap.c:254) ==21869== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21869== by 0x49E3D6E: get_long_key (reg.c:858) ==21869== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21869== by 0x49E4107: wmain (reg.c:975) ==21869== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21869== by 0x7B46AFC3: ??? (process.c:1065) ==21869== by 0x7B46B118: start_process (process.c:1116) ==21869== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21869== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21869== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21869== by 0x7BC5F24E: start_process (loader.c:3083) ==21869== by 0x4041278: ??? (port.c:78) ==21869== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21871== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21871== at 0x7BC50812: notify_alloc (heap.c:254) ==21871== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21871== by 0x49E3D6E: get_long_key (reg.c:858) ==21871== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21871== by 0x49E4107: wmain (reg.c:975) ==21871== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21871== by 0x7B46AFC3: ??? (process.c:1065) ==21871== by 0x7B46B118: start_process (process.c:1116) ==21871== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21871== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21871== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21871== by 0x7BC5F24E: start_process (loader.c:3083) ==21871== by 0x4041278: ??? (port.c:78) ==21871== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21876== 82 bytes in 1 blocks are definitely lost in loss record 136 of 238 ==21876== at 0x7BC50812: notify_alloc (heap.c:254) ==21876== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21876== by 0x49E3D6E: get_long_key (reg.c:858) ==21876== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21876== by 0x49E4107: wmain (reg.c:975) ==21876== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21876== by 0x7B46AFC3: ??? (process.c:1065) ==21876== by 0x7B46B118: start_process (process.c:1116) ==21876== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21876== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21876== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21876== by 0x7BC5F24E: start_process (loader.c:3083) ==21876== by 0x4041278: ??? (port.c:78) ==21876== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21880== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21880== at 0x7BC50812: notify_alloc (heap.c:254) ==21880== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21880== by 0x49E3D6E: get_long_key (reg.c:858) ==21880== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21880== by 0x49E4107: wmain (reg.c:975) ==21880== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21880== by 0x7B46AFC3: ??? (process.c:1065) ==21880== by 0x7B46B118: start_process (process.c:1116) ==21880== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21880== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21880== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21880== by 0x7BC5F24E: start_process (loader.c:3083) ==21880== by 0x4041278: ??? (port.c:78) ==21880== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 ==21884== 82 bytes in 1 blocks are definitely lost in loss record 135 of 238 ==21884== at 0x7BC50812: notify_alloc (heap.c:254) ==21884== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==21884== by 0x49E3D6E: get_long_key (reg.c:858) ==21884== by 0x49E3E4C: parse_registry_key (reg.c:878) ==21884== by 0x49E4107: wmain (reg.c:975) ==21884== by 0x49E460D: __wine_spec_exe_wentry (exe_wentry.c:36) ==21884== by 0x7B46AFC3: ??? (process.c:1065) ==21884== by 0x7B46B118: start_process (process.c:1116) ==21884== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==21884== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==21884== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==21884== by 0x7BC5F24E: start_process (loader.c:3083) ==21884== by 0x4041278: ??? (port.c:78) ==21884== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap 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 fun:start_process 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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21268== Syscall param write(buf) points to uninitialised byte(s) ==21268== at 0x424DE53: __write_nocancel (syscall-template.S:84) ==21268== by 0x7BC87F9D: send_request (server.c:213) ==21268== by 0x7BC881DB: wine_server_call (server.c:309) ==21268== by 0x7BC69F37: close_handle (om.c:389) ==21268== by 0x7BC69F8D: NtClose (om.c:410) ==21268== by 0x4B833DB: RegCloseKey (registry.c:1214) ==21268== by 0x4A16466: verify_key_nonexist_ (reg.c:118) ==21268== by 0x4A20BDF: test_import (reg.c:1431) ==21268== by 0x4A37857: func_reg (reg.c:3817) ==21268== by 0x4A386C2: run_test (test.h:603) ==21268== by 0x4A38B13: main (test.h:687) ==21268== Address 0x4b4f828 is on thread 1's stack ==21268== in frame #3, created by close_handle (om.c:382) ==21268== Uninitialised value was created by a stack allocation ==21268== at 0x4A163DD: verify_key_nonexist_ (reg.c:109) ==21268== { Memcheck:Param write(buf) fun:__write_nocancel fun:send_request fun:wine_server_call fun:close_handle fun:NtClose fun:RegCloseKey fun:verify_key_nonexist_ fun:test_import fun:func_reg 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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==21268== Syscall param writev(vector[...]) points to uninitialised byte(s) ==21268== at 0x4339023: __writev_nocancel (syscall-template.S:84) ==21268== by 0x7BC88028: send_request (server.c:228) ==21268== by 0x7BC881DB: wine_server_call (server.c:309) ==21268== by 0x7BC73166: NtQueryValueKey (reg.c:582) ==21268== by 0x4B8453F: RegQueryValueExA (registry.c:1607) ==21268== by 0x4A16080: verify_reg_ (reg.c:71) ==21268== by 0x4A2233C: test_import (reg.c:1595) ==21268== by 0x4A37857: func_reg (reg.c:3817) ==21268== by 0x4A386C2: run_test (test.h:603) ==21268== by 0x4A38B13: main (test.h:687) ==21268== Address 0x4b4f598 is on thread 1's stack ==21268== in frame #3, created by NtQueryValueKey (reg.c:536) ==21268== Uninitialised value was created by a stack allocation ==21268== at 0x4A1A8D5: test_import (reg.c:792) ==21268== { Memcheck:Param writev(vector[...]) fun:__writev_nocancel fun:send_request fun:wine_server_call fun:NtQueryValueKey fun:RegQueryValueExA fun:verify_reg_ fun:test_import fun:func_reg 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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 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 ==24864== 12 bytes in 1 blocks are definitely lost in loss record 35 of 291 ==24864== at 0x7BC50812: notify_alloc (heap.c:254) ==24864== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==24864== by 0x4A188F2: quoted_value_name_state (regproc.c:701) ==24864== by 0x4A1AC21: import_registry_file (regproc.c:1560) ==24864== by 0x4A17020: PerformRegAction (regedit.c:128) ==24864== by 0x4A173AA: ProcessCmdLine (regedit.c:229) ==24864== by 0x4A1696F: wWinMain (main.c:142) ==24864== by 0x4A1D12D: wmain (exe_wmain.c:51) ==24864== by 0x4A1D006: __wine_spec_exe_wentry (exe_wentry.c:36) ==24864== by 0x7B46AFC3: ??? (process.c:1065) ==24864== by 0x7B46B118: start_process (process.c:1116) ==24864== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==24864== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==24864== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==24864== by 0x7BC5F24E: start_process (loader.c:3083) ==24864== by 0x4041278: ??? (port.c:78) ==24864== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:quoted_value_name_state fun:import_registry_file fun:PerformRegAction fun:ProcessCmdLine 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 fun:start_process 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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==24893== Invalid read of size 2 ==24893== at 0x4BE37FF: RegSetValueExW (registry.c:1340) ==24893== by 0x4A190E9: set_value_state (regproc.c:930) ==24893== by 0x4A1AC21: import_registry_file (regproc.c:1560) ==24893== by 0x4A17020: PerformRegAction (regedit.c:128) ==24893== by 0x4A173AA: ProcessCmdLine (regedit.c:229) ==24893== by 0x4A1696F: wWinMain (main.c:142) ==24893== by 0x4A1D12D: wmain (exe_wmain.c:51) ==24893== by 0x4A1D006: __wine_spec_exe_wentry (exe_wentry.c:36) ==24893== by 0x7B46AFC3: ??? (process.c:1065) ==24893== by 0x7B46B118: start_process (process.c:1116) ==24893== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==24893== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==24893== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==24893== by 0x7BC5F24E: start_process (loader.c:3083) ==24893== by 0x4041278: ??? (port.c:78) ==24893== Address 0x4876142 is 0 bytes after a recently re-allocated block of size 10 alloc'd ==24893== at 0x7BC50812: notify_alloc (heap.c:254) ==24893== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==24893== by 0x4A177A1: GetWideStringN (regproc.c:84) ==24893== by 0x4A18E72: hex_data_state (regproc.c:853) ==24893== by 0x4A1AC21: import_registry_file (regproc.c:1560) ==24893== by 0x4A17020: PerformRegAction (regedit.c:128) ==24893== by 0x4A173AA: ProcessCmdLine (regedit.c:229) ==24893== by 0x4A1696F: wWinMain (main.c:142) ==24893== by 0x4A1D12D: wmain (exe_wmain.c:51) ==24893== by 0x4A1D006: __wine_spec_exe_wentry (exe_wentry.c:36) ==24893== by 0x7B46AFC3: ??? (process.c:1065) ==24893== by 0x7B46B118: start_process (process.c:1116) ==24893== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==24893== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==24893== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==24893== by 0x7BC5F24E: start_process (loader.c:3083) ==24893== by 0x4041278: ??? (port.c:78) ==24893== { Memcheck:Addr2 fun:RegSetValueExW fun:set_value_state fun:import_registry_file fun:PerformRegAction fun:ProcessCmdLine 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 fun:start_process 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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 regedit: Unrecognized escape sequence [\] ==25106== Invalid read of size 2 ==25106== at 0x4A17FE6: REGPROC_unescape_string (regproc.c:425) ==25106== by 0x4A188A3: quoted_value_name_state (regproc.c:697) ==25106== by 0x4A1AC21: import_registry_file (regproc.c:1560) ==25106== by 0x4A17020: PerformRegAction (regedit.c:128) ==25106== by 0x4A173AA: ProcessCmdLine (regedit.c:229) ==25106== by 0x4A1696F: wWinMain (main.c:142) ==25106== by 0x4A1D12D: wmain (exe_wmain.c:51) ==25106== by 0x4A1D006: __wine_spec_exe_wentry (exe_wentry.c:36) ==25106== by 0x7B46AFC3: ??? (process.c:1065) ==25106== by 0x7B46B118: start_process (process.c:1116) ==25106== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25106== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25106== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25106== by 0x7BC5F24E: start_process (loader.c:3083) ==25106== by 0x4041278: ??? (port.c:78) ==25106== Address 0x48780be is 0 bytes after a recently re-allocated block of size 14 alloc'd ==25106== at 0x7BC50812: notify_alloc (heap.c:254) ==25106== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==25106== by 0x4A176E7: GetWideString (regproc.c:65) ==25106== by 0x4A193E6: get_lineA (regproc.c:997) ==25106== by 0x4A18659: line_start_state (regproc.c:615) ==25106== by 0x4A1AC21: import_registry_file (regproc.c:1560) ==25106== by 0x4A17020: PerformRegAction (regedit.c:128) ==25106== by 0x4A173AA: ProcessCmdLine (regedit.c:229) ==25106== by 0x4A1696F: wWinMain (main.c:142) ==25106== by 0x4A1D12D: wmain (exe_wmain.c:51) ==25106== by 0x4A1D006: __wine_spec_exe_wentry (exe_wentry.c:36) ==25106== by 0x7B46AFC3: ??? (process.c:1065) ==25106== by 0x7B46B118: start_process (process.c:1116) ==25106== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25106== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25106== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25106== by 0x7BC5F24E: start_process (loader.c:3083) ==25106== by 0x4041278: ??? (port.c:78) ==25106== { Memcheck:Addr2 fun:REGPROC_unescape_string fun:quoted_value_name_state fun:import_registry_file fun:PerformRegAction fun:ProcessCmdLine 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 fun:start_process 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 regedit: Unrecognized escape sequence [\] ==25116== Invalid read of size 2 ==25116== at 0x4A17FE6: REGPROC_unescape_string (regproc.c:425) ==25116== by 0x4A18BD1: string_data_state (regproc.c:791) ==25116== by 0x4A1AC21: import_registry_file (regproc.c:1560) ==25116== by 0x4A17020: PerformRegAction (regedit.c:128) ==25116== by 0x4A173AA: ProcessCmdLine (regedit.c:229) ==25116== by 0x4A1696F: wWinMain (main.c:142) ==25116== by 0x4A1D12D: wmain (exe_wmain.c:51) ==25116== by 0x4A1D006: __wine_spec_exe_wentry (exe_wentry.c:36) ==25116== by 0x7B46AFC3: ??? (process.c:1065) ==25116== by 0x7B46B118: start_process (process.c:1116) ==25116== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25116== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25116== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25116== by 0x7BC5F24E: start_process (loader.c:3083) ==25116== by 0x4041278: ??? (port.c:78) ==25116== Address 0x48744fc is 0 bytes after a recently re-allocated block of size 36 alloc'd ==25116== at 0x7BC50812: notify_alloc (heap.c:254) ==25116== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==25116== by 0x4A176E7: GetWideString (regproc.c:65) ==25116== by 0x4A193E6: get_lineA (regproc.c:997) ==25116== by 0x4A18659: line_start_state (regproc.c:615) ==25116== by 0x4A1AC21: import_registry_file (regproc.c:1560) ==25116== by 0x4A17020: PerformRegAction (regedit.c:128) ==25116== by 0x4A173AA: ProcessCmdLine (regedit.c:229) ==25116== by 0x4A1696F: wWinMain (main.c:142) ==25116== by 0x4A1D12D: wmain (exe_wmain.c:51) ==25116== by 0x4A1D006: __wine_spec_exe_wentry (exe_wentry.c:36) ==25116== by 0x7B46AFC3: ??? (process.c:1065) ==25116== by 0x7B46B118: start_process (process.c:1116) ==25116== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25116== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25116== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25116== by 0x7BC5F24E: start_process (loader.c:3083) ==25116== by 0x4041278: ??? (port.c:78) ==25116== { Memcheck:Addr2 fun:REGPROC_unescape_string fun:string_data_state fun:import_registry_file fun:PerformRegAction fun:ProcessCmdLine 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 fun:start_process 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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==25174== 16 bytes in 1 blocks are definitely lost in loss record 56 of 292 ==25174== at 0x7BC50812: notify_alloc (heap.c:254) ==25174== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==25174== by 0x4A188F2: quoted_value_name_state (regproc.c:701) ==25174== by 0x4A1AC21: import_registry_file (regproc.c:1560) ==25174== by 0x4A17020: PerformRegAction (regedit.c:128) ==25174== by 0x4A173AA: ProcessCmdLine (regedit.c:229) ==25174== by 0x4A1696F: wWinMain (main.c:142) ==25174== by 0x4A1D12D: wmain (exe_wmain.c:51) ==25174== by 0x4A1D006: __wine_spec_exe_wentry (exe_wentry.c:36) ==25174== by 0x7B46AFC3: ??? (process.c:1065) ==25174== by 0x7B46B118: start_process (process.c:1116) ==25174== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25174== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25174== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25174== by 0x7BC5F24E: start_process (loader.c:3083) ==25174== by 0x4041278: ??? (port.c:78) ==25174== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:quoted_value_name_state fun:import_registry_file fun:PerformRegAction fun:ProcessCmdLine 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 fun:start_process 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 ==25180== 16 bytes in 1 blocks are definitely lost in loss record 56 of 292 ==25180== at 0x7BC50812: notify_alloc (heap.c:254) ==25180== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==25180== by 0x4A188F2: quoted_value_name_state (regproc.c:701) ==25180== by 0x4A1AC21: import_registry_file (regproc.c:1560) ==25180== by 0x4A17020: PerformRegAction (regedit.c:128) ==25180== by 0x4A173AA: ProcessCmdLine (regedit.c:229) ==25180== by 0x4A1696F: wWinMain (main.c:142) ==25180== by 0x4A1D12D: wmain (exe_wmain.c:51) ==25180== by 0x4A1D006: __wine_spec_exe_wentry (exe_wentry.c:36) ==25180== by 0x7B46AFC3: ??? (process.c:1065) ==25180== by 0x7B46B118: start_process (process.c:1116) ==25180== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25180== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25180== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25180== by 0x7BC5F24E: start_process (loader.c:3083) ==25180== by 0x4041278: ??? (port.c:78) ==25180== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:quoted_value_name_state fun:import_registry_file fun:PerformRegAction fun:ProcessCmdLine 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 fun:start_process 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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 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 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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==25597== Thread 5: ==25597== Syscall param writev(vector[...]) points to uninitialised byte(s) ==25597== at 0x433904F: ??? (syscall-template.S:84) ==25597== by 0x7BC88028: send_request (server.c:228) ==25597== by 0x7BC881DB: wine_server_call (server.c:309) ==25597== by 0x7BC47FBB: server_write_file (file.c:624) ==25597== by 0x7BC4975C: NtWriteFile (file.c:1238) ==25597== by 0x523E51E: rpcrt4_conn_np_write (rpc_transport.c:414) ==25597== by 0x5233740: rpcrt4_conn_write (rpc_binding.h:196) ==25597== by 0x5235457: RPCRT4_SendWithAuth (rpc_message.c:849) ==25597== by 0x523648D: RPCRT4_Send (rpc_message.c:1248) ==25597== by 0x52395A1: process_request_packet (rpc_server.c:462) ==25597== by 0x5239853: RPCRT4_process_packet (rpc_server.c:517) ==25597== by 0x52399B0: RPCRT4_worker_thread (rpc_server.c:539) ==25597== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==25597== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==25597== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25597== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25597== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25597== by 0x7BC99BDE: start_thread (thread.c:487) ==25597== by 0x4245249: start_thread (pthread_create.c:333) ==25597== by 0x4340D6D: clone (clone.S:114) ==25597== Address 0x48eebf4 is 44 bytes inside a block of size 92 alloc'd ==25597== at 0x7BC50812: notify_alloc (heap.c:254) ==25597== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==25597== by 0x52352CF: RPCRT4_SendWithAuth (rpc_message.c:808) ==25597== by 0x523648D: RPCRT4_Send (rpc_message.c:1248) ==25597== by 0x52395A1: process_request_packet (rpc_server.c:462) ==25597== by 0x5239853: RPCRT4_process_packet (rpc_server.c:517) ==25597== by 0x52399B0: RPCRT4_worker_thread (rpc_server.c:539) ==25597== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==25597== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==25597== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25597== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25597== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25597== by 0x7BC99BDE: start_thread (thread.c:487) ==25597== by 0x4245249: start_thread (pthread_create.c:333) ==25597== by 0x4340D6D: clone (clone.S:114) ==25597== Uninitialised value was created by a client request ==25597== at 0x7BC505E1: mark_block_uninitialized (heap.c:208) ==25597== by 0x7BC5076D: initialize_block (heap.c:239) ==25597== by 0x7BC54CB3: RtlAllocateHeap (heap.c:1717) ==25597== by 0x4B6A834: IMalloc_fnAlloc (ifs.c:187) ==25597== by 0x4B6B0D3: IMalloc_Alloc (objidl.h:1508) ==25597== by 0x4B6B0D3: CoTaskMemAlloc (???:0) ==25597== by 0x4BABEEC: RemUnknown_RemQueryInterface (stubmanager.c:716) ==25597== by 0x4BB548E: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:369) ==25597== by 0x520A26F: CStdStubBuffer_Invoke (cstub.c:478) ==25597== by 0x4B88F24: IRpcStubBuffer_Invoke (objidl.h:9401) ==25597== by 0x4B88F24: RPC_ExecuteCall (???:0) ==25597== by 0x4B8938D: dispatch_rpc (rpc.c:1503) ==25597== by 0x5239380: process_request_packet (rpc_server.c:439) ==25597== by 0x5239853: RPCRT4_process_packet (rpc_server.c:517) ==25597== by 0x52399B0: RPCRT4_worker_thread (rpc_server.c:539) ==25597== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==25597== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==25597== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25597== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25597== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25597== by 0x7BC99BDE: start_thread (thread.c:487) ==25597== by 0x4245249: start_thread (pthread_create.c:333) ==25597== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request 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:start_thread fun:start_thread fun:clone } ==25740== Thread 3: ==25740== Syscall param writev(vector[...]) points to uninitialised byte(s) ==25740== at 0x433904F: ??? (syscall-template.S:84) ==25740== by 0x7BC88028: send_request (server.c:228) ==25740== by 0x7BC881DB: wine_server_call (server.c:309) ==25740== by 0x7BC47FBB: server_write_file (file.c:624) ==25740== by 0x7BC4975C: NtWriteFile (file.c:1238) ==25740== by 0x598351E: rpcrt4_conn_np_write (rpc_transport.c:414) ==25740== by 0x5978740: rpcrt4_conn_write (rpc_binding.h:196) ==25740== by 0x597A457: RPCRT4_SendWithAuth (rpc_message.c:849) ==25740== by 0x597B48D: RPCRT4_Send (rpc_message.c:1248) ==25740== by 0x597CBF9: I_RpcSend (rpc_message.c:1809) ==25740== by 0x597CF63: I_RpcSendReceive (rpc_message.c:1912) ==25740== by 0x5623537: rpc_sendreceive_thread (rpc.c:800) ==25740== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==25740== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==25740== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25740== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25740== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25740== by 0x7BC99BDE: start_thread (thread.c:487) ==25740== by 0x4245249: start_thread (pthread_create.c:333) ==25740== by 0x4340D6D: clone (clone.S:114) ==25740== Address 0x48e152a is 138 bytes inside a block of size 256 alloc'd ==25740== at 0x7BC50812: notify_alloc (heap.c:254) ==25740== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==25740== by 0x597A2CF: RPCRT4_SendWithAuth (rpc_message.c:808) ==25740== by 0x597B48D: RPCRT4_Send (rpc_message.c:1248) ==25740== by 0x597CBF9: I_RpcSend (rpc_message.c:1809) ==25740== by 0x597CF63: I_RpcSendReceive (rpc_message.c:1912) ==25740== by 0x5623537: rpc_sendreceive_thread (rpc.c:800) ==25740== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==25740== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==25740== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25740== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25740== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25740== by 0x7BC99BDE: start_thread (thread.c:487) ==25740== by 0x4245249: start_thread (pthread_create.c:333) ==25740== by 0x4340D6D: clone (clone.S:114) ==25740== Uninitialised value was created by a stack allocation ==25740== at 0x60DDFFF: disp_call (dispex.c:1091) ==25740== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request 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:start_thread fun:start_thread fun:clone } ==25740== Thread 1 wscript.exe: ==25740== 86 bytes in 1 blocks are possibly lost in loss record 468 of 798 ==25740== at 0x7BC50812: notify_alloc (heap.c:254) ==25740== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==25740== by 0x7B449A29: HeapAlloc (heap.c:271) ==25740== by 0x7B44B158: LocalAlloc (heap.c:970) ==25740== by 0x4B4B9AD: CommandLineToArgvW (shell32_main.c:199) ==25740== by 0x4995A71: wWinMain (main.c:429) ==25740== by 0x4995F6F: wmain (exe_wmain.c:51) ==25740== by 0x4995E48: __wine_spec_exe_wentry (exe_wentry.c:36) ==25740== by 0x7B46AFC3: ??? (process.c:1065) ==25740== by 0x7B46B118: start_process (process.c:1116) ==25740== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==25740== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==25740== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==25740== by 0x7BC5F24E: start_process (loader.c:3083) ==25740== by 0x4041278: ??? (port.c:78) ==25740== { 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 fun:start_process 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 ==26841== Thread 3: ==26841== Syscall param writev(vector[...]) points to uninitialised byte(s) ==26841== at 0x433904F: ??? (syscall-template.S:84) ==26841== by 0x7BC88028: send_request (server.c:228) ==26841== by 0x7BC881DB: wine_server_call (server.c:309) ==26841== by 0x7BC47FBB: server_write_file (file.c:624) ==26841== by 0x7BC4975C: NtWriteFile (file.c:1238) ==26841== by 0x598351E: rpcrt4_conn_np_write (rpc_transport.c:414) ==26841== by 0x5978740: rpcrt4_conn_write (rpc_binding.h:196) ==26841== by 0x597A457: RPCRT4_SendWithAuth (rpc_message.c:849) ==26841== by 0x597B48D: RPCRT4_Send (rpc_message.c:1248) ==26841== by 0x597CBF9: I_RpcSend (rpc_message.c:1809) ==26841== by 0x597CF63: I_RpcSendReceive (rpc_message.c:1912) ==26841== by 0x5623537: rpc_sendreceive_thread (rpc.c:800) ==26841== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==26841== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==26841== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==26841== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==26841== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==26841== by 0x7BC99BDE: start_thread (thread.c:487) ==26841== by 0x4245249: start_thread (pthread_create.c:333) ==26841== by 0x4340D6D: clone (clone.S:114) ==26841== Address 0x4873be2 is 138 bytes inside a recently re-allocated block of size 358 alloc'd ==26841== at 0x7BC50812: notify_alloc (heap.c:254) ==26841== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==26841== by 0x597A2CF: RPCRT4_SendWithAuth (rpc_message.c:808) ==26841== by 0x597B48D: RPCRT4_Send (rpc_message.c:1248) ==26841== by 0x597CBF9: I_RpcSend (rpc_message.c:1809) ==26841== by 0x597CF63: I_RpcSendReceive (rpc_message.c:1912) ==26841== by 0x5623537: rpc_sendreceive_thread (rpc.c:800) ==26841== by 0x7BC9CA1C: process_rtl_work_item (threadpool.c:349) ==26841== by 0x7BCA08FF: threadpool_worker_proc (threadpool.c:2112) ==26841== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==26841== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==26841== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==26841== by 0x7BC99BDE: start_thread (thread.c:487) ==26841== by 0x4245249: start_thread (pthread_create.c:333) ==26841== by 0x4340D6D: clone (clone.S:114) ==26841== Uninitialised value was created by a stack allocation ==26841== at 0x60D463D: interp_icall (interp.c:626) ==26841== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request 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:start_thread fun:start_thread fun:clone } ==26841== Thread 1 wscript.exe: ==26841== 88 bytes in 1 blocks are possibly lost in loss record 393 of 661 ==26841== at 0x7BC50812: notify_alloc (heap.c:254) ==26841== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==26841== by 0x7B449A29: HeapAlloc (heap.c:271) ==26841== by 0x7B44B158: LocalAlloc (heap.c:970) ==26841== by 0x4B4B9AD: CommandLineToArgvW (shell32_main.c:199) ==26841== by 0x4995A71: wWinMain (main.c:429) ==26841== by 0x4995F6F: wmain (exe_wmain.c:51) ==26841== by 0x4995E48: __wine_spec_exe_wentry (exe_wentry.c:36) ==26841== by 0x7B46AFC3: ??? (process.c:1065) ==26841== by 0x7B46B118: start_process (process.c:1116) ==26841== by 0x7BC8FDE7: ??? (signal_i386.c:2700) ==26841== by 0x7BC8FE63: call_thread_func (signal_i386.c:2759) ==26841== by 0x7BC8FDC5: ??? (signal_i386.c:2700) ==26841== by 0x7BC5F24E: start_process (loader.c:3083) ==26841== by 0x4041278: ??? (port.c:78) ==26841== { 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 fun:start_process 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 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 ==27095== 60 bytes in 1 blocks are definitely lost in loss record 46 of 75 ==27095== at 0x7BC50812: notify_alloc (heap.c:254) ==27095== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==27095== by 0x4A126A0: WINECON_CreateKeyName (registry.c:76) ==27095== by 0x4A12D67: WINECON_RegLoad (registry.c:239) ==27095== by 0x4A1A336: WINECON_Init (wineconsole.c:662) ==27095== by 0x4A1ADB8: WinMain (wineconsole.c:897) ==27095== by 0x4A1B37A: main (exe_main.c:49) ==27095== { 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 ==27101== 60 bytes in 1 blocks are definitely lost in loss record 46 of 75 ==27101== at 0x7BC50812: notify_alloc (heap.c:254) ==27101== by 0x7BC54C93: RtlAllocateHeap (heap.c:1716) ==27101== by 0x4A126A0: WINECON_CreateKeyName (registry.c:76) ==27101== by 0x4A12D67: WINECON_RegLoad (registry.c:239) ==27101== by 0x4A1A336: WINECON_Init (wineconsole.c:662) ==27101== by 0x4A1ADB8: WinMain (wineconsole.c:897) ==27101== by 0x4A1B37A: main (exe_main.c:49) ==27101== { 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:171: 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:22508: programs/xcopy/tests/test] Error 2 make: Target 'test' not remade because of errors.