started with: ./tools/valgrind/valgrind-full.sh HEAD is: commit 291b47e32e2d5a8b9b9b12b7fb2f8c121a2f1c12 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 4a2505a93a699baf9668af2cdfdd7b662d13c976 Author: Alexandre Julliard Date: Fri Sep 29 20:30:17 2017 +0200 Release 2.18. Signed-off-by: Alexandre Julliard diff --git a/ANNOUNCE b/ANNOUNCE index 5034c15a3f..dd2229dd92 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,17 +1,16 @@ -The Wine development release 2.17 is now available. +The Wine development release 2.18 is now available. What's new in this release (see below for details): - - Better support for grayscale mode in DirectWrite. - - Per-application StartupWMClass in desktop files. - - Virtual memory compatibility improvements. - - Palette handling improvements in WindowsCodecs. - - Reply messages improvements in WebServices. + - Radial gradients in Direct2D. + - Asynchronous message support in WebServices. + - Virtual memory write watches improvements. + - FreeType 2.8.1 compatibility fixes. - Various bug fixes. The source is available from the following locations: - http://dl.winehq.org/wine/source/2.x/wine-2.17.tar.xz - http://mirrors.ibiblio.org/wine/source/2.x/wine-2.17.tar.xz + http://dl.winehq.org/wine/source/2.x/wine-2.18.tar.xz + http://mirrors.ibiblio.org/wine/source/2.x/wine-2.18.tar.xz Binary packages for various distributions will be available from: @@ -27,255 +26,329 @@ AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- -Bugs fixed in 2.17 (total 20): - - 12185 Before You Know It crashes - 19177 Gorky-17 does not start in Direct3D HAL (SW Renderer is OK) - 29958 UIRibbon Framework not implemented: 926749fa-2615-4987-8845-c33e65f2b957 - 38622 gdiplus should return PixelFormat32bppARGB instead of PixelFormat8bppIndexed for a grayscale PNG file - 39885 Cannot allocate more than 32gb of memory - 41370 TTM_GETCURRENTTOOL returns always FALSE when send from TTN_NEEDTEXT handler. - 41827 Wrong specular rendering with some applications - 42427 Steam application claims no internet connection - 43046 Multiple apps need api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vfprintf_s (Civilization VI, Mafia 3, SketchBook) - 43197 5Plus: Print dialog crashes with illegal floating point operation - 43290 MyLifeOrganized crashes when mousing over tabs - 43319 Steam Store/Uplay/Epic Games Launcher no longer display text in Windows 7 mode (libcef applications) - 43476 Skyrim hardware detection spinlocks with CSMT enabled - 43519 Path of Exile: Corrupt/flickering UI textures after ~1 minute of gameplay - 43577 unit test: DBGrid inplace editor dropdown does not work and worked on version 2.0.2 - 43586 Dead Space: no shadows in game - 43649 dbgeng stub DebugCreateEx causes jadesentinel crash in JADE thin client - 43658 Text in Deletion Confirmation MsgBox has wrong background colour - 43668 Terris Universal Remote UFB 234 - update database does not work - 43685 Many games fail to start, or run without audio +Bugs fixed in 2.18 (total 22): + + 24281 Mafia 2 to slow to play + 36359 valgrind shows a couple possible leaks in dsound/tests/dsound.c + 37160 If D3D_DISABLE_9EX is defined, d3d9.h can't be compiled + 37321 foobar2000 'Scheduler' plugin crashes on unimplemented function shell32.dll.ShellExec_RunDLLW + 37418 Unable to paste images from linux clipboard to Wine apps workspace (affects Photoshop, Powerpoint etc.) + 41380 Xenia emulator don't run (needs _register_thread_local_exe_atexit_callback implementation) + 42154 Multiple games crash with built-in xinput (Deus Ex: Human Revolution, Thief (2014), Tomb Raider (2013), Bejeweled 3) + 42715 Cxbx (Xbox emulator) doesn`t start (wine: Invalid address) + 42983 Abwrite crashes with exception 0x40000015 + 43324 Beamng.drive requires msvcr120.dll.vsscanf + 43326 Uplay (July 2017) needs dwmapi.DwmSetIconicLivePreviewBitmap + 43453 Magic Online (Magic The Gathering: Online) Crashes due to race condition in secur32 + 43487 Magic Online (Magic The Gathering: Online) Crashes in dwrite + 43549 Wickr 4.0.5: Crashes upon run + 43699 Blackscreen in visual novel Hanahira + 43701 Half-Life 2 (Counter-Strike:Source, Day of Defeat:Source) crash on start + 43707 [GdiPlus] HatchStyle is incorrectly named in Wine. Should be GpHatchStyle + 43714 ImageMagick crashes with msvcr120.dll._vfprintf_l + 43715 Many applications (winecfg, ...) crash on startup with freetype 2.8.1 + 43716 freetype 2.8.1 breaks Wine build during font conversion with sfnt2fon + 43774 Chromium-based browser engine (CEFv3) used by several games randomly crashes on shutdown (World of Warships 0.6.x) + 43779 In ole32/storage32.c , miss check for the result of HeapAlloc ---------------------------------------------------------------- -Changes since 2.16: - -Alex Henrie (7): - msvcrt: Note that __stdio_common functions are for ucrtbase. - ucrtbase: Add __stdio_common_vfprintf_s. - ucrtbase: Add __stdio_common_vfwprintf_s. - include: Add multimon.h. - shell32/tests: Add tests for FolderItems_Item and FolderItems_get_Count. - shell32: Implement FolderItems_Item. - shell32: Implement FolderItems_get_Count. - -Alexandre Julliard (29): - ntdll: Add helper functions for getting and setting page protection bytes. - ntdll: Add a helper function for setting bits in page protection bytes. - ntdll: Add a helper function for applying page protection bytes with mprotect. - ntdll: Pass the allocation size to the alloc_virtual_heap function. - ntdll: Allocate the per-page protection byte separately from the view. - ntdll: Remove the view parameter from the page protection helpers. - ntdll: Allocate views out of a memory block instead of using a heap. - ntdll: Don't do partial writes in virtual_uninterrupted_write_memory. - ntdll: Use the find_view_range helper function to check for overlapping views. - rbtree.h: Add a wine_rb_prev iteration helper function. - ntdll: Store memory views in a binary tree instead of a list. - server: Enforce valid flags for file mappings. - ntdll: Disallow changing PAGE_NOCACHE flag for individual pages. - ntdll: Remove the no longer used VPROT_NOEXEC flag. - ntdll: Store the SEC_* section flags directly in the view protection. - ntdll: Ignore attempts to commit pages in an already committed anonymous mapping. - kernel32/tests: Retrieve the page size only once. - kernel32/tests: Fix mapping protection tests to succeed on recent Windows versions. - kernel32/tests: Also run mapping tests against an anonymous mapping. - kernel32/tests: Also run mapping tests against an executable image. - ntdll: Avoid accessing builtin views outside of the critical section. - ntdll: Trace views once they are properly initialized. - ntdll: Fix access rights checks for mapping objects. - ntdll: Verify page protection against the mapping protections in VirtualAlloc and VirtualProtect. - ntdll: Pass the mapping file access instead of the protection bits to the server. - ntdll: Get rid of the VPROT_VALLOC flag. - ntdll: Also release memory past the last view in remove_reserved_area. - ntdll: Don't use the mapping handle to detect file mappings. - kernel32/tests: Avoid some delays in the process test. +Changes since 2.17: + +Alex Henrie (5): + msvcrt: Set the correct error number in pow(f). + advapi32: Add stub for LsaLookupPrivilegeName. + include: Add D3D_DISABLE_9EX checks to d3d9.h. + shell32: Implement ShellExec_RunDLL. + ntdll: Add stub for RtlIpv4StringToAddressW. + +Alexandre Julliard (32): + winebuild: Put the thunk hint/name in FirstThunk too instead of zero. + libwine: Also apply the load delta to the FirstThunk table. + server: Don't return debug registers unless explicitly requested. + kernel32/tests: Add tests for the register values at process start. + ntdll: Store the kernel32 process entry point in a global variable. + ntdll: Don't clear the last page of the initial stack. + ntdll: Add support for setting a platform-specific initial context. + ntdll: Set the initial process context on i386. + ntdll: Set the initial process context on x86_64. + ntdll: Suspend the process before attaching dlls, using the process initial context. + kernel32/tests: Add some more tests for write watches. + ws2_32/tests: Add some tests for write watches. + ntdll: Remove some unnecessary parameters in helper functions. + ntdll: Handle stack faults without fetching the view pointer. + ntdll: Handle pages faults without fetching the view pointer when possible. + ntdll: Add helper functions for verifying write access to a memory range. + ntdll: Add a helper to lock the user output buffer during a server call. + ntdll: Add helpers to lock the user output buffer during file reads. + server: Always make pipes non-blocking. + kernel32/tests: Fix some confusing WRITECOPY tests. + kernel32/tests: Add more WRITECOPY tests. + server: Keep track of mapped memory views. + server: Make the memory ranges structure into a proper object. + server: Access the list of committed ranges directly from the mapped view. + server: Store the mapped file descriptor in the memory view. + server: Implement NtAreMappedFilesTheSame functionality on the server side. + server: Remove no longer used is_same_file() function. + server: No longer store the mapping object in the dll structure. + ntdll: No longer store the mapping handle with the view. + dwmapi: Update the spec file. + ntdll: Support loading binaries that start inside the DOS area. + README: Remove references to removed Wiki pages. Alistair Leslie-Hughes (6): - include: Added IMFMediaEventQueue interface. - include: Add interfaces IMFMediaTypeHandler, IMFStreamDescriptor. - mfplat: Added MFCreateEventQueue stub. - include: Add IMFSinkWriterEx interface. - mfplat: Implement MFCreateStreamDescriptor. - mfplat: Implement MFCreateEventQueue. - -Andrey Gusev (1): - unicows: Fix CreateDialogParamW spec file entry. - -Daniel Lehman (3): - wininet: Fix proxy bypass with wildcard if domain length matches with server. - msvcrt: Use exception base to create copy constructor pointer. - msvcrt: Protect onexit table with critical section. - -Dmitry Timoshkov (11): - windowscodecs: Implement IWICBitmapDecoder::CopyPalette in PNG decoder. - windowscodecs: Fix IWICBitmapEncoder::SetPalette for a not initialized case in PNG encoder. - windowscodecs/tests: Make create_decoder() return an error code in PNG tests. - windowscodecs/tests: Add more tests for loading PNG images in various color formats. - windowscodecs: Implement IWICBitmapFrameEncode::SetPalette in JPEG encoder. - windowscodecs: Fix IWICBitmapEncoder::SetPalette for a not initialized case in JPEG encoder. - windowscodecs: Fix IWICBitmapEncoder::SetPalette for a not initialized case in BMP encoder. - windowscodecs: Implement IWICBitmapFrameEncode::SetPalette in BMP encoder. - windowscodecs: Implement IWICBitmapDecoder::CopyPalette in TIFF decoder. - windowscodecs: Implement IWICBitmapFrameEncode::SetPalette in the TIFF encoder. - windowscodecs: Fix IWICBitmapEncoder::SetPalette for a not initialized case in TIFF encoder. - -Fabian Maurer (11): - shell32: Draw text on message boxes without background. - winecfg: Remove processorArchitecture from manifest. - user32: Add stub for CalcMenuBar. - api-ms-win-core-heap-l2-1-0: Add dll. - api-ms-win-core-localization-obsolete-l1-3-0: Add dll. - api-ms-win-core-shlwapi-obsolete-l1-2-0: Add dll. - api-ms-win-core-synch-l1-2-1: Add dll. - mfidl.idl: Add interfaces IMFClockStateSink, IMFGetService. - dxva2api.idl: Add interface IDirectXVideoMemoryConfiguration. - evr: Add interface definitions for EVR filter. - comctl32/tests: Dump failed message sequence correctly. - -François Gouget (7): - dsquery: Case fixes. - ieproxy: Case fixes. - mshtml: A spelling fix in a WARN() message. - mshtml: Make HTMLDocumentNode_init_dispex_info() static. - dwrite: Factory_release_cached_fontface() is unused so remove it. - webservices: Alloc_utf16_text() is unused, so remove it. - gdiplus: Add a trailing linefeed to an ERR() message. - -Hans Leidekker (13): - webservices: Store headers in WsReadEnvelopeStart. - webservices: Implement WsSendReplyMessage. - webservices: Return HRESULT from insert_string. - webservices: Store the action header as WS_XML_STRING. - webservices: Add a mechanism to use the builtin static dictionary in the writer. - webservices: Also use the dictionary for writing UTF-8 text values. - webservices: Build a session dictionary for strings not present in the static dictionary. - webservices: Add support for multiple message descriptions in WsReceiveMessage. - webservices: Parse the MessageID header. - webservices: Include a RelatesTo header in reply messages. - winhttp: Trace errors from send and recv. - winhttp: Allocate a credential handle for each session. - winhttp: Implement WINHTTP_OPTION_SECURE_PROTOCOLS. - -Hugh McMaster (3): - reg/tests: Delete the test registry key before starting each test. - reg/tests: Add basic tests for the export operation. - setupapi: Recursively remove any subkeys before calling NtDeleteKey(). - -Huw D. M. Davies (4): - riched20: Remove an unused parameter. - riched20: Correctly release the STGMEDIUM. - riched20: Don't special case the non-stretching case. - riched20: Don't scale the picture size with dpi. - -Jacek Caban (12): - mshtml: Added IHTMLDocument7::get_characterSet implementation and use it in get_charset. - mshtml: Added IHTMLDocument7::get_defaultView implementation and use it for get_parentWindow implementation. - mshtml: Forward common function from IHTMLDocument7 to IHTMLDocument2. - mshtml: Added implementation of IHTMLDocument7 event handler properties for supported events. - mshtml: Expose IHTMLDocument7 interface to scripts. - mshtml: Added IHTMLDocument7::head property implementation. - mshtml: Added IHTMLDocument7::getElementsByClassName implementation. - mshtml: Forward IHTMLElement6::get_nodeName to IHTMLDOMNode implementation. - mshtml: Forward IHTMLElement6::get_tagName to IHTMLElement implementation. - mshtml: Forward attributes functions from IHTMLElement6 to older interfaces. - mshtml: Expose IHTMLElement6 to scripts. - mshtml: Fixed getElementsByTagName for comment elements. - -Jonathan Doron (2): - ntdll: Apply owner and group regardless of the SE_OWNER_DEFAULTED or SE_GROUP_DEFAULTED flags. - kernel32/tests: Test suspended process states. - -Józef Kucia (1): - d3d11/tests: Add test for conservative depth output. - -Marcin MikoÅ‚ajczak (1): - po: Update Polish translation. - -Martin Storsjo (1): - msvcrt: Implement setjmp/longjmp on aarch64. - -Matteo Bruni (13): - d3d9/tests: Add a test for "NULL" FourCC format. - wined3d: Return the up-to-date locations from blitters. - wined3d: Don't take the upload path for blits to formats requiring conversion. - wined3d: Restore support for d3d9 extension formats. - wined3d: Get rid of most of the redundant query flushes. - d3d9/tests: Trace the current test in test_signed_formats(). - d3d8/tests: Trace the current test in test_signed_formats(). - wined3d: Copy the module handle to a local variable in wined3d_cs_run(). - wined3d: Disable YUV formats when not supported. - wined3d: Disable the ARBfp blitter on core profile. - opengl32/tests: Fix typo in ok() condition. - opengl32: Support a couple new typedefs in the XML. - opengl32: Update to OpenGL 4.6. + qedit/tests: Add test for the IAMTimelineGroup interface. + include: Add uianimation.idl. + msvcrt: Implement clearerr_s. + hnetcfg: Implement INetFwPolicy2 get_Rules. + ole32: Add pointer check. + advapi32/tests: Added GetTokenInformation TokenLogonSid test. + +Andrew Eikum (2): + wineandroid: Create OpenSL outputmix object globally. + wineandroid: Don't use deprecated SLDataFormat_PCM struct. + +Andrey Gusev (2): + api-ms-win-mm-joystick-l1-1-0: Add dll. + dwmapi: Add DwmSetIconicLivePreviewBitmap and DwmSetIconicThumbnail stubs. + +Anton Romanov (2): + secur32: Fix race between schan_(Encrypt|Decrypt)Message. + secur32: Protect SSLRead/Write with cs on OSX. + +Dmitry Timoshkov (4): + windowscodecs: Add support for palette image formats to PNG encoder. + windowscodecs/tests: Add some tests for encoding 1bpp/8bpp images with a palette. + ole32: Add a trace to IDataObject::GetData. + ole32: Trace clsid in IStorage::SetClass. + +Fabian Maurer (16): + strmiids: Add evr interface GUIDS. + mfuuid: Add library. + comctl32/taskdialog: Initial support for callback procedure. + api-ms-win-core-processtopology-obsolete-l1-1-0: Add dll. + api-ms-win-core-wow64-l1-1-1: Add dll. + api-ms-win-core-errorhandling-l1-1-3: Add dll. + api-ms-win-core-file-l2-1-2: Add dll. + api-ms-win-core-version-l1-1-1: Add dll. + api-ms-win-ntuser-rectangle-l1-1-0: Add dll. + evr/tests: Add tests. + propsys: Added PropVariantToBoolean with some tests. + evr: Add COM classfactory. + evr: Add EnhancedVideoRenderer coclass. + evr/tests: Run the tests with todo_wine instead of skipping them. + shell32/tests: Fix typo. + dx8vb: Add stub dll. + +Gijs Vermeulen (1): + msvcrt: Add _vfprintf_l. + +Hans Leidekker (8): + msi: Pass correct length to GetDateFormatW. + webservices: Add traces. + webservices: Use separate dictionaries for sending and receiving messages. + webservices: Read the string table in all sized envelopes. + webservices: Add asynchronous support for WsReceiveMessage. + webservices/tests: Add tests for asynchronous WsReceiveMessage. + webservices: Support more text types in is_empty_text_node. + webservices: Implement WS_REPEATING_ELEMENT_CHOICE_FIELD_MAPPING in the reader. + +Henri Verbeet (23): + include: Convert dxgitype.h to IDL. + include: Convert dcommon.h to IDL. + include: Convert dxgiformat.h to IDL. + d2d1/tests: Introduce get_surface_readback(). + d2d1/tests: Add some bitmap brush tests for skew transformations and transformed geometry. + d2d1: Unify the various brush pixel shaders. + d2d1: Unify the outline and fill pixel shaders. + d2d1: Use the "world" position instead of the render target position in the pixel shader. + d2d1: Implement d2d_linear_gradient_brush_SetOpacity(). + d2d1: Implement d2d_linear_gradient_brush_GetOpacity(). + d2d1: Create shader resource views for gradient stop collections. + d2d1: Implement linear gradient brushes. + d2d1: Implement d2d_d3d_render_target_CreateRadialGradientBrush(). + d2d1: Implement d2d_radial_gradient_brush_GetCenter(). + d2d1: Implement d2d_radial_gradient_brush_SetCenter(). + d2d1: Implement d2d_radial_gradient_brush_GetGradientOriginOffset(). + d2d1: Implement d2d_radial_gradient_brush_SetGradientOriginOffset(). + d2d1: Implement d2d_radial_gradient_brush_GetGradientStopCollection(). + d2d1: Implement d2d_radial_gradient_brush_GetRadiusX(). + d2d1: Implement d2d_radial_gradient_brush_GetRadiusY(). + d2d1: Implement d2d_radial_gradient_brush_SetRadiusX(). + d2d1: Implement d2d_radial_gradient_brush_SetRadiusY(). + d2d1: Implement radial gradient brushes. + +Hugh Bellamy (3): + gdiplus: Fix validation of HatchStyle in GdipCreateHatchBrush. + gdiplus: Define GpHatchStyle. + gdiplus: Add GdipCreateLineBrushFromRectWithAngle tests. + +Hugh McMaster (21): + reg/tests: Use a helper function to create registry keys. + reg/tests: Use a helper function to add registry values. + reg/tests: Use a helper function to write registry files. + reg/tests: Combine and rename the test_import_*str functions. + reg/tests: Test the placement of the overwrite file flag [/y]. + reg/tests: Compare registry export data with expected data. + regedit/tests: Use a helper function to write registry files. + regedit/tests: Combine and rename the r_exec_import_*str functions. + regedit: Export Unicode registry files by default. + reg/tests: Test registry export with a simple data structure. + reg/tests: Test registry export with a complex data structure. + reg/tests: Test registry export against order of data creation. + reg/tests: Use a helper function to delete registry values. + reg/tests: Use a helper function to delete registry keys. + regedit/tests: Use a helper function to delete registry keys. + regedit/tests: Test registry export with an empty key. + regedit/tests: Test registry export with a simple data structure. + regedit/tests: Test registry export with a complex data structure. + regedit/tests: Test registry export against order of data creation. + regedit/tests: Use a helper function to delete registry values. + reg/tests: Use todo_wine_if in the registry export tests. + +Huw D. M. Davies (16): + include: Add sapi.idl. + include: Add sapiddk.idl. + include: Add sperror.h. + sapi: Add a stub dll. + sapi: Register the typelib. + sapi: Register the classes from sapiddk.idl that would otherwise not get registered. + sapi: Create the Voices registry key. + sapi: Add a stub SpDataKey object implementation. + sapi: Implement SpDataKey::SetKey(). + sapi: Add a stub SpObjectTokenEnum object implementation. + sapi: Implement SpObjectTokenEnum::SetAttribs(). + sapi: Implement SpObjectTokenEnum::GetCount(). + sapi: Add a partial implementation of SpObjectTokenEnum::Next(). + sapi: Add a stub SpObjectTokenCategory object implementation. + sapi: Implement SpObjectTokenCategory::SetId(). + sapi: Add a partial implementation of SpObjectTokenCategory::EnumTokens(). + +Ihsan Akmal (15): + d3d11.idl: Add missing D3D11_DEVICE_CONTEXT_TYPE enums and D3D11_FEATURE_DATA_* declaration. + dxgi1_2.idl: Add missing structs and interfaces. + include: Add dxgi1_3.idl. + include: Add d3d11_2.idl. + include: Add d3d11_3.idl. + dxgiformat.h: Add missing DXGI_FORMAT enums. + include: Add dxgicommon.idl. + include: Add dxgi1_4.idl. + include: Add dxgi1_5.idl. + include: Add dxgi1_6.idl. + include: Add missing dxgi.idl constants. + include: Add missing dxgi1_2.idl constants and interfaces. + include: Add missing d3d11.idl structs and enums. + include: Add missing d3d11_1.idl enums and interfaces. + include: Add d3d11_4.idl. + +Jacek Caban (13): + fusion: Return S_OK in InitializeFusion. + ucrtbase: Added _register_thread_local_exe_atexit_callback implementation. + mshtml: Initialize DispatchEx in HTMLDOMNode_Init. + mshtml: Introduce EventTarget_Init. + mshtml: Introduce EventTarget_QI. + mshtml: Added IEventTarget stub implementation. + ntdll/tests: Test NtQueryVolumeInformationFile calls on named pipe object. + mscoree: Added CreateConfigStream implementation. + mscoree: Use CreateConfigStream in parse_config_file. + rpcrt4: Wait for available pipe when connecting to busy server. + mshtml: Inherit document mode from parent document. + mshtml: Correctly handle VT_EMPTY in set_event_handler_disp in standard compliant mode. + mshtml/tests: Run events tests in IE9 mode. + +Józef Kucia (3): + xinput1_1: Avoid DLL forwarding. + xinput1_2: Avoid DLL forwarding. + xinput1_4: Avoid DLL forwarding. + +Martin Payne (1): + user.exe16: Support Windows 2 menus. + +Matteo Bruni (8): + wined3d: Don't claim SYSMEM location to be current if memory was evicted. + wined3d: Consider all the system memory locations when choosing the surface upload path. + wined3d: Always initialize fx field in struct wined3d_cs_blt_sub_resource (Valgrind). + wined3d: Add ARB_texture_filter_anisotropic extension. + wined3d: Accept creation flags for 3D textures. + d3d9/tests: Properly check for mipmap autogeneration support. + d3d9/tests: Add a test for nonrenderable format D3DUSAGE_AUTOGENMIPMAP support. + wined3d: Advertise AUTOGENMIPMAP only for renderable and filterable formats. Michael Müller (2): - wined3d: Recognize conservative depth output registers. - wined3d: Add conservative depth output information to GLSL pixel shaders. - -Nikolay Sivov (22): - dwrite: Handle 8bpp gray bitmaps for bitmap target. - dwrite: Validate buffer size passed to CreateAlphaTexture() against analysis texture type. - dwrite: Use 8bpp bitmaps in grayscale mode. - d2d1: Use 8bpp text bitmaps for grayscale mode. - dbgeng: Added DebugCreateEx() stub. - dwrite: Fix 8bpp bitmap copy. - msxml3/httpreq: Support HEAD request. - dwrite: Support DWRITE_TRIMMING_GRANULARITY_WORD mode. - comctl32/tooltips: Return full toolinfo from TTM_GETCURRENTTOOL. - comctl32/tooltips: Set current tool before sending TTN_NEEDTEXT. - comctl32/tooltips: Calm down trace messages. - qcap: Remove redundant filter state check. - usp10/tests: Remove special itemization failure test that doesn't happen. - usp10/tests: Move initialization to a separate function, add another ScriptShape() test. - usp10/tests: Remove workarounds that are no longer useful. - shell32: Implement Application() property for Folder and FolderItems. - dwrite/tests: Added a helper to initialize test text source. - d2d1: Use better bezier segment bounds approximation when updating figure bounds. - d2d1: Implement GetBounds() for path geometries. - d3d9: Ask for texture GetDC() capability GET_DC based on texture format instead of initial swapchain buffer format. - shell32/tests: Remove workarounds that are no longer relevant. - shell32: Implement Application property for FolderItem. - -Paul Gofman (3): - d3dx9/tests: Add test for null shaders in effect. - d3dx9: Return E_FAIL from ValidateTechnique() for techniques with unsupported shaders. - d3dx9: Fix zero object_id handling in d3dx9_base_effect_get_pass_desc(). - -RafaÅ‚ MużyÅ‚o (1): - itss: Fix handling non-ASCII content paths. - -Sebastian Lackner (1): - kernel32: Add stub for GetProcessWorkingSetSizeEx. - -Stefan Dösinger (1): - ntdll: Make RtlDeregisterWaitEx(handle, INVALID_HANDLE_VALUE) thread safe. - -Vincent Povirk (9): - gdiplus: Account for gdi32 transform in SOFTWARE_GdipDrawPath. - gdiplus: Account for gdi32 transforms in text functions. - gdiplus: Account for gdi32 transform in GdipSetClipHrgn. - windowscodecs: Generate a palette for color-keyed grayscale PNG's. - winex11: Convert process name to lowercase for WM name hint. - winemenubuilder: Set StartupWMClass for shortcuts to exe files. - loader/wine.inf: Put 32-bit .ds fakedlls in windows/twain_32. - sane.ds: Add support for word list options. - shell32: Stub SHOpenWithDialog. - -Zebediah Figura (9): - msi: Remove ACTION_PerformUIAction(). - msi: Simplify message type processing. - msi: More fully implement the ExecuteAction action. - msi: Implement the INSTALL top-level action. - msi: Perform the given action, or INSTALL, from MsiInstallProduct(). - msi/tests: Some cleanup for external UI tests. - msi/tests: Add external UI tests for top-level actions. - ieframe: Parse multiple command-line arguments. - dsquery: Register CommonQuery coclass. + xinput9_1_0: Avoid DLL forwarding. + ntdll: Fix parameters of RtlIpv4StringToAddressExW. + +Michael Stefaniuc (6): + kernel32: Remove redundant attributes check. + msi: Remove redundant NULL checks before msi_free(). + gdiplus: Remove a wrapper around GdipFree(). + fonts: Fix the character count in some fonts. + tools/sfnt2fon: Just skip all glyphs below 0x20. + fonts: Increase the Em size to fix a build failure with freetype 2.8.1. + +Nikolay Sivov (38): + d3d9/tests: Test for GetDC()-capable backbuffer created with D3DFMT_UNKNOWN format. + shell32: Implement Parent() property for ShellDispatch objects. + shell32: Added remaining Application() properties. + d2d1: Improve figure bounds updating for quadratic beziers. + gdiplus: Implement playback for EmfPlusRecordTypeSetPixelOffsetMode. + gdiplus: Implement playback for EmfPlusRecordTypeSetCompositingQuality. + gdiplus: Implement playback for EmfPlusRecordTypeSetInterpolationMode. + d3d9/tests: Some tests for D3DPRESENTFLAG_LOCKABLE_BACKBUFFER mode. + shell32: Implement Title property using shellfolder API. + dwrite: Added IDWriteFontFallbackBuilder stub. + dwrite: Added custom IDWriteFontFallback stub. + dwrite/tests: Fix fallback builder test skip. + dwrite: Add warning message for unsupported interfaces. + dwrite: Implement AddMapping(). + propsys: Fix negative numeric source handling in PropVariantToBoolean(). + dwrite: Use single per-process local file loader. + include: Added stgprop.h. + shell32: Partially implement MapColumnToSCID(). + msvcr120: Added vsscanf() and vswscanf(). + shell32: Use regular helper to trace IID, downgrade QI failures to warnings. + gdi32: Remove runtime check for FT_Set_Charmap(). + gdi32: Pick first charmap if none was selected using preferred encoding. + shell32: Use shellfolder API to construct FolderItems. + shell32: Store simple full path for FolderItem. + shell32: Implement FolderItem attributes properties. + shell32: Silence fixme for tested case. + shell32: System shellfolders don't implement GetDefaultColumn(). + shell32: System shellfolders don't support GetDefaultSearchGUID() in recent versions. + shell32: Implement ParseName() using shellfolder API. + shell32: Fix IEnumIDList::Next() called for multiple items. + shell32: Simplify Verbs() method. + shell32: Implement FolderItem::Name() property getter. + shell32: Get rid of original variant used to create a Folder. + shell32: Stop using fixed size buffers for display names. + shell32: Added missing arguments to trace messages. + shell32: PickIconDlg() is documented now. + include: Added IWinInetHttpTimeouts definition. + msxml3/httpreq: Added ISupportErrorInfo stub. + +Stefan Dösinger (2): + include: CHOOSECOLOR.lCustData is an LPARAM. + ntdll: Do not queue a completion status if pipe ops fail synchronously. + +Vincent Povirk (5): + shell32: Support SFGAO_LINK in unix shell namespace. + shell32: IShellLink::GetPath returns S_FALSE if there's no path. + shell32: Set shelllink path when setting pidl. + shell32/tests: Setting a PIDL with no path resets the path. + shell32: Add support for find data in IShellLink:GetPath. + +Zebediah Figura (11): + msi: Don't execute a deferred custom action when not running the install script. + ieframe: Add stub implementation of InternetExplorerManager. + msi/tests: Factor out success checks into table building functions. + msi/tests: Move a test from format.c to package.c. + msi: Remove a superfluous substructure. + msi: Store the current script in the package. + msi: Add a missing UI message in the ExecuteAction action. + msi/tests: Add a helper to delete an installed package. + include: Update BrowserNavConstants enum for Win10. + shlwapi: URL schemes may contain hyphen, plus, or period. + mshtml: Don't query for an INewWindowManager if the client site is NULL. -- Alexandre Julliard diff --git a/AUTHORS b/AUTHORS index 7383322d42..d7e17feea8 100644 --- a/AUTHORS +++ b/AUTHORS @@ -570,6 +570,7 @@ Hleb Valoska Hongbo Ni Howard Abrams Howell Tam +Hugh Bellamy Hugh McMaster Huw D. M. Davies Hwang YunSong (황윤성) @@ -582,6 +583,7 @@ Igor Kotrasinski Igor Paliychuk Igor Stepin Igor Tarasov +Ihsan Akmal Ilia Mirkin Ilya Basin Ilya Konstantinov @@ -963,6 +965,7 @@ Martin Dalecki Martin Fuchs Martin Garton Martin Jesper Low Madsen +Martin Payne Martin Petricek Martin Pilka Martin Profittlich diff --git a/VERSION b/VERSION index a7db8b3d68..bf56c90003 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Wine version 2.17 +Wine version 2.18 diff --git a/configure b/configure index f3247bd2e8..cc49fa4724 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Wine 2.17. +# Generated by GNU Autoconf 2.69 for Wine 2.18. # # Report bugs to . # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='Wine' PACKAGE_TARNAME='wine' -PACKAGE_VERSION='2.17' -PACKAGE_STRING='Wine 2.17' +PACKAGE_VERSION='2.18' +PACKAGE_STRING='Wine 2.18' PACKAGE_BUGREPORT='wine-devel@winehq.org' PACKAGE_URL='http://www.winehq.org' @@ -2277,7 +2277,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Wine 2.17 to adapt to many kinds of systems. +\`configure' configures Wine 2.18 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2347,7 +2347,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Wine 2.17:";; + short | recursive ) echo "Configuration of Wine 2.18:";; esac cat <<\_ACEOF @@ -2558,7 +2558,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Wine configure 2.17 +Wine configure 2.18 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3076,7 +3076,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Wine $as_me 2.17, which was +It was created by Wine $as_me 2.18, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -19596,7 +19596,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Wine $as_me 2.17, which was +This file was extended by Wine $as_me 2.18, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19667,7 +19667,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Wine config.status 2.17 +Wine config.status 2.18 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" Using valgrind-3.14.0.GIT-9608f6681d make[1]: Entering directory '/home/austin/wine-valgrind/dlls/advapi32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so cred && touch cred.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 cred.c:820: Tests skipped: CRED_TYPE_DOMAIN_VISIBLE_PASSWORD credentials are not supported or are disabled. Skipping ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so crypt && touch crypt.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so crypt_lmhash && touch crypt_lmhash.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so crypt_md4 && touch crypt_md4.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so crypt_md5 && touch crypt_md5.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so crypt_sha && touch crypt_sha.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so eventlog && touch eventlog.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 eventlog.c:546: Tests skipped: We don't have a backup eventlog to work with eventlog.c:479: Tests skipped: No records in the 'Application' log eventlog.c:889: Tests skipped: No events were written to the eventlog ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so lsa && touch lsa.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so registry && touch registry.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 registry.c:2505: Tests skipped: Not on Wow64, no redirection registry.c:2819: Tests skipped: HKCR key merging not supported registry.c:3115: Tests skipped: HKCR key merging not supported ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so security && touch security.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 security.c:2087: Tests skipped: Well known SID 38 not implemented security.c:2087: Tests skipped: Well known SID 39 not implemented security.c:2087: Tests skipped: Well known SID 40 not implemented security.c:2087: Tests skipped: Well known SID 41 not implemented security.c:2087: Tests skipped: Well known SID 42 not implemented security.c:2087: Tests skipped: Well known SID 43 not implemented security.c:2087: Tests skipped: Well known SID 44 not implemented security.c:2087: Tests skipped: Well known SID 45 not implemented security.c:2087: Tests skipped: Well known SID 46 not implemented security.c:2087: Tests skipped: Well known SID 47 not implemented security.c:2087: Tests skipped: Well known SID 48 not implemented security.c:2087: Tests skipped: Well known SID 49 not implemented security.c:2087: Tests skipped: Well known SID 50 not implemented security.c:2087: Tests skipped: Well known SID 62 not implemented security.c:2087: Tests skipped: Well known SID 63 not implemented security.c:2087: Tests skipped: Well known SID 64 not implemented security.c:2087: Tests skipped: Well known SID 65 not implemented security.c:2087: Tests skipped: Well known SID 70 not implemented security.c:2087: Tests skipped: Well known SID 71 not implemented security.c:2087: Tests skipped: Well known SID 72 not implemented security.c:2087: Tests skipped: Well known SID 73 not implemented security.c:2087: Tests skipped: Well known SID 74 not implemented security.c:2087: Tests skipped: Well known SID 75 not implemented security.c:2087: Tests skipped: Well known SID 76 not implemented security.c:2087: Tests skipped: Well known SID 77 not implemented security.c:2087: Tests skipped: Well known SID 78 not implemented security.c:2087: Tests skipped: Well known SID 79 not implemented security.c:2087: Tests skipped: Well known SID 81 not implemented security.c:2087: Tests skipped: Well known SID 82 not implemented preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==27332== Syscall param writev(vector[...]) points to uninitialised byte(s) ==27332== at 0x433B04F: ??? (syscall-template.S:84) ==27332== by 0x7BC88C1F: send_request (server.c:228) ==27332== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==27332== by 0x7BC88E10: wine_server_call (server.c:321) ==27332== by 0x7BC475E5: FILE_CreateFile (file.c:247) ==27332== by 0x7BC47862: NtCreateFile (file.c:341) ==27332== by 0x7B468748: CreateDirectoryW (path.c:1597) ==27332== by 0x7B468804: CreateDirectoryA (path.c:1621) ==27332== by 0x49D14DC: test_CreateDirectoryA (security.c:3534) ==27332== by 0x49E6049: func_security (security.c:7130) ==27332== by 0x49F5598: run_test (test.h:603) ==27332== by 0x49F59F7: main (test.h:687) ==27332== Address 0x48ac1f8 is 104 bytes inside a block of size 136 alloc'd ==27332== at 0x7BC50D3B: notify_alloc (heap.c:254) ==27332== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==27332== by 0x7BC94323: alloc_object_attributes (sync.c:117) ==27332== by 0x7BC474E2: FILE_CreateFile (file.c:232) ==27332== by 0x7BC47862: NtCreateFile (file.c:341) ==27332== by 0x7B468748: CreateDirectoryW (path.c:1597) ==27332== by 0x7B468804: CreateDirectoryA (path.c:1621) ==27332== by 0x49D14DC: test_CreateDirectoryA (security.c:3534) ==27332== by 0x49E6049: func_security (security.c:7130) ==27332== by 0x49F5598: run_test (test.h:603) ==27332== by 0x49F59F7: main (test.h:687) ==27332== Uninitialised value was created by a client request ==27332== at 0x7BC50AFD: mark_block_uninitialized (heap.c:208) ==27332== by 0x7BC50C8B: initialize_block (heap.c:239) ==27332== by 0x7BC55249: RtlAllocateHeap (heap.c:1717) ==27332== by 0x49D1344: test_CreateDirectoryA (security.c:3520) ==27332== by 0x49E6049: func_security (security.c:7130) ==27332== by 0x49F5598: run_test (test.h:603) ==27332== by 0x49F59F7: main (test.h:687) ==27332== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:FILE_CreateFile fun:NtCreateFile fun:CreateDirectoryW fun:CreateDirectoryA fun:test_CreateDirectoryA fun:func_security fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M advapi32.dll -p advapi32_test.exe.so service && touch service.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 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 ==27882== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp27882_e040e96e is empty ==27882== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==27882== Warning: client syscall mprotect tried to modify addresses 0x5eb0000-0x5eb0fff ==27882== Warning: client syscall mprotect tried to modify addresses 0x5eb1000-0x5edbfff ==27882== Warning: client syscall mprotect tried to modify addresses 0x5edc000-0x5ee2fff ==27882== Warning: client syscall mprotect tried to modify addresses 0x5edc000-0x5ee2fff ==27882== Warning: client syscall mprotect tried to modify addresses 0x6270000-0x6270fff ==27882== Warning: client syscall mprotect tried to modify addresses 0x6271000-0x6286fff ==27882== Warning: client syscall mprotect tried to modify addresses 0x6287000-0x628efff ==27882== Warning: client syscall mprotect tried to modify addresses 0x6287000-0x628efff ==27882== Warning: client syscall mprotect tried to modify addresses 0x62a0000-0x62a0fff ==27882== Warning: client syscall mprotect tried to modify addresses 0x62a1000-0x62c6fff ==27882== Warning: client syscall mprotect tried to modify addresses 0x62c7000-0x62c8fff ==27882== Warning: client syscall mprotect tried to modify addresses 0x62c7000-0x62c8fff ==27882== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp27882_e040e96e is empty ==27882== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==27882== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp27882_e040e96e is empty ==27882== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==27882== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp27882_e040e96e is empty ==27882== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==27882== 64 bytes in 1 blocks are definitely lost in loss record 1,339 of 2,456 ==27882== at 0x7BC50D3B: notify_alloc (heap.c:254) ==27882== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==27882== by 0x4AE8A38: IOCS_Create (atl_ax.c:952) ==27882== by 0x4AE957E: AtlAxAttachControl (atl_ax.c:1156) ==27882== by 0x4AE91EF: AtlAxCreateControlLicEx (atl_ax.c:1095) ==27882== by 0x4AEA0CE: AtlAxCreateControlEx (atl_ax.c:1447) ==27882== by 0x4996445: test_AtlAxCreateControl (atl.c:962) ==27882== by 0x4997361: func_atl (atl.c:1093) ==27882== by 0x49981FB: run_test (test.h:603) ==27882== by 0x4998659: main (test.h:687) ==27882== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IOCS_Create fun:AtlAxAttachControl fun:AtlAxCreateControlLicEx fun:AtlAxCreateControlEx fun:test_AtlAxCreateControl fun:func_atl fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/atl100/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/atl80/tests' ../../../tools/runtest -q -P wine -T ../../.. -M atl80.dll -p atl80_test.exe.so atl && touch atl.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/atl80/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/avifil32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M avifil32.dll -p avifil32_test.exe.so api && touch api.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/avifil32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/bcrypt/tests' ../../../tools/runtest -q -P wine -T ../../.. -M bcrypt.dll -p bcrypt_test.exe.so bcrypt && touch bcrypt.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/bcrypt/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/browseui/tests' ../../../tools/runtest -q -P wine -T ../../.. -M browseui.dll -p browseui_test.exe.so autocomplete && touch autocomplete.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M browseui.dll -p browseui_test.exe.so progressdlg && touch progressdlg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/browseui/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/cabinet/tests' ../../../tools/runtest -q -P wine -T ../../.. -M cabinet.dll -p cabinet_test.exe.so extract && touch extract.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M cabinet.dll -p cabinet_test.exe.so fdi && touch fdi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/cabinet/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/combase/tests' ../../../tools/runtest -q -P wine -T ../../.. -M combase.dll -p combase_test.exe.so string && touch string.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/combase/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/comcat/tests' ../../../tools/runtest -q -P wine -T ../../.. -M comcat.dll -p comcat_test.exe.so comcat && touch comcat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/comcat/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/comctl32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so animate && touch animate.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so button && touch button.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so comboex && touch comboex.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so datetime && touch datetime.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so dpa && touch dpa.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so header && touch header.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so imagelist && touch imagelist.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so ipaddress && touch ipaddress.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so listview && touch listview.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so monthcal && touch monthcal.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 monthcal.c:1868: Tests skipped: MCM_GET/SETCALENDARBORDER not supported monthcal.c:1901: Tests skipped: Message MCM_SIZERECTTOMIN unsupported. Skipping. ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so mru && touch mru.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so pager && touch pager.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so progress && touch progress.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so propsheet && touch propsheet.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so rebar && touch rebar.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 rebar.c:1029: Tests skipped: RB_GETCOLORSCHEME not supported ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so status && touch status.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so subclass && touch subclass.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==28389== 16 bytes in 1 blocks are definitely lost in loss record 135 of 703 ==28389== at 0x7BC50D3B: notify_alloc (heap.c:254) ==28389== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==28389== by 0x7B44A382: HeapAlloc (heap.c:271) ==28389== by 0x7B44BBD1: LocalAlloc (heap.c:970) ==28389== by 0x4BB03DF: Alloc (comctl32undoc.c:73) ==28389== by 0x4BB3A8A: SetWindowSubclass (commctrl.c:1031) ==28389== by 0x49FCB67: test_subclass (subclass.c:236) ==28389== by 0x49FCFF6: func_subclass (subclass.c:330) ==28389== by 0x4A35722: run_test (test.h:603) ==28389== by 0x4A35B81: main (test.h:687) ==28389== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:Alloc fun:SetWindowSubclass fun:test_subclass fun:func_subclass fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so syslink && touch syslink.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so tab && touch tab.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so taskdialog && touch taskdialog.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so toolbar && touch toolbar.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so tooltips && touch tooltips.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so trackbar && touch trackbar.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p comctl32_test.exe.so treeview && touch treeview.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 treeview.c: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:895: 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:6190: 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 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 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 ==28611== 20 bytes in 1 blocks are possibly lost in loss record 78 of 428 ==28611== at 0x7BC50D3B: notify_alloc (heap.c:254) ==28611== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==28611== by 0x4BB4B18: CryptMemAlloc (main.c:123) ==28611== by 0x4B8C53F: CertAddStoreToCollection (collectionstore.c:519) ==28611== by 0x4BD5326: CRYPT_SysOpenStoreW (store.c:586) ==28611== by 0x4BD5FD7: CertOpenStore (store.c:901) ==28611== by 0x499BAE4: testGetIssuerCert (cert.c:1739) ==28611== by 0x49A5B53: func_cert (cert.c:4026) ==28611== by 0x49FAAD2: run_test (test.h:603) ==28611== by 0x49FAF31: main (test.h:687) ==28611== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CertAddStoreToCollection fun:CRYPT_SysOpenStoreW fun:CertOpenStore fun:testGetIssuerCert fun:func_cert fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so chain && touch chain.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 chain.c:4540: Tests skipped: ignoredInvalidUsageBasePolicyCheck[0](#0001): error 00000000 doesn't match expected 800b0101, not checking indexes chain.c:4540: Tests skipped: ignoredInvalidUsageBasePolicyCheck[0](#0001): error 00000000 doesn't match expected 800b0101, not checking indexes ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so crl && touch crl.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so ctl && touch ctl.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so encode && touch encode.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so main && touch main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so message && touch message.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so 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 0125), 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:04b5fabc EBP:04b5fbe8 EFLAGS:00200000( - -- - - - ) EAX:00000000 EBX:00000000 ECX:00000011 EDX:048a2910 ESI:04b5fc40 EDI:00000000 Stack dump: 0x04b5fabc: 04bb6e15 00000000 048a2910 00000011 0x04b5facc: 00000000 04870064 04bfb000 04a160b4 0x04b5fadc: 048a28c8 04870014 00000001 00000040 0x04b5faec: 04870000 00000001 00000000 048a28c8 0x04b5fafc: 048a28c0 7bcf4000 04b5fb90 048a28c0 0x04b5fb0c: 7bc553f8 00000011 048a2910 00000000 Backtrace: =>0 0x00000000 (0x04b5fbe8) 1 0x04bbe5d6 CryptMsgUpdate+0x82(hCryptMsg=, pbData=, cbData=, fFinal=) [/home/austin/wine-valgrind/dlls/crypt32/msg.c:3601] in crypt32 (0x04b5fc28) 2 0x049d5e39 test_data_msg_update+0x65c() [/home/austin/wine-valgrind/dlls/crypt32/tests/msg.c:460] in crypt32_test (0x04b5fce8) 3 0x049d6beb test_data_msg+0x19() [/home/austin/wine-valgrind/dlls/crypt32/tests/msg.c:718] in crypt32_test (0x04b5fcf8) 4 0x049e3b99 func_msg+0xd0() [/home/austin/wine-valgrind/dlls/crypt32/tests/msg.c:3780] in crypt32_test (0x04b5fd08) 5 0x049faad3 run_test+0x96(name="msg") [/home/austin/wine-valgrind/dlls/crypt32/tests/../../../include/wine/test.h:603] in crypt32_test (0x04b5fd48) 6 0x049faf32 main+0x245(argc=, argv=0x48725f8) [/home/austin/wine-valgrind/dlls/crypt32/tests/../../../include/wine/test.h:687] in crypt32_test (0x04b5fe18) 7 0x049fafc3 __wine_spec_exe_entry+0x6d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in crypt32_test (0x04b5fe58) 8 0x7b46ca0c call_process_entry+0xb() in kernel32 (0x04b5fe78) 9 0x7b46cb61 start_process+0x152(entry=0x49faf55) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1124] in kernel32 (0x04b5fec8) 10 0x7bc9117c call_thread_func_wrapper+0xb() in ntdll (0x04b5fedc) 11 0x7bc91204 call_thread_func+0x7d(entry=0x7b46ca0e, arg=0x49faf55, frame=0x4b5ffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04b5ffcc) 12 0x7bc9115a call_thread_entry_point+0x11() in ntdll (0x04b5ffec) 0x00000000: -- no code accessible -- Modules: Module Address Debug info Name (48 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- 41f1000 Dwarf libwine.so.1 ELF 420a000- 4225000 Deferred version \-PE 4210000- 4225000 \ version ELF 4241000- 425d000 Deferred libpthread.so.0 ELF 425e000- 440d000 Deferred libc.so.6 ELF 440d000- 4412000 Deferred libdl.so.2 ELF 4813000- 4867000 Deferred libm.so.6 ELF 4980000- 4a2d000 Dwarf crypt32_test \-PE 4990000- 4a2d000 \ crypt32_test ELF 4b60000- 4c41000 Dwarf crypt32 \-PE 4b70000- 4c41000 \ crypt32 ELF 4c41000- 4e3c000 Deferred user32 \-PE 4c50000- 4e3c000 \ user32 ELF 4f3c000- 5084000 Deferred gdi32 \-PE 4f50000- 5084000 \ gdi32 ELF 5084000- 5106000 Deferred advapi32 \-PE 5090000- 5106000 \ advapi32 ELF 5106000- 5183000 Deferred shlwapi \-PE 5110000- 5183000 \ shlwapi ELF 5183000- 53ee000 Deferred shell32 \-PE 5190000- 53ee000 \ shell32 ELF 563e000- 56fa000 Deferred libfreetype.so.6 ELF 5744000- 5769000 Deferred imm32 \-PE 5750000- 5769000 \ imm32 ELF 5771000- 57b3000 Deferred rsaenh \-PE 5780000- 57b3000 \ rsaenh ELF 57bb000- 57d7000 Deferred bcrypt \-PE 57c0000- 57d7000 \ bcrypt ELF 58fa000- 590c000 Deferred libbz2.so.1 ELF 590c000- 594b000 Deferred libpng16.so.16 ELF 594b000- 5964000 Deferred libz.so.1 ELF 5968000- 59b2000 Deferred libfontconfig.so.1 ELF 59b6000- 59e1000 Deferred libexpat.so.1 ELF 5a35000- 5b88000 Deferred libgnutls.so.30 ELF 5b90000- 5ba5000 Deferred libtasn1.so.6 ELF 5ba5000- 5be4000 Deferred libnettle.so.6 ELF 5bf4000- 5c12000 Deferred libidn2.so.0 ELF 5c45000- 5c7c000 Deferred libhogweed.so.4 ELF 6188000- 62f8000 Deferred libunistring.so.2 ELF 62f8000- 636e000 Deferred libgmp.so.10 ELF 7b400000-7b7fb000 Dwarf kernel32 \-PE 7b410000-7b7fb000 \ kernel32 ELF 7bc00000-7bd11000 Dwarf ntdll \-PE 7bc10000-7bd11000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000093 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 0000002b 0 00000025 0 00000024 0 00000022 0 00000029 explorer.exe 0000002e 0 0000002d 0 0000002c 0 0000002a 0 0000002f winemine.exe 00000030 0 00000091 rpcss.exe 00000097 0 00000096 0 00000095 0 00000094 0 00000092 0 00000124 (D) Z:\home\austin\wine-valgrind\dlls\crypt32\tests\crypt32_test.exe 00000125 0 <== System information: Wine build: wine-2.18-1-g291b47e32e Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 make[1]: *** [Makefile:292: 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 ==28789== 20 bytes in 1 blocks are possibly lost in loss record 51 of 249 ==28789== at 0x7BC50D3B: notify_alloc (heap.c:254) ==28789== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==28789== by 0x4BB4B18: CryptMemAlloc (main.c:123) ==28789== by 0x4BC5D35: CryptInstallOIDFunctionAddress (oid.c:248) ==28789== by 0x49E4C0C: test_installOIDFunctionAddress (oid.c:252) ==28789== by 0x49E64F4: func_oid (oid.c:600) ==28789== by 0x49FAAD2: run_test (test.h:603) ==28789== by 0x49FAF31: main (test.h:687) ==28789== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInstallOIDFunctionAddress fun:test_installOIDFunctionAddress fun:func_oid fun:run_test fun:main } ==28789== 44 bytes in 1 blocks are possibly lost in loss record 96 of 249 ==28789== at 0x7BC50D3B: notify_alloc (heap.c:254) ==28789== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==28789== by 0x4BB4B18: CryptMemAlloc (main.c:123) ==28789== by 0x4BC58C0: CryptInitOIDFunctionSet (oid.c:119) ==28789== by 0x49E470E: test_oidFunctionSet (oid.c:164) ==28789== by 0x49E64EF: func_oid (oid.c:599) ==28789== by 0x49FAAD2: run_test (test.h:603) ==28789== by 0x49FAF31: main (test.h:687) ==28789== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInitOIDFunctionSet fun:test_oidFunctionSet fun:func_oid fun:run_test fun:main } ==28789== 44 bytes in 1 blocks are possibly lost in loss record 97 of 249 ==28789== at 0x7BC50D3B: notify_alloc (heap.c:254) ==28789== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==28789== by 0x4BB4B18: CryptMemAlloc (main.c:123) ==28789== by 0x4BC58C0: CryptInitOIDFunctionSet (oid.c:119) ==28789== by 0x49E48A4: test_oidFunctionSet (oid.c:190) ==28789== by 0x49E64EF: func_oid (oid.c:599) ==28789== by 0x49FAAD2: run_test (test.h:603) ==28789== by 0x49FAF31: main (test.h:687) ==28789== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInitOIDFunctionSet fun:test_oidFunctionSet fun:func_oid fun:run_test fun:main } ==28789== 44 bytes in 1 blocks are possibly lost in loss record 98 of 249 ==28789== at 0x7BC50D3B: notify_alloc (heap.c:254) ==28789== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==28789== by 0x4BB4B18: CryptMemAlloc (main.c:123) ==28789== by 0x4BC58C0: CryptInitOIDFunctionSet (oid.c:119) ==28789== by 0x49E498A: test_oidFunctionSet (oid.c:206) ==28789== by 0x49E64EF: func_oid (oid.c:599) ==28789== by 0x49FAAD2: run_test (test.h:603) ==28789== by 0x49FAF31: main (test.h:687) ==28789== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInitOIDFunctionSet fun:test_oidFunctionSet fun:func_oid fun:run_test fun:main } ==28789== 44 bytes in 1 blocks are possibly lost in loss record 99 of 249 ==28789== at 0x7BC50D3B: notify_alloc (heap.c:254) ==28789== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==28789== by 0x4BB4B18: CryptMemAlloc (main.c:123) ==28789== by 0x4BC58C0: CryptInitOIDFunctionSet (oid.c:119) ==28789== by 0x4BC5CB4: CryptInstallOIDFunctionAddress (oid.c:234) ==28789== by 0x49E4B76: test_installOIDFunctionAddress (oid.c:247) ==28789== by 0x49E64F4: func_oid (oid.c:600) ==28789== by 0x49FAAD2: run_test (test.h:603) ==28789== by 0x49FAF31: main (test.h:687) ==28789== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInitOIDFunctionSet fun:CryptInstallOIDFunctionAddress fun:test_installOIDFunctionAddress fun:func_oid fun:run_test fun:main } ==28789== 44 bytes in 1 blocks are possibly lost in loss record 100 of 249 ==28789== at 0x7BC50D3B: notify_alloc (heap.c:254) ==28789== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==28789== by 0x4BB4B18: CryptMemAlloc (main.c:123) ==28789== by 0x4BC58C0: CryptInitOIDFunctionSet (oid.c:119) ==28789== by 0x49E5C63: test_getDefaultOIDFunctionAddress (oid.c:478) ==28789== by 0x49E6503: func_oid (oid.c:603) ==28789== by 0x49FAAD2: run_test (test.h:603) ==28789== by 0x49FAF31: main (test.h:687) ==28789== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CryptInitOIDFunctionSet fun:test_getDefaultOIDFunctionAddress fun:func_oid fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so protectdata && touch protectdata.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so sip && touch sip.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==28820== 52 bytes in 1 blocks are possibly lost in loss record 100 of 251 ==28820== at 0x7BC50D3B: notify_alloc (heap.c:254) ==28820== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==28820== by 0x4BB4B18: CryptMemAlloc (main.c:123) ==28820== by 0x4BD3134: CRYPT_CacheSIP (sip.c:576) ==28820== by 0x4BD34E5: CRYPT_LoadSIP (sip.c:653) ==28820== by 0x4BD35F2: CryptSIPLoad (sip.c:698) ==28820== by 0x49E8CCE: test_SIPLoad (sip.c:360) ==28820== by 0x49E9173: func_sip (sip.c:447) ==28820== by 0x49FAAD2: run_test (test.h:603) ==28820== by 0x49FAF31: main (test.h:687) ==28820== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CRYPT_CacheSIP fun:CRYPT_LoadSIP fun:CryptSIPLoad fun:test_SIPLoad fun:func_sip fun:run_test fun:main } ==28820== 52 bytes in 1 blocks are possibly lost in loss record 101 of 251 ==28820== at 0x7BC50D3B: notify_alloc (heap.c:254) ==28820== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==28820== by 0x4BB4B18: CryptMemAlloc (main.c:123) ==28820== by 0x4BD3134: CRYPT_CacheSIP (sip.c:576) ==28820== by 0x4BD34E5: CRYPT_LoadSIP (sip.c:653) ==28820== by 0x4BD35F2: CryptSIPLoad (sip.c:698) ==28820== by 0x49E8E62: test_SIPLoad (sip.c:390) ==28820== by 0x49E9173: func_sip (sip.c:447) ==28820== by 0x49FAAD2: run_test (test.h:603) ==28820== by 0x49FAF31: main (test.h:687) ==28820== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CRYPT_CacheSIP fun:CRYPT_LoadSIP fun:CryptSIPLoad fun:test_SIPLoad fun:func_sip fun:run_test fun:main } ==28820== 52 bytes in 1 blocks are possibly lost in loss record 102 of 251 ==28820== at 0x7BC50D3B: notify_alloc (heap.c:254) ==28820== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==28820== by 0x4BB4B18: CryptMemAlloc (main.c:123) ==28820== by 0x4BD3134: CRYPT_CacheSIP (sip.c:576) ==28820== by 0x4BD34E5: CRYPT_LoadSIP (sip.c:653) ==28820== by 0x4BD35F2: CryptSIPLoad (sip.c:698) ==28820== by 0x49E8F12: test_SIPLoad (sip.c:403) ==28820== by 0x49E9173: func_sip (sip.c:447) ==28820== by 0x49FAAD2: run_test (test.h:603) ==28820== by 0x49FAF31: main (test.h:687) ==28820== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:CryptMemAlloc fun:CRYPT_CacheSIP fun:CRYPT_LoadSIP fun:CryptSIPLoad fun:test_SIPLoad fun:func_sip fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so store && touch store.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 store.c:2185: Tests skipped: Nothing to test without registered store at 00040000 store.c:2185: Tests skipped: Nothing to test without registered store at 00090000 ../../../tools/runtest -q -P wine -T ../../.. -M crypt32.dll -p crypt32_test.exe.so str && touch str.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/crypt32/tests' make: *** [Makefile:6507: 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:975: Tests skipped: Failed to create device, skipping tests. d2d1.c:1192: Tests skipped: Failed to create device, skipping tests. d2d1.c:1380: Tests skipped: Failed to create device, skipping tests. d2d1.c:1517: Tests skipped: Failed to create device, skipping tests. d2d1.c:1760: Tests skipped: Failed to create device, skipping tests. d2d1.c:1966: Tests skipped: Failed to create device, skipping tests. d2d1.c:2558: Tests skipped: Failed to create device, skipping tests. d2d1.c:3607: Tests skipped: Failed to create device, skipping tests. d2d1.c:3676: Tests skipped: Failed to create device, skipping tests. d2d1.c:3897: Tests skipped: Failed to create device, skipping tests. d2d1.c:4106: Tests skipped: Failed to create device, skipping tests. d2d1.c:4214: Tests skipped: Failed to create device, skipping tests. d2d1.c:4392: Tests skipped: Failed to create device, skipping tests. d2d1.c:4512: Tests skipped: Failed to create device, skipping tests. d2d1.c:4680: Tests skipped: Failed to create device, skipping tests. d2d1.c:4861: Tests skipped: Failed to create device, skipping tests. d2d1.c:4938: Tests skipped: Failed to create device, skipping tests. d2d1.c:5280: Tests skipped: Failed to create device, skipping tests. d2d1.c:5347: Tests skipped: Failed to create device, skipping tests. d2d1.c:6079: Tests skipped: Failed to create device, skipping tests. d2d1.c:6196: Tests skipped: Failed to create device, skipping tests. d2d1.c:6256: Tests skipped: Failed to create device, skipping tests. 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:4289: Tests skipped: Failed to create device. device.c:4476: Tests skipped: Failed to create device, skipping tests. device.c:5286: Tests skipped: Failed to create device. device.c:6077: Tests skipped: Failed to create device. device.c:6404: Tests skipped: Failed to create device. device.c:6649: Tests skipped: Failed to create device. device.c:6944: Tests skipped: Failed to create device. device.c:7042: Tests skipped: Failed to create device, skipping tests. device.c:7355: Tests skipped: Failed to create device. device.c:7465: Tests skipped: Failed to create device. device.c:7584: Tests skipped: Failed to create device. device.c:7783: Tests skipped: Failed to create device. device.c:7980: Tests skipped: Failed to create device. device.c:8174: Tests skipped: Failed to create device. device.c:8240: Tests skipped: Failed to create device. device.c:8304: Tests skipped: Failed to create device. device.c:8419: Tests skipped: Failed to create device, skipping tests. device.c:8589: Tests skipped: Failed to create device. device.c:8693: Tests skipped: Failed to create device. device.c:8814: Tests skipped: Failed to create device. device.c:9008: Tests skipped: Failed to create device. device.c:9102: Tests skipped: Failed to create device. device.c:9206: Tests skipped: Failed to create device. device.c:9320: Tests skipped: Failed to create device. device.c:9389: Tests skipped: Failed to create device. device.c:9642: Tests skipped: Failed to create device. device.c:9799: Tests skipped: Failed to create device. device.c:9906: Tests skipped: Failed to create device. device.c:9970: Tests skipped: Failed to create device. device.c:10076: Tests skipped: Failed to create device. device.c:10226: Tests skipped: Failed to create device. device.c:10342: Tests skipped: Failed to create device. device.c:10457: Tests skipped: Failed to create device. device.c:10562: Tests skipped: Failed to create device. device.c:10677: Tests skipped: Failed to create device. device.c:10788: Tests skipped: Failed to create device. device.c:10889: Tests skipped: Failed to create device. device.c:10960: Tests skipped: Failed to create device. device.c:11085: Tests skipped: Failed to create device. device.c:11215: Tests skipped: Failed to create device. device.c:11484: Tests skipped: Failed to create device. device.c:11590: Tests skipped: Failed to create device. device.c:11741: Tests skipped: Failed to create device. device.c:11984: Tests skipped: Failed to create device. device.c:12357: Tests skipped: Failed to create device. device.c:12484: 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:1631: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:1631: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:1631: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:1631: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:1685: Tests skipped: Failed to create device. d3d11.c:1826: Tests skipped: Failed to create device. d3d11.c:2001: Tests skipped: Failed to create ID3D11Device, skipping tests. d3d11.c:2145: Tests skipped: Failed to create ID3D11Device, skipping tests. d3d11.c:2268: Tests skipped: Failed to create ID3D11Device. d3d11.c:2561: Tests skipped: Failed to create ID3D11Device. d3d11.c:2771: Tests skipped: Failed to create device. d3d11.c:2886: Tests skipped: Failed to create device. d3d11.c:3089: Tests skipped: Failed to create device. d3d11.c:3419: Tests skipped: Failed to create device. d3d11.c:3870: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:3870: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:3870: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:3870: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:4083: Tests skipped: Failed to create device. d3d11.c:4316: Tests skipped: Failed to create device. d3d11.c:4457: Tests skipped: Failed to create device. d3d11.c:4564: Tests skipped: Failed to create device. d3d11.c:4673: Tests skipped: Failed to create device. d3d11.c:4781: Tests skipped: Failed to create device. d3d11.c:4946: Tests skipped: Failed to create device. d3d11.c:5028: Tests skipped: Failed to create device. d3d11.c:5171: Tests skipped: Failed to create device. d3d11.c:5206: Tests skipped: Failed to create device. d3d11.c:5381: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:5381: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:5381: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:5381: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:5513: Tests skipped: Failed to create device. d3d11.c:5705: Tests skipped: Failed to create device. d3d11.c:6540: Tests skipped: Failed to create device. d3d11.c:6972: Tests skipped: Failed to create device. d3d11.c:7237: Tests skipped: Failed to create device. d3d11.c:7535: Tests skipped: Failed to create device. d3d11.c:7674: Tests skipped: Failed to create device. d3d11.c:7889: Tests skipped: Failed to create device. d3d11.c:8024: Tests skipped: Failed to create device. d3d11.c:8311: Tests skipped: Failed to create device. d3d11.c:9470: Tests skipped: Failed to create device. d3d11.c:9582: Tests skipped: Failed to create device. d3d11.c:9703: Tests skipped: Failed to create device. d3d11.c:9904: Tests skipped: Failed to create device. d3d11.c:10109: Tests skipped: Failed to create device. d3d11.c:10241: Tests skipped: Failed to create device. d3d11.c:10339: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:10339: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:10339: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:10339: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:10415: Tests skipped: Failed to create device. d3d11.c:10540: Tests skipped: Failed to create device, skipping tests. d3d11.c:10715: Tests skipped: Failed to create device. d3d11.c:10814: Tests skipped: Failed to create device. d3d11.c:11000: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:11283: Tests skipped: Failed to create device. d3d11.c:11426: Tests skipped: Failed to create device. d3d11.c:11606: Tests skipped: Failed to create device. d3d11.c:11678: Tests skipped: Failed to create device. d3d11.c:11938: Tests skipped: Failed to create device. d3d11.c:12034: Tests skipped: Failed to create device. d3d11.c:12140: Tests skipped: Failed to create device. d3d11.c:12256: Tests skipped: Failed to create device. d3d11.c:12483: Tests skipped: Failed to create device. d3d11.c:12599: Tests skipped: Failed to create device. d3d11.c:12853: Tests skipped: Failed to create device. d3d11.c:13012: Tests skipped: Failed to create device. d3d11.c:13068: Tests skipped: Failed to create device. d3d11.c:13261: Tests skipped: Failed to create device. d3d11.c:13500: Tests skipped: Failed to create device. d3d11.c:13566: Tests skipped: Failed to create device. d3d11.c:13990: Tests skipped: Failed to create device. d3d11.c:14147: Tests skipped: Failed to create device. d3d11.c:14268: Tests skipped: Failed to create device. d3d11.c:14385: Tests skipped: Failed to create device. d3d11.c:14504: Tests skipped: Failed to create device for feature level 0xb100. d3d11.c:14504: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:14504: Tests skipped: Failed to create device for feature level 0xa100. d3d11.c:14504: Tests skipped: Failed to create device for feature level 0xa000. d3d11.c:14831: Tests skipped: Failed to create device. d3d11.c:14956: Tests skipped: Failed to create device. d3d11.c:15059: Tests skipped: Failed to create device. d3d11.c:15132: Tests skipped: Failed to create device. d3d11.c:15441: Tests skipped: Failed to create device. d3d11.c:15750: Tests skipped: Failed to create device for feature level 0xb000. d3d11.c:15972: Tests skipped: Failed to create device. d3d11.c:16202: Tests skipped: Failed to create device. d3d11.c:16382: Tests skipped: Failed to create device. d3d11.c:16514: Tests skipped: Failed to create device. d3d11.c:16828: Tests skipped: Failed to create device. d3d11.c:17161: Tests skipped: Failed to create device. d3d11.c:17268: Tests skipped: Failed to create device. d3d11.c:17478: Tests skipped: Failed to create device. d3d11.c:17681: Tests skipped: Failed to create device. d3d11.c:17681: Tests skipped: Failed to create device. d3d11.c:17681: Tests skipped: Failed to create device. d3d11.c:17977: Tests skipped: Failed to create device. d3d11.c:18202: Tests skipped: Failed to create device. d3d11.c:18362: Tests skipped: Failed to create device. d3d11.c:18604: Tests skipped: Failed to create device. d3d11.c:18895: Tests skipped: Failed to create device. d3d11.c:19229: Tests skipped: Failed to create device. d3d11.c:19699: Tests skipped: Failed to create device. d3d11.c:19986: Tests skipped: Failed to create device. d3d11.c:20136: Tests skipped: Failed to create device. d3d11.c:20362: Tests skipped: Failed to create device. d3d11.c:20632: Tests skipped: Failed to create device. d3d11.c:20832: Tests skipped: Failed to create device. d3d11.c:20953: Tests skipped: Failed to create device. d3d11.c:21125: 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: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: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:176: 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:4975: Tests skipped: Volume DXT5 textures are not supported, skipping test. visual.c:6636: Tests skipped: Volume ATI2N textures are not supported, skipping some tests. make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3d8/tests' make: *** [Makefile:7028: 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. make[1]: *** [Makefile:177: d3d9ex.ok] Error 4 ../../../tools/runtest -q -P wine -T ../../.. -M d3d9.dll -p d3d9_test.exe.so device && touch device.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 device.c:4445: Test failed: cw is 0xf7f, expected 0xf60. device.c:4458: Test failed: cw is 0x37f, expected 0x7f. device.c:4468: Test failed: Callback cw is 0x37f, expected 0x7f. device.c:4471: Test failed: cw is 0xf7f, expected 0xf60. device.c:4477: Test failed: Callback cw is 0xf7f, expected 0xf60. device.c:4487: Test failed: Callback cw is 0x37f, expected 0x7f. device.c:4491: Test failed: cw is 0x37f, expected 0x7f. device.c:4494: Test failed: cw is 0xf7f, expected 0xf60. device.c:4501: Test failed: cw is 0xf7f, expected 0xf60. device.c:4511: Test failed: Callback cw is 0xf7f, expected 0xf60. device.c:4328: Tests skipped: Could not find a suitable display mode. device.c:2318: Tests skipped: could not create device, IDirect3D9_CreateDevice returned 0x8876086c device.c:3858: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it. device.c:3946: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=0. device.c:3439: Test failed: Got unexpected wparam 0 for message 6, expected 1. device.c:3858: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it. device.c:3946: Test failed: Received WM_WINDOWPOSCHANGED but did not expect it, i=1. device.c:6603: Tests skipped: This GPU supports SM3, skipping unsupported shader test. device.c:7104: Tests skipped: D3DFMT_A32B32G32R32F supports filtering, skipping tests. device.c:8135: Tests skipped: Failed to create cube texture for format R8G8B8 (hr 0x8876086c), skipping tests. device.c:8863: Tests skipped: Dynamic D3DFMT_YUY2 textures not supported, skipping mipmap test. device.c:8863: Tests skipped: Dynamic D3DFMT_UYVY textures not supported, skipping mipmap test. make[1]: *** [Makefile:209: device.ok] Error 15 ../../../tools/runtest -q -P wine -T ../../.. -M d3d9.dll -p d3d9_test.exe.so stateblock && touch stateblock.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../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 ==29549== Invalid free() / delete / delete[] / realloc() ==29549== at 0x7BC50E47: notify_realloc (heap.c:270) ==29549== by 0x7BC557DA: RtlReAllocateHeap (heap.c:1860) ==29549== by 0x4BDE175: device_get_fvf_declaration (device.c:2873) ==29549== by 0x4BDE3A8: d3d9_device_SetFVF (device.c:2912) ==29549== by 0x4A32249: depth_clamp_test (visual.c:13552) ==29549== by 0x4A62BDE: func_visual (visual.c:23075) ==29549== by 0x4A63C82: run_test (test.h:603) ==29549== by 0x4A640E1: main (test.h:687) ==29549== Address 0x4870300 is 0 bytes after a block of size 0 alloc'd ==29549== at 0x7BC50D3B: notify_alloc (heap.c:254) ==29549== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==29549== by 0x4BE18D4: device_init (device.c:4107) ==29549== by 0x4BE2D4E: d3d9_CreateDevice (directx.c:407) ==29549== by 0x49EE146: create_device (visual.c:228) ==29549== by 0x4A31DF9: depth_clamp_test (visual.c:13507) ==29549== by 0x4A62BDE: func_visual (visual.c:23075) ==29549== by 0x4A63C82: run_test (test.h:603) ==29549== by 0x4A640E1: main (test.h:687) ==29549== { Memcheck:Free fun:notify_realloc fun:RtlReAllocateHeap fun:device_get_fvf_declaration fun:d3d9_device_SetFVF fun:depth_clamp_test fun:func_visual fun:run_test fun:main } visual.c:9511: Tests skipped: Card has unconditional NP2 support, skipping conditional NP2 tests visual.c:17119: Tests skipped: DXT5 volume textures are not supported, skipping test. visual.c:19874: Tests skipped: Volume ATI2N textures are not supported, skipping some tests. make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/d3d9/tests' make: *** [Makefile:7075: 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 ==29717== 156 bytes in 1 blocks are possibly lost in loss record 1,982 of 2,655 ==29717== at 0x7BC50D3B: notify_alloc (heap.c:254) ==29717== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==29717== by 0x4B2D738: d3drm_frame_create (frame.c:2943) ==29717== by 0x4B14BEC: d3drm1_CreateFrame (d3drm.c:295) ==29717== by 0x49BCBA8: test_viewport_clear1 (d3drm.c:6219) ==29717== by 0x49C3F05: func_d3drm (d3drm.c:7341) ==29717== by 0x49C6DA7: run_test (test.h:603) ==29717== by 0x49C7206: main (test.h:687) ==29717== { 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 } ==29717== 156 bytes in 1 blocks are possibly lost in loss record 1,983 of 2,655 ==29717== at 0x7BC50D3B: notify_alloc (heap.c:254) ==29717== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==29717== by 0x4B2D738: d3drm_frame_create (frame.c:2943) ==29717== by 0x4B187B8: d3drm3_CreateFrame (d3drm.c:1427) ==29717== by 0x49BE01C: test_viewport_clear2 (d3drm.c:6424) ==29717== by 0x49C3F0A: func_d3drm (d3drm.c:7342) ==29717== by 0x49C6DA7: run_test (test.h:603) ==29717== by 0x49C7206: main (test.h:687) ==29717== { 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 } ../../../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:330: 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 ../../../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. ../../../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:7994: 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 ../../../tools/runtest -q -P wine -T ../../.. -M dinput.dll -p dinput_test.exe.so dinput && touch dinput.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dinput.dll -p dinput_test.exe.so joystick && touch joystick.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dinput.dll -p dinput_test.exe.so keyboard && touch keyboard.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M dinput.dll -p dinput_test.exe.so mouse && touch mouse.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 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 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 font.c:4245: Tests skipped: Courier New font not found. font.c:5538: Tests skipped: Skipping tests with Arial font.c:6583: Tests skipped: Segoe UI Emoji font not found. font.c:6692: Tests skipped: Segoe UI Emoji font not found. ==31090== 76 bytes in 1 blocks are possibly lost in loss record 274 of 532 ==31090== at 0x7BC50D3B: notify_alloc (heap.c:254) ==31090== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==31090== by 0x4B87E8C: heap_alloc (dwrite_private.h:35) ==31090== by 0x4B8D32C: DWriteCreateFactory (main.c:1816) ==31090== by 0x499CDA5: create_factory (font.c:342) ==31090== by 0x49D0FB3: test_localfontfileloader (font.c:7977) ==31090== by 0x49D140C: func_font (font.c:8068) ==31090== by 0x49FB1A7: run_test (test.h:603) ==31090== by 0x49FB606: main (test.h:687) ==31090== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:DWriteCreateFactory fun:create_factory fun:test_localfontfileloader fun:func_font fun:run_test fun:main } ==31090== 76 bytes in 1 blocks are possibly lost in loss record 275 of 532 ==31090== at 0x7BC50D3B: notify_alloc (heap.c:254) ==31090== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==31090== by 0x4B87E8C: heap_alloc (dwrite_private.h:35) ==31090== by 0x4B8D32C: DWriteCreateFactory (main.c:1816) ==31090== by 0x499CDA5: create_factory (font.c:342) ==31090== by 0x49A3FBC: test_CreateFontFace (font.c:1622) ==31090== by 0x49D1312: func_font (font.c:8018) ==31090== by 0x49FB1A7: run_test (test.h:603) ==31090== by 0x49FB606: main (test.h:687) ==31090== { 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 } ==31090== 76 bytes in 1 blocks are possibly lost in loss record 276 of 532 ==31090== at 0x7BC50D3B: notify_alloc (heap.c:254) ==31090== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==31090== by 0x4B87E8C: heap_alloc (dwrite_private.h:35) ==31090== by 0x4B8D32C: DWriteCreateFactory (main.c:1816) ==31090== by 0x499CDA5: create_factory (font.c:342) ==31090== by 0x49B6E85: test_IsMonospacedFont (font.c:4199) ==31090== by 0x49D1385: func_font (font.c:8041) ==31090== by 0x49FB1A7: run_test (test.h:603) ==31090== by 0x49FB606: main (test.h:687) ==31090== { 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 ==31121== Invalid free() / delete / delete[] / realloc() ==31121== at 0x7BC50DB5: notify_free (heap.c:262) ==31121== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==31121== by 0x4B53775: heap_free (dwrite_private.h:55) ==31121== by 0x4B59B8B: fontfallbackbuilder_Release (analyzer.c:2301) ==31121== by 0x49F62C8: IDWriteFontFallbackBuilder_Release (dwrite_2.h:2058) ==31121== by 0x49F62C8: test_FontFallbackBuilder (???:0) ==31121== by 0x49FA2E2: func_layout (layout.c:5443) ==31121== by 0x49FB1A7: run_test (test.h:603) ==31121== by 0x49FB606: main (test.h:687) ==31121== Address 0x4870088 is in a rw- anonymous segment ==31121== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:heap_free fun:fontfallbackbuilder_Release fun:IDWriteFontFallbackBuilder_Release fun:test_FontFallbackBuilder fun:func_layout fun:run_test fun:main } ==31121== Invalid free() / delete / delete[] / realloc() ==31121== at 0x7BC50DB5: notify_free (heap.c:262) ==31121== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==31121== by 0x4B53775: heap_free (dwrite_private.h:55) ==31121== by 0x4B59C03: fontfallbackbuilder_Release (analyzer.c:2308) ==31121== by 0x49F62C8: IDWriteFontFallbackBuilder_Release (dwrite_2.h:2058) ==31121== by 0x49F62C8: test_FontFallbackBuilder (???:0) ==31121== by 0x49FA2E2: func_layout (layout.c:5443) ==31121== by 0x49FB1A7: run_test (test.h:603) ==31121== by 0x49FB606: main (test.h:687) ==31121== Address 0x70f1dec is 15,188 bytes inside a block of size 16,000 free'd ==31121== at 0x7BC50DB5: notify_free (heap.c:262) ==31121== by 0x7BC558D0: RtlReAllocateHeap (heap.c:1888) ==31121== by 0x49D216D: add_call (layout.c:347) ==31121== by 0x49D31EC: testrenderer_DrawGlyphRun (layout.c:609) ==31121== by 0x4B80468: IDWriteTextRenderer_DrawGlyphRun (dwrite.h:2681) ==31121== by 0x4B80468: dwritetextlayout_Draw (???:0) ==31121== by 0x49F1E75: IDWriteTextLayout_Draw (dwrite.h:4340) ==31121== by 0x49F1E75: test_pixelsnapping (???:0) ==31121== by 0x49FA2D3: func_layout (layout.c:5440) ==31121== by 0x49FB1A7: run_test (test.h:603) ==31121== by 0x49FB606: main (test.h:687) ==31121== Block was alloc'd at ==31121== at 0x7BC50D3B: notify_alloc (heap.c:254) ==31121== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==31121== by 0x49D216D: add_call (layout.c:347) ==31121== by 0x49D31EC: testrenderer_DrawGlyphRun (layout.c:609) ==31121== by 0x4B80468: IDWriteTextRenderer_DrawGlyphRun (dwrite.h:2681) ==31121== by 0x4B80468: dwritetextlayout_Draw (???:0) ==31121== by 0x49F1E75: IDWriteTextLayout_Draw (dwrite.h:4340) ==31121== by 0x49F1E75: test_pixelsnapping (???:0) ==31121== by 0x49FA2D3: func_layout (layout.c:5440) ==31121== by 0x49FB1A7: run_test (test.h:603) ==31121== by 0x49FB606: main (test.h:687) ==31121== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:heap_free fun:fontfallbackbuilder_Release fun:IDWriteFontFallbackBuilder_Release fun:test_FontFallbackBuilder fun:func_layout fun:run_test fun:main } ==31121== 10 bytes in 1 blocks are definitely lost in loss record 10 of 931 ==31121== at 0x7BC50D3B: notify_alloc (heap.c:254) ==31121== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==31121== by 0x4B536E2: heap_alloc (dwrite_private.h:35) ==31121== by 0x4B537B7: heap_strdupW (dwrite_private.h:66) ==31121== by 0x4B59ECB: fontfallbackbuilder_AddMapping (analyzer.c:2361) ==31121== by 0x49F507D: IDWriteFontFallbackBuilder_AddMapping (dwrite_2.h:2062) ==31121== by 0x49F507D: test_FontFallbackBuilder (???:0) ==31121== by 0x49FA2E2: func_layout (layout.c:5443) ==31121== by 0x49FB1A7: run_test (test.h:603) ==31121== by 0x49FB606: main (test.h:687) ==31121== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strdupW fun:fontfallbackbuilder_AddMapping fun:IDWriteFontFallbackBuilder_AddMapping fun:test_FontFallbackBuilder fun:func_layout fun:run_test fun:main } ==31121== 10 bytes in 1 blocks are definitely lost in loss record 11 of 931 ==31121== at 0x7BC50D3B: notify_alloc (heap.c:254) ==31121== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==31121== by 0x4B536E2: heap_alloc (dwrite_private.h:35) ==31121== by 0x4B537B7: heap_strdupW (dwrite_private.h:66) ==31121== by 0x4B59ECB: fontfallbackbuilder_AddMapping (analyzer.c:2361) ==31121== by 0x49F5175: IDWriteFontFallbackBuilder_AddMapping (dwrite_2.h:2062) ==31121== by 0x49F5175: test_FontFallbackBuilder (???:0) ==31121== by 0x49FA2E2: func_layout (layout.c:5443) ==31121== by 0x49FB1A7: run_test (test.h:603) ==31121== by 0x49FB606: main (test.h:687) ==31121== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strdupW fun:fontfallbackbuilder_AddMapping fun:IDWriteFontFallbackBuilder_AddMapping fun:test_FontFallbackBuilder fun:func_layout fun:run_test fun:main } ==31121== 10 bytes in 1 blocks are definitely lost in loss record 12 of 931 ==31121== at 0x7BC50D3B: notify_alloc (heap.c:254) ==31121== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==31121== by 0x4B536E2: heap_alloc (dwrite_private.h:35) ==31121== by 0x4B537B7: heap_strdupW (dwrite_private.h:66) ==31121== by 0x4B59ECB: fontfallbackbuilder_AddMapping (analyzer.c:2361) ==31121== by 0x49F526D: IDWriteFontFallbackBuilder_AddMapping (dwrite_2.h:2062) ==31121== by 0x49F526D: test_FontFallbackBuilder (???:0) ==31121== by 0x49FA2E2: func_layout (layout.c:5443) ==31121== by 0x49FB1A7: run_test (test.h:603) ==31121== by 0x49FB606: main (test.h:687) ==31121== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strdupW fun:fontfallbackbuilder_AddMapping fun:IDWriteFontFallbackBuilder_AddMapping fun:test_FontFallbackBuilder fun:func_layout fun:run_test fun:main } ==31121== 10 bytes in 1 blocks are definitely lost in loss record 13 of 931 ==31121== at 0x7BC50D3B: notify_alloc (heap.c:254) ==31121== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==31121== by 0x4B536E2: heap_alloc (dwrite_private.h:35) ==31121== by 0x4B537B7: heap_strdupW (dwrite_private.h:66) ==31121== by 0x4B59ECB: fontfallbackbuilder_AddMapping (analyzer.c:2361) ==31121== by 0x49F5366: IDWriteFontFallbackBuilder_AddMapping (dwrite_2.h:2062) ==31121== by 0x49F5366: test_FontFallbackBuilder (???:0) ==31121== by 0x49FA2E2: func_layout (layout.c:5443) ==31121== by 0x49FB1A7: run_test (test.h:603) ==31121== by 0x49FB606: main (test.h:687) ==31121== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strdupW fun:fontfallbackbuilder_AddMapping fun:IDWriteFontFallbackBuilder_AddMapping fun:test_FontFallbackBuilder fun:func_layout fun:run_test fun:main } ==31121== 10 bytes in 1 blocks are definitely lost in loss record 14 of 931 ==31121== at 0x7BC50D3B: notify_alloc (heap.c:254) ==31121== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==31121== by 0x4B536E2: heap_alloc (dwrite_private.h:35) ==31121== by 0x4B537B7: heap_strdupW (dwrite_private.h:66) ==31121== by 0x4B59ECB: fontfallbackbuilder_AddMapping (analyzer.c:2361) ==31121== by 0x49F577D: IDWriteFontFallbackBuilder_AddMapping (dwrite_2.h:2062) ==31121== by 0x49F577D: test_FontFallbackBuilder (???:0) ==31121== by 0x49FA2E2: func_layout (layout.c:5443) ==31121== by 0x49FB1A7: run_test (test.h:603) ==31121== by 0x49FB606: main (test.h:687) ==31121== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strdupW fun:fontfallbackbuilder_AddMapping fun:IDWriteFontFallbackBuilder_AddMapping fun:test_FontFallbackBuilder fun:func_layout fun:run_test fun:main } ==31121== 10 bytes in 1 blocks are definitely lost in loss record 15 of 931 ==31121== at 0x7BC50D3B: notify_alloc (heap.c:254) ==31121== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==31121== by 0x4B536E2: heap_alloc (dwrite_private.h:35) ==31121== by 0x4B537B7: heap_strdupW (dwrite_private.h:66) ==31121== by 0x4B59ECB: fontfallbackbuilder_AddMapping (analyzer.c:2361) ==31121== by 0x49F5BA7: IDWriteFontFallbackBuilder_AddMapping (dwrite_2.h:2062) ==31121== by 0x49F5BA7: test_FontFallbackBuilder (???:0) ==31121== by 0x49FA2E2: func_layout (layout.c:5443) ==31121== by 0x49FB1A7: run_test (test.h:603) ==31121== by 0x49FB606: main (test.h:687) ==31121== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strdupW fun:fontfallbackbuilder_AddMapping fun:IDWriteFontFallbackBuilder_AddMapping fun:test_FontFallbackBuilder fun:func_layout fun:run_test fun:main } ==31121== 10 bytes in 1 blocks are definitely lost in loss record 16 of 931 ==31121== at 0x7BC50D3B: notify_alloc (heap.c:254) ==31121== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==31121== by 0x4B536E2: heap_alloc (dwrite_private.h:35) ==31121== by 0x4B537B7: heap_strdupW (dwrite_private.h:66) ==31121== by 0x4B59ECB: fontfallbackbuilder_AddMapping (analyzer.c:2361) ==31121== by 0x49F5F79: IDWriteFontFallbackBuilder_AddMapping (dwrite_2.h:2062) ==31121== by 0x49F5F79: test_FontFallbackBuilder (???:0) ==31121== by 0x49FA2E2: func_layout (layout.c:5443) ==31121== by 0x49FB1A7: run_test (test.h:603) ==31121== by 0x49FB606: main (test.h:687) ==31121== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strdupW fun:fontfallbackbuilder_AddMapping fun:IDWriteFontFallbackBuilder_AddMapping 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/evr/tests' ../../../tools/runtest -q -P wine -T ../../.. -M evr.dll -p evr_test.exe.so filter && touch filter.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 filter.c:91: Tests skipped: filter: run 0: unk_inner is NULL filter.c:91: Tests skipped: filter: run 1: unk_inner is NULL filter.c:91: Tests skipped: filter: run 2: unk_inner is NULL filter.c:91: Tests skipped: filter: run 3: unk_inner is NULL filter.c:91: Tests skipped: filter: run 4: unk_inner is NULL filter.c:91: Tests skipped: filter: run 5: unk_inner is NULL filter.c:91: Tests skipped: filter: run 6: unk_inner is NULL filter.c:91: Tests skipped: filter: run 7: unk_inner is NULL filter.c:91: Tests skipped: filter: run 8: unk_inner is NULL filter.c:91: Tests skipped: filter: run 9: unk_inner is NULL filter.c:91: Tests skipped: filter: run 10: unk_inner is NULL filter.c:91: Tests skipped: filter: run 11: unk_inner is NULL filter.c:91: Tests skipped: filter: run 12: unk_inner is NULL make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/evr/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/explorerframe/tests' ../../../tools/runtest -q -P wine -T ../../.. -M explorerframe.dll -p explorerframe_test.exe.so nstc && touch nstc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/explorerframe/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/faultrep/tests' ../../../tools/runtest -q -P wine -T ../../.. -M faultrep.dll -p faultrep_test.exe.so faultrep && touch faultrep.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/faultrep/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/fusion/tests' ../../../tools/runtest -q -P wine -T ../../.. -M fusion.dll -p fusion_test.exe.so asmcache && touch asmcache.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M fusion.dll -p fusion_test.exe.so asmenum && touch asmenum.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M fusion.dll -p fusion_test.exe.so asmname && touch asmname.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M fusion.dll -p fusion_test.exe.so fusion && touch fusion.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/fusion/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/gameux/tests' ../../../tools/runtest -q -P wine -T ../../.. -M gameux.dll -p gameux_test.exe.so gameexplorer && touch gameexplorer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gameux.dll -p gameux_test.exe.so gamestatistics && touch gamestatistics.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/gameux/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/gdi32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so bitmap && touch bitmap.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so brush && touch brush.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so clipping && touch clipping.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdi32.dll -p gdi32_test.exe.so dc && touch dc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 dc.c:633: Test failed: expected ret2 > 0, got 0 dc.c:648: Test failed: expected desc.nSize == sizeof(descr), got 0 make[1]: *** [Makefile:235: 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:10404: 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 ../../../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 ==32177== 24 bytes in 1 blocks are definitely lost in loss record 75 of 280 ==32177== at 0x7BC50D3B: notify_alloc (heap.c:254) ==32177== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==32177== by 0x4BD395B: heap_alloc_zero (gdiplus_private.h:59) ==32177== by 0x4BD3BF2: GdipCreateMatrix2 (matrix.c:69) ==32177== by 0x49FA78E: test_invert (matrix.c:161) ==32177== by 0x49FC217: func_matrix (matrix.c:394) ==32177== by 0x4A2B353: run_test (test.h:603) ==32177== by 0x4A2B7B2: main (test.h:687) ==32177== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:GdipCreateMatrix2 fun:test_invert fun:func_matrix fun:run_test fun:main } ../../../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 ==32191== 240 bytes in 1 blocks are possibly lost in loss record 446 of 589 ==32191== at 0x7BC50D3B: notify_alloc (heap.c:254) ==32191== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==32191== by 0x4BD53E5: heap_alloc_zero (gdiplus_private.h:59) ==32191== by 0x4BD5AC7: GdipRecordMetafile (metafile.c:554) ==32191== by 0x4A0B467: test_drawimage (metafile.c:2466) ==32191== by 0x4A0CC58: func_metafile (metafile.c:2815) ==32191== by 0x4A2B353: run_test (test.h:603) ==32191== by 0x4A2B7B2: main (test.h:687) ==32191== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:GdipRecordMetafile fun:test_drawimage fun:func_metafile fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so pathiterator && touch pathiterator.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so pen && touch pen.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so region && touch region.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M gdiplus.dll -p gdiplus_test.exe.so stringformat && touch stringformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/gdiplus/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/hid/tests' ../../../tools/runtest -q -P wine -T ../../.. -M hid.dll -p hid_test.exe.so device && touch device.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/hid/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/hlink/tests' ../../../tools/runtest -q -P wine -T ../../.. -M hlink.dll -p hlink_test.exe.so browse_ctx && touch browse_ctx.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M hlink.dll -p hlink_test.exe.so hlink && touch hlink.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/hlink/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/hnetcfg/tests' ../../../tools/runtest -q -P wine -T ../../.. -M hnetcfg.dll -p hnetcfg_test.exe.so policy && touch policy.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/hnetcfg/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ieframe/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ieframe.dll -p ieframe_test.exe.so 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 ==32355== 256 bytes in 1 blocks are definitely lost in loss record 488 of 663 ==32355== at 0x7BC50D3B: notify_alloc (heap.c:254) ==32355== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==32355== by 0x4BFC476: IMalloc_fnAlloc (ifs.c:187) ==32355== by 0x4BFCD16: IMalloc_Alloc (objidl.h:1405) ==32355== by 0x4BFCD16: CoTaskMemAlloc (???:0) ==32355== by 0x63802BC: get_profile_string (intshcut.c:432) ==32355== by 0x63804DF: PersistFile_Load (intshcut.c:480) ==32355== by 0x499D3A5: IPersistFile_Load (objidl.h:4640) ==32355== by 0x499D3A5: Process_URL (???:0) ==32355== by 0x499E9FF: wWinMain (winemenubuilder.c:3688) ==32355== by 0x499F0E7: wmain (exe_wmain.c:51) ==32355== by 0x499EFC0: __wine_spec_exe_wentry (exe_wentry.c:36) ==32355== by 0x7B46CA0B: ??? (process.c:1073) ==32355== by 0x7B46CB60: start_process (process.c:1124) ==32355== by 0x7BC9117B: ??? (signal_i386.c:2867) ==32355== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==32355== by 0x7BC91159: ??? (signal_i386.c:2867) ==32355== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:get_profile_string fun:PersistFile_Load fun:IPersistFile_Load fun:Process_URL fun:wWinMain fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==32365== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp32365_fd331a35 is empty ==32365== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==32365== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp32365_fd331a35 is empty ==32365== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==32365== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp32365_fd331a35 is empty ==32365== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==32365== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp32365_fd331a35 is empty ==32365== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/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 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 ==32760== 68 bytes in 1 blocks are definitely lost in loss record 119 of 242 ==32760== at 0x7BC50D3B: notify_alloc (heap.c:254) ==32760== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==32760== by 0x7BC344D9: RtlCreateActivationContext (actctx.c:4534) ==32760== by 0x7B42988B: CreateActCtxW (actctx.c:124) ==32760== by 0x4997150: test_create (actctx.c:746) ==32760== by 0x499DCBE: create_manifest (actctx.c:2062) ==32760== by 0x499F9E6: test_ZombifyActCtx (actctx.c:2431) ==32760== by 0x49A0186: func_actctx (actctx.c:2512) ==32760== by 0x4AC4683: run_test (test.h:603) ==32760== by 0x4AC4AE2: main (test.h:687) ==32760== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RtlCreateActivationContext fun:CreateActCtxW fun:test_create fun:create_manifest fun:test_ZombifyActCtx fun:func_actctx fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==32750== 68 bytes in 1 blocks are definitely lost in loss record 118 of 237 ==32750== at 0x7BC50D3B: notify_alloc (heap.c:254) ==32750== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==32750== by 0x7BC344D9: RtlCreateActivationContext (actctx.c:4534) ==32750== by 0x7B42988B: CreateActCtxW (actctx.c:124) ==32750== by 0x4997150: test_create (actctx.c:746) ==32750== by 0x499DCBE: create_manifest (actctx.c:2062) ==32750== by 0x499F9E6: test_ZombifyActCtx (actctx.c:2431) ==32750== by 0x49A0186: func_actctx (actctx.c:2512) ==32750== by 0x4AC4683: run_test (test.h:603) ==32750== by 0x4AC4AE2: main (test.h:687) ==32750== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RtlCreateActivationContext fun:CreateActCtxW fun:test_create fun:create_manifest fun:test_ZombifyActCtx fun:func_actctx fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so atom && touch atom.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so change && touch change.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 change.c:557: Test failed: ov.InternalHigh wrong 12 change.c:570: Test failed: action wrong change.c:571: Test failed: len wrong change.c:572: Test failed: name wrong change.c:596: Test failed: offset wrong 24 change.c:597: Test failed: action wrong 1 change.c:603: Test failed: ov.InternalHigh wrong 66/42 make[1]: *** [Makefile:252: change.ok] Error 7 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so codepage && touch codepage.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so comm && touch comm.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 comm.c:2233: Tests skipped: interactive tests (set WINETEST_INTERACTIVE=1) ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so console && touch console.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==381== Syscall param writev(vector[...]) points to uninitialised byte(s) ==381== at 0x433B04F: ??? (syscall-template.S:84) ==381== by 0x7BC88C1F: send_request (server.c:228) ==381== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==381== by 0x7BC88E10: wine_server_call (server.c:321) ==381== by 0x7B430330: wine_server_call_err (server.h:61) ==381== by 0x7B43173F: WriteConsoleInputW (console.c:536) ==381== by 0x49C36B3: testWaitForConsoleInput (console.c:941) ==381== by 0x49D04C1: func_console (console.c:3124) ==381== by 0x4AC4683: run_test (test.h:603) ==381== by 0x4AC4AE2: main (test.h:687) ==381== Address 0x4e0fc4a is on thread 1's stack ==381== in frame #6, created by testWaitForConsoleInput (console.c:919) ==381== Uninitialised value was created by a stack allocation ==381== at 0x49C35E3: testWaitForConsoleInput (console.c:919) ==381== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:wine_server_call_err fun:WriteConsoleInputW fun:testWaitForConsoleInput fun:func_console fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../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 0x49d0cd7 (thread 0014), 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 (0x049d0cd7). fixme:dbghelp_dwarf:dwarf2_parse_const_type Unsupported children Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:049d0cd7 ESP:04defcb0 EBP:04defcd8 EFLAGS:00000000( - -- - - - ) EAX:00000000 EBX:04b0a000 ECX:00000000 EDX:00000385 ESI:04defe30 EDI:00000000 Stack dump: 0x04defcb0: 7b64b000 00120011 04ad1349 048740a0 0x04defcc0: 04defce0 00000000 04defd08 93c60700 0x04defcd0: 04af8a97 04b0a000 04defd08 049d3c2c 0x04defce0: 00000003 048740a0 00000008 049d3b4a 0x04defcf0: 04b0a000 04defe30 04defd48 7b410000 0x04defd00: 048740f6 04b0a000 04defd48 04ac4684 Backtrace: =>0 0x049d0cd7 doCrash+0x9f(argc=0x3, argv=0x48740a0) [/home/austin/wine-valgrind/dlls/kernel32/tests/debugger.c:170] in kernel32_test (0x04defcd8) 1 0x049d3c2c func_debugger+0xed() [/home/austin/wine-valgrind/dlls/kernel32/tests/debugger.c:818] in kernel32_test (0x04defd08) 2 0x04ac4684 run_test+0x96(name="debugger") [/home/austin/wine-valgrind/dlls/kernel32/tests/../../../include/wine/test.h:603] in kernel32_test (0x04defd48) 3 0x04ac4ae3 main+0x245(argc=, argv=0x48740a0) [/home/austin/wine-valgrind/dlls/kernel32/tests/../../../include/wine/test.h:687] in kernel32_test (0x04defe18) 4 0x04ac4b74 __wine_spec_exe_entry+0x6d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in kernel32_test (0x04defe58) 5 0x7b46ca0c call_process_entry+0xb() in kernel32 (0x04defe78) 6 0x7b46cb61 start_process+0x152(entry=0x4ac4b06) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1124] in kernel32 (0x04defec8) 7 0x7bc9117c call_thread_func_wrapper+0xb() in ntdll (0x04defedc) 8 0x7bc91204 call_thread_func+0x7d(entry=0x7b46ca0e, arg=0x4ac4b06, frame=0x4deffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04deffcc) 9 0x7bc9115a call_thread_entry_point+0x11() in ntdll (0x04deffec) 0x049d0cd7 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 (31 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- 41f1000 Dwarf libwine.so.1 ELF 4241000- 425d000 Deferred libpthread.so.0 ELF 425e000- 440d000 Deferred libc.so.6 ELF 440d000- 4412000 Deferred libdl.so.2 ELF 4813000- 4867000 Deferred libm.so.6 ELF 4980000- 4be4000 Dwarf kernel32_test \-PE 4990000- 4be4000 \ kernel32_test ELF 4df0000- 4feb000 Deferred user32 \-PE 4e00000- 4feb000 \ user32 ELF 50eb000- 5233000 Deferred gdi32 \-PE 5100000- 5233000 \ gdi32 ELF 5233000- 52b5000 Deferred advapi32 \-PE 5240000- 52b5000 \ advapi32 ELF 52b5000- 52d0000 Deferred version \-PE 52c0000- 52d0000 \ version ELF 5320000- 53dc000 Deferred libfreetype.so.6 ELF 54dc000- 54ee000 Deferred libbz2.so.1 ELF 54ee000- 552d000 Deferred libpng16.so.16 ELF 552d000- 5546000 Deferred libz.so.1 ELF 5546000- 5590000 Deferred libfontconfig.so.1 ELF 5590000- 55bb000 Deferred libexpat.so.1 ELF 5627000- 564c000 Deferred imm32 \-PE 5630000- 564c000 \ imm32 ELF 7b400000-7b7fb000 Dwarf kernel32 \-PE 7b410000-7b7fb000 \ kernel32 ELF 7bc00000-7bd11000 Dwarf ntdll \-PE 7bc10000-7bd11000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000093 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 0000002b 0 00000025 0 00000024 0 00000022 0 00000029 explorer.exe 0000002e 0 0000002d 0 0000002c 0 0000002a 0 0000002f winemine.exe 00000030 0 00000091 rpcss.exe 00000097 0 00000096 0 00000095 0 00000094 0 00000092 0 00000008 kernel32_test.exe 0000000a 0 0000000b (D) Z:\home\austin\wine-valgrind\dlls\kernel32\tests\kernel32_test.exe 00000014 0 <== System information: Wine build: wine-2.18-1-g291b47e32e Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-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 0x49d0cd7 (thread 0031), 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 0x49d0cd7 (thread 0027), 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 0x49d0cd7 (thread 003d), 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 0x49d0cd7 (thread 0039), 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:1165: Test failed: 0x10: got heap flags 00000002 expected 00000020 heap.c:1167: Test failed: 0x10: got heap force flags 00000000 expected 00000020 heap: 2 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0x20: got heap flags 00000002 expected 00000040 heap.c:1167: Test failed: 0x20: got heap force flags 00000000 expected 00000040 heap: 2 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0x40: got heap flags 00000002 expected 50000060 heap.c:1167: Test failed: 0x40: got heap force flags 00000000 expected 50000060 heap: 2 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0x80: got heap flags 00000002 expected 30000060 heap.c:1167: Test failed: 0x80: got heap force flags 00000000 expected 30000060 heap: 2 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0x200000: got heap flags 00000002 expected 00000080 heap: 1 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0x2000000: got heap flags 00000002 expected 01000002 heap.c:1167: Test failed: 0x2000000: got heap force flags 00000000 expected 01000002 heap: 2 failures in child process preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 heap.c:1165: Test failed: 0xdeadbeef: got heap flags 00000002 expected 000000e0 heap.c:1167: Test failed: 0xdeadbeef: got heap force flags 00000000 expected 000000e0 heap: 2 failures in child process make[1]: *** [Makefile:459: 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 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3361.pdb loader.c:600: Test failed: 2: 0x10002000 != 0 loader.c:601: Test failed: 2: 1 != 0 loader.c:603: Test failed: 2: 2000 != MEM_FREE loader.c:604: Test failed: 2: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr33c9.pdb loader.c:600: Test failed: 3: 0x10002000 != 0 loader.c:601: Test failed: 3: 1 != 0 loader.c:603: Test failed: 3: 2000 != MEM_FREE loader.c:604: Test failed: 3: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr33da.pdb loader.c:600: Test failed: 4: 0x10001000 != 0 loader.c:601: Test failed: 4: 1 != 0 loader.c:603: Test failed: 4: 2000 != MEM_FREE loader.c:604: Test failed: 4: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr33f2.pdb loader.c:600: Test failed: 6: 0x10002000 != 0 loader.c:601: Test failed: 6: 1 != 0 loader.c:603: Test failed: 6: 2000 != MEM_FREE loader.c:604: Test failed: 6: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3404.pdb loader.c:600: Test failed: 7: 0x10002000 != 0 loader.c:601: Test failed: 7: 1 != 0 loader.c:603: Test failed: 7: 2000 != MEM_FREE loader.c:604: Test failed: 7: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3416.pdb loader.c:600: Test failed: 8: 0x10001000 != 0 loader.c:601: Test failed: 8: 1 != 0 loader.c:603: Test failed: 8: 2000 != MEM_FREE loader.c:604: Test failed: 8: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3429.pdb loader.c:600: Test failed: 9: 0x10001000 != 0 loader.c:601: Test failed: 9: 1 != 0 loader.c:603: Test failed: 9: 2000 != MEM_FREE loader.c:604: Test failed: 9: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr343b.pdb loader.c:600: Test failed: 10: 0x10001000 != 0 loader.c:601: Test failed: 10: 1 != 0 loader.c:603: Test failed: 10: 2000 != MEM_FREE loader.c:604: Test failed: 10: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr344c.pdb loader.c:600: Test failed: 11: 0x10001000 != 0 loader.c:601: Test failed: 11: 1 != 0 loader.c:603: Test failed: 11: 2000 != MEM_FREE loader.c:604: Test failed: 11: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr345c.pdb loader.c:600: Test failed: 12: 0x10001000 != 0 loader.c:601: Test failed: 12: 1 != 0 loader.c:603: Test failed: 12: 2000 != MEM_FREE loader.c:604: Test failed: 12: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr346d.pdb loader.c:600: Test failed: 13: 0x10001000 != 0 loader.c:601: Test failed: 13: 1 != 0 loader.c:603: Test failed: 13: 2000 != MEM_FREE loader.c:604: Test failed: 13: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3481.pdb loader.c:600: Test failed: 15: 0x10002000 != 0 loader.c:601: Test failed: 15: 1 != 0 loader.c:603: Test failed: 15: 2000 != MEM_FREE loader.c:604: Test failed: 15: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3494.pdb loader.c:600: Test failed: 16: 0x10001000 != 0 loader.c:601: Test failed: 16: 1 != 0 loader.c:603: Test failed: 16: 2000 != MEM_FREE loader.c:604: Test failed: 16: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr34a5.pdb loader.c:600: Test failed: 17: 0x10001000 != 0 loader.c:601: Test failed: 17: 1 != 0 loader.c:603: Test failed: 17: 2000 != MEM_FREE loader.c:604: Test failed: 17: 20000 != 0 ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr34d9.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3b40.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3b40.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3b40.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3b40.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3b40.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==965== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp965_4d0840a6 is empty ==965== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3b40.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3b40.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3b40.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3b40.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr3b40.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8e91.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8e91.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8e91.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8e91.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8e91.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==997== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp997_e0a380a6 is empty ==997== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8e91.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8e91.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8e91.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8e91.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8e91.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre12f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre12f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre12f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre12f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre12f.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1038== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1038_65c26aa6 is empty ==1038== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre12f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre12f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre12f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre12f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldre12f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr340f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr340f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr340f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr340f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr340f.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1072== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1072_12975ea6 is empty ==1072== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr340f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr340f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr340f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr340f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr340f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8723.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8723.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8723.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8723.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8723.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1106== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1106_bf6c52a6 is empty ==1106== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8723.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8723.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8723.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8723.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr8723.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd9bc.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd9bc.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd9bc.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd9bc.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd9bc.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1146== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1146_b7ee62a6 is empty ==1146== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd9bc.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd9bc.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd9bc.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd9bc.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd9bc.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2c86.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2c86.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2c86.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2c86.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2c86.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1195== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1195_a1f41ca6 is empty ==1195== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2c86.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2c86.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2c86.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2c86.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2c86.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7f9a.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7f9a.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7f9a.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7f9a.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7f9a.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1227== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1227_358f5ca6 is empty ==1227== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7f9a.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7f9a.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7f9a.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7f9a.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7f9a.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd2f9.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd2f9.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd2f9.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd2f9.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd2f9.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1270== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1270_d3e7faa6 is empty ==1270== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd2f9.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd2f9.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd2f9.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd2f9.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrd2f9.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2602.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2602.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2602.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2602.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2602.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1303== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1303_f42014a6 is empty ==1303== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2602.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2602.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2602.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2602.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr2602.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr78de.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr78de.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr78de.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr78de.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr78de.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1337== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1337_a0f508a6 is empty ==1337== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr78de.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr78de.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr78de.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr78de.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr78de.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrcbb2.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrcbb2.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrcbb2.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrcbb2.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrcbb2.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1379== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1379_b2b0cca6 is empty ==1379== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrcbb2.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrcbb2.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrcbb2.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrcbb2.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrcbb2.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1e5d.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1e5d.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1e5d.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1e5d.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1e5d.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1416== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1416_055c4ea6 is empty ==1416== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1e5d.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1e5d.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1e5d.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1e5d.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1e5d.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7133.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7133.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7133.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7133.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7133.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1449== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1449_259468a6 is empty ==1449== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7133.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7133.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7133.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7133.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7133.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc3ad.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc3ad.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc3ad.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc3ad.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc3ad.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1488== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1488_91799ea6 is empty ==1488== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc3ad.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc3ad.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc3ad.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc3ad.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrc3ad.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1714.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1714.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1714.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1714.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1714.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1522== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1522_3e4e92a6 is empty ==1522== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1714.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1714.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1714.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1714.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr1714.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6a0c.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6a0c.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6a0c.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6a0c.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6a0c.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1568== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1568_827dbea6 is empty ==1568== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6a0c.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6a0c.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6a0c.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6a0c.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr6a0c.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbd1b.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbd1b.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbd1b.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbd1b.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbd1b.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1606== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1606_61c61aa6 is empty ==1606== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbd1b.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbd1b.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbd1b.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbd1b.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrbd1b.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr105f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr105f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr105f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr105f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr105f.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1643== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1643_b4719ca6 is empty ==1643== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr105f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr105f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr105f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr105f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr105f.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr62a8.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr62a8.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr62a8.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr62a8.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr62a8.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1685== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1685_c62d60a6 is empty ==1685== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr62a8.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr62a8.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr62a8.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr62a8.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr62a8.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrb4e6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrb4e6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrb4e6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrb4e6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrb4e6.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1723== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1723_a575bca6 is empty ==1723== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrb4e6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrb4e6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrb4e6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrb4e6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrb4e6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7c6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7c6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7c6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7c6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7c6.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1757== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1757_524ab0a6 is empty ==1757== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7c6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7c6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7c6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7c6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr7c6.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5aba.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5aba.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5aba.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5aba.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5aba.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1798== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1798_d7699aa6 is empty ==1798== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5aba.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5aba.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5aba.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5aba.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr5aba.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrad08.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrad08.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrad08.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrad08.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrad08.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1840== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1840_e9255ea6 is empty ==1840== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrad08.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrad08.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrad08.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrad08.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldrad08.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr66.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr79.pdb ==868== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp868_866ef360 is empty ==868== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr88.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1871== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1871_f023c4a6 is empty ==1871== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr95.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1889== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1889_d32b18a6 is empty ==1889== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr95.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1896== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1896_ab750ea6 is empty ==1896== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr95.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1920== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1920_da297ea6 is empty ==1920== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr95.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1948== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1948_3b5156a6 is empty ==1948== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr95.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1958== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1958_b971daa6 is empty ==1958== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr95.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==1983== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp1983_74c324a6 is empty ==1983== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/ldr95.pdb preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: *** [Makefile:472: 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 ==2036== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2036_2ad764b0 is empty ==2036== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmp1fb7.tmp/3/winetestdll.pdb ==2036== Warning: client syscall mprotect tried to modify addresses 0x5650000-0x5650fff ==2036== Warning: client syscall mprotect tried to modify addresses 0x5651000-0x56b4fff ==2036== Warning: client syscall mprotect tried to modify addresses 0x56b5000-0x56bffff ==2036== Warning: client syscall mprotect tried to modify addresses 0x56b5000-0x56bffff ==2036== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2036_2ad764b0 is empty ==2036== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmp1fb7.tmp/2/winetestdll.pdb ==2036== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2036_2ad764b0 is empty ==2036== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmp1fb7.tmp/1/winetestdll.pdb ==2036== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2036_2ad764b0 is empty ==2036== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmp1fb7.tmp/4/winetestdll.pdb ==2036== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2036_2ad764b0 is empty ==2036== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmp1fb7.tmp/2/winetestdll.pdb ==2036== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2036_2ad764b0 is empty ==2036== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmp1fb7.tmp/4/winetestdll.pdb ==2036== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp2036_2ad764b0 is empty ==2036== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/users/austin/Temp/tmp1fb7.tmp/2/winetestdll.pdb ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so path && touch path.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 path.c:2033: Tests skipped: Skipping DBCS(Japanese) GetFullPathNameA test in this codepage (1252) ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so pipe && touch pipe.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==2084== Syscall param writev(vector[...]) points to uninitialised byte(s) ==2084== at 0x433B04F: ??? (syscall-template.S:84) ==2084== by 0x7BC88C1F: send_request (server.c:228) ==2084== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==2084== by 0x7BC88E10: wine_server_call (server.c:321) ==2084== by 0x7BC48352: server_write_file (file.c:624) ==2084== by 0x7BC49B4B: NtWriteFile (file.c:1238) ==2084== by 0x7B44205B: WriteFile (file.c:570) ==2084== by 0x4A65E40: _overlapped_write_async (pipe.c:2687) ==2084== by 0x4A675DF: test_overlapped_transport (pipe.c:3010) ==2084== by 0x4A67C19: func_pipe (pipe.c:3096) ==2084== by 0x4AC4683: run_test (test.h:603) ==2084== by 0x4AC4AE2: main (test.h:687) ==2084== Address 0x4e0125c is on thread 1's stack ==2084== in frame #8, created by test_overlapped_transport (pipe.c:2984) ==2084== Uninitialised value was created by a stack allocation ==2084== at 0x4A67427: test_overlapped_transport (pipe.c:2984) ==2084== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:WriteFile fun:_overlapped_write_async fun:test_overlapped_transport fun:func_pipe fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==2131== 24 bytes in 1 blocks are definitely lost in loss record 53 of 219 ==2131== at 0x7BC50D3B: notify_alloc (heap.c:254) ==2131== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==2131== by 0x7BC47935: alloc_fileio (file.c:408) ==2131== by 0x7BC481EB: server_write_file (file.c:612) ==2131== by 0x7BC49B4B: NtWriteFile (file.c:1238) ==2131== by 0x7B44205B: WriteFile (file.c:570) ==2131== by 0x4A65E40: _overlapped_write_async (pipe.c:2687) ==2131== by 0x4A6701E: child_process_write_pipe (pipe.c:2931) ==2131== by 0x4A67BAB: func_pipe (pipe.c:3078) ==2131== by 0x4AC4683: run_test (test.h:603) ==2131== by 0x4AC4AE2: main (test.h:687) ==2131== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_fileio fun:server_write_file fun:NtWriteFile fun:WriteFile fun:_overlapped_write_async fun:child_process_write_pipe fun:func_pipe fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==2140== 24 bytes in 1 blocks are definitely lost in loss record 53 of 219 ==2140== at 0x7BC50D3B: notify_alloc (heap.c:254) ==2140== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==2140== by 0x7BC47935: alloc_fileio (file.c:408) ==2140== by 0x7BC481EB: server_write_file (file.c:612) ==2140== by 0x7BC49B4B: NtWriteFile (file.c:1238) ==2140== by 0x7B44205B: WriteFile (file.c:570) ==2140== by 0x4A65E40: _overlapped_write_async (pipe.c:2687) ==2140== by 0x4A6701E: child_process_write_pipe (pipe.c:2931) ==2140== by 0x4A67BAB: func_pipe (pipe.c:3078) ==2140== by 0x4AC4683: run_test (test.h:603) ==2140== by 0x4AC4AE2: main (test.h:687) ==2140== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_fileio fun:server_write_file fun:NtWriteFile fun:WriteFile fun:_overlapped_write_async fun:child_process_write_pipe fun:func_pipe fun:run_test fun:main } ../../../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 ==2352== Syscall param write(buf) points to uninitialised byte(s) ==2352== at 0x424FE53: __write_nocancel (syscall-template.S:84) ==2352== by 0x7BC88B94: send_request (server.c:213) ==2352== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==2352== by 0x7BC88E10: wine_server_call (server.c:321) ==2352== by 0x7B430330: wine_server_call_err (server.h:61) ==2352== by 0x7B436001: SetConsoleMode (console.c:2241) ==2352== by 0x4A693B4: doChild (process.c:469) ==2352== by 0x4A7953C: func_process (process.c:3649) ==2352== by 0x4AC4683: run_test (test.h:603) ==2352== by 0x4AC4AE2: main (test.h:687) ==2352== Address 0x4def13c is on thread 1's stack ==2352== in frame #5, created by SetConsoleMode (console.c:2234) ==2352== Uninitialised value was created by a stack allocation ==2352== at 0x4A68822: doChild (process.c:303) ==2352== { Memcheck:Param write(buf) fun:__write_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:wine_server_call_err fun:SetConsoleMode fun:doChild fun:func_process fun:run_test fun:main } process.c:470: Test failed: Setting mode (6) process.c:474: Test failed: Setting cursor position (6) process.c:1538: Test failed: Getting sb info process.c:1540: Test failed: Getting console out mode ==2147== Syscall param write(buf) points to uninitialised byte(s) ==2147== at 0x424FE53: __write_nocancel (syscall-template.S:84) ==2147== by 0x7BC88B94: send_request (server.c:213) ==2147== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==2147== by 0x7BC88E10: wine_server_call (server.c:321) ==2147== by 0x7B430330: wine_server_call_err (server.h:61) ==2147== by 0x7B436001: SetConsoleMode (console.c:2241) ==2147== by 0x4A6EA13: test_Console (process.c:1543) ==2147== by 0x4A7975D: func_process (process.c:3694) ==2147== by 0x4AC4683: run_test (test.h:603) ==2147== by 0x4AC4AE2: main (test.h:687) ==2147== Address 0x4e0f88c is on thread 1's stack ==2147== in frame #5, created by SetConsoleMode (console.c:2234) ==2147== Uninitialised value was created by a stack allocation ==2147== at 0x4A6E56A: test_Console (process.c:1482) ==2147== { Memcheck:Param write(buf) fun:__write_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:wine_server_call_err fun:SetConsoleMode fun:test_Console fun:func_process fun:run_test fun:main } process.c:1590: Test failed: Console:SizeX expected 0, but got 1 process.c:1591: Test failed: Console:SizeY expected 0, but got 1 process.c:1592: Test failed: Console:CursorX expected 0, but got 1 process.c:1593: Test failed: Console:CursorY expected 0, but got 1 process.c:1594: Test failed: Console:Attributes expected 0, but got 1 process.c:1595: Test failed: Console:winLeft expected 0, but got 1 process.c:1596: Test failed: Console:winTop expected 0, but got 1 process.c:1597: Test failed: Console:winRight expected 0, but got 1 process.c:1598: Test failed: Console:winBottom expected 68, but got 0 process.c:1599: Test failed: Console:maxWinWidth expected 0, but got 1 process.c:1600: Test failed: Console:maxWinHeight expected 0, but got 1 process.c:1604: Test failed: Console:OutputMode expected 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 ==2147== Syscall param writev(vector[...]) points to uninitialised byte(s) ==2147== at 0x433B023: __writev_nocancel (syscall-template.S:84) ==2147== by 0x7BC88C1F: send_request (server.c:228) ==2147== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==2147== by 0x7BC88E10: wine_server_call (server.c:321) ==2147== by 0x7BCB1E59: NtWriteVirtualMemory (virtual.c:3293) ==2147== by 0x7B473234: WriteProcessMemory (process.c:3519) ==2147== by 0x4A7732E: test_SuspendProcessState (process.c:3102) ==2147== by 0x4A797C1: func_process (process.c:3714) ==2147== by 0x4AC4683: run_test (test.h:603) ==2147== by 0x4AC4AE2: main (test.h:687) ==2147== Address 0x4e0f57e is on thread 1's stack ==2147== in frame #6, created by test_SuspendProcessState (process.c:2969) ==2147== Uninitialised value was created by a stack allocation ==2147== at 0x4A76BFB: test_SuspendProcessState (process.c:2969) ==2147== { Memcheck:Param writev(vector[...]) fun:__writev_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:NtWriteVirtualMemory fun:WriteProcessMemory fun:test_SuspendProcessState fun:func_process fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 process.c:2472: Test failed: WaitForSingleObject returned 258 process.c:2476: Test failed: AssignProcessToJobObject unexpectedly succeeded process.c:2477: Test failed: Expected GetLastError() to be 5 (ERROR_ACCESS_DENIED) is -559038737 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 process.c:2504: 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:2801: Test failed: WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 process.c:2851: Test failed: WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 process.c:2868: Test failed: WaitForSingleObject returned 258 make[1]: *** [Makefile:567: 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 ==2579== 120 bytes in 1 blocks are definitely lost in loss record 158 of 241 ==2579== at 0x7BC50D3B: notify_alloc (heap.c:254) ==2579== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==2579== by 0x7BCA4060: TpSimpleTryPost (threadpool.c:2873) ==2579== by 0x7BC9E035: RtlQueueWorkItem (threadpool.c:396) ==2579== by 0x7BC9E251: RtlSetIoCompletionCallback (threadpool.c:470) ==2579== by 0x7B484A73: BindIoCompletionCallback (sync.c:2268) ==2579== by 0x4A84A68: test_iocp_callback (sync.c:699) ==2579== by 0x4A8F687: func_sync (sync.c:2707) ==2579== by 0x4AC4683: run_test (test.h:603) ==2579== by 0x4AC4AE2: main (test.h:687) ==2579== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:TpSimpleTryPost fun:RtlQueueWorkItem fun:RtlSetIoCompletionCallback fun:BindIoCompletionCallback fun:test_iocp_callback fun:func_sync fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so time && touch time.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so timer && touch timer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so toolhelp && touch toolhelp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so version && touch version.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M kernel32.dll -p kernel32_test.exe.so volume && touch volume.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 volume.c:134: Tests skipped: can't test removing fake drive volume.c:1072: Tests skipped: IOCTL_DVD_READ_STRUCTURE not supported: 87 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/kernel32/tests' make: *** [Makefile:11484: 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:144: Test failed: GetNextPacketSize 480 vs. GCP 960 make[1]: *** [Makefile:178: capture.ok] Error 1 ../../../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:12223: 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 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 ==3032== 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 ==3064== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/bin/libmono-2.0-x86.pdb ==3064== 52 bytes in 1 blocks are possibly lost in loss record 142 of 325 ==3064== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3064== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3064== by 0x58CBAEA: ??? ==3064== by 0x58CE33F: ??? ==3064== by 0x58CEDE6: ??? ==3064== by 0x499439E: ICLRRuntimeInfo_GetInterface (metahost.h:301) ==3064== by 0x499439E: test_notification_cb (???:0) ==3064== by 0x4994481: func_metahost (metahost.c:228) ==3064== by 0x4998D2A: run_test (test.h:603) ==3064== by 0x4999189: main (test.h:687) ==3064== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap obj:* obj:* obj:* fun:ICLRRuntimeInfo_GetInterface fun:test_notification_cb fun:func_metahost fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M mscoree.dll -p mscoree_test.exe.so mscoree && touch mscoree.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3114== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/bin/libmono-2.0-x86.pdb ==3114== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/lib/mono/4.5/mscorlib.pdb ==3114== 4 bytes in 1 blocks are definitely lost in loss record 20 of 366 ==3114== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3114== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3114== by 0x5E2B880: msvcrt_heap_alloc (heap.c:70) ==3114== by 0x5E2C417: MSVCRT_calloc (heap.c:405) ==3114== by 0x6C77EA7F: ??? ==3114== by 0x6C77EADF: ??? ==3114== by 0x6C6CCBD2: ??? ==3114== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* } ==3114== 12 bytes in 1 blocks are definitely lost in loss record 51 of 366 ==3114== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3114== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3114== by 0x5E2B880: msvcrt_heap_alloc (heap.c:70) ==3114== by 0x5E2C417: MSVCRT_calloc (heap.c:405) ==3114== by 0x6C77EA7F: ??? ==3114== by 0x6C77EADF: ??? ==3114== by 0x6C6CFF17: ??? ==3114== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* } ==3114== 12 bytes in 1 blocks are definitely lost in loss record 52 of 366 ==3114== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3114== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3114== by 0x5E2B880: msvcrt_heap_alloc (heap.c:70) ==3114== by 0x5E2C417: MSVCRT_calloc (heap.c:405) ==3114== by 0x6C77EA7F: ??? ==3114== by 0x6C77EADF: ??? ==3114== by 0x6C775CFC: ??? ==3114== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==3114== by 0x7BC91159: ??? (signal_i386.c:2867) ==3114== by 0x7BC9B239: start_thread (thread.c:498) ==3114== by 0x4247249: start_thread (pthread_create.c:333) ==3114== by 0x4342D6D: clone (clone.S:114) ==3114== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:start_thread fun:start_thread fun:clone } ==3114== 24 bytes in 1 blocks are definitely lost in loss record 101 of 366 ==3114== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3114== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3114== by 0x5E2B880: msvcrt_heap_alloc (heap.c:70) ==3114== by 0x5E2C417: MSVCRT_calloc (heap.c:405) ==3114== by 0x6C77EA7F: ??? ==3114== by 0x6C77EADF: ??? ==3114== by 0x6C6CCB41: ??? ==3114== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* } ==3076== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/bin/libmono-2.0-x86.pdb ==3076== Warning: client syscall mprotect tried to modify addresses 0x5e10000-0x5e10fff ==3076== Warning: client syscall mprotect tried to modify addresses 0x5e11000-0x5e23fff ==3076== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/lib/mono/4.5/mscorlib.pdb ==3076== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/mono/mono-2.0/lib/mono/gac/Mono.Security/4.0.0.0__0738eb9f132ed756/Mono.Security.pdb ==3076== 103 bytes in 1 blocks are definitely lost in loss record 6,655 of 7,175 ==3076== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3076== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3076== by 0x5E78880: msvcrt_heap_alloc (heap.c:70) ==3076== by 0x5E79417: MSVCRT_calloc (heap.c:405) ==3076== by 0x6C77EA7F: ??? ==3076== by 0x6C77EADF: ??? ==3076== by 0x6C6EA63A: ??? ==3076== by 0x80A8E77: ??? ==3076== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* } ==3076== 103 bytes in 1 blocks are definitely lost in loss record 6,656 of 7,175 ==3076== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3076== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3076== by 0x5E78880: msvcrt_heap_alloc (heap.c:70) ==3076== by 0x5E79417: MSVCRT_calloc (heap.c:405) ==3076== by 0x6C77EA7F: ??? ==3076== by 0x6C77EADF: ??? ==3076== by 0x6C6EA63A: ??? ==3076== by 0xAF70787: ??? ==3076== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* } ==3076== 103 bytes in 1 blocks are definitely lost in loss record 6,657 of 7,175 ==3076== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3076== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3076== by 0x5E78880: msvcrt_heap_alloc (heap.c:70) ==3076== by 0x5E79417: MSVCRT_calloc (heap.c:405) ==3076== by 0x6C77EA7F: ??? ==3076== by 0x6C77EADF: ??? ==3076== by 0x6C6EA63A: ??? ==3076== by 0xB04B7AF: ??? ==3076== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* } ==3076== 10,416 bytes in 186 blocks are definitely lost in loss record 7,148 of 7,175 ==3076== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3076== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3076== by 0x5E78880: msvcrt_heap_alloc (heap.c:70) ==3076== by 0x5E79417: MSVCRT_calloc (heap.c:405) ==3076== by 0x6C77EA7F: ??? ==3076== by 0x6C77EADF: ??? ==3076== by 0x6C6B6B19: ??? ==3076== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/mscoree/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msctf/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msctf.dll -p msctf_test.exe.so inputprocessor && touch inputprocessor.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msctf/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/msdmo/tests' ../../../tools/runtest -q -P wine -T ../../.. -M msdmo.dll -p msdmo_test.exe.so msdmo && touch msdmo.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msdmo/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/mshtml/tests' ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so activex && touch activex.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3199== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3199_2ff5d3df is empty ==3199== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==3199== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3199_2ff5d3df is empty ==3199== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==3199== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3199_2ff5d3df is empty ==3199== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==3199== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3199_2ff5d3df is empty ==3199== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ../../../tools/runtest -q -P wine -T ../../.. -M 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 ==3304== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3304_6dfba094 is empty ==3304== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==3304== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3304_6dfba094 is empty ==3304== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==3304== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3304_6dfba094 is empty ==3304== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==3304== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3304_6dfba094 is empty ==3304== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==3304== 128 bytes in 1 blocks are definitely lost in loss record 2,619 of 3,859 ==3304== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3304== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3304== by 0x7BC595E5: alloc_thread_tls (loader.c:1026) ==3304== by 0x7BC5A81D: MODULE_DllThreadAttach (loader.c:1350) ==3304== by 0x7BC9B1C4: start_thread (thread.c:493) ==3304== by 0x4247249: start_thread (pthread_create.c:333) ==3304== by 0x4342D6D: clone (clone.S:114) ==3304== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_thread_tls fun:MODULE_DllThreadAttach fun:start_thread fun:start_thread fun:clone } ==3304== 140 bytes in 1 blocks are definitely lost in loss record 2,745 of 3,859 ==3304== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3304== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3304== by 0x988B880: msvcrt_heap_alloc (heap.c:70) ==3304== by 0x988C417: MSVCRT_calloc (heap.c:405) ==3304== by 0x6C7254AB: ??? ==3304== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc 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 ==3508== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3508_80190770 is empty ==3508== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==3508== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3508_80190770 is empty ==3508== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==3508== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3508_80190770 is empty ==3508== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==3508== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3508_80190770 is empty ==3508== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==3508== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3508_80190770 is empty ==3508== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/softokn3.pdb ==3508== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3508_80190770 is empty ==3508== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nssdbm3.pdb ==3508== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3508_80190770 is empty ==3508== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/freebl3.pdb ==3508== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3508_80190770 is empty ==3508== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nssckbi.pdb ==3508== 20 bytes in 1 blocks are possibly lost in loss record 609 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x99551DD: ??? ==3508== by 0x994B1D5: ??? ==3508== by 0x994B348: ??? ==3508== by 0x9932973: ??? ==3508== by 0x69E65432: ??? ==3508== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* obj:* obj:* obj:* obj:* } ==3508== 36 bytes in 1 blocks are possibly lost in loss record 1,160 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x5C729BA: heap_alloc (urlmon_main.h:239) ==3508== by 0x5C72F81: register_namespace (session.c:126) ==3508== by 0x5C73D71: InternetSession_RegisterNameSpace (session.c:375) ==3508== by 0x4A1FF75: IInternetSession_RegisterNameSpace (urlmon.h:3562) ==3508== by 0x4A1FF75: init_protocol_handler (???:0) ==3508== by 0x4A20079: run_js_tests (script.c:3459) ==3508== by 0x4A205B6: func_script (script.c:3568) ==3508== by 0x4A42516: run_test (test.h:603) ==3508== by 0x4A42975: main (test.h:687) ==3508== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:register_namespace fun:InternetSession_RegisterNameSpace fun:IInternetSession_RegisterNameSpace fun:init_protocol_handler fun:run_js_tests fun:func_script fun:run_test fun:main } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,700 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x99542C0: ??? ==3508== by 0x994F5D7: ??? ==3508== by 0x994B243: ??? ==3508== by 0x99DCBBE: ??? ==3508== by 0x99DD1E2: ??? ==3508== by 0x69E652EF: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,701 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x99542C0: ??? ==3508== by 0x994E6E4: ??? ==3508== by 0x994F620: ??? ==3508== by 0x994B243: ??? ==3508== by 0x99DCBBE: ??? ==3508== by 0x99DD1E2: ??? ==3508== by 0x69E652EF: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,702 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x994E188: ??? ==3508== by 0x994E728: ??? ==3508== by 0x994F620: ??? ==3508== by 0x994B243: ??? ==3508== by 0x99DCBBE: ??? ==3508== by 0x99DD1E2: ??? ==3508== by 0x69E652EF: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,703 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x9954929: ??? ==3508== by 0x994E73B: ??? ==3508== by 0x994F620: ??? ==3508== by 0x994B243: ??? ==3508== by 0x99DCBBE: ??? ==3508== by 0x99DD1E2: ??? ==3508== by 0x69E652EF: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,704 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x99548F7: ??? ==3508== by 0x994E74E: ??? ==3508== by 0x994F620: ??? ==3508== by 0x994B243: ??? ==3508== by 0x99DCBBE: ??? ==3508== by 0x99DD1E2: ??? ==3508== by 0x69E652EF: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,705 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x99548F7: ??? ==3508== by 0x994E761: ??? ==3508== by 0x994F620: ??? ==3508== by 0x994B243: ??? ==3508== by 0x99DCBBE: ??? ==3508== by 0x99DD1E2: ??? ==3508== by 0x69E652EF: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,706 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x99542C0: ??? ==3508== by 0x994A480: ??? ==3508== by 0x994B2EC: ??? ==3508== by 0x99DCBBE: ??? ==3508== by 0x99DD1E2: ??? ==3508== by 0x69E652EF: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,707 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x994E188: ??? ==3508== by 0x994E1E2: ??? ==3508== by 0x994A4AD: ??? ==3508== by 0x994B2EC: ??? ==3508== by 0x99DCBBE: ??? ==3508== by 0x99DD1E2: ??? ==3508== by 0x69E652EF: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,708 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x9954929: ??? ==3508== by 0x994E1F9: ??? ==3508== by 0x994A4AD: ??? ==3508== by 0x994B2EC: ??? ==3508== by 0x99DCBBE: ??? ==3508== by 0x99DD1E2: ??? ==3508== by 0x69E652EF: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,709 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x66F0CE44: ??? ==3508== by 0x66F0B7DB: ??? ==3508== by 0x66F057FD: ??? ==3508== by 0x66F02095: ??? ==3508== by 0x9928BBA: ??? ==3508== by 0x99290B3: ??? ==3508== by 0x99327DE: ??? ==3508== by 0x9932954: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,710 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x66F0B971: ??? ==3508== by 0x66F057FD: ??? ==3508== by 0x66F02095: ??? ==3508== by 0x9928BBA: ??? ==3508== by 0x99290B3: ??? ==3508== by 0x99327DE: ??? ==3508== by 0x9932954: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,711 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x66F0B992: ??? ==3508== by 0x66F057FD: ??? ==3508== by 0x66F02095: ??? ==3508== by 0x9928BBA: ??? ==3508== by 0x99290B3: ??? ==3508== by 0x99327DE: ??? ==3508== by 0x9932954: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,712 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x66F0CE44: ??? ==3508== by 0x66F04728: ??? ==3508== by 0x66F0467B: ??? ==3508== by 0x66F05BFD: ??? ==3508== by 0x66F01FF8: ??? ==3508== by 0x993A66E: ??? ==3508== by 0x993AB6C: ??? ==3508== by 0x9929209: ??? ==3508== by 0x99327DE: ??? ==3508== by 0x9932954: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,713 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x66F047D7: ??? ==3508== by 0x66F0467B: ??? ==3508== by 0x66F05BFD: ??? ==3508== by 0x66F01FF8: ??? ==3508== by 0x993A66E: ??? ==3508== by 0x993AB6C: ??? ==3508== by 0x9929209: ??? ==3508== by 0x99327DE: ??? ==3508== by 0x9932954: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,714 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x66F04800: ??? ==3508== by 0x66F0467B: ??? ==3508== by 0x66F05BFD: ??? ==3508== by 0x66F01FF8: ??? ==3508== by 0x993A66E: ??? ==3508== by 0x993AB6C: ??? ==3508== by 0x9929209: ??? ==3508== by 0x99327DE: ??? ==3508== by 0x9932954: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,715 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x66F0481A: ??? ==3508== by 0x66F0467B: ??? ==3508== by 0x66F05BFD: ??? ==3508== by 0x66F01FF8: ??? ==3508== by 0x993A66E: ??? ==3508== by 0x993AB6C: ??? ==3508== by 0x9929209: ??? ==3508== by 0x99327DE: ??? ==3508== by 0x9932954: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,716 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x66F04834: ??? ==3508== by 0x66F0467B: ??? ==3508== by 0x66F05BFD: ??? ==3508== by 0x66F01FF8: ??? ==3508== by 0x993A66E: ??? ==3508== by 0x993AB6C: ??? ==3508== by 0x9929209: ??? ==3508== by 0x99327DE: ??? ==3508== by 0x9932954: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,717 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x66F0CE44: ??? ==3508== by 0x66F026F8: ??? ==3508== by 0x66F0531E: ??? ==3508== by 0x66F066A3: ??? ==3508== by 0x66F01EEE: ??? ==3508== by 0x993A7E7: ??? ==3508== by 0x993AB6C: ??? ==3508== by 0x9929209: ??? ==3508== by 0x99327DE: ??? ==3508== by 0x9932954: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,718 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AAFFD1: ??? ==3508== by 0x66F02793: ??? ==3508== by 0x66F0531E: ??? ==3508== by 0x66F066A3: ??? ==3508== by 0x66F01EEE: ??? ==3508== by 0x993A7E7: ??? ==3508== by 0x993AB6C: ??? ==3508== by 0x9929209: ??? ==3508== by 0x99327DE: ??? ==3508== by 0x9932954: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,719 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x99542C0: ??? ==3508== by 0x991A91F: ??? ==3508== by 0x994B15B: ??? ==3508== by 0x994B33E: ??? ==3508== by 0x9932973: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,720 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x99542C0: ??? ==3508== by 0x991A9BB: ??? ==3508== by 0x994B15B: ??? ==3508== by 0x994B33E: ??? ==3508== by 0x9932973: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 40 bytes in 1 blocks are possibly lost in loss record 1,721 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x99542C0: ??? ==3508== by 0x9954E39: ??? ==3508== by 0x9955168: ??? ==3508== by 0x99551EB: ??? ==3508== by 0x994B1D5: ??? ==3508== by 0x994B348: ??? ==3508== by 0x9932973: ??? ==3508== by 0x69E65432: ??? ==3508== { 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:* } ==3508== 72 bytes in 3 blocks are possibly lost in loss record 2,241 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x67B1460: heap_alloc (mshtml_private.h:1178) ==3508== by 0x67B3A9A: set_script_elem_readystate (script.c:762) ==3508== by 0x67B5302: doc_insert_script (script.c:1290) ==3508== by 0x6735BAF: HTMLScriptElement_bind_to_tree (htmlscript.c:408) ==3508== by 0x676DFE8: run_bind_to_tree (mutation.c:241) ==3508== by 0x676EEE6: nsRunnable_Run (mutation.c:540) ==3508== by 0x6A841D7D: ??? ==3508== { 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:* } ==3508== 80 bytes in 2 blocks are possibly lost in loss record 2,366 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x99542C0: ??? ==3508== by 0x991A91F: ??? ==3508== by 0x994B15B: ??? ==3508== by 0x994B2AC: ??? ==3508== by 0x99DCBBE: ??? ==3508== by 0x99DD1E2: ??? ==3508== by 0x69E652EF: ??? ==3508== { 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:* } ==3508== 80 bytes in 2 blocks are possibly lost in loss record 2,367 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x99542C0: ??? ==3508== by 0x991A9BB: ??? ==3508== by 0x994B15B: ??? ==3508== by 0x994B2AC: ??? ==3508== by 0x99DCBBE: ??? ==3508== by 0x99DD1E2: ??? ==3508== by 0x69E652EF: ??? ==3508== { 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:* } ==3508== 96 bytes in 4 blocks are possibly lost in loss record 2,619 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AB02DD: ??? ==3508== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* obj:* } ==3508== 136 bytes in 1 blocks are definitely lost in loss record 2,931 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0xA180D95: WINTRUST_Alloc (wintrust_main.c:47) ==3508== by 0xA18133D: WINTRUST_AllocateProviderData (wintrust_main.c:207) ==3508== by 0xA18161E: WINTRUST_DefaultVerify (wintrust_main.c:286) ==3508== by 0xA1834FC: WinVerifyTrust (wintrust_main.c:731) ==3508== by 0x69F18B8B: ??? ==3508== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINTRUST_Alloc fun:WINTRUST_AllocateProviderData fun:WINTRUST_DefaultVerify fun:WinVerifyTrust obj:* } ==3508== 736 bytes in 15 blocks are possibly lost in loss record 3,743 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x4C1B476: IMalloc_fnAlloc (ifs.c:187) ==3508== by 0x4C1BD16: IMalloc_Alloc (objidl.h:1405) ==3508== by 0x4C1BD16: CoTaskMemAlloc (???:0) ==3508== by 0x53E8B4C: alloc_bstr (oleaut.c:177) ==3508== by 0x53E8F2D: SysAllocStringLen (oleaut.c:355) ==3508== by 0x53E8C00: SysAllocString (oleaut.c:247) ==3508== by 0x5C833E6: Uri_GetPropertyBSTR (uri.c:4376) ==3508== by 0x5C84632: IUri_GetPropertyBSTR (urlmon.h:5916) ==3508== by 0x5C84632: Uri_GetDisplayUri (???:0) ==3508== by 0x5C76C7D: IUri_GetDisplayUri (urlmon.h:5934) ==3508== by 0x5C76C7D: create_moniker (???:0) ==3508== by 0x5C7721E: CreateURLMonikerEx2 (umon.c:708) ==3508== by 0x6786EAF: async_open (nsio.c:1045) ==3508== by 0x67875C3: nsChannel_AsyncOpen (nsio.c:1173) ==3508== by 0x6A59939E: ??? ==3508== { 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:* } ==3508== 1,192 bytes in 13 blocks are possibly lost in loss record 3,914 of 4,521 ==3508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3508== by 0x987B880: msvcrt_heap_alloc (heap.c:70) ==3508== by 0x987C417: MSVCRT_calloc (heap.c:405) ==3508== by 0x9A990C1: ??? ==3508== by 0x9AB002A: ??? ==3508== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:msvcrt_heap_alloc fun:MSVCRT_calloc obj:* 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 ==3651== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3651_e2b65053 is empty ==3651== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==3651== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3651_e2b65053 is empty ==3651== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==3651== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3651_e2b65053 is empty ==3651== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==3651== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3651_e2b65053 is empty ==3651== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==3651== Invalid read of size 2 ==3651== at 0x4A41F1A: wine_dbgstr_wn (test.h:480) ==3651== by 0x4A2064D: wine_dbgstr_w (test.h:70) ==3651== by 0x4A2D9E0: test_body_style (style.c:1575) ==3651== by 0x4A3A938: basic_style_test (style.c:2998) ==3651== by 0x4A3B507: run_test (style.c:3207) ==3651== by 0x4A3B5CD: func_style (style.c:3219) ==3651== by 0x4A42516: run_test (test.h:603) ==3651== by 0x4A42975: main (test.h:687) ==3651== Address 0x8204e64 is 65,516 bytes inside a block of size 65,535 free'd ==3651== at 0x7BC50DB5: notify_free (heap.c:262) ==3651== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==3651== by 0x54079D9: heap_free (typelib.h:616) ==3651== by 0x540E04A: MSFT_DoFuncs (typelib.c:2523) ==3651== by 0x540E8A3: MSFT_DoTypeInfo (typelib.c:2705) ==3651== by 0x5411273: ITypeLib2_Constructor_MSFT (typelib.c:3644) ==3651== by 0x5410393: TLB_ReadTypeLib (typelib.c:3375) ==3651== by 0x5409080: LoadTypeLibEx (typelib.c:480) ==3651== by 0x5408F83: LoadTypeLib (typelib.c:453) ==3651== by 0x541D4F7: ITypeInfo_fnGetRefTypeInfo (typelib.c:7673) ==3651== by 0x5417F39: ITypeInfo_GetRefTypeInfo (oaidl.h:1552) ==3651== by 0x5417F39: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==3651== by 0x5417F66: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==3651== by 0x54181B2: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==3651== by 0x66BBCDA: ITypeInfo_GetFuncDesc (oaidl.h:1525) ==3651== by 0x66BBCDA: process_interface (???:0) ==3651== by 0x66BC095: preprocess_dispex_data (dispex.c:419) ==3651== by 0x66BF0AC: ensure_dispex_info (dispex.c:1359) ==3651== by 0x66C076E: init_dispex_with_compat_mode (dispex.c:1829) ==3651== by 0x66D6474: init_dispex (mshtml_private.h:340) ==3651== by 0x66E9F7A: create_document_object (htmldoc.c:5302) ==3651== by 0x66EA2D8: HTMLDocument_Create (htmldoc.c:5357) ==3651== Block was alloc'd at ==3651== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3651== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3651== by 0x5407946: heap_alloc (typelib.h:601) ==3651== by 0x540D9C6: MSFT_DoFuncs (typelib.c:2364) ==3651== by 0x540E8A3: MSFT_DoTypeInfo (typelib.c:2705) ==3651== by 0x5411273: ITypeLib2_Constructor_MSFT (typelib.c:3644) ==3651== by 0x5410393: TLB_ReadTypeLib (typelib.c:3375) ==3651== by 0x5409080: LoadTypeLibEx (typelib.c:480) ==3651== by 0x5408F83: LoadTypeLib (typelib.c:453) ==3651== by 0x541D4F7: ITypeInfo_fnGetRefTypeInfo (typelib.c:7673) ==3651== by 0x5417F39: ITypeInfo_GetRefTypeInfo (oaidl.h:1552) ==3651== by 0x5417F39: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==3651== by 0x5417F66: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==3651== by 0x54181B2: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==3651== by 0x66BBCDA: ITypeInfo_GetFuncDesc (oaidl.h:1525) ==3651== by 0x66BBCDA: process_interface (???:0) ==3651== by 0x66BC095: preprocess_dispex_data (dispex.c:419) ==3651== by 0x66BF0AC: ensure_dispex_info (dispex.c:1359) ==3651== by 0x66C076E: init_dispex_with_compat_mode (dispex.c:1829) ==3651== by 0x66D6474: init_dispex (mshtml_private.h:340) ==3651== by 0x66E9F7A: create_document_object (htmldoc.c:5302) ==3651== by 0x66EA2D8: HTMLDocument_Create (htmldoc.c:5357) ==3651== { 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 } ==3651== Invalid read of size 2 ==3651== at 0x4A41F98: wine_dbgstr_wn (test.h:490) ==3651== by 0x4A2064D: wine_dbgstr_w (test.h:70) ==3651== by 0x4A2D9E0: test_body_style (style.c:1575) ==3651== by 0x4A3A938: basic_style_test (style.c:2998) ==3651== by 0x4A3B507: run_test (style.c:3207) ==3651== by 0x4A3B5CD: func_style (style.c:3219) ==3651== by 0x4A42516: run_test (test.h:603) ==3651== by 0x4A42975: main (test.h:687) ==3651== Address 0x8204e64 is 65,516 bytes inside a block of size 65,535 free'd ==3651== at 0x7BC50DB5: notify_free (heap.c:262) ==3651== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==3651== by 0x54079D9: heap_free (typelib.h:616) ==3651== by 0x540E04A: MSFT_DoFuncs (typelib.c:2523) ==3651== by 0x540E8A3: MSFT_DoTypeInfo (typelib.c:2705) ==3651== by 0x5411273: ITypeLib2_Constructor_MSFT (typelib.c:3644) ==3651== by 0x5410393: TLB_ReadTypeLib (typelib.c:3375) ==3651== by 0x5409080: LoadTypeLibEx (typelib.c:480) ==3651== by 0x5408F83: LoadTypeLib (typelib.c:453) ==3651== by 0x541D4F7: ITypeInfo_fnGetRefTypeInfo (typelib.c:7673) ==3651== by 0x5417F39: ITypeInfo_GetRefTypeInfo (oaidl.h:1552) ==3651== by 0x5417F39: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==3651== by 0x5417F66: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==3651== by 0x54181B2: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==3651== by 0x66BBCDA: ITypeInfo_GetFuncDesc (oaidl.h:1525) ==3651== by 0x66BBCDA: process_interface (???:0) ==3651== by 0x66BC095: preprocess_dispex_data (dispex.c:419) ==3651== by 0x66BF0AC: ensure_dispex_info (dispex.c:1359) ==3651== by 0x66C076E: init_dispex_with_compat_mode (dispex.c:1829) ==3651== by 0x66D6474: init_dispex (mshtml_private.h:340) ==3651== by 0x66E9F7A: create_document_object (htmldoc.c:5302) ==3651== by 0x66EA2D8: HTMLDocument_Create (htmldoc.c:5357) ==3651== Block was alloc'd at ==3651== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3651== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3651== by 0x5407946: heap_alloc (typelib.h:601) ==3651== by 0x540D9C6: MSFT_DoFuncs (typelib.c:2364) ==3651== by 0x540E8A3: MSFT_DoTypeInfo (typelib.c:2705) ==3651== by 0x5411273: ITypeLib2_Constructor_MSFT (typelib.c:3644) ==3651== by 0x5410393: TLB_ReadTypeLib (typelib.c:3375) ==3651== by 0x5409080: LoadTypeLibEx (typelib.c:480) ==3651== by 0x5408F83: LoadTypeLib (typelib.c:453) ==3651== by 0x541D4F7: ITypeInfo_fnGetRefTypeInfo (typelib.c:7673) ==3651== by 0x5417F39: ITypeInfo_GetRefTypeInfo (oaidl.h:1552) ==3651== by 0x5417F39: ITypeInfoImpl_GetInternalDispatchFuncDesc (???:0) ==3651== by 0x5417F66: ITypeInfoImpl_GetInternalDispatchFuncDesc (typelib.c:5911) ==3651== by 0x54181B2: ITypeInfo_fnGetFuncDesc (typelib.c:5987) ==3651== by 0x66BBCDA: ITypeInfo_GetFuncDesc (oaidl.h:1525) ==3651== by 0x66BBCDA: process_interface (???:0) ==3651== by 0x66BC095: preprocess_dispex_data (dispex.c:419) ==3651== by 0x66BF0AC: ensure_dispex_info (dispex.c:1359) ==3651== by 0x66C076E: init_dispex_with_compat_mode (dispex.c:1829) ==3651== by 0x66D6474: init_dispex (mshtml_private.h:340) ==3651== by 0x66E9F7A: create_document_object (htmldoc.c:5302) ==3651== by 0x66EA2D8: HTMLDocument_Create (htmldoc.c:5357) ==3651== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:wine_dbgstr_w fun:test_body_style fun:basic_style_test fun:run_test fun:func_style fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p mshtml_test.exe.so xmlhttprequest && touch xmlhttprequest.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3727== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3727_c33f80af is empty ==3727== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==3727== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3727_c33f80af is empty ==3727== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==3727== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3727_c33f80af is empty ==3727== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==3727== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp3727_c33f80af is empty ==3727== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/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 ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3806== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x489ad78 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3806== by 0x4E37A5C: build_default_format (format.c:352) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3806== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3806== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x4877a58 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3806== by 0x4E37A5C: build_default_format (format.c:352) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3806== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x4886488 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3806== by 0x4E37A5C: build_default_format (format.c:352) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x487d2f8 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3806== by 0x4E37A5C: build_default_format (format.c:352) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x489bd40 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3806== by 0x4E37A5C: build_default_format (format.c:352) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x488f510 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3806== by 0x4E37A5C: build_default_format (format.c:352) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3806== by 0x4E018FA: ACTION_ExecuteAction (action.c:5635) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x48a53b0 is 18 bytes after a recently re-allocated block of size 54 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E71C26: msi_alloc (msipriv.h:1204) ==3806== by 0x4E7292D: msi_add_string (string.c:336) ==3806== by 0x4E7AB07: TABLE_set_row (table.c:1390) ==3806== by 0x4E7B6DE: TABLE_insert_row (table.c:1677) ==3806== by 0x4E3A4F5: INSERT_execute (insert.c:243) ==3806== by 0x4E502D9: MSI_ViewExecute (msiquery.c:456) ==3806== by 0x4E584AB: msi_set_property (package.c:2202) ==3806== by 0x4E53B3F: set_installer_properties (package.c:773) ==3806== by 0x4E55182: MSI_CreatePackage (package.c:1084) ==3806== by 0x4E5650D: MSI_OpenPackageW (package.c:1525) ==3806== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3806== by 0x4E018FA: ACTION_ExecuteAction (action.c:5635) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x48753f8 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3806== by 0x4E37A5C: build_default_format (format.c:352) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3806== by 0x4E018FA: ACTION_ExecuteAction (action.c:5635) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01ABD: ACTION_ExecuteAction (action.c:5677) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x4899308 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3806== by 0x4E37A5C: build_default_format (format.c:352) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01ABD: ACTION_ExecuteAction (action.c:5677) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E01ABD: ACTION_ExecuteAction (action.c:5677) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x4894e18 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3806== by 0x4E37A5C: build_default_format (format.c:352) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E01ABD: ACTION_ExecuteAction (action.c:5677) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x488b0b0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3806== by 0x4E37A5C: build_default_format (format.c:352) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E37A66: build_default_format (format.c:353) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x4892528 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3806== by 0x4E37A5C: build_default_format (format.c:352) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x4998E9D: test_register_product (action.c:2896) ==3806== by 0x49B260E: func_action (action.c:7029) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_product fun:func_action fun:run_test fun:main } ==3806== Invalid write of size 2 ==3806== at 0x4E36D66: lstrcatW (winbase.h:2767) ==3806== by 0x4E37ACB: build_default_format (format.c:361) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x48b2278 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3806== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3806== by 0x4E37AB6: build_default_format (format.c:360) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_publish_product fun:func_action fun:run_test fun:main } ==3806== Invalid read of size 2 ==3806== at 0x4E36D69: lstrcatW (winbase.h:2767) ==3806== by 0x4E37ACB: build_default_format (format.c:361) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x48b2278 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3806== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3806== by 0x4E37AB6: build_default_format (format.c:360) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_publish_product fun:func_action fun:run_test fun:main } ==3806== Invalid read of size 2 ==3806== at 0x4E5D769: strlenW (unicode.h:200) ==3806== by 0x4E5F18E: msi_record_set_string (record.c:632) ==3806== by 0x4E5F2CF: MSI_RecordSetStringW (record.c:653) ==3806== by 0x4E38B12: MSI_FormatRecordW (format.c:862) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x48b2286 is 0 bytes after a recently re-allocated block of size 30 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3806== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3806== by 0x4E37AB6: build_default_format (format.c:360) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:strlenW fun:msi_record_set_string fun:MSI_RecordSetStringW fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_publish_product fun:func_action fun:run_test fun:main } ==3806== Invalid read of size 2 ==3806== at 0x4030940: memcpy (vg_replace_strmem.c:1023) ==3806== by 0x4E5DC8F: msi_strdupW (record.c:164) ==3806== by 0x4E5F1C8: msi_record_set_string (record.c:637) ==3806== by 0x4E5F2CF: MSI_RecordSetStringW (record.c:653) ==3806== by 0x4E38B12: MSI_FormatRecordW (format.c:862) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x48b228c is 6 bytes after a recently re-allocated block of size 30 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3806== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3806== by 0x4E37AB6: build_default_format (format.c:360) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:memcpy fun:msi_strdupW fun:msi_record_set_string fun:MSI_RecordSetStringW fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_publish_product fun:func_action fun:run_test fun:main } ==3806== Invalid read of size 2 ==3806== at 0x4E36CD3: lstrlenW (winbase.h:2742) ==3806== by 0x4E36F6C: strdupW (msipriv.h:1260) ==3806== by 0x4E387EB: deformat_string_internal (format.c:775) ==3806== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x48b2286 is 0 bytes after a recently re-allocated block of size 30 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3806== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3806== by 0x4E37AB6: build_default_format (format.c:360) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:lstrlenW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_publish_product fun:func_action fun:run_test fun:main } ==3806== Invalid read of size 2 ==3806== at 0x4E36D14: lstrcpyW (winbase.h:2754) ==3806== by 0x4E36F94: strdupW (msipriv.h:1262) ==3806== by 0x4E387EB: deformat_string_internal (format.c:775) ==3806== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x48b2286 is 0 bytes after a recently re-allocated block of size 30 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3806== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3806== by 0x4E37AB6: build_default_format (format.c:360) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:lstrcpyW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_publish_product fun:func_action fun:run_test fun:main } ==3806== Invalid read of size 2 ==3806== at 0x4E36CD3: lstrlenW (winbase.h:2742) ==3806== by 0x4E38800: deformat_string_internal (format.c:776) ==3806== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== Address 0x48b2286 is 0 bytes after a recently re-allocated block of size 30 alloc'd ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3806== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3806== by 0x4E37AB6: build_default_format (format.c:360) ==3806== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3806== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3806== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3806== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3806== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3806== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3806== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499B24F: test_publish_product (action.c:3178) ==3806== by 0x49B2613: func_action (action.c:7030) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Addr2 fun:lstrlenW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_publish_product fun:func_action fun:run_test fun:main } wine: Unhandled page fault on write access to 0x0030003e at address 0x7bc5087e (thread 00da), 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 0x0030003e in 32-bit code (0x7bc5087e). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:7bc5087e ESP:04d6f1c8 EBP:04d6f1c8 EFLAGS:00000014( - -- -A-P- ) EAX:0030003a EBX:7bcf4000 ECX:048953a0 EDX:00000032 ESI:04d6f2d0 EDI:04d6f6dc Stack dump: 0x04d6f1c8: 04d6f208 7bc51eec 048953a8 00000010 0x04d6f1d8: 00000000 7bc51e1b 00000000 4d430000 0x04d6f1e8: 048953a0 00000002 04895398 048953a0 0x04d6f1f8: 00000000 2bc91600 04870064 04870014 0x04d6f208: 04d6f258 7bc520e0 04870014 04895398 0x04d6f218: 00000008 7bc51fa9 04870060 0489b060 Backtrace: =>0 0x7bc5087e list_remove+0x18(elem=0x48953a8) [/home/austin/wine-valgrind/dlls/ntdll/../../include/wine/list.h:100] in ntdll (0x04d6f1c8) 1 0x7bc51eec HEAP_CreateFreeBlock+0xdb(subheap=0x4870014, ptr=0x4895398, size=0x8) [/home/austin/wine-valgrind/dlls/ntdll/heap.c:595] in ntdll (0x04d6f208) 2 0x7bc520e0 HEAP_MakeInUseBlockFree+0x142(subheap=0x4870014, pArena=0x4895398) [/home/austin/wine-valgrind/dlls/ntdll/heap.c:656] in ntdll (0x04d6f258) 3 0x7bc553dc RtlFreeHeap+0xff(heap=0x4870000, flags=, ptr=0x48729e8) [/home/austin/wine-valgrind/dlls/ntdll/heap.c:1771] in ntdll (0x04d6f2b8) 4 0x04e5d7de msi_free+0x2c(mem=0x48729e8) [/home/austin/wine-valgrind/dlls/msi/msipriv.h:1227] in msi (0x04d6f2f8) 5 0x04e5d892 MSI_FreeField+0x37(field=0x48b205c) [/home/austin/wine-valgrind/dlls/msi/record.c:60] in msi (0x04d6f328) 6 0x04e5f175 msi_record_set_string+0x45(rec=0x48b2030, field=0x2, value="{7DF88A48-996F-4EC8-A022-BF956F9B2CBB}", len=0xffffffff) [/home/austin/wine-valgrind/dlls/msi/record.c:630] in msi (0x04d6f348) 7 0x04e5f2d0 MSI_RecordSetStringW+0x78(rec=0x48b2030, iField=0x2, szValue="{7DF88A48-996F-4EC8-A022-BF956F9B2CBB}") [/home/austin/wine-valgrind/dlls/msi/record.c:653] in msi (0x04d6f378) 8 0x04e38b75 MSI_FormatRecordW+0x16b(package=0x48a1360, record=0x4892438, buffer="??ø?", size=0x4d6f40c) [/home/austin/wine-valgrind/dlls/msi/format.c:868] in msi (0x04d6f3d8) 9 0x04e57797 MSI_ProcessMessageVerbatim+0x14d(package=0x48a1360, eMessageType=INSTALLMESSAGE_INSTALLSTART, record=0x4892438) [/home/austin/wine-valgrind/dlls/msi/package.c:1900] in msi (0x04d6f458) 10 0x04e57f3a MSI_ProcessMessage+0x496(package=0x48a1360, eMessageType=INSTALLMESSAGE_INSTALLSTART, record=0x4892438) [/home/austin/wine-valgrind/dlls/msi/package.c:2048] in msi (0x04d6f498) 11 0x04e018fb ACTION_ExecuteAction+0x339(package=0x48a1360) [/home/austin/wine-valgrind/dlls/msi/action.c:5635] in msi (0x04d6f4e8) 12 0x04e01bb2 ACTION_INSTALL+0x84(package=0x48a1360) [/home/austin/wine-valgrind/dlls/msi/action.c:5697] in msi (0x04d6f508) 13 0x04e082e2 ACTION_HandleStandardAction+0x1c1(package=0x48a1360, action="INSTALL") [/home/austin/wine-valgrind/dlls/msi/action.c:7876] in msi (0x04d6f6e8) 14 0x04e084ff ACTION_PerformAction+0x7a(package=0x48a1360, action="INSTALL") [/home/austin/wine-valgrind/dlls/msi/action.c:7904] in msi (0x04d6f728) 15 0x04e08bf7 MSI_InstallPackage+0x4e7(package=0x48a1360, szPackagePath="msitest.msi", szCommandLine="REGISTER_USER=1") [/home/austin/wine-valgrind/dlls/msi/action.c:8058] in msi (0x04d6f7a8) 16 0x04e42521 MsiInstallProductW+0xea(szPackagePath="msitest.msi", szCommandLine="REGISTER_USER=1") [/home/austin/wine-valgrind/dlls/msi/msi.c:251] in msi (0x04d6f808) 17 0x04e423fd MsiInstallProductA+0xdc(szPackagePath=, szCommandLine=) [/home/austin/wine-valgrind/dlls/msi/msi.c:226] in msi (0x04d6f868) 18 0x0499d6f3 test_register_user+0x122() [/home/austin/wine-valgrind/dlls/msi/tests/action.c:3597] in msi_test (0x04d6f9c8) 19 0x049b261e func_action+0x1f1() [/home/austin/wine-valgrind/dlls/msi/tests/action.c:7032] in msi_test (0x04d6fd08) 20 0x04ad61aa run_test+0x96(name="action") [/home/austin/wine-valgrind/dlls/msi/tests/../../../include/wine/test.h:603] in msi_test (0x04d6fd48) 21 0x04ad6609 main+0x245(argc=, argv=0x48725e0) [/home/austin/wine-valgrind/dlls/msi/tests/../../../include/wine/test.h:687] in msi_test (0x04d6fe18) 22 0x04ad6696 __wine_spec_exe_entry+0x6d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in msi_test (0x04d6fe58) 23 0x7b46ca0c call_process_entry+0xb() in kernel32 (0x04d6fe78) 24 0x7b46cb61 start_process+0x152(entry=0x4ad6628) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1124] in kernel32 (0x04d6fec8) 25 0x7bc9117c call_thread_func_wrapper+0xb() in ntdll (0x04d6fedc) 26 0x7bc91204 call_thread_func+0x7d(entry=0x7b46ca0e, arg=0x4ad6628, frame=0x4d6ffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04d6ffcc) 27 0x7bc9115a call_thread_entry_point+0x11() in ntdll (0x04d6ffec) 0x7bc5087e list_remove+0x18 [/home/austin/wine-valgrind/dlls/ntdll/../../include/wine/list.h:100] in ntdll: movl %edx,0x4(%eax) 100 elem->next->prev = elem->prev; Modules: Module Address Debug info Name (74 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- 41f1000 Dwarf libwine.so.1 ELF 420a000- 422e000 Deferred cabinet \-PE 4210000- 422e000 \ cabinet ELF 4241000- 425d000 Deferred libpthread.so.0 ELF 425e000- 440d000 Deferred libc.so.6 ELF 440d000- 4412000 Deferred libdl.so.2 ELF 4813000- 4867000 Deferred libm.so.6 ELF 4980000- 4b44000 Dwarf msi_test \-PE 4990000- 4b44000 \ msi_test ELF 4d70000- 4d8b000 Deferred version \-PE 4d80000- 4d8b000 \ version ELF 4dc0000- 4dd9000 Deferred libz.so.1 ELF 4dd9000- 4f1f000 Dwarf msi \-PE 4de0000- 4f1f000 \ msi ELF 4f1f000- 4fe0000 Deferred urlmon \-PE 4f30000- 4fe0000 \ urlmon ELF 4fe0000- 518b000 Deferred ole32 \-PE 5000000- 518b000 \ ole32 ELF 538b000- 540d000 Deferred advapi32 \-PE 53a0000- 540d000 \ advapi32 ELF 540d000- 5608000 Deferred user32 \-PE 5420000- 5608000 \ user32 ELF 5708000- 5850000 Deferred gdi32 \-PE 5710000- 5850000 \ gdi32 ELF 5850000- 58e0000 Deferred rpcrt4 \-PE 5860000- 58e0000 \ rpcrt4 ELF 58e0000- 5a59000 Deferred oleaut32 \-PE 5900000- 5a59000 \ oleaut32 ELF 5b59000- 5dc4000 Deferred shell32 \-PE 5b70000- 5dc4000 \ shell32 ELF 5ec4000- 5f41000 Deferred shlwapi \-PE 5ed0000- 5f41000 \ shlwapi ELF 5f41000- 5fc1000 Deferred wininet \-PE 5f50000- 5fc1000 \ wininet ELF 5fc1000- 5feb000 Deferred mpr \-PE 5fd0000- 5feb000 \ mpr ELF 5feb000- 6025000 Deferred ws2_32 \-PE 5ff0000- 6025000 \ ws2_32 ELF 6025000- 616a000 Deferred comctl32 \-PE 6030000- 616a000 \ comctl32 ELF 62c2000- 637e000 Deferred libfreetype.so.6 ELF 6586000- 6598000 Deferred libbz2.so.1 ELF 65a0000- 65df000 Deferred libpng16.so.16 ELF 65e3000- 662d000 Deferred libfontconfig.so.1 ELF 6635000- 6660000 Deferred libexpat.so.1 ELF 666c000- 6678000 Deferred libxcursor.so.1 ELF 6680000- 6687000 Deferred libxfixes.so.3 ELF 66b7000- 66dc000 Deferred imm32 \-PE 66c0000- 66dc000 \ imm32 ELF 66e4000- 6784000 Deferred winex11 \-PE 66f0000- 6784000 \ winex11 ELF 6794000- 6798000 Deferred libxinerama.so.1 ELF 67a0000- 67a7000 Deferred libxxf86vm.so.1 ELF 67ab000- 67b7000 Deferred libxrender.so.1 ELF 67bb000- 67c8000 Deferred libxrandr.so.2 ELF 67cc000- 67d0000 Deferred libxcomposite.so.1 ELF 67e0000- 67f5000 Deferred libxext.so.6 ELF 67f9000- 6947000 Deferred libx11.so.6 ELF 694b000- 6978000 Deferred libxcb.so.1 ELF 697c000- 6981000 Deferred libxau.so.6 ELF 6985000- 698c000 Deferred libxdmcp.so.6 ELF 698c000- 69a8000 Deferred libbsd.so.0 ELF 69ac000- 69b5000 Deferred librt.so.1 ELF 6a09000- 6a1c000 Deferred libxi.so.6 ELF 6a6d000- 6aa6000 Deferred uxtheme \-PE 6a70000- 6aa6000 \ uxtheme ELF 7b400000-7b7fb000 Dwarf kernel32 \-PE 7b410000-7b7fb000 \ kernel32 ELF 7bc00000-7bd11000 Dwarf ntdll \-PE 7bc10000-7bd11000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000093 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 0000002b 0 00000025 0 00000024 0 00000022 0 00000029 explorer.exe 0000002e 0 0000002d 0 0000002c 0 0000002a 0 0000002f winemine.exe 00000030 0 00000091 rpcss.exe 00000097 0 00000096 0 00000095 0 00000094 0 00000092 0 000000d9 (D) Z:\home\austin\wine-valgrind\dlls\msi\tests\msi_test.exe 000000da 0 <== System information: Wine build: wine-2.18-1-g291b47e32e Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 ==3806== 3 bytes in 1 blocks are definitely lost in loss record 9 of 772 ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x499D3A4: reg_get_val_str (action.c:3506) ==3806== by 0x499D4FE: get_owner_company (action.c:3539) ==3806== by 0x499D65E: test_register_user (action.c:3584) ==3806== by 0x49B261D: func_action (action.c:7032) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:reg_get_val_str fun:get_owner_company fun:test_register_user fun:func_action fun:run_test fun:main } ==3806== 3 bytes in 1 blocks are definitely lost in loss record 10 of 772 ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x499D3A4: reg_get_val_str (action.c:3506) ==3806== by 0x499D51B: get_owner_company (action.c:3540) ==3806== by 0x499D65E: test_register_user (action.c:3584) ==3806== by 0x49B261D: func_action (action.c:7032) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:reg_get_val_str fun:get_owner_company fun:test_register_user fun:func_action fun:run_test fun:main } ==3806== 16 bytes in 1 blocks are definitely lost in loss record 164 of 772 ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E51E5E: msi_alloc (msipriv.h:1204) ==3806== by 0x4E58BF3: msi_dup_property (package.c:2374) ==3806== by 0x4E08A3D: MSI_InstallPackage (action.c:8035) ==3806== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3806== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3806== by 0x499D6F2: test_register_user (action.c:3597) ==3806== by 0x49B261D: func_action (action.c:7032) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:msi_dup_property fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_register_user fun:func_action fun:run_test fun:main } ==3806== 20 bytes in 1 blocks are definitely lost in loss record 194 of 772 ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x7B44A382: HeapAlloc (heap.c:271) ==3806== by 0x7B44BBD1: LocalAlloc (heap.c:970) ==3806== by 0x53CDC56: ConvertSidToStringSidA (security.c:5283) ==3806== by 0x4997385: get_user_sid (action.c:2329) ==3806== by 0x499D635: test_register_user (action.c:3581) ==3806== by 0x49B261D: func_action (action.c:7032) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:ConvertSidToStringSidA fun:get_user_sid fun:test_register_user fun:func_action fun:run_test fun:main } ==3806== 24 bytes in 1 blocks are definitely lost in loss record 223 of 772 ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E41A1B: msi_alloc (msipriv.h:1204) ==3806== by 0x4E41A9D: strdupAtoW (msipriv.h:1250) ==3806== by 0x4E423C5: MsiInstallProductA (msi.c:214) ==3806== by 0x499D6F2: test_register_user (action.c:3597) ==3806== by 0x49B261D: func_action (action.c:7032) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:strdupAtoW fun:MsiInstallProductA fun:test_register_user fun:func_action fun:run_test fun:main } ==3806== 32 bytes in 1 blocks are definitely lost in loss record 299 of 772 ==3806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3806== by 0x4E41A1B: msi_alloc (msipriv.h:1204) ==3806== by 0x4E41A9D: strdupAtoW (msipriv.h:1250) ==3806== by 0x4E423E2: MsiInstallProductA (msi.c:221) ==3806== by 0x499D6F2: test_register_user (action.c:3597) ==3806== by 0x49B261D: func_action (action.c:7032) ==3806== by 0x4AD61A9: run_test (test.h:603) ==3806== by 0x4AD6608: main (test.h:687) ==3806== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:strdupAtoW fun:MsiInstallProductA fun:test_register_user fun:func_action fun:run_test fun:main } make[1]: *** [Makefile:184: action.ok] Error 5 ../../../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 ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3860== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3860== by 0x4E14380: InstallerImpl_OpenPackage (automation.c:1746) ==3860== by 0x4E15672: installer_invoke (automation.c:2361) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B4F1D: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B4F1D: test_dispatch (???:0) ==3860== by 0x49C16A7: func_automation (automation.c:2794) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x4872728 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3860== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3860== by 0x4E14380: InstallerImpl_OpenPackage (automation.c:1746) ==3860== by 0x4E15672: installer_invoke (automation.c:2361) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B4F1D: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B4F1D: test_dispatch (???:0) ==3860== by 0x49C16A7: func_automation (automation.c:2794) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiOpenPackageExW fun:InstallerImpl_OpenPackage fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:test_dispatch fun:func_automation fun:run_test fun:main } ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3860== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3860== by 0x4E14380: InstallerImpl_OpenPackage (automation.c:1746) ==3860== by 0x4E15672: installer_invoke (automation.c:2361) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B4F1D: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B4F1D: test_dispatch (???:0) ==3860== by 0x49C16A7: func_automation (automation.c:2794) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x48a5ee0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3860== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3860== by 0x4E14380: InstallerImpl_OpenPackage (automation.c:1746) ==3860== by 0x4E15672: installer_invoke (automation.c:2361) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B4F1D: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B4F1D: test_dispatch (???:0) ==3860== by 0x49C16A7: func_automation (automation.c:2794) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiOpenPackageExW fun:InstallerImpl_OpenPackage fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:test_dispatch fun:func_automation fun:run_test fun:main } ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x4878e68 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:MsiProcessMessage fun:session_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Session_Message fun:test_Session fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid read of size 2 ==3860== at 0x4E5D769: strlenW (unicode.h:200) ==3860== by 0x4E5F18E: msi_record_set_string (record.c:632) ==3860== by 0x4E5F2CF: MSI_RecordSetStringW (record.c:653) ==3860== by 0x4E38B12: MSI_FormatRecordW (format.c:862) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x4878e68 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Addr2 fun:strlenW fun:msi_record_set_string fun:MSI_RecordSetStringW fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:MsiProcessMessage fun:session_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Session_Message fun:test_Session fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid read of size 2 ==3860== at 0x4E36CD3: lstrlenW (winbase.h:2742) ==3860== by 0x4E36F6C: strdupW (msipriv.h:1260) ==3860== by 0x4E387EB: deformat_string_internal (format.c:775) ==3860== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x4878e68 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Addr2 fun:lstrlenW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:MsiProcessMessage fun:session_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Session_Message fun:test_Session fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid read of size 2 ==3860== at 0x4E36D14: lstrcpyW (winbase.h:2754) ==3860== by 0x4E36F94: strdupW (msipriv.h:1262) ==3860== by 0x4E387EB: deformat_string_internal (format.c:775) ==3860== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x4878e68 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Addr2 fun:lstrcpyW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:MsiProcessMessage fun:session_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Session_Message fun:test_Session fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid read of size 2 ==3860== at 0x4E36CD3: lstrlenW (winbase.h:2742) ==3860== by 0x4E38800: deformat_string_internal (format.c:776) ==3860== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x4878e68 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Addr2 fun:lstrlenW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:MsiProcessMessage fun:session_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Session_Message fun:test_Session fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x488ab90 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:MsiProcessMessage fun:session_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Session_Message fun:test_Session fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid read of size 2 ==3860== at 0x4E36CD3: lstrlenW (winbase.h:2742) ==3860== by 0x4E38800: deformat_string_internal (format.c:776) ==3860== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x488ab90 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4E580AE: MsiProcessMessage (package.c:2095) ==3860== by 0x4E13A3A: session_invoke (automation.c:1541) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B73DC: Session_Message (automation.c:1294) ==3860== by 0x49BBF1E: test_Session (automation.c:2005) ==3860== by 0x49C0A5C: test_Installer (automation.c:2682) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Addr2 fun:lstrlenW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:MsiProcessMessage fun:session_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Session_Message fun:test_Session fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x487e0d8 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x57920DF: create_family (freetype.c:1583) ==3860== by 0x5792A20: load_font_list_from_cache (freetype.c:1757) ==3860== by 0x579B50D: WineEngInit (freetype.c:4400) ==3860== by 0x57AA490: DllMain (gdiobj.c:677) ==3860== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3860== by 0x7BC57525: ??? (loader.c:144) ==3860== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3860== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3860== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3860== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3860== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3860== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3860== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3860== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3860== by 0x4041418: ??? (port.c:78) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:InstallerImpl_InstallProduct fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Installer_InstallProduct fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x4879cb0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:InstallerImpl_InstallProduct fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Installer_InstallProduct fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x487bdb0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:InstallerImpl_InstallProduct fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Installer_InstallProduct fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid write of size 2 ==3860== at 0x4E36D66: lstrcatW (winbase.h:2767) ==3860== by 0x4E37ACB: build_default_format (format.c:361) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x496a960 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3860== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3860== by 0x4E37AB6: build_default_format (format.c:360) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:InstallerImpl_InstallProduct fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Installer_InstallProduct fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid read of size 2 ==3860== at 0x4E36D69: lstrcatW (winbase.h:2767) ==3860== by 0x4E37ACB: build_default_format (format.c:361) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x496a960 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3860== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3860== by 0x4E37AB6: build_default_format (format.c:360) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:InstallerImpl_InstallProduct fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Installer_InstallProduct fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x4871de0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:InstallerImpl_InstallProduct fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Installer_InstallProduct fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid read of size 2 ==3860== at 0x4E36D48: lstrcatW (winbase.h:2766) ==3860== by 0x4E37ACB: build_default_format (format.c:361) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4DF427E: msi_ui_progress (action.c:738) ==3860== by 0x4DF9A7B: ITERATE_WriteRegistryValues (action.c:2860) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DFA1AA: ACTION_WriteRegistryValues (action.c:2972) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3860== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== Address 0x4872a42 is 0 bytes after a recently re-allocated block of size 58 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3860== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3860== by 0x4E37AB6: build_default_format (format.c:360) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4DF427E: msi_ui_progress (action.c:738) ==3860== by 0x4DF9A7B: ITERATE_WriteRegistryValues (action.c:2860) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DFA1AA: ACTION_WriteRegistryValues (action.c:2972) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3860== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:msi_ui_progress fun:ITERATE_WriteRegistryValues fun:MSI_IterateRecords fun:ACTION_WriteRegistryValues fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:ITERATE_Actions fun:MSI_IterateRecords fun:ACTION_ProcessExecSequence fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW } ==3860== Invalid write of size 2 ==3860== at 0x4E36D66: lstrcatW (winbase.h:2767) ==3860== by 0x4E37ACB: build_default_format (format.c:361) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4DF427E: msi_ui_progress (action.c:738) ==3860== by 0x4DF9A7B: ITERATE_WriteRegistryValues (action.c:2860) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DFA1AA: ACTION_WriteRegistryValues (action.c:2972) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3860== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== Address 0x4879740 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3860== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3860== by 0x4E37AB6: build_default_format (format.c:360) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4DF427E: msi_ui_progress (action.c:738) ==3860== by 0x4DF9A7B: ITERATE_WriteRegistryValues (action.c:2860) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DFA1AA: ACTION_WriteRegistryValues (action.c:2972) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3860== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:msi_ui_progress fun:ITERATE_WriteRegistryValues fun:MSI_IterateRecords fun:ACTION_WriteRegistryValues fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:ITERATE_Actions fun:MSI_IterateRecords fun:ACTION_ProcessExecSequence fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW } ==3860== Invalid read of size 2 ==3860== at 0x4E36D69: lstrcatW (winbase.h:2767) ==3860== by 0x4E37ACB: build_default_format (format.c:361) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4DF427E: msi_ui_progress (action.c:738) ==3860== by 0x4DF9A7B: ITERATE_WriteRegistryValues (action.c:2860) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DFA1AA: ACTION_WriteRegistryValues (action.c:2972) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3860== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== Address 0x4879740 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3860== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3860== by 0x4E37AB6: build_default_format (format.c:360) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4DF427E: msi_ui_progress (action.c:738) ==3860== by 0x4DF9A7B: ITERATE_WriteRegistryValues (action.c:2860) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DFA1AA: ACTION_WriteRegistryValues (action.c:2972) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3860== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:msi_ui_progress fun:ITERATE_WriteRegistryValues fun:MSI_IterateRecords fun:ACTION_WriteRegistryValues fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:ITERATE_Actions fun:MSI_IterateRecords fun:ACTION_ProcessExecSequence fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW } ==3860== Invalid read of size 2 ==3860== at 0x4E36D48: lstrcatW (winbase.h:2766) ==3860== by 0x4E37ACB: build_default_format (format.c:361) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4DF427E: msi_ui_progress (action.c:738) ==3860== by 0x4DF9A7B: ITERATE_WriteRegistryValues (action.c:2860) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DFA1AA: ACTION_WriteRegistryValues (action.c:2972) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3860== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== Address 0x487b1c4 is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3860== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3860== by 0x4E37AB6: build_default_format (format.c:360) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3860== by 0x4DF427E: msi_ui_progress (action.c:738) ==3860== by 0x4DF9A7B: ITERATE_WriteRegistryValues (action.c:2860) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DFA1AA: ACTION_WriteRegistryValues (action.c:2972) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3860== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3860== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3860== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:msi_ui_progress fun:ITERATE_WriteRegistryValues fun:MSI_IterateRecords fun:ACTION_WriteRegistryValues fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:ITERATE_Actions fun:MSI_IterateRecords fun:ACTION_ProcessExecSequence fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW } ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E01ABD: ACTION_ExecuteAction (action.c:5677) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x4883670 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x57920DF: create_family (freetype.c:1583) ==3860== by 0x5792A20: load_font_list_from_cache (freetype.c:1757) ==3860== by 0x579B50D: WineEngInit (freetype.c:4400) ==3860== by 0x57AA490: DllMain (gdiobj.c:677) ==3860== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3860== by 0x7BC57525: ??? (loader.c:144) ==3860== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3860== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3860== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3860== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3860== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3860== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3860== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3860== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3860== by 0x4041418: ??? (port.c:78) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:InstallerImpl_InstallProduct fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Installer_InstallProduct fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E01ABD: ACTION_ExecuteAction (action.c:5677) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x4876ea8 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E01ABD: ACTION_ExecuteAction (action.c:5677) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:InstallerImpl_InstallProduct fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Installer_InstallProduct fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x487bdb0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3860== by 0x4E37A5C: build_default_format (format.c:352) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:InstallerImpl_InstallProduct fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Installer_InstallProduct fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== Invalid read of size 2 ==3860== at 0x4030940: memcpy (vg_replace_strmem.c:1023) ==3860== by 0x4E5DC8F: msi_strdupW (record.c:164) ==3860== by 0x4E5F1C8: msi_record_set_string (record.c:637) ==3860== by 0x4E5F2CF: MSI_RecordSetStringW (record.c:653) ==3860== by 0x4E38B12: MSI_FormatRecordW (format.c:862) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== Address 0x489d0ec is 6 bytes after a recently re-allocated block of size 30 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3860== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3860== by 0x4E37AB6: build_default_format (format.c:360) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3860== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== { Memcheck:Addr2 fun:memcpy fun:msi_strdupW fun:msi_record_set_string fun:MSI_RecordSetStringW fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:InstallerImpl_InstallProduct fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Installer_InstallProduct fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation } ==3860== Invalid write of size 2 ==3860== at 0x4E37A66: build_default_format (format.c:353) ==3860== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3860== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3860== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3860== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3860== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3860== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3860== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3860== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== Address 0x4956bf8 is 16 bytes after a recently re-allocated block of size 80 alloc'd ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x4E391C8: msi_alloc_zero (msipriv.h:1210) ==3860== by 0x4E39719: alloc_msiobject (handle.c:206) ==3860== by 0x4E1FE12: MSI_OpenDatabaseW (database.c:246) ==3860== by 0x4E564CA: MSI_OpenPackageW (package.c:1518) ==3860== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3860== by 0x4E149F0: InstallerImpl_InstallProduct (automation.c:1946) ==3860== by 0x4E15738: installer_invoke (automation.c:2386) ==3860== by 0x4E105E5: AutomationObject_Invoke (automation.c:370) ==3860== by 0x49B6065: IDispatch_Invoke (oaidl.h:887) ==3860== by 0x49B6065: invoke (???:0) ==3860== by 0x49B67E0: Installer_InstallProduct (automation.c:1033) ==3860== by 0x49BEA5D: test_Installer_InstallProduct (automation.c:2465) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:InstallerImpl_InstallProduct fun:installer_invoke fun:AutomationObject_Invoke fun:IDispatch_Invoke fun:invoke fun:Installer_InstallProduct fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } wine: Unhandled page fault on write access to 0x00000004 at address 0x7bc5087e (thread 00e5), starting debugger... ==3874== 8 bytes in 1 blocks are possibly lost in loss record 62 of 742 ==3874== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3874== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3874== by 0x7B44A382: HeapAlloc (heap.c:271) ==3874== by 0x7B44A615: GlobalAlloc (heap.c:377) ==3874== by 0x500F7F5: OLEClipbrd_Initialize (clipboard.c:1771) ==3874== by 0x504A671: OleInitialize (ole2.c:211) ==3874== by 0x49C151C: func_automation (automation.c:2781) ==3874== by 0x4AD61A9: run_test (test.h:603) ==3874== by 0x4AD6608: main (test.h:687) ==3874== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:OLEClipbrd_Initialize fun:OleInitialize fun:func_automation fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 Unhandled exception: page fault on write access to 0x00000004 in 32-bit code (0x7bc5087e). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:7bc5087e ESP:04d6f258 EBP:04d6f258 EFLAGS:00000014( - -- -A-P- ) EAX:00000000 EBX:7bcf4000 ECX:04923690 EDX:00000000 ESI:04d6f360 EDI:00000000 Stack dump: 0x04d6f258: 04d6f298 7bc51eec 04923698 00000010 0x04d6f268: 00000000 7bc51e1b 00000000 4d430000 0x04d6f278: 04923690 00000002 04923688 04923690 0x04d6f288: 00000000 de6d4b00 04870064 04870014 0x04d6f298: 04d6f2e8 7bc520e0 04870014 04923688 0x04d6f2a8: 00000008 7bc51fa9 7bcf3c40 00000000 Backtrace: =>0 0x7bc5087e list_remove+0x18(elem=0x4923698) [/home/austin/wine-valgrind/dlls/ntdll/../../include/wine/list.h:100] in ntdll (0x04d6f258) 1 0x7bc51eec HEAP_CreateFreeBlock+0xdb(subheap=0x4870014, ptr=0x4923688, size=0x8) [/home/austin/wine-valgrind/dlls/ntdll/heap.c:595] in ntdll (0x04d6f298) 2 0x7bc520e0 HEAP_MakeInUseBlockFree+0x142(subheap=0x4870014, pArena=0x4923688) [/home/austin/wine-valgrind/dlls/ntdll/heap.c:656] in ntdll (0x04d6f2e8) 3 0x7bc553dc RtlFreeHeap+0xff(heap=0x4870000, flags=, ptr=0x48843d8) [/home/austin/wine-valgrind/dlls/ntdll/heap.c:1771] in ntdll (0x04d6f348) 4 0x049be94e find_registry_key+0x196(hkeyParent=0x88, subkey="A99A3CF7918B4BF47A9A6E95771825B9", findkey="af054738b93a8cb43b12803b397f483b", access=0xf003f, phkey=0x4d6f534) [/home/austin/wine-valgrind/dlls/msi/tests/automation.c:2430] in msi_test (0x04d6f3b8) 5 0x049be8e2 find_registry_key+0x12a(hkeyParent=0x84, subkey="Components", findkey="af054738b93a8cb43b12803b397f483b", access=0xf003f, phkey=0x4d6f534) [/home/austin/wine-valgrind/dlls/msi/tests/automation.c:2426] in msi_test (0x04d6f428) 6 0x049be8e2 find_registry_key+0x12a(hkeyParent=0x80, subkey="S-1-5-21-0-0-0-1000", findkey="af054738b93a8cb43b12803b397f483b", access=0xf003f, phkey=0x4d6f534) [/home/austin/wine-valgrind/dlls/msi/tests/automation.c:2426] in msi_test (0x04d6f498) 7 0x049be8e2 find_registry_key+0x12a(hkeyParent=0x80000002, subkey="SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData", findkey="af054738b93a8cb43b12803b397f483b", access=0xf003f, phkey=0x4d6f534) [/home/austin/wine-valgrind/dlls/msi/tests/automation.c:2426] in msi_test (0x04d6f508) 8 0x049bfde9 test_Installer_InstallProduct+0x146f() [/home/austin/wine-valgrind/dlls/msi/tests/automation.c:2585] in msi_test (0x04d6f878) 9 0x049c13f0 test_Installer+0x13a1() [/home/austin/wine-valgrind/dlls/msi/tests/automation.c:2751] in msi_test (0x04d6fac8) 10 0x049c16ad func_automation+0x2a3() [/home/austin/wine-valgrind/dlls/msi/tests/automation.c:2795] in msi_test (0x04d6fd08) 11 0x04ad61aa run_test+0x96(name="automation") [/home/austin/wine-valgrind/dlls/msi/tests/../../../include/wine/test.h:603] in msi_test (0x04d6fd48) 12 0x04ad6609 main+0x245(argc=, argv=0x48725e8) [/home/austin/wine-valgrind/dlls/msi/tests/../../../include/wine/test.h:687] in msi_test (0x04d6fe18) 13 0x04ad6696 __wine_spec_exe_entry+0x6d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in msi_test (0x04d6fe58) 14 0x7b46ca0c call_process_entry+0xb() in kernel32 (0x04d6fe78) 15 0x7b46cb61 start_process+0x152(entry=0x4ad6628) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1124] in kernel32 (0x04d6fec8) 16 0x7bc9117c call_thread_func_wrapper+0xb() in ntdll (0x04d6fedc) 17 0x7bc91204 call_thread_func+0x7d(entry=0x7b46ca0e, arg=0x4ad6628, frame=0x4d6ffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04d6ffcc) 18 0x7bc9115a call_thread_entry_point+0x11() in ntdll (0x04d6ffec) 0x7bc5087e list_remove+0x18 [/home/austin/wine-valgrind/dlls/ntdll/../../include/wine/list.h:100] in ntdll: movl %edx,0x4(%eax) 100 elem->next->prev = elem->prev; Modules: Module Address Debug info Name (74 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- 41f1000 Dwarf libwine.so.1 ELF 420a000- 422e000 Deferred cabinet \-PE 4210000- 422e000 \ cabinet ELF 4241000- 425d000 Deferred libpthread.so.0 ELF 425e000- 440d000 Deferred libc.so.6 ELF 440d000- 4412000 Deferred libdl.so.2 ELF 4813000- 4867000 Deferred libm.so.6 ELF 4980000- 4b44000 Dwarf msi_test \-PE 4990000- 4b44000 \ msi_test ELF 4d7c000- 4d97000 Deferred version \-PE 4d80000- 4d97000 \ version ELF 4dc0000- 4dd9000 Deferred libz.so.1 ELF 4dd9000- 4f1f000 Deferred msi \-PE 4de0000- 4f1f000 \ msi ELF 4f1f000- 4fe0000 Deferred urlmon \-PE 4f30000- 4fe0000 \ urlmon ELF 4fe0000- 518b000 Deferred ole32 \-PE 5000000- 518b000 \ ole32 ELF 538b000- 540d000 Deferred advapi32 \-PE 53a0000- 540d000 \ advapi32 ELF 540d000- 5608000 Deferred user32 \-PE 5420000- 5608000 \ user32 ELF 5708000- 5850000 Deferred gdi32 \-PE 5710000- 5850000 \ gdi32 ELF 5850000- 58e0000 Deferred rpcrt4 \-PE 5860000- 58e0000 \ rpcrt4 ELF 58e0000- 5a59000 Deferred oleaut32 \-PE 5900000- 5a59000 \ oleaut32 ELF 5b59000- 5dc4000 Deferred shell32 \-PE 5b70000- 5dc4000 \ shell32 ELF 5ec4000- 5f41000 Deferred shlwapi \-PE 5ed0000- 5f41000 \ shlwapi ELF 5f41000- 5fc1000 Deferred wininet \-PE 5f50000- 5fc1000 \ wininet ELF 5fc5000- 5fef000 Deferred mpr \-PE 5fd0000- 5fef000 \ mpr ELF 5ff3000- 602d000 Deferred ws2_32 \-PE 6000000- 602d000 \ ws2_32 ELF 6039000- 617e000 Deferred comctl32 \-PE 6040000- 617e000 \ comctl32 ELF 62e2000- 639e000 Deferred libfreetype.so.6 ELF 65a6000- 65b8000 Deferred libbz2.so.1 ELF 65c0000- 65ff000 Deferred libpng16.so.16 ELF 6603000- 664d000 Deferred libfontconfig.so.1 ELF 6655000- 6680000 Deferred libexpat.so.1 ELF 668c000- 6698000 Deferred libxcursor.so.1 ELF 66a0000- 66a7000 Deferred libxfixes.so.3 ELF 66d7000- 66fc000 Deferred imm32 \-PE 66e0000- 66fc000 \ imm32 ELF 6704000- 67a4000 Deferred winex11 \-PE 6710000- 67a4000 \ winex11 ELF 67b4000- 67b8000 Deferred libxinerama.so.1 ELF 67c0000- 67c7000 Deferred libxxf86vm.so.1 ELF 67cb000- 67d7000 Deferred libxrender.so.1 ELF 67db000- 67e8000 Deferred libxrandr.so.2 ELF 67ec000- 67f0000 Deferred libxcomposite.so.1 ELF 6800000- 6815000 Deferred libxext.so.6 ELF 6819000- 6967000 Deferred libx11.so.6 ELF 696b000- 6998000 Deferred libxcb.so.1 ELF 699c000- 69a1000 Deferred libxau.so.6 ELF 69a5000- 69ac000 Deferred libxdmcp.so.6 ELF 69ac000- 69c8000 Deferred libbsd.so.0 ELF 69cc000- 69d5000 Deferred librt.so.1 ELF 6a29000- 6a3c000 Deferred libxi.so.6 ELF 6a8d000- 6ac6000 Deferred uxtheme \-PE 6a90000- 6ac6000 \ uxtheme ELF 7b400000-7b7fb000 Dwarf kernel32 \-PE 7b410000-7b7fb000 \ kernel32 ELF 7bc00000-7bd11000 Dwarf ntdll \-PE 7bc10000-7bd11000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000093 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 0000002b 0 00000025 0 00000024 0 00000022 0 00000029 explorer.exe 0000002e 0 0000002d 0 0000002c 0 0000002a 0 0000002f winemine.exe 00000030 0 00000091 rpcss.exe 00000097 0 00000096 0 00000095 0 00000094 0 00000092 0 000000e6 (D) Z:\home\austin\wine-valgrind\dlls\msi\tests\msi_test.exe 000000e5 0 <== System information: Wine build: wine-2.18-1-g291b47e32e Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 ==3860== 8 bytes in 1 blocks are possibly lost in loss record 62 of 735 ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x7B44A382: HeapAlloc (heap.c:271) ==3860== by 0x7B44A615: GlobalAlloc (heap.c:377) ==3860== by 0x500F7F5: OLEClipbrd_Initialize (clipboard.c:1771) ==3860== by 0x504A671: OleInitialize (ole2.c:211) ==3860== by 0x49C151C: func_automation (automation.c:2781) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:OLEClipbrd_Initialize fun:OleInitialize fun:func_automation fun:run_test fun:main } ==3860== 11 bytes in 1 blocks are definitely lost in loss record 66 of 735 ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x49BE88D: find_registry_key (automation.c:2416) ==3860== by 0x49BE8E1: find_registry_key (automation.c:2426) ==3860== by 0x49BFDE8: test_Installer_InstallProduct (automation.c:2585) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:find_registry_key fun:find_registry_key fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== 20 bytes in 1 blocks are definitely lost in loss record 163 of 735 ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x49BE88D: find_registry_key (automation.c:2416) ==3860== by 0x49BFDE8: test_Installer_InstallProduct (automation.c:2585) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:find_registry_key fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } ==3860== 33 bytes in 1 blocks are definitely lost in loss record 263 of 735 ==3860== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3860== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3860== by 0x49BE88D: find_registry_key (automation.c:2416) ==3860== by 0x49BE8E1: find_registry_key (automation.c:2426) ==3860== by 0x49BE8E1: find_registry_key (automation.c:2426) ==3860== by 0x49BFDE8: test_Installer_InstallProduct (automation.c:2585) ==3860== by 0x49C13EF: test_Installer (automation.c:2751) ==3860== by 0x49C16AC: func_automation (automation.c:2795) ==3860== by 0x4AD61A9: run_test (test.h:603) ==3860== by 0x4AD6608: main (test.h:687) ==3860== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:find_registry_key fun:find_registry_key fun:find_registry_key fun:test_Installer_InstallProduct fun:test_Installer fun:func_automation fun:run_test fun:main } make[1]: *** [Makefile:217: automation.ok] Error 5 ../../../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 ==3888== Invalid write of size 2 ==3888== at 0x4E37A66: build_default_format (format.c:353) ==3888== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3888== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3888== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3888== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3888== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3888== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3888== by 0x49D2096: package_from_db (db.c:3154) ==3888== by 0x49D3019: test_try_transform (db.c:3346) ==3888== by 0x49F8E86: func_db (db.c:9723) ==3888== by 0x4AD61A9: run_test (test.h:603) ==3888== by 0x4AD6608: main (test.h:687) ==3888== Address 0x487f3a0 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==3888== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3888== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3888== by 0x57920DF: create_family (freetype.c:1583) ==3888== by 0x5792A20: load_font_list_from_cache (freetype.c:1757) ==3888== by 0x579B50D: WineEngInit (freetype.c:4400) ==3888== by 0x57AA490: DllMain (gdiobj.c:677) ==3888== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3888== by 0x7BC57525: ??? (loader.c:144) ==3888== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3888== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3888== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3888== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3888== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3888== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3888== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3888== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3888== by 0x4041418: ??? (port.c:78) ==3888== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiOpenPackageExW fun:MsiOpenPackageExA fun:MsiOpenPackageA fun:package_from_db fun:test_try_transform fun:func_db fun:run_test fun:main } ==3888== Invalid write of size 2 ==3888== at 0x4E37A66: build_default_format (format.c:353) ==3888== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3888== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3888== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3888== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3888== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3888== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3888== by 0x49D2096: package_from_db (db.c:3154) ==3888== by 0x49D3019: test_try_transform (db.c:3346) ==3888== by 0x49F8E86: func_db (db.c:9723) ==3888== by 0x4AD61A9: run_test (test.h:603) ==3888== by 0x4AD6608: main (test.h:687) ==3888== Address 0x4909de8 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3888== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3888== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3888== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3888== by 0x4E37A5C: build_default_format (format.c:352) ==3888== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3888== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3888== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3888== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3888== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3888== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3888== by 0x49D2096: package_from_db (db.c:3154) ==3888== by 0x49D3019: test_try_transform (db.c:3346) ==3888== by 0x49F8E86: func_db (db.c:9723) ==3888== by 0x4AD61A9: run_test (test.h:603) ==3888== by 0x4AD6608: main (test.h:687) ==3888== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiOpenPackageExW fun:MsiOpenPackageExA fun:MsiOpenPackageA fun:package_from_db fun:test_try_transform fun:func_db fun:run_test fun:main } ==3888== 32 bytes in 1 blocks are definitely lost in loss record 216 of 609 ==3888== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3888== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3888== by 0x503AE6D: CreateStreamOnHGlobal (hglobalstream.c:590) ==3888== by 0x4E5F539: RECORD_StreamFromFile (record.c:708) ==3888== by 0x4E5F7A1: MSI_RecordSetStreamFromFileW (record.c:766) ==3888== by 0x4E5F969: MsiRecordSetStreamW (record.c:808) ==3888== by 0x4E5F890: MsiRecordSetStreamA (record.c:790) ==3888== by 0x49F1510: test_dbmerge (db.c:8499) ==3888== by 0x49F8F0D: func_db (db.c:9750) ==3888== by 0x4AD61A9: run_test (test.h:603) ==3888== by 0x4AD6608: main (test.h:687) ==3888== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_dbmerge fun:func_db fun:run_test fun:main } ==3888== 32 bytes in 1 blocks are definitely lost in loss record 218 of 609 ==3888== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3888== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3888== by 0x503AE6D: CreateStreamOnHGlobal (hglobalstream.c:590) ==3888== by 0x4E5F539: RECORD_StreamFromFile (record.c:708) ==3888== by 0x4E5F7A1: MSI_RecordSetStreamFromFileW (record.c:766) ==3888== by 0x4E5F969: MsiRecordSetStreamW (record.c:808) ==3888== by 0x4E5F890: MsiRecordSetStreamA (record.c:790) ==3888== by 0x49CA618: test_streamtable (db.c:1677) ==3888== by 0x49F8E5E: func_db (db.c:9715) ==3888== by 0x4AD61A9: run_test (test.h:603) ==3888== by 0x4AD6608: main (test.h:687) ==3888== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_streamtable fun:func_db fun:run_test fun:main } ==3888== 32 bytes in 1 blocks are definitely lost in loss record 219 of 609 ==3888== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3888== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3888== by 0x503AE6D: CreateStreamOnHGlobal (hglobalstream.c:590) ==3888== by 0x4E5F539: RECORD_StreamFromFile (record.c:708) ==3888== by 0x4E5F7A1: MSI_RecordSetStreamFromFileW (record.c:766) ==3888== by 0x4E5F969: MsiRecordSetStreamW (record.c:808) ==3888== by 0x4E5F890: MsiRecordSetStreamA (record.c:790) ==3888== by 0x49CA7C6: test_streamtable (db.c:1699) ==3888== by 0x49F8E5E: func_db (db.c:9715) ==3888== by 0x4AD61A9: run_test (test.h:603) ==3888== by 0x4AD6608: main (test.h:687) ==3888== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_streamtable fun:func_db fun:run_test fun:main } ==3888== 32 bytes in 1 blocks are definitely lost in loss record 220 of 609 ==3888== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3888== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3888== by 0x503AE6D: CreateStreamOnHGlobal (hglobalstream.c:590) ==3888== by 0x4E5F539: RECORD_StreamFromFile (record.c:708) ==3888== by 0x4E5F7A1: MSI_RecordSetStreamFromFileW (record.c:766) ==3888== by 0x4E5F969: MsiRecordSetStreamW (record.c:808) ==3888== by 0x4E5F890: MsiRecordSetStreamA (record.c:790) ==3888== by 0x49CB0C0: test_streamtable (db.c:1791) ==3888== by 0x49F8E5E: func_db (db.c:9715) ==3888== by 0x4AD61A9: run_test (test.h:603) ==3888== by 0x4AD6608: main (test.h:687) ==3888== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_streamtable fun:func_db fun:run_test fun:main } ==3888== 32 bytes in 1 blocks are definitely lost in loss record 221 of 609 ==3888== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3888== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3888== by 0x503AE6D: CreateStreamOnHGlobal (hglobalstream.c:590) ==3888== by 0x4E5F539: RECORD_StreamFromFile (record.c:708) ==3888== by 0x4E5F7A1: MSI_RecordSetStreamFromFileW (record.c:766) ==3888== by 0x4E5F969: MsiRecordSetStreamW (record.c:808) ==3888== by 0x4E5F890: MsiRecordSetStreamA (record.c:790) ==3888== by 0x49CB654: test_binary (db.c:1854) ==3888== by 0x49F8E63: func_db (db.c:9716) ==3888== by 0x4AD61A9: run_test (test.h:603) ==3888== by 0x4AD6608: main (test.h:687) ==3888== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_binary fun:func_db fun:run_test fun:main } ==3888== 32 bytes in 1 blocks are definitely lost in loss record 222 of 609 ==3888== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3888== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3888== by 0x503AE6D: CreateStreamOnHGlobal (hglobalstream.c:590) ==3888== by 0x4E5F539: RECORD_StreamFromFile (record.c:708) ==3888== by 0x4E5F7A1: MSI_RecordSetStreamFromFileW (record.c:766) ==3888== by 0x4E5F969: MsiRecordSetStreamW (record.c:808) ==3888== by 0x4E5F890: MsiRecordSetStreamA (record.c:790) ==3888== by 0x49CB917: test_binary (db.c:1881) ==3888== by 0x49F8E63: func_db (db.c:9716) ==3888== by 0x4AD61A9: run_test (test.h:603) ==3888== by 0x4AD6608: main (test.h:687) ==3888== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_binary fun:func_db fun:run_test fun:main } ==3888== 32 bytes in 1 blocks are definitely lost in loss record 224 of 609 ==3888== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3888== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3888== by 0x503AE6D: CreateStreamOnHGlobal (hglobalstream.c:590) ==3888== by 0x4E5F539: RECORD_StreamFromFile (record.c:708) ==3888== by 0x4E5F7A1: MSI_RecordSetStreamFromFileW (record.c:766) ==3888== by 0x4E5F969: MsiRecordSetStreamW (record.c:808) ==3888== by 0x4E5F890: MsiRecordSetStreamA (record.c:790) ==3888== by 0x49D2415: test_try_transform (db.c:3209) ==3888== by 0x49F8E86: func_db (db.c:9723) ==3888== by 0x4AD61A9: run_test (test.h:603) ==3888== by 0x4AD6608: main (test.h:687) ==3888== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateStreamOnHGlobal fun:RECORD_StreamFromFile fun:MSI_RecordSetStreamFromFileW fun:MsiRecordSetStreamW fun:MsiRecordSetStreamA fun:test_try_transform fun:func_db fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M msi.dll -p msi_test.exe.so format && touch format.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==3900== Invalid write of size 2 ==3900== at 0x4E37A66: build_default_format (format.c:353) ==3900== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3900== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3900== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3900== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3900== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3900== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3900== by 0x49F8F84: package_from_db (format.c:39) ==3900== by 0x49F945B: helper_createpackage (format.c:114) ==3900== by 0x49F94DE: test_createpackage (format.c:130) ==3900== by 0x4A0B8B5: func_format (format.c:2341) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== Address 0x4882f88 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==3900== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3900== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3900== by 0x57920DF: create_family (freetype.c:1583) ==3900== by 0x5792A20: load_font_list_from_cache (freetype.c:1757) ==3900== by 0x579B50D: WineEngInit (freetype.c:4400) ==3900== by 0x57AA490: DllMain (gdiobj.c:677) ==3900== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3900== by 0x7BC57525: ??? (loader.c:144) ==3900== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3900== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3900== by 0x4041418: ??? (port.c:78) ==3900== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiOpenPackageExW fun:MsiOpenPackageExA fun:MsiOpenPackageA fun:package_from_db fun:helper_createpackage fun:test_createpackage fun:func_format fun:run_test fun:main } ==3900== Invalid write of size 2 ==3900== at 0x4E37A66: build_default_format (format.c:353) ==3900== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3900== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3900== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3900== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3900== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3900== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3900== by 0x49F8F84: package_from_db (format.c:39) ==3900== by 0x49F945B: helper_createpackage (format.c:114) ==3900== by 0x49F94DE: test_createpackage (format.c:130) ==3900== by 0x4A0B8B5: func_format (format.c:2341) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== Address 0x4882450 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==3900== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3900== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3900== by 0x57920DF: create_family (freetype.c:1583) ==3900== by 0x5792A20: load_font_list_from_cache (freetype.c:1757) ==3900== by 0x579B50D: WineEngInit (freetype.c:4400) ==3900== by 0x57AA490: DllMain (gdiobj.c:677) ==3900== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3900== by 0x7BC57525: ??? (loader.c:144) ==3900== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3900== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3900== by 0x4041418: ??? (port.c:78) ==3900== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiOpenPackageExW fun:MsiOpenPackageExA fun:MsiOpenPackageA fun:package_from_db fun:helper_createpackage fun:test_createpackage fun:func_format fun:run_test fun:main } ==3900== Invalid write of size 2 ==3900== at 0x4E37A66: build_default_format (format.c:353) ==3900== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38F80: MsiFormatRecordA (format.c:987) ==3900== by 0x49F967D: test_formatrecord (format.c:159) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== Address 0x4887f10 is 16 bytes after a recently re-allocated block of size 24 alloc'd ==3900== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3900== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3900== by 0x5790EB3: strdupW (freetype.c:1097) ==3900== by 0x57923D0: load_face (freetype.c:1649) ==3900== by 0x5792B45: load_font_list_from_cache (freetype.c:1777) ==3900== by 0x579B50D: WineEngInit (freetype.c:4400) ==3900== by 0x57AA490: DllMain (gdiobj.c:677) ==3900== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3900== by 0x7BC57525: ??? (loader.c:144) ==3900== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3900== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3900== by 0x4041418: ??? (port.c:78) ==3900== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MsiFormatRecordW fun:MsiFormatRecordA fun:test_formatrecord fun:func_format fun:run_test fun:main } ==3900== Invalid read of size 2 ==3900== at 0x4E5D769: strlenW (unicode.h:200) ==3900== by 0x4E5F18E: msi_record_set_string (record.c:632) ==3900== by 0x4E5F2CF: MSI_RecordSetStringW (record.c:653) ==3900== by 0x4E38B12: MSI_FormatRecordW (format.c:862) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38F80: MsiFormatRecordA (format.c:987) ==3900== by 0x49F967D: test_formatrecord (format.c:159) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== Address 0x4887f10 is 16 bytes after a recently re-allocated block of size 24 alloc'd ==3900== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3900== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3900== by 0x5790EB3: strdupW (freetype.c:1097) ==3900== by 0x57923D0: load_face (freetype.c:1649) ==3900== by 0x5792B45: load_font_list_from_cache (freetype.c:1777) ==3900== by 0x579B50D: WineEngInit (freetype.c:4400) ==3900== by 0x57AA490: DllMain (gdiobj.c:677) ==3900== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3900== by 0x7BC57525: ??? (loader.c:144) ==3900== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3900== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3900== by 0x4041418: ??? (port.c:78) ==3900== { Memcheck:Addr2 fun:strlenW fun:msi_record_set_string fun:MSI_RecordSetStringW fun:MSI_FormatRecordW fun:MsiFormatRecordW fun:MsiFormatRecordA fun:test_formatrecord fun:func_format fun:run_test fun:main } ==3900== Invalid read of size 2 ==3900== at 0x4E36CD3: lstrlenW (winbase.h:2742) ==3900== by 0x4E36F6C: strdupW (msipriv.h:1260) ==3900== by 0x4E387EB: deformat_string_internal (format.c:775) ==3900== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38F80: MsiFormatRecordA (format.c:987) ==3900== by 0x49F967D: test_formatrecord (format.c:159) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== Address 0x4887f10 is 16 bytes after a recently re-allocated block of size 24 alloc'd ==3900== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3900== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3900== by 0x5790EB3: strdupW (freetype.c:1097) ==3900== by 0x57923D0: load_face (freetype.c:1649) ==3900== by 0x5792B45: load_font_list_from_cache (freetype.c:1777) ==3900== by 0x579B50D: WineEngInit (freetype.c:4400) ==3900== by 0x57AA490: DllMain (gdiobj.c:677) ==3900== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3900== by 0x7BC57525: ??? (loader.c:144) ==3900== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3900== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3900== by 0x4041418: ??? (port.c:78) ==3900== { Memcheck:Addr2 fun:lstrlenW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MsiFormatRecordW fun:MsiFormatRecordA fun:test_formatrecord fun:func_format fun:run_test fun:main } ==3900== Invalid read of size 2 ==3900== at 0x4E36D14: lstrcpyW (winbase.h:2754) ==3900== by 0x4E36F94: strdupW (msipriv.h:1262) ==3900== by 0x4E387EB: deformat_string_internal (format.c:775) ==3900== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38F80: MsiFormatRecordA (format.c:987) ==3900== by 0x49F967D: test_formatrecord (format.c:159) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== Address 0x4887f10 is 16 bytes after a recently re-allocated block of size 24 alloc'd ==3900== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3900== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3900== by 0x5790EB3: strdupW (freetype.c:1097) ==3900== by 0x57923D0: load_face (freetype.c:1649) ==3900== by 0x5792B45: load_font_list_from_cache (freetype.c:1777) ==3900== by 0x579B50D: WineEngInit (freetype.c:4400) ==3900== by 0x57AA490: DllMain (gdiobj.c:677) ==3900== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3900== by 0x7BC57525: ??? (loader.c:144) ==3900== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3900== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3900== by 0x4041418: ??? (port.c:78) ==3900== { Memcheck:Addr2 fun:lstrcpyW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MsiFormatRecordW fun:MsiFormatRecordA fun:test_formatrecord fun:func_format fun:run_test fun:main } ==3900== Invalid read of size 2 ==3900== at 0x4E36CD3: lstrlenW (winbase.h:2742) ==3900== by 0x4E38800: deformat_string_internal (format.c:776) ==3900== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38F80: MsiFormatRecordA (format.c:987) ==3900== by 0x49F967D: test_formatrecord (format.c:159) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== Address 0x4887f10 is 16 bytes after a recently re-allocated block of size 24 alloc'd ==3900== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3900== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3900== by 0x5790EB3: strdupW (freetype.c:1097) ==3900== by 0x57923D0: load_face (freetype.c:1649) ==3900== by 0x5792B45: load_font_list_from_cache (freetype.c:1777) ==3900== by 0x579B50D: WineEngInit (freetype.c:4400) ==3900== by 0x57AA490: DllMain (gdiobj.c:677) ==3900== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3900== by 0x7BC57525: ??? (loader.c:144) ==3900== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3900== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3900== by 0x4041418: ??? (port.c:78) ==3900== { Memcheck:Addr2 fun:lstrlenW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MsiFormatRecordW fun:MsiFormatRecordA fun:test_formatrecord fun:func_format fun:run_test fun:main } ==3900== Invalid write of size 2 ==3900== at 0x4E37A66: build_default_format (format.c:353) ==3900== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38FCF: MsiFormatRecordA (format.c:995) ==3900== by 0x49F967D: test_formatrecord (format.c:159) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== Address 0x487f090 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==3900== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3900== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3900== by 0x57920DF: create_family (freetype.c:1583) ==3900== by 0x5792A20: load_font_list_from_cache (freetype.c:1757) ==3900== by 0x579B50D: WineEngInit (freetype.c:4400) ==3900== by 0x57AA490: DllMain (gdiobj.c:677) ==3900== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3900== by 0x7BC57525: ??? (loader.c:144) ==3900== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3900== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3900== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3900== by 0x4041418: ??? (port.c:78) ==3900== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MsiFormatRecordW fun:MsiFormatRecordA fun:test_formatrecord fun:func_format fun:run_test fun:main } ==3900== Invalid write of size 2 ==3900== at 0x4E36D66: lstrcatW (winbase.h:2767) ==3900== by 0x4E37ACB: build_default_format (format.c:361) ==3900== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38FCF: MsiFormatRecordA (format.c:995) ==3900== by 0x49F9836: test_formatrecord (format.c:178) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== Address 0x489a3f8 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3900== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3900== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3900== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3900== by 0x4E37AB6: build_default_format (format.c:360) ==3900== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38FCF: MsiFormatRecordA (format.c:995) ==3900== by 0x49F9836: test_formatrecord (format.c:178) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MsiFormatRecordW fun:MsiFormatRecordA fun:test_formatrecord fun:func_format fun:run_test fun:main } ==3900== Invalid read of size 2 ==3900== at 0x4E36D69: lstrcatW (winbase.h:2767) ==3900== by 0x4E37ACB: build_default_format (format.c:361) ==3900== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38FCF: MsiFormatRecordA (format.c:995) ==3900== by 0x49F9836: test_formatrecord (format.c:178) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== Address 0x489a3f8 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3900== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3900== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3900== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3900== by 0x4E37AB6: build_default_format (format.c:360) ==3900== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38FCF: MsiFormatRecordA (format.c:995) ==3900== by 0x49F9836: test_formatrecord (format.c:178) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MsiFormatRecordW fun:MsiFormatRecordA fun:test_formatrecord fun:func_format fun:run_test fun:main } ==3900== Invalid read of size 2 ==3900== at 0x4030940: memcpy (vg_replace_strmem.c:1023) ==3900== by 0x4E5DC8F: msi_strdupW (record.c:164) ==3900== by 0x4E5F1C8: msi_record_set_string (record.c:637) ==3900== by 0x4E5F2CF: MSI_RecordSetStringW (record.c:653) ==3900== by 0x4E38B12: MSI_FormatRecordW (format.c:862) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38FCF: MsiFormatRecordA (format.c:995) ==3900== by 0x49F9836: test_formatrecord (format.c:178) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== Address 0x489aaf8 is 6 bytes after a recently re-allocated block of size 58 alloc'd ==3900== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3900== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3900== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3900== by 0x4E37AB6: build_default_format (format.c:360) ==3900== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3900== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3900== by 0x4E38FCF: MsiFormatRecordA (format.c:995) ==3900== by 0x49F9836: test_formatrecord (format.c:178) ==3900== by 0x4A0B8BA: func_format (format.c:2342) ==3900== by 0x4AD61A9: run_test (test.h:603) ==3900== by 0x4AD6608: main (test.h:687) ==3900== { Memcheck:Addr2 fun:memcpy fun:msi_strdupW fun:msi_record_set_string fun:MSI_RecordSetStringW fun:MSI_FormatRecordW fun:MsiFormatRecordW fun:MsiFormatRecordA fun:test_formatrecord fun:func_format fun:run_test fun:main } format.c:179: Test failed: format failed with empty buffer format.c:180: Test failed: size wrong format.c:181: Test failed: wrong output make[1]: *** [Makefile:282: format.ok] Error 3 ../../../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 ==3912== Invalid write of size 2 ==3912== at 0x4E37A66: build_default_format (format.c:353) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3912== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3912== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3912== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3912== by 0x4A0ED90: test_MsiSetComponentState (install.c:2797) ==3912== by 0x4A1DC3E: func_install (install.c:5991) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x48715b0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3912== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3912== by 0x4E37A5C: build_default_format (format.c:352) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3912== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3912== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3912== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3912== by 0x4A0ED90: test_MsiSetComponentState (install.c:2797) ==3912== by 0x4A1DC3E: func_install (install.c:5991) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiOpenPackageExW fun:MsiOpenPackageExA fun:MsiOpenPackageA fun:test_MsiSetComponentState fun:func_install fun:run_test fun:main } ==3912== Invalid write of size 2 ==3912== at 0x4E37A66: build_default_format (format.c:353) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3912== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3912== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3912== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3912== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3912== by 0x4A0ED90: test_MsiSetComponentState (install.c:2797) ==3912== by 0x4A1DC3E: func_install (install.c:5991) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x48812c8 is 18 bytes after a recently re-allocated block of size 70 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3912== by 0x5790EB3: strdupW (freetype.c:1097) ==3912== by 0x57923D0: load_face (freetype.c:1649) ==3912== by 0x5792B45: load_font_list_from_cache (freetype.c:1777) ==3912== by 0x579B50D: WineEngInit (freetype.c:4400) ==3912== by 0x57AA490: DllMain (gdiobj.c:677) ==3912== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3912== by 0x7BC57525: ??? (loader.c:144) ==3912== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3912== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3912== by 0x4041418: ??? (port.c:78) ==3912== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiOpenPackageExW fun:MsiOpenPackageExA fun:MsiOpenPackageA fun:test_MsiSetComponentState fun:func_install fun:run_test fun:main } ==3912== Invalid write of size 2 ==3912== at 0x4E37A66: build_default_format (format.c:353) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x487f090 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3912== by 0x57920DF: create_family (freetype.c:1583) ==3912== by 0x5792A20: load_font_list_from_cache (freetype.c:1757) ==3912== by 0x579B50D: WineEngInit (freetype.c:4400) ==3912== by 0x57AA490: DllMain (gdiobj.c:677) ==3912== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3912== by 0x7BC57525: ??? (loader.c:144) ==3912== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3912== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3912== by 0x4041418: ??? (port.c:78) ==3912== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid write of size 2 ==3912== at 0x4E37A66: build_default_format (format.c:353) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3912== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x4899c70 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3912== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3912== by 0x4E37A5C: build_default_format (format.c:352) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3912== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid write of size 2 ==3912== at 0x4E37A66: build_default_format (format.c:353) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x48bcf48 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3912== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3912== by 0x4E37A5C: build_default_format (format.c:352) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid write of size 2 ==3912== at 0x4E36D66: lstrcatW (winbase.h:2767) ==3912== by 0x4E37ACB: build_default_format (format.c:361) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x4871498 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3912== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3912== by 0x4E37AB6: build_default_format (format.c:360) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid read of size 2 ==3912== at 0x4E36D69: lstrcatW (winbase.h:2767) ==3912== by 0x4E37ACB: build_default_format (format.c:361) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x4871498 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3912== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3912== by 0x4E37AB6: build_default_format (format.c:360) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid read of size 2 ==3912== at 0x4E5D769: strlenW (unicode.h:200) ==3912== by 0x4E5F18E: msi_record_set_string (record.c:632) ==3912== by 0x4E5F2CF: MSI_RecordSetStringW (record.c:653) ==3912== by 0x4E38B12: MSI_FormatRecordW (format.c:862) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x48a2824 is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3912== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3912== by 0x4E37AB6: build_default_format (format.c:360) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Addr2 fun:strlenW fun:msi_record_set_string fun:MSI_RecordSetStringW fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid read of size 2 ==3912== at 0x4E36CD3: lstrlenW (winbase.h:2742) ==3912== by 0x4E36F6C: strdupW (msipriv.h:1260) ==3912== by 0x4E387EB: deformat_string_internal (format.c:775) ==3912== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x48a2824 is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3912== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3912== by 0x4E37AB6: build_default_format (format.c:360) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Addr2 fun:lstrlenW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid read of size 2 ==3912== at 0x4E36D14: lstrcpyW (winbase.h:2754) ==3912== by 0x4E36F94: strdupW (msipriv.h:1262) ==3912== by 0x4E387EB: deformat_string_internal (format.c:775) ==3912== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x48a2824 is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3912== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3912== by 0x4E37AB6: build_default_format (format.c:360) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Addr2 fun:lstrcpyW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid read of size 2 ==3912== at 0x4E36CD3: lstrlenW (winbase.h:2742) ==3912== by 0x4E38800: deformat_string_internal (format.c:776) ==3912== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x48a2824 is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3912== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3912== by 0x4E37AB6: build_default_format (format.c:360) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Addr2 fun:lstrlenW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid write of size 2 ==3912== at 0x4E37A66: build_default_format (format.c:353) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x48bc018 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3912== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3912== by 0x4E37A5C: build_default_format (format.c:352) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3912== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid write of size 2 ==3912== at 0x4E37A66: build_default_format (format.c:353) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3912== by 0x4E018FA: ACTION_ExecuteAction (action.c:5635) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x487e290 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3912== by 0x57920DF: create_family (freetype.c:1583) ==3912== by 0x5792A20: load_font_list_from_cache (freetype.c:1757) ==3912== by 0x579B50D: WineEngInit (freetype.c:4400) ==3912== by 0x57AA490: DllMain (gdiobj.c:677) ==3912== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3912== by 0x7BC57525: ??? (loader.c:144) ==3912== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3912== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3912== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3912== by 0x4041418: ??? (port.c:78) ==3912== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid write of size 2 ==3912== at 0x4E37A66: build_default_format (format.c:353) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3912== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3912== by 0x4E018FA: ACTION_ExecuteAction (action.c:5635) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== Address 0x488caf0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3912== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3912== by 0x4E37A5C: build_default_format (format.c:352) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3912== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3912== by 0x4E018FA: ACTION_ExecuteAction (action.c:5635) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== Invalid read of size 2 ==3912== at 0x4E36D48: lstrcatW (winbase.h:2766) ==3912== by 0x4E37ACB: build_default_format (format.c:361) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3912== by 0x4DF427E: msi_ui_progress (action.c:738) ==3912== by 0x4DFADEB: ACTION_InstallValidate (action.c:3239) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3912== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3912== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3912== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== Address 0x48758f0 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3912== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3912== by 0x4E37AB6: build_default_format (format.c:360) ==3912== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3912== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3912== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3912== by 0x4DF427E: msi_ui_progress (action.c:738) ==3912== by 0x4DFADEB: ACTION_InstallValidate (action.c:3239) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3912== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3912== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3912== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3912== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3912== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3912== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3912== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:msi_ui_progress fun:ACTION_InstallValidate fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:ITERATE_Actions fun:MSI_IterateRecords fun:ACTION_ProcessExecSequence fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs } wine: Unhandled page fault on write access to 0x00000004 at address 0x7bc5087e (thread 00ed), 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 0x00000004 in 32-bit code (0x7bc5087e). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:7bc5087e ESP:04d6ef68 EBP:04d6ef68 EFLAGS:00000014( - -- -A-P- ) EAX:00000000 EBX:7bcf4000 ECX:048758f8 EDX:048700a8 ESI:04d6f030 EDI:04d6f47c Stack dump: 0x04d6ef68: 04d6f018 7bc5578f 04875900 04d6ef98 0x04d6ef78: 048758d8 7bc55504 7bcf4000 7bcf4000 0x04d6ef88: 048758e0 04870000 04870060 00000001 0x04d6ef98: 04870014 00000001 04870014 048758d8 0x04d6efa8: 00000028 048758e0 04870000 00000018 0x04d6efb8: 00000010 048758f8 048758f8 048758d8 Backtrace: =>0 0x7bc5087e list_remove+0x18(elem=0x4875900) [/home/austin/wine-valgrind/dlls/ntdll/../../include/wine/list.h:100] in ntdll (0x04d6ef68) 1 0x7bc5578f RtlReAllocateHeap+0x2a6(heap=0x4870000, flags=, ptr=0x48758e0, size=) [/home/austin/wine-valgrind/dlls/ntdll/heap.c:1857] in ntdll (0x04d6f018) 2 0x04e36f14 msi_realloc+0x2c(mem=0x48758e0, len=0x1e) [/home/austin/wine-valgrind/dlls/msi/msipriv.h:1216] in msi (0x04d6f058) 3 0x04e37ab7 build_default_format+0x97(record=0x4877e38) [/home/austin/wine-valgrind/dlls/msi/format.c:360] in msi (0x04d6f0d8) 4 0x04e38ac9 MSI_FormatRecordW+0xbf(package=0x48a34c8, record=0x4877e38, buffer=0x0(nil), size=0x4d6f16c) [/home/austin/wine-valgrind/dlls/msi/format.c:853] in msi (0x04d6f138) 5 0x04e5773b MSI_ProcessMessageVerbatim+0xf1(package=0x48a34c8, eMessageType=INSTALLMESSAGE_PROGRESS, record=0x4877e38) [/home/austin/wine-valgrind/dlls/msi/package.c:1894] in msi (0x04d6f1b8) 6 0x04e57f3a MSI_ProcessMessage+0x496(package=0x48a34c8, eMessageType=INSTALLMESSAGE_PROGRESS, record=0x4877e38) [/home/austin/wine-valgrind/dlls/msi/package.c:2048] in msi (0x04d6f1f8) 7 0x04df427f msi_ui_progress+0x7e(package=0x48a34c8, a=0, b=0x1e078, c=0, d=0) [/home/austin/wine-valgrind/dlls/msi/action.c:738] in msi (0x04d6f228) 8 0x04dfadec ACTION_InstallValidate+0x13d(package=0x48a34c8) [/home/austin/wine-valgrind/dlls/msi/action.c:3239] in msi (0x04d6f2a8) 9 0x04e082e2 ACTION_HandleStandardAction+0x1c1(package=0x48a34c8, action="InstallValidate") [/home/austin/wine-valgrind/dlls/msi/action.c:7876] in msi (0x04d6f488) 10 0x04e084ff ACTION_PerformAction+0x7a(package=0x48a34c8, action="InstallValidate") [/home/austin/wine-valgrind/dlls/msi/action.c:7904] in msi (0x04d6f4c8) 11 0x04df3a26 ITERATE_Actions+0x10a(row=0x48a1bb8, param=0x48a34c8) [/home/austin/wine-valgrind/dlls/msi/action.c:509] in msi (0x04d6f518) 12 0x04e4f7b8 MSI_IterateRecords+0xaf(view=0x487c050, count=0x0(nil), func=0x4df391b, param=0x48a34c8) [/home/austin/wine-valgrind/dlls/msi/msiquery.c:188] in msi (0x04d6f568) 13 0x04df3d22 ACTION_ProcessExecSequence+0x11d(package=0x48a34c8) [/home/austin/wine-valgrind/dlls/msi/action.c:574] in msi (0x04d6f5b8) 14 0x04e0192f ACTION_ExecuteAction+0x36d(package=0x48a34c8) [/home/austin/wine-valgrind/dlls/msi/action.c:5640] in msi (0x04d6f608) 15 0x04e01bb2 ACTION_INSTALL+0x84(package=0x48a34c8) [/home/austin/wine-valgrind/dlls/msi/action.c:5697] in msi (0x04d6f628) 16 0x04e082e2 ACTION_HandleStandardAction+0x1c1(package=0x48a34c8, action="INSTALL") [/home/austin/wine-valgrind/dlls/msi/action.c:7876] in msi (0x04d6f808) 17 0x04e084ff ACTION_PerformAction+0x7a(package=0x48a34c8, action="INSTALL") [/home/austin/wine-valgrind/dlls/msi/action.c:7904] in msi (0x04d6f848) 18 0x04e08bf7 MSI_InstallPackage+0x4e7(package=0x48a34c8, szPackagePath="msitest.msi", szCommandLine=0x0(nil)) [/home/austin/wine-valgrind/dlls/msi/action.c:8058] in msi (0x04d6f8c8) 19 0x04e42521 MsiInstallProductW+0xea(szPackagePath="msitest.msi", szCommandLine=0x0(nil)) [/home/austin/wine-valgrind/dlls/msi/msi.c:251] in msi (0x04d6f928) 20 0x04e423fd MsiInstallProductA+0xdc(szPackagePath=, szCommandLine=) [/home/austin/wine-valgrind/dlls/msi/msi.c:226] in msi (0x04d6f988) 21 0x04a0fc1c test_continuouscabs+0x9a() [/home/austin/wine-valgrind/dlls/msi/tests/install.c:2960] in msi_test (0x04d6f9c8) 22 0x04a1dc49 func_install+0x1fb() [/home/austin/wine-valgrind/dlls/msi/tests/install.c:5993] in msi_test (0x04d6fd08) 23 0x04ad61aa run_test+0x96(name="install") [/home/austin/wine-valgrind/dlls/msi/tests/../../../include/wine/test.h:603] in msi_test (0x04d6fd48) 24 0x04ad6609 main+0x245(argc=, argv=0x48725e0) [/home/austin/wine-valgrind/dlls/msi/tests/../../../include/wine/test.h:687] in msi_test (0x04d6fe18) 25 0x04ad6696 __wine_spec_exe_entry+0x6d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in msi_test (0x04d6fe58) 26 0x7b46ca0c call_process_entry+0xb() in kernel32 (0x04d6fe78) 27 0x7b46cb61 start_process+0x152(entry=0x4ad6628) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1124] in kernel32 (0x04d6fec8) 28 0x7bc9117c call_thread_func_wrapper+0xb() in ntdll (0x04d6fedc) 29 0x7bc91204 call_thread_func+0x7d(entry=0x7b46ca0e, arg=0x4ad6628, frame=0x4d6ffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04d6ffcc) 30 0x7bc9115a call_thread_entry_point+0x11() in ntdll (0x04d6ffec) 0x7bc5087e list_remove+0x18 [/home/austin/wine-valgrind/dlls/ntdll/../../include/wine/list.h:100] in ntdll: movl %edx,0x4(%eax) 100 elem->next->prev = elem->prev; Modules: Module Address Debug info Name (82 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- 41f1000 Dwarf libwine.so.1 ELF 420a000- 422e000 Deferred cabinet \-PE 4210000- 422e000 \ cabinet ELF 4241000- 425d000 Deferred libpthread.so.0 ELF 425e000- 440d000 Deferred libc.so.6 ELF 440d000- 4412000 Deferred libdl.so.2 ELF 4813000- 4867000 Deferred libm.so.6 ELF 4980000- 4b44000 Dwarf msi_test \-PE 4990000- 4b44000 \ msi_test ELF 4d70000- 4d8b000 Deferred version \-PE 4d80000- 4d8b000 \ version ELF 4dc0000- 4dd9000 Deferred libz.so.1 ELF 4dd9000- 4f1f000 Dwarf msi \-PE 4de0000- 4f1f000 \ msi ELF 4f1f000- 4fe0000 Deferred urlmon \-PE 4f30000- 4fe0000 \ urlmon ELF 4fe0000- 518b000 Deferred ole32 \-PE 5000000- 518b000 \ ole32 ELF 538b000- 540d000 Deferred advapi32 \-PE 53a0000- 540d000 \ advapi32 ELF 540d000- 5608000 Deferred user32 \-PE 5420000- 5608000 \ user32 ELF 5708000- 5850000 Deferred gdi32 \-PE 5710000- 5850000 \ gdi32 ELF 5850000- 58e0000 Deferred rpcrt4 \-PE 5860000- 58e0000 \ rpcrt4 ELF 58e0000- 5a59000 Deferred oleaut32 \-PE 5900000- 5a59000 \ oleaut32 ELF 5b59000- 5dc4000 Deferred shell32 \-PE 5b70000- 5dc4000 \ shell32 ELF 5ec4000- 5f41000 Deferred shlwapi \-PE 5ed0000- 5f41000 \ shlwapi ELF 5f41000- 5fc1000 Deferred wininet \-PE 5f50000- 5fc1000 \ wininet ELF 5fc1000- 5feb000 Deferred mpr \-PE 5fd0000- 5feb000 \ mpr ELF 5feb000- 6025000 Deferred ws2_32 \-PE 5ff0000- 6025000 \ ws2_32 ELF 6025000- 616a000 Deferred comctl32 \-PE 6030000- 616a000 \ comctl32 ELF 62ba000- 6376000 Deferred libfreetype.so.6 ELF 657a000- 658c000 Deferred libbz2.so.1 ELF 6594000- 65d3000 Deferred libpng16.so.16 ELF 65db000- 6625000 Deferred libfontconfig.so.1 ELF 6629000- 6654000 Deferred libexpat.so.1 ELF 6660000- 666c000 Deferred libxcursor.so.1 ELF 6670000- 6677000 Deferred libxfixes.so.3 ELF 66af000- 66d4000 Deferred imm32 \-PE 66c0000- 66d4000 \ imm32 ELF 66d8000- 6778000 Deferred winex11 \-PE 66e0000- 6778000 \ winex11 ELF 6784000- 6788000 Deferred libxinerama.so.1 ELF 6790000- 6797000 Deferred libxxf86vm.so.1 ELF 679b000- 67a7000 Deferred libxrender.so.1 ELF 67ab000- 67b8000 Deferred libxrandr.so.2 ELF 67bc000- 67c0000 Deferred libxcomposite.so.1 ELF 67d0000- 67e5000 Deferred libxext.so.6 ELF 67e9000- 6937000 Deferred libx11.so.6 ELF 693b000- 6968000 Deferred libxcb.so.1 ELF 696c000- 6971000 Deferred libxau.so.6 ELF 6975000- 697c000 Deferred libxdmcp.so.6 ELF 697c000- 6998000 Deferred libbsd.so.0 ELF 699c000- 69a5000 Deferred librt.so.1 ELF 69f9000- 6a0c000 Deferred libxi.so.6 ELF 6a5d000- 6a96000 Deferred uxtheme \-PE 6a60000- 6a96000 \ uxtheme ELF 6b88000- 6ba3000 Deferred sxs \-PE 6b90000- 6ba3000 \ sxs ELF 6ba3000- 6bdd000 Deferred mscoree \-PE 6bb0000- 6bdd000 \ mscoree ELF 6bfd000- 6c6e000 Deferred dbghelp \-PE 6c00000- 6c6e000 \ dbghelp ELF 6c6e000- 6c8f000 Deferred fusion \-PE 6c70000- 6c8f000 \ fusion ELF 7b400000-7b7fb000 Dwarf kernel32 \-PE 7b410000-7b7fb000 \ kernel32 ELF 7bc00000-7bd11000 Dwarf ntdll \-PE 7bc10000-7bd11000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000093 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 0000002b 0 00000025 0 00000024 0 00000022 0 00000029 explorer.exe 0000002e 0 0000002d 0 0000002c 0 0000002a 0 0000002f winemine.exe 00000030 0 00000091 rpcss.exe 00000097 0 00000096 0 00000095 0 00000094 0 00000092 0 000000d2 (D) Z:\home\austin\wine-valgrind\dlls\msi\tests\msi_test.exe 000000ed 0 <== System information: Wine build: wine-2.18-1-g291b47e32e Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 ==3912== 16 bytes in 1 blocks are definitely lost in loss record 220 of 973 ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3912== by 0x4E51E5E: msi_alloc (msipriv.h:1204) ==3912== by 0x4E58BF3: msi_dup_property (package.c:2374) ==3912== by 0x4E08A3D: MSI_InstallPackage (action.c:8035) ==3912== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3912== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:msi_dup_property fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } ==3912== 24 bytes in 1 blocks are definitely lost in loss record 288 of 973 ==3912== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3912== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3912== by 0x4E41A1B: msi_alloc (msipriv.h:1204) ==3912== by 0x4E41A9D: strdupAtoW (msipriv.h:1250) ==3912== by 0x4E423C5: MsiInstallProductA (msi.c:214) ==3912== by 0x4A0FC1B: test_continuouscabs (install.c:2960) ==3912== by 0x4A1DC48: func_install (install.c:5993) ==3912== by 0x4AD61A9: run_test (test.h:603) ==3912== by 0x4AD6608: main (test.h:687) ==3912== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:strdupAtoW fun:MsiInstallProductA fun:test_continuouscabs fun:func_install fun:run_test fun:main } make[1]: *** [Makefile:315: install.ok] Error 5 ../../../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 ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3940== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x48a61c0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3940== by 0x4E37A5C: build_default_format (format.c:352) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3940== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3940== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3940== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x487a940 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3940== by 0x4E37A5C: build_default_format (format.c:352) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3940== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3940== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x4886ca0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3940== by 0x4E37A5C: build_default_format (format.c:352) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3940== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x487be98 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3940== by 0x4E37A5C: build_default_format (format.c:352) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3940== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x48a22e8 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3940== by 0x4E37A5C: build_default_format (format.c:352) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3940== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x48802a8 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x57920DF: create_family (freetype.c:1583) ==3940== by 0x5792A20: load_font_list_from_cache (freetype.c:1757) ==3940== by 0x579B50D: WineEngInit (freetype.c:4400) ==3940== by 0x57AA490: DllMain (gdiobj.c:677) ==3940== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3940== by 0x7BC57525: ??? (loader.c:144) ==3940== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3940== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3940== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3940== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3940== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3940== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3940== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3940== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3940== by 0x4041418: ??? (port.c:78) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3940== by 0x4E018FA: ACTION_ExecuteAction (action.c:5635) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x487b3e0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3940== by 0x4E37A5C: build_default_format (format.c:352) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3940== by 0x4E018FA: ACTION_ExecuteAction (action.c:5635) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3940== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3940== by 0x4E018FA: ACTION_ExecuteAction (action.c:5635) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x4876d40 is 18 bytes after a recently re-allocated block of size 22 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E71C26: msi_alloc (msipriv.h:1204) ==3940== by 0x4E72762: add_string (string.c:297) ==3940== by 0x4E7327E: msi_load_string_table (string.c:549) ==3940== by 0x4E1FFED: MSI_OpenDatabaseW (database.c:277) ==3940== by 0x4E564CA: MSI_OpenPackageW (package.c:1518) ==3940== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E01ABD: ACTION_ExecuteAction (action.c:5677) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x4879020 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3940== by 0x4E37A5C: build_default_format (format.c:352) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E01ABD: ACTION_ExecuteAction (action.c:5677) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3940== by 0x4E01ABD: ACTION_ExecuteAction (action.c:5677) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x48786c8 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3940== by 0x4E37A5C: build_default_format (format.c:352) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3940== by 0x4E01ABD: ACTION_ExecuteAction (action.c:5677) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x48a1f28 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3940== by 0x4E37A5C: build_default_format (format.c:352) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E37A66: build_default_format (format.c:353) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3940== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== Address 0x488f4d8 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3940== by 0x4E37A5C: build_default_format (format.c:352) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3940== by 0x4E01AE5: ACTION_ExecuteAction (action.c:5679) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A303EC: test_MsiProvideComponent (msi.c:3788) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== Invalid write of size 2 ==3940== at 0x4E36D66: lstrcatW (winbase.h:2767) ==3940== by 0x4E37ACB: build_default_format (format.c:361) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3940== by 0x4DF427E: msi_ui_progress (action.c:738) ==3940== by 0x4DFADEB: ACTION_InstallValidate (action.c:3239) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3940== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3940== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3940== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A309D2: test_MsiProvideComponent (msi.c:3839) ==3940== Address 0x487ab38 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3940== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3940== by 0x4E37AB6: build_default_format (format.c:360) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3940== by 0x4DF427E: msi_ui_progress (action.c:738) ==3940== by 0x4DFADEB: ACTION_InstallValidate (action.c:3239) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3940== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3940== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3940== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:msi_ui_progress fun:ACTION_InstallValidate fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:ITERATE_Actions fun:MSI_IterateRecords fun:ACTION_ProcessExecSequence fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent } ==3940== Invalid read of size 2 ==3940== at 0x4E36D69: lstrcatW (winbase.h:2767) ==3940== by 0x4E37ACB: build_default_format (format.c:361) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3940== by 0x4DF427E: msi_ui_progress (action.c:738) ==3940== by 0x4DFADEB: ACTION_InstallValidate (action.c:3239) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3940== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3940== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3940== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A309D2: test_MsiProvideComponent (msi.c:3839) ==3940== Address 0x487ab38 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3940== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3940== by 0x4E37AB6: build_default_format (format.c:360) ==3940== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3940== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3940== by 0x4E57F39: MSI_ProcessMessage (package.c:2048) ==3940== by 0x4DF427E: msi_ui_progress (action.c:738) ==3940== by 0x4DFADEB: ACTION_InstallValidate (action.c:3239) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4DF3A25: ITERATE_Actions (action.c:509) ==3940== by 0x4E4F7B7: MSI_IterateRecords (msiquery.c:188) ==3940== by 0x4DF3D21: ACTION_ProcessExecSequence (action.c:574) ==3940== by 0x4E0192E: ACTION_ExecuteAction (action.c:5640) ==3940== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3940== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3940== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3940== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_ProcessMessage fun:msi_ui_progress fun:ACTION_InstallValidate fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:ITERATE_Actions fun:MSI_IterateRecords fun:ACTION_ProcessExecSequence fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent } wine: Unhandled page fault on write access to 0x00450057 at address 0x7bc5087e (thread 00f1), 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 0x00450057 in 32-bit code (0x7bc5087e). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:7bc5087e ESP:04d6ed78 EBP:04d6ed78 EFLAGS:00000014( - -- -A-P- ) EAX:00450053 EBX:7bcf4000 ECX:0487ab40 EDX:0045004c ESI:04d6ee40 EDI:04d6f28c Stack dump: 0x04d6ed78: 04d6ee28 7bc5578f 0487ab48 04d6eda8 0x04d6ed88: 0487ab20 7bc55504 7bcf4000 7bcf4000 0x04d6ed98: 0487ab28 04870000 04870060 00000001 0x04d6eda8: 04870014 00000001 04870014 0487ab20 0x04d6edb8: 00000028 0487ab28 04870000 00000018 0x04d6edc8: 00000010 0487ab40 0487ab40 0487ab20 Backtrace: =>0 0x7bc5087e list_remove+0x18(elem=0x487ab48) [/home/austin/wine-valgrind/dlls/ntdll/../../include/wine/list.h:100] in ntdll (0x04d6ed78) 1 0x7bc5578f RtlReAllocateHeap+0x2a6(heap=0x4870000, flags=, ptr=0x487ab28, size=) [/home/austin/wine-valgrind/dlls/ntdll/heap.c:1857] in ntdll (0x04d6ee28) 2 0x04e36f14 msi_realloc+0x2c(mem=0x487ab28, len=0x1e) [/home/austin/wine-valgrind/dlls/msi/msipriv.h:1216] in msi (0x04d6ee68) 3 0x04e37ab7 build_default_format+0x97(record=0x48a9b50) [/home/austin/wine-valgrind/dlls/msi/format.c:360] in msi (0x04d6eee8) 4 0x04e38ac9 MSI_FormatRecordW+0xbf(package=0x48a9838, record=0x48a9b50, buffer=0x0(nil), size=0x4d6ef7c) [/home/austin/wine-valgrind/dlls/msi/format.c:853] in msi (0x04d6ef48) 5 0x04e5773b MSI_ProcessMessageVerbatim+0xf1(package=0x48a9838, eMessageType=INSTALLMESSAGE_PROGRESS, record=0x48a9b50) [/home/austin/wine-valgrind/dlls/msi/package.c:1894] in msi (0x04d6efc8) 6 0x04e57f3a MSI_ProcessMessage+0x496(package=0x48a9838, eMessageType=INSTALLMESSAGE_PROGRESS, record=0x48a9b50) [/home/austin/wine-valgrind/dlls/msi/package.c:2048] in msi (0x04d6f008) 7 0x04df427f msi_ui_progress+0x7e(package=0x48a9838, a=0, b=0x61a8, c=0, d=0) [/home/austin/wine-valgrind/dlls/msi/action.c:738] in msi (0x04d6f038) 8 0x04dfadec ACTION_InstallValidate+0x13d(package=0x48a9838) [/home/austin/wine-valgrind/dlls/msi/action.c:3239] in msi (0x04d6f0b8) 9 0x04e082e2 ACTION_HandleStandardAction+0x1c1(package=0x48a9838, action="InstallValidate") [/home/austin/wine-valgrind/dlls/msi/action.c:7876] in msi (0x04d6f298) 10 0x04e084ff ACTION_PerformAction+0x7a(package=0x48a9838, action="InstallValidate") [/home/austin/wine-valgrind/dlls/msi/action.c:7904] in msi (0x04d6f2d8) 11 0x04df3a26 ITERATE_Actions+0x10a(row=0x4899500, param=0x48a9838) [/home/austin/wine-valgrind/dlls/msi/action.c:509] in msi (0x04d6f328) 12 0x04e4f7b8 MSI_IterateRecords+0xaf(view=0x4871a00, count=0x0(nil), func=0x4df391b, param=0x48a9838) [/home/austin/wine-valgrind/dlls/msi/msiquery.c:188] in msi (0x04d6f378) 13 0x04df3d22 ACTION_ProcessExecSequence+0x11d(package=0x48a9838) [/home/austin/wine-valgrind/dlls/msi/action.c:574] in msi (0x04d6f3c8) 14 0x04e0192f ACTION_ExecuteAction+0x36d(package=0x48a9838) [/home/austin/wine-valgrind/dlls/msi/action.c:5640] in msi (0x04d6f418) 15 0x04e01bb2 ACTION_INSTALL+0x84(package=0x48a9838) [/home/austin/wine-valgrind/dlls/msi/action.c:5697] in msi (0x04d6f438) 16 0x04e082e2 ACTION_HandleStandardAction+0x1c1(package=0x48a9838, action="INSTALL") [/home/austin/wine-valgrind/dlls/msi/action.c:7876] in msi (0x04d6f618) 17 0x04e084ff ACTION_PerformAction+0x7a(package=0x48a9838, action="INSTALL") [/home/austin/wine-valgrind/dlls/msi/action.c:7904] in msi (0x04d6f658) 18 0x04e08bf7 MSI_InstallPackage+0x4e7(package=0x48a9838, szPackagePath="winetest.msi", szCommandLine="REMOVE=ALL") [/home/austin/wine-valgrind/dlls/msi/action.c:8058] in msi (0x04d6f6d8) 19 0x04e42521 MsiInstallProductW+0xea(szPackagePath="winetest.msi", szCommandLine="REMOVE=ALL") [/home/austin/wine-valgrind/dlls/msi/msi.c:251] in msi (0x04d6f738) 20 0x04e423fd MsiInstallProductA+0xdc(szPackagePath=, szCommandLine=) [/home/austin/wine-valgrind/dlls/msi/msi.c:226] in msi (0x04d6f798) 21 0x04a309d3 test_MsiProvideComponent+0x72d() [/home/austin/wine-valgrind/dlls/msi/tests/msi.c:3839] in msi_test (0x04d6fae8) 22 0x04a7e389 func_msi+0x182() [/home/austin/wine-valgrind/dlls/msi/tests/msi.c:14917] in msi_test (0x04d6fd08) 23 0x04ad61aa run_test+0x96(name="msi") [/home/austin/wine-valgrind/dlls/msi/tests/../../../include/wine/test.h:603] in msi_test (0x04d6fd48) 24 0x04ad6609 main+0x245(argc=, argv=0x48725d8) [/home/austin/wine-valgrind/dlls/msi/tests/../../../include/wine/test.h:687] in msi_test (0x04d6fe18) 25 0x04ad6696 __wine_spec_exe_entry+0x6d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in msi_test (0x04d6fe58) 26 0x7b46ca0c call_process_entry+0xb() in kernel32 (0x04d6fe78) 27 0x7b46cb61 start_process+0x152(entry=0x4ad6628) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1124] in kernel32 (0x04d6fec8) 28 0x7bc9117c call_thread_func_wrapper+0xb() in ntdll (0x04d6fedc) 29 0x7bc91204 call_thread_func+0x7d(entry=0x7b46ca0e, arg=0x4ad6628, frame=0x4d6ffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04d6ffcc) 30 0x7bc9115a call_thread_entry_point+0x11() in ntdll (0x04d6ffec) 0x7bc5087e list_remove+0x18 [/home/austin/wine-valgrind/dlls/ntdll/../../include/wine/list.h:100] in ntdll: movl %edx,0x4(%eax) 100 elem->next->prev = elem->prev; Modules: Module Address Debug info Name (82 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- 41f1000 Dwarf libwine.so.1 ELF 420a000- 422e000 Deferred cabinet \-PE 4210000- 422e000 \ cabinet ELF 4241000- 425d000 Deferred libpthread.so.0 ELF 425e000- 440d000 Deferred libc.so.6 ELF 440d000- 4412000 Deferred libdl.so.2 ELF 4813000- 4867000 Deferred libm.so.6 ELF 4980000- 4b44000 Dwarf msi_test \-PE 4990000- 4b44000 \ msi_test ELF 4d70000- 4d8b000 Deferred version \-PE 4d80000- 4d8b000 \ version ELF 4dc0000- 4dd9000 Deferred libz.so.1 ELF 4dd9000- 4f1f000 Dwarf msi \-PE 4de0000- 4f1f000 \ msi ELF 4f1f000- 4fe0000 Deferred urlmon \-PE 4f30000- 4fe0000 \ urlmon ELF 4fe0000- 518b000 Deferred ole32 \-PE 5000000- 518b000 \ ole32 ELF 538b000- 540d000 Deferred advapi32 \-PE 53a0000- 540d000 \ advapi32 ELF 540d000- 5608000 Deferred user32 \-PE 5420000- 5608000 \ user32 ELF 5708000- 5850000 Deferred gdi32 \-PE 5710000- 5850000 \ gdi32 ELF 5850000- 58e0000 Deferred rpcrt4 \-PE 5860000- 58e0000 \ rpcrt4 ELF 58e0000- 5a59000 Deferred oleaut32 \-PE 5900000- 5a59000 \ oleaut32 ELF 5b59000- 5dc4000 Deferred shell32 \-PE 5b70000- 5dc4000 \ shell32 ELF 5ec4000- 5f41000 Deferred shlwapi \-PE 5ed0000- 5f41000 \ shlwapi ELF 5f41000- 5fc1000 Deferred wininet \-PE 5f50000- 5fc1000 \ wininet ELF 5fc1000- 5feb000 Deferred mpr \-PE 5fd0000- 5feb000 \ mpr ELF 5feb000- 6025000 Deferred ws2_32 \-PE 5ff0000- 6025000 \ ws2_32 ELF 6025000- 616a000 Deferred comctl32 \-PE 6030000- 616a000 \ comctl32 ELF 62ba000- 6376000 Deferred libfreetype.so.6 ELF 6576000- 6588000 Deferred libbz2.so.1 ELF 658c000- 65cb000 Deferred libpng16.so.16 ELF 65cf000- 6619000 Deferred libfontconfig.so.1 ELF 661d000- 6648000 Deferred libexpat.so.1 ELF 6654000- 6660000 Deferred libxcursor.so.1 ELF 6664000- 666b000 Deferred libxfixes.so.3 ELF 669f000- 66c4000 Deferred imm32 \-PE 66b0000- 66c4000 \ imm32 ELF 66c8000- 6768000 Deferred winex11 \-PE 66d0000- 6768000 \ winex11 ELF 6774000- 6778000 Deferred libxinerama.so.1 ELF 6780000- 6787000 Deferred libxxf86vm.so.1 ELF 678b000- 6797000 Deferred libxrender.so.1 ELF 679b000- 67a8000 Deferred libxrandr.so.2 ELF 67ac000- 67b0000 Deferred libxcomposite.so.1 ELF 67c0000- 67d5000 Deferred libxext.so.6 ELF 67d9000- 6927000 Deferred libx11.so.6 ELF 692b000- 6958000 Deferred libxcb.so.1 ELF 695c000- 6961000 Deferred libxau.so.6 ELF 6965000- 696c000 Deferred libxdmcp.so.6 ELF 696c000- 6988000 Deferred libbsd.so.0 ELF 698c000- 6995000 Deferred librt.so.1 ELF 69e9000- 69fc000 Deferred libxi.so.6 ELF 6a4d000- 6a86000 Deferred uxtheme \-PE 6a50000- 6a86000 \ uxtheme ELF 6b0b000- 6b26000 Deferred sxs \-PE 6b10000- 6b26000 \ sxs ELF 6b5c000- 6b96000 Deferred mscoree \-PE 6b60000- 6b96000 \ mscoree ELF 6b96000- 6bb7000 Deferred fusion \-PE 6ba0000- 6bb7000 \ fusion ELF 6bdd000- 6c4e000 Deferred dbghelp \-PE 6be0000- 6c4e000 \ dbghelp ELF 7b400000-7b7fb000 Dwarf kernel32 \-PE 7b410000-7b7fb000 \ kernel32 ELF 7bc00000-7bd11000 Dwarf ntdll \-PE 7bc10000-7bd11000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000093 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 0000002b 0 00000025 0 00000024 0 00000022 0 00000029 explorer.exe 0000002e 0 0000002d 0 0000002c 0 0000002a 0 0000002f winemine.exe 00000030 0 00000091 rpcss.exe 00000097 0 00000096 0 00000095 0 00000094 0 00000092 0 000000f2 (D) Z:\home\austin\wine-valgrind\dlls\msi\tests\msi_test.exe 000000f1 0 <== System information: Wine build: wine-2.18-1-g291b47e32e Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 ==3940== 8 bytes in 1 blocks are definitely lost in loss record 121 of 872 ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E51E5E: msi_alloc (msipriv.h:1204) ==3940== by 0x4E58BF3: msi_dup_property (package.c:2374) ==3940== by 0x4E08920: MSI_InstallPackage (action.c:8025) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A309D2: test_MsiProvideComponent (msi.c:3839) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:msi_dup_property fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== 16 bytes in 1 blocks are definitely lost in loss record 191 of 872 ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E51E5E: msi_alloc (msipriv.h:1204) ==3940== by 0x4E58BF3: msi_dup_property (package.c:2374) ==3940== by 0x4E08A3D: MSI_InstallPackage (action.c:8035) ==3940== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3940== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3940== by 0x4A309D2: test_MsiProvideComponent (msi.c:3839) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:msi_dup_property fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== 22 bytes in 1 blocks are definitely lost in loss record 246 of 872 ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E41A1B: msi_alloc (msipriv.h:1204) ==3940== by 0x4E41A9D: strdupAtoW (msipriv.h:1250) ==3940== by 0x4E423E2: MsiInstallProductA (msi.c:221) ==3940== by 0x4A309D2: test_MsiProvideComponent (msi.c:3839) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:strdupAtoW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } ==3940== 26 bytes in 1 blocks are definitely lost in loss record 279 of 872 ==3940== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3940== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3940== by 0x4E41A1B: msi_alloc (msipriv.h:1204) ==3940== by 0x4E41A9D: strdupAtoW (msipriv.h:1250) ==3940== by 0x4E423C5: MsiInstallProductA (msi.c:214) ==3940== by 0x4A309D2: test_MsiProvideComponent (msi.c:3839) ==3940== by 0x4A7E388: func_msi (msi.c:14917) ==3940== by 0x4AD61A9: run_test (test.h:603) ==3940== by 0x4AD6608: main (test.h:687) ==3940== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:strdupAtoW fun:MsiInstallProductA fun:test_MsiProvideComponent fun:func_msi fun:run_test fun:main } make[1]: *** [Makefile:353: msi.ok] Error 5 ../../../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 ==3967== Invalid write of size 2 ==3967== at 0x4E37A66: build_default_format (format.c:353) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3967== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3967== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3967== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3967== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3967== by 0x4A808C2: package_from_db (package.c:957) ==3967== by 0x4A80DF8: test_createpackage (package.c:1090) ==3967== by 0x4AB4DB5: func_package (package.c:9591) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x4872370 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3967== by 0x4E37A5C: build_default_format (format.c:352) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3967== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3967== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3967== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3967== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3967== by 0x4A808C2: package_from_db (package.c:957) ==3967== by 0x4A80DF8: test_createpackage (package.c:1090) ==3967== by 0x4AB4DB5: func_package (package.c:9591) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiOpenPackageExW fun:MsiOpenPackageExA fun:MsiOpenPackageA fun:package_from_db fun:test_createpackage fun:func_package fun:run_test fun:main } ==3967== Invalid write of size 2 ==3967== at 0x4E37A66: build_default_format (format.c:353) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3967== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3967== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3967== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3967== by 0x4A808C2: package_from_db (package.c:957) ==3967== by 0x4A80DF8: test_createpackage (package.c:1090) ==3967== by 0x4AB4DB5: func_package (package.c:9591) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x487a8c8 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3967== by 0x4E37A5C: build_default_format (format.c:352) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E56A32: MSI_OpenPackageW (package.c:1600) ==3967== by 0x4E56D25: MsiOpenPackageExW (package.c:1648) ==3967== by 0x4E56E35: MsiOpenPackageExA (package.c:1679) ==3967== by 0x4E56E86: MsiOpenPackageA (package.c:1688) ==3967== by 0x4A808C2: package_from_db (package.c:957) ==3967== by 0x4A80DF8: test_createpackage (package.c:1090) ==3967== by 0x4AB4DB5: func_package (package.c:9591) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiOpenPackageExW fun:MsiOpenPackageExA fun:MsiOpenPackageA fun:package_from_db fun:test_createpackage fun:func_package fun:run_test fun:main } ==3967== Invalid write of size 2 ==3967== at 0x4E37A66: build_default_format (format.c:353) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3967== by 0x4E38F80: MsiFormatRecordA (format.c:987) ==3967== by 0x4A8B0EA: test_formatrecord_tables (package.c:2800) ==3967== by 0x4AB4DE2: func_package (package.c:9600) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x487bc48 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3967== by 0x4E37A5C: build_default_format (format.c:352) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3967== by 0x4E38F80: MsiFormatRecordA (format.c:987) ==3967== by 0x4A8B0EA: test_formatrecord_tables (package.c:2800) ==3967== by 0x4AB4DE2: func_package (package.c:9600) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MsiFormatRecordW fun:MsiFormatRecordA fun:test_formatrecord_tables fun:func_package fun:run_test fun:main } ==3967== Invalid write of size 2 ==3967== at 0x4E37A66: build_default_format (format.c:353) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3967== by 0x4E38FCF: MsiFormatRecordA (format.c:995) ==3967== by 0x4A8B0EA: test_formatrecord_tables (package.c:2800) ==3967== by 0x4AB4DE2: func_package (package.c:9600) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x4892138 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3967== by 0x4E37A5C: build_default_format (format.c:352) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E38E74: MsiFormatRecordW (format.c:960) ==3967== by 0x4E38FCF: MsiFormatRecordA (format.c:995) ==3967== by 0x4A8B0EA: test_formatrecord_tables (package.c:2800) ==3967== by 0x4AB4DE2: func_package (package.c:9600) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MsiFormatRecordW fun:MsiFormatRecordA fun:test_formatrecord_tables fun:func_package fun:run_test fun:main } ==3967== Invalid write of size 2 ==3967== at 0x4E37A66: build_default_format (format.c:353) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x4883d48 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x57920DF: create_family (freetype.c:1583) ==3967== by 0x5792A20: load_font_list_from_cache (freetype.c:1757) ==3967== by 0x579B50D: WineEngInit (freetype.c:4400) ==3967== by 0x57AA490: DllMain (gdiobj.c:677) ==3967== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== Invalid write of size 2 ==3967== at 0x4E37A66: build_default_format (format.c:353) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x488b318 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3967== by 0x4E37A5C: build_default_format (format.c:352) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== Invalid write of size 2 ==3967== at 0x4E36D66: lstrcatW (winbase.h:2767) ==3967== by 0x4E37ACB: build_default_format (format.c:361) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x48bb670 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3967== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3967== by 0x4E37AB6: build_default_format (format.c:360) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== Invalid read of size 2 ==3967== at 0x4E36D69: lstrcatW (winbase.h:2767) ==3967== by 0x4E37ACB: build_default_format (format.c:361) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x48bb670 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3967== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3967== by 0x4E37AB6: build_default_format (format.c:360) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== Invalid read of size 2 ==3967== at 0x4E36D48: lstrcatW (winbase.h:2766) ==3967== by 0x4E37ACB: build_default_format (format.c:361) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x487c7e4 is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3967== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3967== by 0x4E37AB6: build_default_format (format.c:360) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== Invalid read of size 2 ==3967== at 0x4E5D769: strlenW (unicode.h:200) ==3967== by 0x4E5F18E: msi_record_set_string (record.c:632) ==3967== by 0x4E5F2CF: MSI_RecordSetStringW (record.c:653) ==3967== by 0x4E38B12: MSI_FormatRecordW (format.c:862) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x487c7e4 is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3967== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3967== by 0x4E37AB6: build_default_format (format.c:360) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:strlenW fun:msi_record_set_string fun:MSI_RecordSetStringW fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== Invalid read of size 2 ==3967== at 0x4E36CD3: lstrlenW (winbase.h:2742) ==3967== by 0x4E36F6C: strdupW (msipriv.h:1260) ==3967== by 0x4E387EB: deformat_string_internal (format.c:775) ==3967== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x487c7e4 is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3967== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3967== by 0x4E37AB6: build_default_format (format.c:360) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:lstrlenW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== Invalid read of size 2 ==3967== at 0x4E36D14: lstrcpyW (winbase.h:2754) ==3967== by 0x4E36F94: strdupW (msipriv.h:1262) ==3967== by 0x4E387EB: deformat_string_internal (format.c:775) ==3967== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x487c7e4 is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3967== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3967== by 0x4E37AB6: build_default_format (format.c:360) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:lstrcpyW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== Invalid read of size 2 ==3967== at 0x4E36CD3: lstrlenW (winbase.h:2742) ==3967== by 0x4E38800: deformat_string_internal (format.c:776) ==3967== by 0x4E38BAB: MSI_FormatRecordW (format.c:873) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x487c7e4 is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3967== by 0x4E36F13: msi_realloc (msipriv.h:1216) ==3967== by 0x4E37AB6: build_default_format (format.c:360) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E0168E: ACTION_ExecuteAction (action.c:5587) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:lstrlenW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== Invalid write of size 2 ==3967== at 0x4E37A66: build_default_format (format.c:353) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3967== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x487b9d0 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3967== by 0x4E37A5C: build_default_format (format.c:352) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E5773A: MSI_ProcessMessageVerbatim (package.c:1894) ==3967== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== Invalid write of size 2 ==3967== at 0x4E37A66: build_default_format (format.c:353) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== Address 0x4879f30 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E36EAF: msi_alloc (msipriv.h:1204) ==3967== by 0x4E37A5C: build_default_format (format.c:352) ==3967== by 0x4E38AC8: MSI_FormatRecordW (format.c:853) ==3967== by 0x4E57796: MSI_ProcessMessageVerbatim (package.c:1900) ==3967== by 0x4E016A4: ACTION_ExecuteAction (action.c:5589) ==3967== by 0x4E01BB1: ACTION_INSTALL (action.c:5697) ==3967== by 0x4E082E1: ACTION_HandleStandardAction (action.c:7876) ==3967== by 0x4E084FE: ACTION_PerformAction (action.c:7904) ==3967== by 0x4E08BF6: MSI_InstallPackage (action.c:8058) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:ACTION_ExecuteAction fun:ACTION_INSTALL fun:ACTION_HandleStandardAction fun:ACTION_PerformAction fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== 2 bytes in 1 blocks are definitely lost in loss record 7 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E51E5E: msi_alloc (msipriv.h:1204) ==3967== by 0x4E55898: parse_suminfo (package.c:1230) ==3967== by 0x4E56655: MSI_OpenPackageW (package.c:1543) ==3967== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:parse_suminfo fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== 14 bytes in 1 blocks are definitely lost in loss record 127 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5790EB3: strdupW (freetype.c:1097) ==3967== by 0x5795A04: init_system_links (freetype.c:2683) ==3967== by 0x579B53B: WineEngInit (freetype.c:4412) ==3967== by 0x57AA490: DllMain (gdiobj.c:677) ==3967== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:strdupW fun:init_system_links fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 16 bytes in 1 blocks are definitely lost in loss record 160 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5795A79: init_system_links (freetype.c:2690) ==3967== by 0x579B53B: WineEngInit (freetype.c:4412) ==3967== by 0x57AA490: DllMain (gdiobj.c:677) ==3967== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:init_system_links fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 18 bytes in 3 blocks are definitely lost in loss record 171 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5F86A4A: heap_alloc (internet.h:94) ==3967== by 0x5F87F90: cache_containers_add (urlcache.c:713) ==3967== by 0x5F88496: cache_containers_init (urlcache.c:816) ==3967== by 0x5F9100C: init_urlcache (urlcache.c:4021) ==3967== by 0x5F78DA8: DllMain (internet.c:287) ==3967== by 0x5F91D6F: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:cache_containers_add fun:cache_containers_init fun:init_urlcache fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 30 bytes in 1 blocks are definitely lost in loss record 260 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E51E5E: msi_alloc (msipriv.h:1204) ==3967== by 0x4E58BF3: msi_dup_property (package.c:2374) ==3967== by 0x4E0893C: MSI_InstallPackage (action.c:8026) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:msi_dup_property fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== 32 bytes in 1 blocks are definitely lost in loss record 298 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5F86A4A: heap_alloc (internet.h:94) ==3967== by 0x5F87F05: cache_containers_add (urlcache.c:694) ==3967== by 0x5F88496: cache_containers_init (urlcache.c:816) ==3967== by 0x5F9100C: init_urlcache (urlcache.c:4021) ==3967== by 0x5F78DA8: DllMain (internet.c:287) ==3967== by 0x5F91D6F: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:cache_containers_add fun:cache_containers_init fun:init_urlcache fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 32 bytes in 1 blocks are definitely lost in loss record 299 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x573C6F6: init_dib_info_from_bitmapobj (dc.c:174) ==3967== by 0x573A014: put_image_into_bitmap (bitblt.c:958) ==3967== by 0x572ADA1: SetBitmapBits (bitmap.c:395) ==3967== by 0x572A405: CreateBitmapIndirect (bitmap.c:221) ==3967== by 0x5729E29: CreateBitmap (bitmap.c:78) ==3967== by 0x6047396: DllMain (commctrl.c:127) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:init_dib_info_from_bitmapobj fun:put_image_into_bitmap fun:SetBitmapBits fun:CreateBitmapIndirect fun:CreateBitmap fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 32 bytes in 1 blocks are definitely lost in loss record 300 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x572B568: copy_bitmap (brush.c:76) ==3967== by 0x572B772: store_brush_pattern (brush.c:122) ==3967== by 0x572BA32: CreateBrushIndirect (brush.c:202) ==3967== by 0x572BC33: CreatePatternBrush (brush.c:270) ==3967== by 0x60473AE: DllMain (commctrl.c:128) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:copy_bitmap fun:store_brush_pattern fun:CreateBrushIndirect fun:CreatePatternBrush fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 40 bytes in 1 blocks are definitely lost in loss record 335 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x572B5F2: copy_bitmap (brush.c:81) ==3967== by 0x572B772: store_brush_pattern (brush.c:122) ==3967== by 0x572BA32: CreateBrushIndirect (brush.c:202) ==3967== by 0x572BC33: CreatePatternBrush (brush.c:270) ==3967== by 0x60473AE: DllMain (commctrl.c:128) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:copy_bitmap fun:store_brush_pattern fun:CreateBrushIndirect fun:CreatePatternBrush fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 60 bytes in 1 blocks are definitely lost in loss record 397 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E51E5E: msi_alloc (msipriv.h:1204) ==3967== by 0x4E51F3F: strdupW (msipriv.h:1260) ==3967== by 0x4E5655B: MSI_OpenPackageW (package.c:1529) ==3967== by 0x4E42502: MsiInstallProductW (msi.c:248) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:strdupW fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== 76 bytes in 1 blocks are definitely lost in loss record 450 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x544075F: alloc_icon_handle (cursoricon.c:116) ==3967== by 0x5442614: create_icon_from_bmi (cursoricon.c:958) ==3967== by 0x5443D64: CURSORICON_Load (cursoricon.c:1499) ==3967== by 0x544718F: LoadImageW (cursoricon.c:2682) ==3967== by 0x60D163A: TOOLTIPS_Register (tooltips.c:2344) ==3967== by 0x6047416: DllMain (commctrl.c:151) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_icon_handle fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 76 bytes in 1 blocks are definitely lost in loss record 451 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x544075F: alloc_icon_handle (cursoricon.c:116) ==3967== by 0x5442614: create_icon_from_bmi (cursoricon.c:958) ==3967== by 0x5443D64: CURSORICON_Load (cursoricon.c:1499) ==3967== by 0x544718F: LoadImageW (cursoricon.c:2682) ==3967== by 0x60D165C: TOOLTIPS_Register (tooltips.c:2346) ==3967== by 0x6047416: DllMain (commctrl.c:151) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_icon_handle fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 76 bytes in 1 blocks are definitely lost in loss record 452 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x544075F: alloc_icon_handle (cursoricon.c:116) ==3967== by 0x5442614: create_icon_from_bmi (cursoricon.c:958) ==3967== by 0x5443D64: CURSORICON_Load (cursoricon.c:1499) ==3967== by 0x544718F: LoadImageW (cursoricon.c:2682) ==3967== by 0x60D167E: TOOLTIPS_Register (tooltips.c:2348) ==3967== by 0x6047416: DllMain (commctrl.c:151) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_icon_handle fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 80 bytes in 1 blocks are definitely lost in loss record 466 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x57BA4D8: CreatePalette (palette.c:126) ==3967== by 0x57BA3C2: PALETTE_Init (palette.c:98) ==3967== by 0x57AA56D: DllMain (gdiobj.c:691) ==3967== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreatePalette fun:PALETTE_Init fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 88 bytes in 2 blocks are definitely lost in loss record 500 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x57953DE: init_system_links (freetype.c:2600) ==3967== by 0x579B53B: WineEngInit (freetype.c:4412) ==3967== by 0x57AA490: DllMain (gdiobj.c:677) ==3967== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:init_system_links fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 96 bytes in 1 blocks are definitely lost in loss record 525 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x572A345: CreateBitmapIndirect (bitmap.c:205) ==3967== by 0x5729E29: CreateBitmap (bitmap.c:78) ==3967== by 0x54423BB: create_icon_from_bmi (cursoricon.c:908) ==3967== by 0x5443D64: CURSORICON_Load (cursoricon.c:1499) ==3967== by 0x544718F: LoadImageW (cursoricon.c:2682) ==3967== by 0x60D163A: TOOLTIPS_Register (tooltips.c:2344) ==3967== by 0x6047416: DllMain (commctrl.c:151) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 96 bytes in 1 blocks are definitely lost in loss record 526 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x572A345: CreateBitmapIndirect (bitmap.c:205) ==3967== by 0x5729E29: CreateBitmap (bitmap.c:78) ==3967== by 0x54423FF: create_icon_from_bmi (cursoricon.c:909) ==3967== by 0x5443D64: CURSORICON_Load (cursoricon.c:1499) ==3967== by 0x544718F: LoadImageW (cursoricon.c:2682) ==3967== by 0x60D163A: TOOLTIPS_Register (tooltips.c:2344) ==3967== by 0x6047416: DllMain (commctrl.c:151) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 96 bytes in 1 blocks are definitely lost in loss record 527 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x572A345: CreateBitmapIndirect (bitmap.c:205) ==3967== by 0x5729E29: CreateBitmap (bitmap.c:78) ==3967== by 0x54423BB: create_icon_from_bmi (cursoricon.c:908) ==3967== by 0x5443D64: CURSORICON_Load (cursoricon.c:1499) ==3967== by 0x544718F: LoadImageW (cursoricon.c:2682) ==3967== by 0x60D165C: TOOLTIPS_Register (tooltips.c:2346) ==3967== by 0x6047416: DllMain (commctrl.c:151) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 96 bytes in 1 blocks are definitely lost in loss record 528 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x572A345: CreateBitmapIndirect (bitmap.c:205) ==3967== by 0x5729E29: CreateBitmap (bitmap.c:78) ==3967== by 0x54423FF: create_icon_from_bmi (cursoricon.c:909) ==3967== by 0x5443D64: CURSORICON_Load (cursoricon.c:1499) ==3967== by 0x544718F: LoadImageW (cursoricon.c:2682) ==3967== by 0x60D165C: TOOLTIPS_Register (tooltips.c:2346) ==3967== by 0x6047416: DllMain (commctrl.c:151) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 96 bytes in 1 blocks are definitely lost in loss record 529 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x572A345: CreateBitmapIndirect (bitmap.c:205) ==3967== by 0x5729E29: CreateBitmap (bitmap.c:78) ==3967== by 0x54423BB: create_icon_from_bmi (cursoricon.c:908) ==3967== by 0x5443D64: CURSORICON_Load (cursoricon.c:1499) ==3967== by 0x544718F: LoadImageW (cursoricon.c:2682) ==3967== by 0x60D167E: TOOLTIPS_Register (tooltips.c:2348) ==3967== by 0x6047416: DllMain (commctrl.c:151) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 96 bytes in 1 blocks are definitely lost in loss record 530 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x572A345: CreateBitmapIndirect (bitmap.c:205) ==3967== by 0x5729E29: CreateBitmap (bitmap.c:78) ==3967== by 0x54423FF: create_icon_from_bmi (cursoricon.c:909) ==3967== by 0x5443D64: CURSORICON_Load (cursoricon.c:1499) ==3967== by 0x544718F: LoadImageW (cursoricon.c:2682) ==3967== by 0x60D167E: TOOLTIPS_Register (tooltips.c:2348) ==3967== by 0x6047416: DllMain (commctrl.c:151) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 96 bytes in 3 blocks are definitely lost in loss record 532 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5790EB3: strdupW (freetype.c:1097) ==3967== by 0x57953F2: init_system_links (freetype.c:2601) ==3967== by 0x579B53B: WineEngInit (freetype.c:4412) ==3967== by 0x57AA490: DllMain (gdiobj.c:677) ==3967== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:strdupW fun:init_system_links fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 120 bytes in 1 blocks are possibly lost in loss record 562 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x579234B: load_face (freetype.c:1639) ==3967== by 0x5792B45: load_font_list_from_cache (freetype.c:1777) ==3967== by 0x579B50D: WineEngInit (freetype.c:4400) ==3967== by 0x57AA490: DllMain (gdiobj.c:677) ==3967== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:load_face fun:load_font_list_from_cache fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 130 bytes in 1 blocks are definitely lost in loss record 574 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4DF2BC4: msi_alloc (msipriv.h:1204) ==3967== by 0x4E0882D: MSI_InstallPackage (action.c:8003) ==3967== by 0x4E42520: MsiInstallProductW (msi.c:251) ==3967== by 0x4E423FC: MsiInstallProductA (msi.c:226) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== 160 bytes in 1 blocks are definitely lost in loss record 589 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E41A1B: msi_alloc (msipriv.h:1204) ==3967== by 0x4E41A9D: strdupAtoW (msipriv.h:1250) ==3967== by 0x4E423E2: MsiInstallProductA (msi.c:221) ==3967== by 0x4A8E8AD: test_states (package.c:3347) ==3967== by 0x4AB4DE7: func_package (package.c:9601) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:strdupAtoW fun:MsiInstallProductA fun:test_states fun:func_package fun:run_test fun:main } ==3967== 292 bytes in 3 blocks are definitely lost in loss record 621 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5F86A4A: heap_alloc (internet.h:94) ==3967== by 0x5F86ABE: heap_strdupW (internet.h:125) ==3967== by 0x5F87F54: cache_containers_add (urlcache.c:706) ==3967== by 0x5F88496: cache_containers_init (urlcache.c:816) ==3967== by 0x5F9100C: init_urlcache (urlcache.c:4021) ==3967== by 0x5F78DA8: DllMain (internet.c:287) ==3967== by 0x5F91D6F: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strdupW fun:cache_containers_add fun:cache_containers_init fun:init_urlcache fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 372 bytes in 1 blocks are definitely lost in loss record 637 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x572E11A: alloc_dc_ptr (dc.c:131) ==3967== by 0x572FADC: CreateDCW (dc.c:652) ==3967== by 0x5440705: get_screen_dc (cursoricon.c:101) ==3967== by 0x544714F: LoadImageW (cursoricon.c:2679) ==3967== by 0x5444D62: LoadCursorW (cursoricon.c:1865) ==3967== by 0x603E8ED: ANIMATE_Register (animate.c:979) ==3967== by 0x60473C1: DllMain (commctrl.c:134) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_dc_ptr fun:CreateDCW fun:get_screen_dc fun:LoadImageW fun:LoadCursorW fun:ANIMATE_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 456 bytes in 19 blocks are definitely lost in loss record 647 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x579139E: LoadSubstList (freetype.c:1212) ==3967== by 0x579B51F: WineEngInit (freetype.c:4405) ==3967== by 0x57AA490: DllMain (gdiobj.c:677) ==3967== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:LoadSubstList fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 668 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x603E95A: ANIMATE_Register (animate.c:983) ==3967== by 0x60473C1: DllMain (commctrl.c:134) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:ANIMATE_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 669 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x60451D6: COMBOEX_Register (comboex.c:2187) ==3967== by 0x60473C6: DllMain (commctrl.c:135) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:COMBOEX_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 670 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x604E796: DATETIME_Register (datetime.c:1689) ==3967== by 0x60473CB: DllMain (commctrl.c:136) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:DATETIME_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 671 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x6052354: FLATSB_Register (flatsb.c:280) ==3967== by 0x60473D0: DllMain (commctrl.c:137) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:FLATSB_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 672 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x605850A: HEADER_Register (header.c:2292) ==3967== by 0x60473D5: DllMain (commctrl.c:138) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:HEADER_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 673 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x6059B5E: HOTKEY_Register (hotkey.c:553) ==3967== by 0x60473DA: DllMain (commctrl.c:139) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:HOTKEY_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 674 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x6064F6F: IPADDRESS_Register (ipaddress.c:672) ==3967== by 0x60473DF: DllMain (commctrl.c:140) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:IPADDRESS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 675 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x607F9A8: LISTVIEW_Register (listview.c:11846) ==3967== by 0x60473E4: DllMain (commctrl.c:141) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:LISTVIEW_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 676 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x6088E60: MONTHCAL_Register (monthcal.c:3058) ==3967== by 0x60473E9: DllMain (commctrl.c:142) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:MONTHCAL_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 677 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x608920E: NATIVEFONT_Register (nativefont.c:126) ==3967== by 0x60473EE: DllMain (commctrl.c:143) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:NATIVEFONT_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 678 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x608BF47: PAGER_Register (pager.c:1115) ==3967== by 0x60473F3: DllMain (commctrl.c:144) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:PAGER_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 679 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x608DCE1: PROGRESS_Register (progress.c:761) ==3967== by 0x60473F8: DllMain (commctrl.c:145) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:PROGRESS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 680 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x60A14B0: REBAR_Register (rebar.c:3785) ==3967== by 0x60473FD: DllMain (commctrl.c:146) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:REBAR_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 681 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x60A547C: STATUS_Register (status.c:1338) ==3967== by 0x6047402: DllMain (commctrl.c:147) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:STATUS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 682 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x60AA987: SYSLINK_Register (syslink.c:1761) ==3967== by 0x6047407: DllMain (commctrl.c:148) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:SYSLINK_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 683 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x60B2911: TAB_Register (tab.c:3450) ==3967== by 0x604740C: DllMain (commctrl.c:149) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:TAB_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 684 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x60CB333: TOOLBAR_Register (toolbar.c:6894) ==3967== by 0x6047411: DllMain (commctrl.c:150) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:TOOLBAR_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 685 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x60D1614: TOOLTIPS_Register (tooltips.c:2341) ==3967== by 0x6047416: DllMain (commctrl.c:151) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 686 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x60D636D: TRACKBAR_Register (trackbar.c:2068) ==3967== by 0x604741B: DllMain (commctrl.c:152) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:TRACKBAR_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 687 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x60E31C9: TREEVIEW_Register (treeview.c:5928) ==3967== by 0x6047420: DllMain (commctrl.c:153) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:TREEVIEW_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 576 bytes in 1 blocks are definitely lost in loss record 688 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5435E52: CLASS_RegisterClass (class.c:373) ==3967== by 0x5436975: RegisterClassExW (class.c:633) ==3967== by 0x54364B1: RegisterClassW (class.c:554) ==3967== by 0x60E64EC: UPDOWN_Register (updown.c:1194) ==3967== by 0x6047425: DllMain (commctrl.c:154) ==3967== by 0x60E6747: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:UPDOWN_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 2,020 bytes in 1 blocks are definitely lost in loss record 737 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4AD537B: get_tls_data (test.h:242) ==3967== by 0x4AD547D: winetest_set_location (test.h:277) ==3967== by 0x4A80750: create_package_db (package.c:929) ==3967== by 0x4A80DE9: test_createpackage (package.c:1090) ==3967== by 0x4AB4DB5: func_package (package.c:9591) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:create_package_db fun:test_createpackage fun:func_package fun:run_test fun:main } ==3967== 2,058 bytes in 69 blocks are definitely lost in loss record 743 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x5790EB3: strdupW (freetype.c:1097) ==3967== by 0x5792923: load_font_list_from_cache (freetype.c:1748) ==3967== by 0x579B50D: WineEngInit (freetype.c:4400) ==3967== by 0x57AA490: DllMain (gdiobj.c:677) ==3967== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:strdupW fun:load_font_list_from_cache fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 2,144 bytes in 67 blocks are definitely lost in loss record 744 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x57920DF: create_family (freetype.c:1583) ==3967== by 0x5792A20: load_font_list_from_cache (freetype.c:1757) ==3967== by 0x579B50D: WineEngInit (freetype.c:4400) ==3967== by 0x57AA490: DllMain (gdiobj.c:677) ==3967== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:create_family fun:load_font_list_from_cache fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3967== 3,072 bytes in 1 blocks are definitely lost in loss record 751 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x4E391C8: msi_alloc_zero (msipriv.h:1210) ==3967== by 0x4E39324: alloc_handle_table_entry (handle.c:93) ==3967== by 0x4E393AE: alloc_msihandle (handle.c:116) ==3967== by 0x4E20196: MsiOpenDatabaseW (database.c:306) ==3967== by 0x4A80736: create_package_db (package.c:928) ==3967== by 0x4A80DE9: test_createpackage (package.c:1090) ==3967== by 0x4AB4DB5: func_package (package.c:9591) ==3967== by 0x4AD61A9: run_test (test.h:603) ==3967== by 0x4AD6608: main (test.h:687) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc_zero fun:alloc_handle_table_entry fun:alloc_msihandle fun:MsiOpenDatabaseW fun:create_package_db fun:test_createpackage fun:func_package fun:run_test fun:main } ==3967== 12,240 bytes in 102 blocks are definitely lost in loss record 779 of 782 ==3967== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3967== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3967== by 0x579234B: load_face (freetype.c:1639) ==3967== by 0x5792B45: load_font_list_from_cache (freetype.c:1777) ==3967== by 0x579B50D: WineEngInit (freetype.c:4400) ==3967== by 0x57AA490: DllMain (gdiobj.c:677) ==3967== by 0x57C96FF: __wine_spec_dll_entry (dll_entry.c:40) ==3967== by 0x7BC57525: ??? (loader.c:144) ==3967== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3967== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3967== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3967== by 0x4041418: ??? (port.c:78) ==3967== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:load_face fun:load_font_list_from_cache fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:386: package.ok] Error 5 ../../../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 ==3985== Invalid write of size 2 ==3985== at 0x4DF2A66: build_default_format (format.c:353) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E1273A: MSI_ProcessMessageVerbatim (package.c:1894) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== Address 0x4870b88 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x4DF1EAF: msi_alloc (msipriv.h:1204) ==3985== by 0x4DF2A5C: build_default_format (format.c:352) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E1273A: MSI_ProcessMessageVerbatim (package.c:1894) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== Invalid write of size 2 ==3985== at 0x4DF2A66: build_default_format (format.c:353) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== Address 0x4879920 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x4DF1EAF: msi_alloc (msipriv.h:1204) ==3985== by 0x4DF2A5C: build_default_format (format.c:352) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Addr2 fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== Invalid read of size 2 ==3985== at 0x4DF1D48: lstrcatW (winbase.h:2766) ==3985== by 0x4DF2ACB: build_default_format (format.c:361) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== Address 0x4872698 is 0 bytes after a recently re-allocated block of size 16 alloc'd ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3985== by 0x4DF1F13: msi_realloc (msipriv.h:1216) ==3985== by 0x4DF2AB6: build_default_format (format.c:360) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== Invalid write of size 2 ==3985== at 0x4DF1D66: lstrcatW (winbase.h:2767) ==3985== by 0x4DF2ACB: build_default_format (format.c:361) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== Address 0x48726a8 is 16 bytes after a recently re-allocated block of size 16 alloc'd ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3985== by 0x4DF1F13: msi_realloc (msipriv.h:1216) ==3985== by 0x4DF2AB6: build_default_format (format.c:360) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== Invalid read of size 2 ==3985== at 0x4DF1D69: lstrcatW (winbase.h:2767) ==3985== by 0x4DF2ACB: build_default_format (format.c:361) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== Address 0x48726a8 is 16 bytes after a recently re-allocated block of size 16 alloc'd ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3985== by 0x4DF1F13: msi_realloc (msipriv.h:1216) ==3985== by 0x4DF2AB6: build_default_format (format.c:360) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Addr2 fun:lstrcatW fun:build_default_format fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== Invalid read of size 2 ==3985== at 0x4E18769: strlenW (unicode.h:200) ==3985== by 0x4E1A18E: msi_record_set_string (record.c:632) ==3985== by 0x4E1A2CF: MSI_RecordSetStringW (record.c:653) ==3985== by 0x4DF3B12: MSI_FormatRecordW (format.c:862) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== Address 0x48b624c is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3985== by 0x4DF1F13: msi_realloc (msipriv.h:1216) ==3985== by 0x4DF2AB6: build_default_format (format.c:360) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Addr2 fun:strlenW fun:msi_record_set_string fun:MSI_RecordSetStringW fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== Invalid read of size 2 ==3985== at 0x4030940: memcpy (vg_replace_strmem.c:1023) ==3985== by 0x4E18C8F: msi_strdupW (record.c:164) ==3985== by 0x4E1A1C8: msi_record_set_string (record.c:637) ==3985== by 0x4E1A2CF: MSI_RecordSetStringW (record.c:653) ==3985== by 0x4DF3B12: MSI_FormatRecordW (format.c:862) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== Address 0x48b624c is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3985== by 0x4DF1F13: msi_realloc (msipriv.h:1216) ==3985== by 0x4DF2AB6: build_default_format (format.c:360) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Addr2 fun:memcpy fun:msi_strdupW fun:msi_record_set_string fun:MSI_RecordSetStringW fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== Invalid read of size 2 ==3985== at 0x4DF1CD3: lstrlenW (winbase.h:2742) ==3985== by 0x4DF1F6C: strdupW (msipriv.h:1260) ==3985== by 0x4DF37EB: deformat_string_internal (format.c:775) ==3985== by 0x4DF3BAB: MSI_FormatRecordW (format.c:873) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== Address 0x48b624c is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3985== by 0x4DF1F13: msi_realloc (msipriv.h:1216) ==3985== by 0x4DF2AB6: build_default_format (format.c:360) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Addr2 fun:lstrlenW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== Invalid read of size 2 ==3985== at 0x4DF1D14: lstrcpyW (winbase.h:2754) ==3985== by 0x4DF1F94: strdupW (msipriv.h:1262) ==3985== by 0x4DF37EB: deformat_string_internal (format.c:775) ==3985== by 0x4DF3BAB: MSI_FormatRecordW (format.c:873) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== Address 0x48b624c is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3985== by 0x4DF1F13: msi_realloc (msipriv.h:1216) ==3985== by 0x4DF2AB6: build_default_format (format.c:360) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Addr2 fun:lstrcpyW fun:strdupW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== Invalid read of size 2 ==3985== at 0x4DF1CD3: lstrlenW (winbase.h:2742) ==3985== by 0x4DF3800: deformat_string_internal (format.c:776) ==3985== by 0x4DF3BAB: MSI_FormatRecordW (format.c:873) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== Address 0x48b624c is 0 bytes after a recently re-allocated block of size 44 alloc'd ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC558A2: RtlReAllocateHeap (heap.c:1883) ==3985== by 0x4DF1F13: msi_realloc (msipriv.h:1216) ==3985== by 0x4DF2AB6: build_default_format (format.c:360) ==3985== by 0x4DF3AC8: MSI_FormatRecordW (format.c:853) ==3985== by 0x4E12796: MSI_ProcessMessageVerbatim (package.c:1900) ==3985== by 0x4E11A32: MSI_OpenPackageW (package.c:1600) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Addr2 fun:lstrlenW fun:deformat_string_internal fun:MSI_FormatRecordW fun:MSI_ProcessMessageVerbatim fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== 2 bytes in 1 blocks are definitely lost in loss record 7 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x4E0CE5E: msi_alloc (msipriv.h:1204) ==3985== by 0x4E10898: parse_suminfo (package.c:1230) ==3985== by 0x4E11655: MSI_OpenPackageW (package.c:1543) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:parse_suminfo fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== 14 bytes in 1 blocks are definitely lost in loss record 122 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x574FEB3: strdupW (freetype.c:1097) ==3985== by 0x5754A04: init_system_links (freetype.c:2683) ==3985== by 0x575A53B: WineEngInit (freetype.c:4412) ==3985== by 0x5769490: DllMain (gdiobj.c:677) ==3985== by 0x57886FF: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:strdupW fun:init_system_links fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 16 bytes in 1 blocks are definitely lost in loss record 148 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x5754A79: init_system_links (freetype.c:2690) ==3985== by 0x575A53B: WineEngInit (freetype.c:4412) ==3985== by 0x5769490: DllMain (gdiobj.c:677) ==3985== by 0x57886FF: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:init_system_links fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 18 bytes in 3 blocks are definitely lost in loss record 159 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x5F98A4A: heap_alloc (internet.h:94) ==3985== by 0x5F99F90: cache_containers_add (urlcache.c:713) ==3985== by 0x5F9A496: cache_containers_init (urlcache.c:816) ==3985== by 0x5FA300C: init_urlcache (urlcache.c:4021) ==3985== by 0x5F8ADA8: DllMain (internet.c:287) ==3985== by 0x5FA3D6F: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:cache_containers_add fun:cache_containers_init fun:init_urlcache fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 22 bytes in 1 blocks are definitely lost in loss record 194 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x7BC7F27A: RtlAnsiStringToUnicodeString (rtlstr.c:695) ==3985== by 0x7BC7E835: RtlCreateUnicodeStringFromAsciiz (rtlstr.c:302) ==3985== by 0x7BC60E64: init_load_order (loadorder.c:252) ==3985== by 0x7BC614AC: get_load_order (loadorder.c:440) ==3985== by 0x7BC5D707: load_dll (loader.c:2304) ==3985== by 0x7BC5DC92: LdrLoadDll (loader.c:2384) ==3985== by 0x7B461E8A: load_library (module.c:1163) ==3985== by 0x7B462037: LoadLibraryExW (module.c:1223) ==3985== by 0x7B46D217: __wine_kernel_init (process.c:1279) ==3985== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==3985== by 0x40407C0: wine_init (loader.c:979) ==3985== by 0x7C000ED4: main (main.c:258) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RtlAnsiStringToUnicodeString fun:RtlCreateUnicodeStringFromAsciiz fun:init_load_order fun:get_load_order fun:load_dll fun:LdrLoadDll fun:load_library fun:LoadLibraryExW fun:__wine_kernel_init fun:__wine_process_init fun:wine_init fun:main } ==3985== 32 bytes in 1 blocks are definitely lost in loss record 282 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x5F98A4A: heap_alloc (internet.h:94) ==3985== by 0x5F99F05: cache_containers_add (urlcache.c:694) ==3985== by 0x5F9A496: cache_containers_init (urlcache.c:816) ==3985== by 0x5FA300C: init_urlcache (urlcache.c:4021) ==3985== by 0x5F8ADA8: DllMain (internet.c:287) ==3985== by 0x5FA3D6F: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:cache_containers_add fun:cache_containers_init fun:init_urlcache fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 32 bytes in 1 blocks are definitely lost in loss record 283 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x56FB6F6: init_dib_info_from_bitmapobj (dc.c:174) ==3985== by 0x56F9014: put_image_into_bitmap (bitblt.c:958) ==3985== by 0x56E9DA1: SetBitmapBits (bitmap.c:395) ==3985== by 0x56E9405: CreateBitmapIndirect (bitmap.c:221) ==3985== by 0x56E8E29: CreateBitmap (bitmap.c:78) ==3985== by 0x6071396: DllMain (commctrl.c:127) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:init_dib_info_from_bitmapobj fun:put_image_into_bitmap fun:SetBitmapBits fun:CreateBitmapIndirect fun:CreateBitmap fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 32 bytes in 1 blocks are definitely lost in loss record 284 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x56EA568: copy_bitmap (brush.c:76) ==3985== by 0x56EA772: store_brush_pattern (brush.c:122) ==3985== by 0x56EAA32: CreateBrushIndirect (brush.c:202) ==3985== by 0x56EAC33: CreatePatternBrush (brush.c:270) ==3985== by 0x60713AE: DllMain (commctrl.c:128) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:copy_bitmap fun:store_brush_pattern fun:CreateBrushIndirect fun:CreatePatternBrush fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 36 bytes in 1 blocks are definitely lost in loss record 308 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x7BC591B9: fixup_imports (loader.c:932) ==3985== by 0x7BC5FE35: LdrInitializeThunk (loader.c:3149) ==3985== by 0x7B46D42C: __wine_kernel_init (process.c:1318) ==3985== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==3985== by 0x40407C0: wine_init (loader.c:979) ==3985== by 0x7C000ED4: main (main.c:258) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:fixup_imports fun:LdrInitializeThunk fun:__wine_kernel_init fun:__wine_process_init fun:wine_init fun:main } ==3985== 38 bytes in 1 blocks are definitely lost in loss record 316 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x4DFCA1B: msi_alloc (msipriv.h:1204) ==3985== by 0x4DFCA9D: strdupAtoW (msipriv.h:1250) ==3985== by 0x4DFD3C5: MsiInstallProductA (msi.c:214) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:strdupAtoW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== 40 bytes in 1 blocks are definitely lost in loss record 324 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x56EA5F2: copy_bitmap (brush.c:81) ==3985== by 0x56EA772: store_brush_pattern (brush.c:122) ==3985== by 0x56EAA32: CreateBrushIndirect (brush.c:202) ==3985== by 0x56EAC33: CreatePatternBrush (brush.c:270) ==3985== by 0x60713AE: DllMain (commctrl.c:128) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:copy_bitmap fun:store_brush_pattern fun:CreateBrushIndirect fun:CreatePatternBrush fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 60 bytes in 1 blocks are definitely lost in loss record 386 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x4E0CE5E: msi_alloc (msipriv.h:1204) ==3985== by 0x4E0CF3F: strdupW (msipriv.h:1260) ==3985== by 0x4E1155B: MSI_OpenPackageW (package.c:1529) ==3985== by 0x4DFD502: MsiInstallProductW (msi.c:248) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:strdupW fun:MSI_OpenPackageW fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== 76 bytes in 1 blocks are definitely lost in loss record 437 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53FB75F: alloc_icon_handle (cursoricon.c:116) ==3985== by 0x53FD614: create_icon_from_bmi (cursoricon.c:958) ==3985== by 0x53FED64: CURSORICON_Load (cursoricon.c:1499) ==3985== by 0x540218F: LoadImageW (cursoricon.c:2682) ==3985== by 0x60FB63A: TOOLTIPS_Register (tooltips.c:2344) ==3985== by 0x6071416: DllMain (commctrl.c:151) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_icon_handle fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 76 bytes in 1 blocks are definitely lost in loss record 438 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53FB75F: alloc_icon_handle (cursoricon.c:116) ==3985== by 0x53FD614: create_icon_from_bmi (cursoricon.c:958) ==3985== by 0x53FED64: CURSORICON_Load (cursoricon.c:1499) ==3985== by 0x540218F: LoadImageW (cursoricon.c:2682) ==3985== by 0x60FB65C: TOOLTIPS_Register (tooltips.c:2346) ==3985== by 0x6071416: DllMain (commctrl.c:151) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_icon_handle fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 76 bytes in 1 blocks are definitely lost in loss record 439 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53FB75F: alloc_icon_handle (cursoricon.c:116) ==3985== by 0x53FD614: create_icon_from_bmi (cursoricon.c:958) ==3985== by 0x53FED64: CURSORICON_Load (cursoricon.c:1499) ==3985== by 0x540218F: LoadImageW (cursoricon.c:2682) ==3985== by 0x60FB67E: TOOLTIPS_Register (tooltips.c:2348) ==3985== by 0x6071416: DllMain (commctrl.c:151) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_icon_handle fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 80 bytes in 1 blocks are definitely lost in loss record 451 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x57794D8: CreatePalette (palette.c:126) ==3985== by 0x57793C2: PALETTE_Init (palette.c:98) ==3985== by 0x576956D: DllMain (gdiobj.c:691) ==3985== by 0x57886FF: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreatePalette fun:PALETTE_Init fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 80 bytes in 1 blocks are definitely lost in loss record 453 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x4DADBC4: msi_alloc (msipriv.h:1204) ==3985== by 0x4DC382D: MSI_InstallPackage (action.c:8003) ==3985== by 0x4DFD520: MsiInstallProductW (msi.c:251) ==3985== by 0x4DFD3FC: MsiInstallProductA (msi.c:226) ==3985== by 0x4AB62E7: test_simple_patch (patch.c:745) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc fun:MSI_InstallPackage fun:MsiInstallProductW fun:MsiInstallProductA fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== 88 bytes in 2 blocks are definitely lost in loss record 487 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x57543DE: init_system_links (freetype.c:2600) ==3985== by 0x575A53B: WineEngInit (freetype.c:4412) ==3985== by 0x5769490: DllMain (gdiobj.c:677) ==3985== by 0x57886FF: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:init_system_links fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 96 bytes in 1 blocks are definitely lost in loss record 512 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x56E9345: CreateBitmapIndirect (bitmap.c:205) ==3985== by 0x56E8E29: CreateBitmap (bitmap.c:78) ==3985== by 0x53FD3BB: create_icon_from_bmi (cursoricon.c:908) ==3985== by 0x53FED64: CURSORICON_Load (cursoricon.c:1499) ==3985== by 0x540218F: LoadImageW (cursoricon.c:2682) ==3985== by 0x60FB63A: TOOLTIPS_Register (tooltips.c:2344) ==3985== by 0x6071416: DllMain (commctrl.c:151) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 96 bytes in 1 blocks are definitely lost in loss record 513 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x56E9345: CreateBitmapIndirect (bitmap.c:205) ==3985== by 0x56E8E29: CreateBitmap (bitmap.c:78) ==3985== by 0x53FD3FF: create_icon_from_bmi (cursoricon.c:909) ==3985== by 0x53FED64: CURSORICON_Load (cursoricon.c:1499) ==3985== by 0x540218F: LoadImageW (cursoricon.c:2682) ==3985== by 0x60FB63A: TOOLTIPS_Register (tooltips.c:2344) ==3985== by 0x6071416: DllMain (commctrl.c:151) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 96 bytes in 1 blocks are definitely lost in loss record 514 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x56E9345: CreateBitmapIndirect (bitmap.c:205) ==3985== by 0x56E8E29: CreateBitmap (bitmap.c:78) ==3985== by 0x53FD3BB: create_icon_from_bmi (cursoricon.c:908) ==3985== by 0x53FED64: CURSORICON_Load (cursoricon.c:1499) ==3985== by 0x540218F: LoadImageW (cursoricon.c:2682) ==3985== by 0x60FB65C: TOOLTIPS_Register (tooltips.c:2346) ==3985== by 0x6071416: DllMain (commctrl.c:151) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 96 bytes in 1 blocks are definitely lost in loss record 515 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x56E9345: CreateBitmapIndirect (bitmap.c:205) ==3985== by 0x56E8E29: CreateBitmap (bitmap.c:78) ==3985== by 0x53FD3FF: create_icon_from_bmi (cursoricon.c:909) ==3985== by 0x53FED64: CURSORICON_Load (cursoricon.c:1499) ==3985== by 0x540218F: LoadImageW (cursoricon.c:2682) ==3985== by 0x60FB65C: TOOLTIPS_Register (tooltips.c:2346) ==3985== by 0x6071416: DllMain (commctrl.c:151) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 96 bytes in 1 blocks are definitely lost in loss record 516 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x56E9345: CreateBitmapIndirect (bitmap.c:205) ==3985== by 0x56E8E29: CreateBitmap (bitmap.c:78) ==3985== by 0x53FD3BB: create_icon_from_bmi (cursoricon.c:908) ==3985== by 0x53FED64: CURSORICON_Load (cursoricon.c:1499) ==3985== by 0x540218F: LoadImageW (cursoricon.c:2682) ==3985== by 0x60FB67E: TOOLTIPS_Register (tooltips.c:2348) ==3985== by 0x6071416: DllMain (commctrl.c:151) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 96 bytes in 1 blocks are definitely lost in loss record 517 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x56E9345: CreateBitmapIndirect (bitmap.c:205) ==3985== by 0x56E8E29: CreateBitmap (bitmap.c:78) ==3985== by 0x53FD3FF: create_icon_from_bmi (cursoricon.c:909) ==3985== by 0x53FED64: CURSORICON_Load (cursoricon.c:1499) ==3985== by 0x540218F: LoadImageW (cursoricon.c:2682) ==3985== by 0x60FB67E: TOOLTIPS_Register (tooltips.c:2348) ==3985== by 0x6071416: DllMain (commctrl.c:151) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CreateBitmapIndirect fun:CreateBitmap fun:create_icon_from_bmi fun:CURSORICON_Load fun:LoadImageW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 96 bytes in 3 blocks are definitely lost in loss record 519 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x574FEB3: strdupW (freetype.c:1097) ==3985== by 0x57543F2: init_system_links (freetype.c:2601) ==3985== by 0x575A53B: WineEngInit (freetype.c:4412) ==3985== by 0x5769490: DllMain (gdiobj.c:677) ==3985== by 0x57886FF: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:strdupW fun:init_system_links fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 120 bytes in 1 blocks are possibly lost in loss record 549 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x575134B: load_face (freetype.c:1639) ==3985== by 0x5751B45: load_font_list_from_cache (freetype.c:1777) ==3985== by 0x575A50D: WineEngInit (freetype.c:4400) ==3985== by 0x5769490: DllMain (gdiobj.c:677) ==3985== by 0x57886FF: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:load_face fun:load_font_list_from_cache fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 292 bytes in 3 blocks are definitely lost in loss record 602 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x5F98A4A: heap_alloc (internet.h:94) ==3985== by 0x5F98ABE: heap_strdupW (internet.h:125) ==3985== by 0x5F99F54: cache_containers_add (urlcache.c:706) ==3985== by 0x5F9A496: cache_containers_init (urlcache.c:816) ==3985== by 0x5FA300C: init_urlcache (urlcache.c:4021) ==3985== by 0x5F8ADA8: DllMain (internet.c:287) ==3985== by 0x5FA3D6F: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:heap_strdupW fun:cache_containers_add fun:cache_containers_init fun:init_urlcache fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 372 bytes in 1 blocks are definitely lost in loss record 619 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x56ED11A: alloc_dc_ptr (dc.c:131) ==3985== by 0x56EEADC: CreateDCW (dc.c:652) ==3985== by 0x53FB705: get_screen_dc (cursoricon.c:101) ==3985== by 0x540214F: LoadImageW (cursoricon.c:2679) ==3985== by 0x53FFD62: LoadCursorW (cursoricon.c:1865) ==3985== by 0x60688ED: ANIMATE_Register (animate.c:979) ==3985== by 0x60713C1: DllMain (commctrl.c:134) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:alloc_dc_ptr fun:CreateDCW fun:get_screen_dc fun:LoadImageW fun:LoadCursorW fun:ANIMATE_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 456 bytes in 19 blocks are definitely lost in loss record 629 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x575039E: LoadSubstList (freetype.c:1212) ==3985== by 0x575A51F: WineEngInit (freetype.c:4405) ==3985== by 0x5769490: DllMain (gdiobj.c:677) ==3985== by 0x57886FF: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:LoadSubstList fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 650 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x606895A: ANIMATE_Register (animate.c:983) ==3985== by 0x60713C1: DllMain (commctrl.c:134) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:ANIMATE_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 651 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x606F1D6: COMBOEX_Register (comboex.c:2187) ==3985== by 0x60713C6: DllMain (commctrl.c:135) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:COMBOEX_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 652 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x6078796: DATETIME_Register (datetime.c:1689) ==3985== by 0x60713CB: DllMain (commctrl.c:136) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:DATETIME_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 653 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x607C354: FLATSB_Register (flatsb.c:280) ==3985== by 0x60713D0: DllMain (commctrl.c:137) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:FLATSB_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 654 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x608250A: HEADER_Register (header.c:2292) ==3985== by 0x60713D5: DllMain (commctrl.c:138) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:HEADER_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 655 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x6083B5E: HOTKEY_Register (hotkey.c:553) ==3985== by 0x60713DA: DllMain (commctrl.c:139) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:HOTKEY_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 656 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x608EF6F: IPADDRESS_Register (ipaddress.c:672) ==3985== by 0x60713DF: DllMain (commctrl.c:140) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:IPADDRESS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 657 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x60A99A8: LISTVIEW_Register (listview.c:11846) ==3985== by 0x60713E4: DllMain (commctrl.c:141) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:LISTVIEW_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 658 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x60B2E60: MONTHCAL_Register (monthcal.c:3058) ==3985== by 0x60713E9: DllMain (commctrl.c:142) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:MONTHCAL_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 659 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x60B320E: NATIVEFONT_Register (nativefont.c:126) ==3985== by 0x60713EE: DllMain (commctrl.c:143) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:NATIVEFONT_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 660 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x60B5F47: PAGER_Register (pager.c:1115) ==3985== by 0x60713F3: DllMain (commctrl.c:144) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:PAGER_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 661 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x60B7CE1: PROGRESS_Register (progress.c:761) ==3985== by 0x60713F8: DllMain (commctrl.c:145) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:PROGRESS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 662 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x60CB4B0: REBAR_Register (rebar.c:3785) ==3985== by 0x60713FD: DllMain (commctrl.c:146) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:REBAR_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 663 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x60CF47C: STATUS_Register (status.c:1338) ==3985== by 0x6071402: DllMain (commctrl.c:147) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:STATUS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 664 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x60D4987: SYSLINK_Register (syslink.c:1761) ==3985== by 0x6071407: DllMain (commctrl.c:148) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:SYSLINK_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 665 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x60DC911: TAB_Register (tab.c:3450) ==3985== by 0x607140C: DllMain (commctrl.c:149) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:TAB_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 666 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x60F5333: TOOLBAR_Register (toolbar.c:6894) ==3985== by 0x6071411: DllMain (commctrl.c:150) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:TOOLBAR_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 667 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x60FB614: TOOLTIPS_Register (tooltips.c:2341) ==3985== by 0x6071416: DllMain (commctrl.c:151) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:TOOLTIPS_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 668 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x610036D: TRACKBAR_Register (trackbar.c:2068) ==3985== by 0x607141B: DllMain (commctrl.c:152) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:TRACKBAR_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 669 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x610D1C9: TREEVIEW_Register (treeview.c:5928) ==3985== by 0x6071420: DllMain (commctrl.c:153) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:TREEVIEW_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 576 bytes in 1 blocks are definitely lost in loss record 670 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x53F0E52: CLASS_RegisterClass (class.c:373) ==3985== by 0x53F1975: RegisterClassExW (class.c:633) ==3985== by 0x53F14B1: RegisterClassW (class.c:554) ==3985== by 0x61104EC: UPDOWN_Register (updown.c:1194) ==3985== by 0x6071425: DllMain (commctrl.c:154) ==3985== by 0x6110747: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CLASS_RegisterClass fun:RegisterClassExW fun:RegisterClassW fun:UPDOWN_Register fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 2,020 bytes in 1 blocks are definitely lost in loss record 719 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x4AD537B: get_tls_data (test.h:242) ==3985== by 0x4AD547D: winetest_set_location (test.h:277) ==3985== by 0x4AB5A16: create_database (patch.c:323) ==3985== by 0x4AB62B2: test_simple_patch (patch.c:740) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:get_tls_data fun:winetest_set_location fun:create_database fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== 2,058 bytes in 69 blocks are definitely lost in loss record 725 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x574FEB3: strdupW (freetype.c:1097) ==3985== by 0x5751923: load_font_list_from_cache (freetype.c:1748) ==3985== by 0x575A50D: WineEngInit (freetype.c:4400) ==3985== by 0x5769490: DllMain (gdiobj.c:677) ==3985== by 0x57886FF: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:strdupW fun:load_font_list_from_cache fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 2,144 bytes in 67 blocks are definitely lost in loss record 726 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x57510DF: create_family (freetype.c:1583) ==3985== by 0x5751A20: load_font_list_from_cache (freetype.c:1757) ==3985== by 0x575A50D: WineEngInit (freetype.c:4400) ==3985== by 0x5769490: DllMain (gdiobj.c:677) ==3985== by 0x57886FF: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:create_family fun:load_font_list_from_cache fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==3985== 3,072 bytes in 1 blocks are definitely lost in loss record 734 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x4DF41C8: msi_alloc_zero (msipriv.h:1210) ==3985== by 0x4DF4324: alloc_handle_table_entry (handle.c:93) ==3985== by 0x4DF43AE: alloc_msihandle (handle.c:116) ==3985== by 0x4DDB196: MsiOpenDatabaseW (database.c:306) ==3985== by 0x4AB59FC: create_database (patch.c:322) ==3985== by 0x4AB62B2: test_simple_patch (patch.c:740) ==3985== by 0x4AB95CA: func_patch (patch.c:1372) ==3985== by 0x4AD61A9: run_test (test.h:603) ==3985== by 0x4AD6608: main (test.h:687) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:msi_alloc_zero fun:alloc_handle_table_entry fun:alloc_msihandle fun:MsiOpenDatabaseW fun:create_database fun:test_simple_patch fun:func_patch fun:run_test fun:main } ==3985== 12,240 bytes in 102 blocks are definitely lost in loss record 760 of 763 ==3985== at 0x7BC50D3B: notify_alloc (heap.c:254) ==3985== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==3985== by 0x575134B: load_face (freetype.c:1639) ==3985== by 0x5751B45: load_font_list_from_cache (freetype.c:1777) ==3985== by 0x575A50D: WineEngInit (freetype.c:4400) ==3985== by 0x5769490: DllMain (gdiobj.c:677) ==3985== by 0x57886FF: __wine_spec_dll_entry (dll_entry.c:40) ==3985== by 0x7BC57525: ??? (loader.c:144) ==3985== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==3985== by 0x7BC5A4A5: process_attach (loader.c:1242) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5A3EC: process_attach (loader.c:1230) ==3985== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==3985== by 0x4041418: ??? (port.c:78) ==3985== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:load_face fun:load_font_list_from_cache fun:WineEngInit fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:424: patch.ok] Error 5 ../../../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]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msi/tests' make: *** [Makefile:12960: dlls/msi/tests/test] Error 2 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 ==4090== 48 bytes in 1 blocks are possibly lost in loss record 301 of 683 ==4090== at 0x7BC50D3B: notify_alloc (heap.c:254) ==4090== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==4090== by 0x5D4E934: heap_alloc (msscript.c:108) ==4090== by 0x5D4FBEF: init_script_host (msscript.c:527) ==4090== by 0x5D50E7A: ScriptControl_put_Language (msscript.c:765) ==4090== by 0x4994931: IScriptControl_put_Language (msscript.h:1316) ==4090== by 0x4994931: test_Language (???:0) ==4090== by 0x4997330: func_msscript (msscript.c:1248) ==4090== by 0x49981FB: run_test (test.h:603) ==4090== by 0x4998659: main (test.h:687) ==4090== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:init_script_host fun:ScriptControl_put_Language fun:IScriptControl_put_Language fun:test_Language fun:func_msscript fun:run_test fun:main } ==4090== 48 bytes in 1 blocks are possibly lost in loss record 302 of 683 ==4090== at 0x7BC50D3B: notify_alloc (heap.c:254) ==4090== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==4090== by 0x5D4E934: heap_alloc (msscript.c:108) ==4090== by 0x5D4FBEF: init_script_host (msscript.c:527) ==4090== by 0x5D50E7A: ScriptControl_put_Language (msscript.c:765) ==4090== by 0x4996627: IScriptControl_put_Language (msscript.h:1316) ==4090== by 0x4996627: test_Reset (???:0) ==4090== by 0x499734E: func_msscript (msscript.c:1254) ==4090== by 0x49981FB: run_test (test.h:603) ==4090== by 0x4998659: main (test.h:687) ==4090== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:init_script_host fun:ScriptControl_put_Language fun:IScriptControl_put_Language fun:test_Reset fun:func_msscript fun:run_test fun:main } 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 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 ==5251== 36 bytes in 1 blocks are possibly lost in loss record 817 of 1,752 ==5251== at 0x7BC50D3B: notify_alloc (heap.c:254) ==5251== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==5251== by 0x5F3AAB5: heap_alloc (msxml_private.h:169) ==5251== by 0x5F3B15D: copy_properties (domdoc.c:309) ==5251== by 0x5F3BE9A: attach_xmldoc (domdoc.c:684) ==5251== by 0x5F4123F: domdoc_loadXML (domdoc.c:2428) ==5251== by 0x49CDB2F: IXMLDOMDocument2_loadXML (msxml2.h:4605) ==5251== by 0x49CDB2F: test_get_ownerDocument (???:0) ==5251== by 0x49F2882: func_domdoc (domdoc.c:12609) ==5251== by 0x4A2DCE0: run_test (test.h:603) ==5251== by 0x4A2E13F: main (test.h:687) ==5251== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:copy_properties fun:attach_xmldoc fun:domdoc_loadXML fun:IXMLDOMDocument2_loadXML fun:test_get_ownerDocument fun:func_domdoc fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M msxml3.dll -p msxml3_test.exe.so httpreq && touch httpreq.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==5264== Invalid write of size 2 ==5264== at 0x5F6400F: strcpyW (unicode.h:207) ==5264== by 0x5F6561B: BindStatusCallback_GetBindInfo (httprequest.c:401) ==5264== by 0x89DD327: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89DD327: BindStatusCallback_GetBindInfo (???:0) ==5264== by 0x89E4245: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89E4245: Binding_Create (???:0) ==5264== by 0x89E460E: start_binding (binding.c:1544) ==5264== by 0x89E49A9: bind_to_storage (binding.c:1601) ==5264== by 0x8A0404F: URLMoniker_BindToStorage (umon.c:280) ==5264== by 0x5F667F5: IMoniker_BindToStorage (objidl.h:3219) ==5264== by 0x5F667F5: BindStatusCallback_create (???:0) ==5264== by 0x5F67561: httprequest_send (httprequest.c:1094) ==5264== by 0x5F68921: XMLHTTPRequest_send (httprequest.c:1478) ==5264== by 0x49F9C54: IXMLHttpRequest_send (msxml.h:8508) ==5264== by 0x49F9C54: test_XMLHTTP (???:0) ==5264== by 0x49FA339: func_httpreq (httpreq.c:1848) ==5264== by 0x4A2DCE0: run_test (test.h:603) ==5264== by 0x4A2E13F: main (test.h:687) ==5264== Address 0x4879c98 is 0 bytes after a recently re-allocated block of size 8 alloc'd ==5264== at 0x7BC50D3B: notify_alloc (heap.c:254) ==5264== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==5264== by 0x4E54476: IMalloc_fnAlloc (ifs.c:187) ==5264== by 0x4E54D16: IMalloc_Alloc (objidl.h:1405) ==5264== by 0x4E54D16: CoTaskMemAlloc (???:0) ==5264== by 0x5F655F7: BindStatusCallback_GetBindInfo (httprequest.c:400) ==5264== by 0x89DD327: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89DD327: BindStatusCallback_GetBindInfo (???:0) ==5264== by 0x89E4245: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89E4245: Binding_Create (???:0) ==5264== by 0x89E460E: start_binding (binding.c:1544) ==5264== by 0x89E49A9: bind_to_storage (binding.c:1601) ==5264== by 0x8A0404F: URLMoniker_BindToStorage (umon.c:280) ==5264== by 0x5F667F5: IMoniker_BindToStorage (objidl.h:3219) ==5264== by 0x5F667F5: BindStatusCallback_create (???:0) ==5264== by 0x5F67561: httprequest_send (httprequest.c:1094) ==5264== by 0x5F68921: XMLHTTPRequest_send (httprequest.c:1478) ==5264== by 0x49F9C54: IXMLHttpRequest_send (msxml.h:8508) ==5264== by 0x49F9C54: test_XMLHTTP (???:0) ==5264== by 0x49FA339: func_httpreq (httpreq.c:1848) ==5264== by 0x4A2DCE0: run_test (test.h:603) ==5264== by 0x4A2E13F: main (test.h:687) ==5264== { Memcheck:Addr2 fun:strcpyW fun:BindStatusCallback_GetBindInfo fun:IBindStatusCallback_GetBindInfo fun:BindStatusCallback_GetBindInfo fun:IBindStatusCallback_GetBindInfo fun:Binding_Create fun:start_binding fun:bind_to_storage fun:URLMoniker_BindToStorage fun:IMoniker_BindToStorage fun:BindStatusCallback_create fun:httprequest_send fun:XMLHTTPRequest_send fun:IXMLHttpRequest_send fun:test_XMLHTTP fun:func_httpreq fun:run_test fun:main } ==5264== Invalid read of size 2 ==5264== at 0x5F64012: strcpyW (unicode.h:207) ==5264== by 0x5F6561B: BindStatusCallback_GetBindInfo (httprequest.c:401) ==5264== by 0x89DD327: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89DD327: BindStatusCallback_GetBindInfo (???:0) ==5264== by 0x89E4245: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89E4245: Binding_Create (???:0) ==5264== by 0x89E460E: start_binding (binding.c:1544) ==5264== by 0x89E49A9: bind_to_storage (binding.c:1601) ==5264== by 0x8A0404F: URLMoniker_BindToStorage (umon.c:280) ==5264== by 0x5F667F5: IMoniker_BindToStorage (objidl.h:3219) ==5264== by 0x5F667F5: BindStatusCallback_create (???:0) ==5264== by 0x5F67561: httprequest_send (httprequest.c:1094) ==5264== by 0x5F68921: XMLHTTPRequest_send (httprequest.c:1478) ==5264== by 0x49F9C54: IXMLHttpRequest_send (msxml.h:8508) ==5264== by 0x49F9C54: test_XMLHTTP (???:0) ==5264== by 0x49FA339: func_httpreq (httpreq.c:1848) ==5264== by 0x4A2DCE0: run_test (test.h:603) ==5264== by 0x4A2E13F: main (test.h:687) ==5264== Address 0x4879c98 is 0 bytes after a recently re-allocated block of size 8 alloc'd ==5264== at 0x7BC50D3B: notify_alloc (heap.c:254) ==5264== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==5264== by 0x4E54476: IMalloc_fnAlloc (ifs.c:187) ==5264== by 0x4E54D16: IMalloc_Alloc (objidl.h:1405) ==5264== by 0x4E54D16: CoTaskMemAlloc (???:0) ==5264== by 0x5F655F7: BindStatusCallback_GetBindInfo (httprequest.c:400) ==5264== by 0x89DD327: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89DD327: BindStatusCallback_GetBindInfo (???:0) ==5264== by 0x89E4245: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89E4245: Binding_Create (???:0) ==5264== by 0x89E460E: start_binding (binding.c:1544) ==5264== by 0x89E49A9: bind_to_storage (binding.c:1601) ==5264== by 0x8A0404F: URLMoniker_BindToStorage (umon.c:280) ==5264== by 0x5F667F5: IMoniker_BindToStorage (objidl.h:3219) ==5264== by 0x5F667F5: BindStatusCallback_create (???:0) ==5264== by 0x5F67561: httprequest_send (httprequest.c:1094) ==5264== by 0x5F68921: XMLHTTPRequest_send (httprequest.c:1478) ==5264== by 0x49F9C54: IXMLHttpRequest_send (msxml.h:8508) ==5264== by 0x49F9C54: test_XMLHTTP (???:0) ==5264== by 0x49FA339: func_httpreq (httpreq.c:1848) ==5264== by 0x4A2DCE0: run_test (test.h:603) ==5264== by 0x4A2E13F: main (test.h:687) ==5264== { Memcheck:Addr2 fun:strcpyW fun:BindStatusCallback_GetBindInfo fun:IBindStatusCallback_GetBindInfo fun:BindStatusCallback_GetBindInfo fun:IBindStatusCallback_GetBindInfo fun:Binding_Create fun:start_binding fun:bind_to_storage fun:URLMoniker_BindToStorage fun:IMoniker_BindToStorage fun:BindStatusCallback_create fun:httprequest_send fun:XMLHTTPRequest_send fun:IXMLHttpRequest_send fun:test_XMLHTTP fun:func_httpreq fun:run_test fun:main } ==5264== Invalid read of size 2 ==5264== at 0x8A19EA6: strlenW (unicode.h:200) ==5264== by 0x8A1B7DE: CopyBindInfo (urlmon_main.c:683) ==5264== by 0x89E365D: InternetBindInfo_GetBindInfo (binding.c:1219) ==5264== by 0x89E8B7C: IInternetBindInfo_GetBindInfo (urlmon.h:2667) ==5264== by 0x89E8B7C: BindInfo_GetBindInfo (???:0) ==5264== by 0x89FA169: IInternetBindInfo_GetBindInfo (urlmon.h:2667) ==5264== by 0x89FA169: protocol_start (???:0) ==5264== by 0x89F32FC: HttpProtocol_StartEx (http.c:807) ==5264== by 0x89E6FA8: IInternetProtocolEx_StartEx (urlmon.h:6746) ==5264== by 0x89E6FA8: BindProtocol_StartEx (???:0) ==5264== by 0x89E4800: IInternetProtocolEx_StartEx (urlmon.h:6746) ==5264== by 0x89E4800: start_binding (???:0) ==5264== by 0x89E49A9: bind_to_storage (binding.c:1601) ==5264== by 0x8A0404F: URLMoniker_BindToStorage (umon.c:280) ==5264== by 0x5F667F5: IMoniker_BindToStorage (objidl.h:3219) ==5264== by 0x5F667F5: BindStatusCallback_create (???:0) ==5264== by 0x5F67561: httprequest_send (httprequest.c:1094) ==5264== by 0x5F68921: XMLHTTPRequest_send (httprequest.c:1478) ==5264== by 0x49F9C54: IXMLHttpRequest_send (msxml.h:8508) ==5264== by 0x49F9C54: test_XMLHTTP (???:0) ==5264== by 0x49FA339: func_httpreq (httpreq.c:1848) ==5264== by 0x4A2DCE0: run_test (test.h:603) ==5264== by 0x4A2E13F: main (test.h:687) ==5264== Address 0x4879c98 is 0 bytes after a recently re-allocated block of size 8 alloc'd ==5264== at 0x7BC50D3B: notify_alloc (heap.c:254) ==5264== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==5264== by 0x4E54476: IMalloc_fnAlloc (ifs.c:187) ==5264== by 0x4E54D16: IMalloc_Alloc (objidl.h:1405) ==5264== by 0x4E54D16: CoTaskMemAlloc (???:0) ==5264== by 0x5F655F7: BindStatusCallback_GetBindInfo (httprequest.c:400) ==5264== by 0x89DD327: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89DD327: BindStatusCallback_GetBindInfo (???:0) ==5264== by 0x89E4245: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89E4245: Binding_Create (???:0) ==5264== by 0x89E460E: start_binding (binding.c:1544) ==5264== by 0x89E49A9: bind_to_storage (binding.c:1601) ==5264== by 0x8A0404F: URLMoniker_BindToStorage (umon.c:280) ==5264== by 0x5F667F5: IMoniker_BindToStorage (objidl.h:3219) ==5264== by 0x5F667F5: BindStatusCallback_create (???:0) ==5264== by 0x5F67561: httprequest_send (httprequest.c:1094) ==5264== by 0x5F68921: XMLHTTPRequest_send (httprequest.c:1478) ==5264== by 0x49F9C54: IXMLHttpRequest_send (msxml.h:8508) ==5264== by 0x49F9C54: test_XMLHTTP (???:0) ==5264== by 0x49FA339: func_httpreq (httpreq.c:1848) ==5264== by 0x4A2DCE0: run_test (test.h:603) ==5264== by 0x4A2E13F: main (test.h:687) ==5264== { Memcheck:Addr2 fun:strlenW fun:CopyBindInfo fun:InternetBindInfo_GetBindInfo fun:IInternetBindInfo_GetBindInfo fun:BindInfo_GetBindInfo fun:IInternetBindInfo_GetBindInfo fun:protocol_start fun:HttpProtocol_StartEx fun:IInternetProtocolEx_StartEx fun:BindProtocol_StartEx fun:IInternetProtocolEx_StartEx fun:start_binding fun:bind_to_storage fun:URLMoniker_BindToStorage fun:IMoniker_BindToStorage fun:BindStatusCallback_create fun:httprequest_send fun:XMLHTTPRequest_send fun:IXMLHttpRequest_send fun:test_XMLHTTP fun:func_httpreq fun:run_test fun:main } ==5264== Invalid read of size 2 ==5264== at 0x4030940: memcpy (vg_replace_strmem.c:1023) ==5264== by 0x8A1B84C: CopyBindInfo (urlmon_main.c:690) ==5264== by 0x89E365D: InternetBindInfo_GetBindInfo (binding.c:1219) ==5264== by 0x89E8B7C: IInternetBindInfo_GetBindInfo (urlmon.h:2667) ==5264== by 0x89E8B7C: BindInfo_GetBindInfo (???:0) ==5264== by 0x89FA169: IInternetBindInfo_GetBindInfo (urlmon.h:2667) ==5264== by 0x89FA169: protocol_start (???:0) ==5264== by 0x89F32FC: HttpProtocol_StartEx (http.c:807) ==5264== by 0x89E6FA8: IInternetProtocolEx_StartEx (urlmon.h:6746) ==5264== by 0x89E6FA8: BindProtocol_StartEx (???:0) ==5264== by 0x89E4800: IInternetProtocolEx_StartEx (urlmon.h:6746) ==5264== by 0x89E4800: start_binding (???:0) ==5264== by 0x89E49A9: bind_to_storage (binding.c:1601) ==5264== by 0x8A0404F: URLMoniker_BindToStorage (umon.c:280) ==5264== by 0x5F667F5: IMoniker_BindToStorage (objidl.h:3219) ==5264== by 0x5F667F5: BindStatusCallback_create (???:0) ==5264== by 0x5F67561: httprequest_send (httprequest.c:1094) ==5264== by 0x5F68921: XMLHTTPRequest_send (httprequest.c:1478) ==5264== by 0x49F9C54: IXMLHttpRequest_send (msxml.h:8508) ==5264== by 0x49F9C54: test_XMLHTTP (???:0) ==5264== by 0x49FA339: func_httpreq (httpreq.c:1848) ==5264== by 0x4A2DCE0: run_test (test.h:603) ==5264== by 0x4A2E13F: main (test.h:687) ==5264== Address 0x4879c98 is 0 bytes after a recently re-allocated block of size 8 alloc'd ==5264== at 0x7BC50D3B: notify_alloc (heap.c:254) ==5264== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==5264== by 0x4E54476: IMalloc_fnAlloc (ifs.c:187) ==5264== by 0x4E54D16: IMalloc_Alloc (objidl.h:1405) ==5264== by 0x4E54D16: CoTaskMemAlloc (???:0) ==5264== by 0x5F655F7: BindStatusCallback_GetBindInfo (httprequest.c:400) ==5264== by 0x89DD327: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89DD327: BindStatusCallback_GetBindInfo (???:0) ==5264== by 0x89E4245: IBindStatusCallback_GetBindInfo (urlmon.h:936) ==5264== by 0x89E4245: Binding_Create (???:0) ==5264== by 0x89E460E: start_binding (binding.c:1544) ==5264== by 0x89E49A9: bind_to_storage (binding.c:1601) ==5264== by 0x8A0404F: URLMoniker_BindToStorage (umon.c:280) ==5264== by 0x5F667F5: IMoniker_BindToStorage (objidl.h:3219) ==5264== by 0x5F667F5: BindStatusCallback_create (???:0) ==5264== by 0x5F67561: httprequest_send (httprequest.c:1094) ==5264== by 0x5F68921: XMLHTTPRequest_send (httprequest.c:1478) ==5264== by 0x49F9C54: IXMLHttpRequest_send (msxml.h:8508) ==5264== by 0x49F9C54: test_XMLHTTP (???:0) ==5264== by 0x49FA339: func_httpreq (httpreq.c:1848) ==5264== by 0x4A2DCE0: run_test (test.h:603) ==5264== by 0x4A2E13F: main (test.h:687) ==5264== { Memcheck:Addr2 fun:memcpy fun:CopyBindInfo fun:InternetBindInfo_GetBindInfo fun:IInternetBindInfo_GetBindInfo fun:BindInfo_GetBindInfo fun:IInternetBindInfo_GetBindInfo fun:protocol_start fun:HttpProtocol_StartEx fun:IInternetProtocolEx_StartEx fun:BindProtocol_StartEx fun:IInternetProtocolEx_StartEx fun:start_binding fun:bind_to_storage fun:URLMoniker_BindToStorage fun:IMoniker_BindToStorage fun:BindStatusCallback_create fun:httprequest_send fun:XMLHTTPRequest_send fun:IXMLHttpRequest_send fun:test_XMLHTTP fun:func_httpreq fun:run_test fun:main } ../../../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 ==5364== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp5364_33e4edb0 is empty ==5364== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==5364== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp5364_33e4edb0 is empty ==5364== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==5364== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp5364_33e4edb0 is empty ==5364== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==5364== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp5364_33e4edb0 is empty ==5364== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/msxml3/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/netapi32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M netapi32.dll -p netapi32_test.exe.so access && touch access.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M netapi32.dll -p netapi32_test.exe.so apibuf && touch apibuf.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M netapi32.dll -p netapi32_test.exe.so ds && touch ds.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M netapi32.dll -p netapi32_test.exe.so wksta && touch wksta.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/netapi32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/netcfgx/tests' ../../../tools/runtest -q -P wine -T ../../.. -M netcfgx.dll -p netcfgx_test.exe.so netcfgx && touch netcfgx.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/netcfgx/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/netprofm/tests' ../../../tools/runtest -q -P wine -T ../../.. -M netprofm.dll -p netprofm_test.exe.so list && touch list.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/netprofm/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ntdll/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so atom && touch atom.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so change && touch change.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so directory && touch directory.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 directory.c:841: Tests skipped: Wow64 redirection not supported ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so env && touch env.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so error && touch error.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so exception && touch exception.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 --5592-- VALGRIND INTERNAL ERROR: Valgrind received a signal 5 (SIGTRAP) - exiting --5592-- si_code=4; Faulting address: 0x58038EE7; sp: 0x8834bd40 valgrind: the 'impossible' happened: Killed by fatal signal host stacktrace: ==5592== at 0x58038EE7: vgPlain_memcpy (m_libcbase.c:686) ==5592== by 0x58058EB1: vgPlain_add_to_transtab (m_transtab.c:1783) ==5592== by 0x5805630A: vgPlain_translate (m_translate.c:1821) ==5592== by 0x5808B691: handle_tt_miss (scheduler.c:1056) ==5592== by 0x5808B691: vgPlain_scheduler (scheduler.c:1417) ==5592== by 0x58099223: thread_wrapper (syswrap-linux.c:103) ==5592== by 0x58099223: run_a_thread_NORETURN (syswrap-linux.c:156) sched status: running_tid=1 Thread 1: status = VgTs_Runnable (lwpid 5592) ==5592== at 0x17F57: ??? ==5592== by 0x49A90E0: test_exceptions (exception.c:854) ==5592== by 0x49AE555: func_exception (exception.c:2703) ==5592== by 0x4A1FD7D: run_test (test.h:603) ==5592== by 0x4A201DC: main (test.h:687) 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:282: 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 file.c:2862: Tests skipped: Not running on WoW64, skipping test. file.c:2997: Tests skipped: Not running on WoW64, skipping test. file.c:3063: Tests skipped: FileIoCompletionNotificationInformation class not supported ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ntdll.dll -p ntdll_test.exe.so info && touch info.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 info.c:1138: Test succeeded inside todo block: Expected to be greater than 2210004992, got 2210037760 info.c:1153: Test succeeded inside todo block: Expected to be greater than 2210037760, got 2210037760 info.c:1163: Test failed: Expected to equal to 2210037760, got 2214232064 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 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:324: 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 ==5746== Syscall param writev(vector[...]) points to uninitialised byte(s) ==5746== at 0x433B04F: ??? (syscall-template.S:84) ==5746== by 0x7BC88C1F: send_request (server.c:228) ==5746== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==5746== by 0x7BC88E10: wine_server_call (server.c:321) ==5746== by 0x7BC48352: server_write_file (file.c:624) ==5746== by 0x7BC49B4B: NtWriteFile (file.c:1238) ==5746== by 0x7B44205B: WriteFile (file.c:570) ==5746== by 0x49EA9AB: read_pipe_test (pipe.c:812) ==5746== by 0x49EDBBA: func_pipe (pipe.c:1174) ==5746== by 0x4A1FD7D: run_test (test.h:603) ==5746== by 0x4A201DC: main (test.h:687) ==5746== Address 0x4b8fc5c is on thread 1's stack ==5746== in frame #7, created by read_pipe_test (pipe.c:789) ==5746== Uninitialised value was created by a stack allocation ==5746== at 0x49EA711: read_pipe_test (pipe.c:789) ==5746== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:WriteFile fun:read_pipe_test fun:func_pipe fun:run_test fun:main } ../../../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:14671: 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 ==6141== Thread 5: ==6141== Syscall param writev(vector[...]) points to uninitialised byte(s) ==6141== at 0x433B04F: ??? (syscall-template.S:84) ==6141== by 0x7BC88C1F: send_request (server.c:228) ==6141== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==6141== by 0x7BC88E10: wine_server_call (server.c:321) ==6141== by 0x7BC48352: server_write_file (file.c:624) ==6141== by 0x7BC49B4B: NtWriteFile (file.c:1238) ==6141== by 0x5599398: rpcrt4_conn_np_write (rpc_transport.c:418) ==6141== by 0x558E242: rpcrt4_conn_write (rpc_binding.h:196) ==6141== by 0x5590001: RPCRT4_SendWithAuth (rpc_message.c:849) ==6141== by 0x5591050: RPCRT4_Send (rpc_message.c:1248) ==6141== by 0x5594275: process_request_packet (rpc_server.c:462) ==6141== by 0x5594553: RPCRT4_process_packet (rpc_server.c:517) ==6141== by 0x55946B9: RPCRT4_worker_thread (rpc_server.c:539) ==6141== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==6141== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==6141== by 0x7BC9117B: ??? (signal_i386.c:2867) ==6141== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==6141== by 0x7BC91159: ??? (signal_i386.c:2867) ==6141== by 0x7BC9B239: start_thread (thread.c:498) ==6141== by 0x4247249: start_thread (pthread_create.c:333) ==6141== Address 0x489597c is 44 bytes inside a block of size 92 alloc'd ==6141== at 0x7BC50D3B: notify_alloc (heap.c:254) ==6141== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==6141== by 0x558FE79: RPCRT4_SendWithAuth (rpc_message.c:808) ==6141== by 0x5591050: RPCRT4_Send (rpc_message.c:1248) ==6141== by 0x5594275: process_request_packet (rpc_server.c:462) ==6141== by 0x5594553: RPCRT4_process_packet (rpc_server.c:517) ==6141== by 0x55946B9: RPCRT4_worker_thread (rpc_server.c:539) ==6141== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==6141== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==6141== by 0x7BC9117B: ??? (signal_i386.c:2867) ==6141== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==6141== by 0x7BC91159: ??? (signal_i386.c:2867) ==6141== by 0x7BC9B239: start_thread (thread.c:498) ==6141== by 0x4247249: start_thread (pthread_create.c:333) ==6141== by 0x4342D6D: clone (clone.S:114) ==6141== Uninitialised value was created by a client request ==6141== at 0x7BC50AFD: mark_block_uninitialized (heap.c:208) ==6141== by 0x7BC50C8B: initialize_block (heap.c:239) ==6141== by 0x7BC55249: RtlAllocateHeap (heap.c:1717) ==6141== by 0x4E14476: IMalloc_fnAlloc (ifs.c:187) ==6141== by 0x4E14D16: IMalloc_Alloc (objidl.h:1405) ==6141== by 0x4E14D16: CoTaskMemAlloc (???:0) ==6141== by 0x4E56BD6: RemUnknown_RemQueryInterface (stubmanager.c:716) ==6141== by 0x4E602DC: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:369) ==6141== by 0x5564358: CStdStubBuffer_Invoke (cstub.c:478) ==6141== by 0x4E332B9: IRpcStubBuffer_Invoke (objidl.h:7878) ==6141== by 0x4E332B9: RPC_ExecuteCall (???:0) ==6141== by 0x4E33723: dispatch_rpc (rpc.c:1503) ==6141== by 0x559403A: process_request_packet (rpc_server.c:439) ==6141== by 0x5594553: RPCRT4_process_packet (rpc_server.c:517) ==6141== by 0x55946B9: RPCRT4_worker_thread (rpc_server.c:539) ==6141== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==6141== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==6141== by 0x7BC9117B: ??? (signal_i386.c:2867) ==6141== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==6141== by 0x7BC91159: ??? (signal_i386.c:2867) ==6141== by 0x7BC9B239: start_thread (thread.c:498) ==6141== by 0x4247249: start_thread (pthread_create.c:333) ==6141== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:start_thread fun:start_thread } ../../../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 ==6475== 4 bytes in 1 blocks are definitely lost in loss record 22 of 582 ==6475== at 0x7BC50D3B: notify_alloc (heap.c:254) ==6475== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==6475== by 0x4F04476: IMalloc_fnAlloc (ifs.c:187) ==6475== by 0x4F04D16: IMalloc_Alloc (objidl.h:1405) ==6475== by 0x4F04D16: CoTaskMemAlloc (???:0) ==6475== by 0x4C98FFF: VARIANT_UserUnmarshal (usrmarshal.c:522) ==6475== by 0x49ED121: test_marshal_VARIANT (usrmarshal.c:1247) ==6475== by 0x49EFA88: func_usrmarshal (usrmarshal.c:1571) ==6475== by 0x4AA53D7: run_test (test.h:603) ==6475== by 0x4AA5836: main (test.h:687) ==6475== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:VARIANT_UserUnmarshal fun:test_marshal_VARIANT fun:func_usrmarshal fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so varformat && touch varformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so vartest && touch vartest.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M oleaut32.dll -p oleaut32_test.exe.so vartype && touch vartype.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 vartype.c: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 ==6532== 56 bytes in 2 blocks are possibly lost in loss record 116 of 265 ==6532== at 0x7BC50D3B: notify_alloc (heap.c:254) ==6532== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==6532== by 0x4C77978: heap_alloc_zero (typelib.h:606) ==6532== by 0x4C7ECED: MSFT_ReadAllRefs (typelib.c:2808) ==6532== by 0x4C811F8: ITypeLib2_Constructor_MSFT (typelib.c:3631) ==6532== by 0x4C80393: TLB_ReadTypeLib (typelib.c:3375) ==6532== by 0x4C79080: LoadTypeLibEx (typelib.c:480) ==6532== by 0x4AA2F5D: test_recinfo (vartype.c:5970) ==6532== by 0x4AA4542: func_vartype (vartype.c:6381) ==6532== by 0x4AA53D7: run_test (test.h:603) ==6532== by 0x4AA5836: main (test.h:687) ==6532== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:MSFT_ReadAllRefs fun:ITypeLib2_Constructor_MSFT fun:TLB_ReadTypeLib fun:LoadTypeLibEx fun:test_recinfo fun:func_vartype fun:run_test fun:main } ==6532== 96 bytes in 3 blocks are possibly lost in loss record 173 of 265 ==6532== at 0x7BC50D3B: notify_alloc (heap.c:254) ==6532== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==6532== by 0x4C77978: heap_alloc_zero (typelib.h:606) ==6532== by 0x4C7D81C: MSFT_CustData (typelib.c:2301) ==6532== by 0x4C80C2C: ITypeLib2_Constructor_MSFT (typelib.c:3531) ==6532== by 0x4C80393: TLB_ReadTypeLib (typelib.c:3375) ==6532== by 0x4C79080: LoadTypeLibEx (typelib.c:480) ==6532== by 0x4AA2F5D: test_recinfo (vartype.c:5970) ==6532== by 0x4AA4542: func_vartype (vartype.c:6381) ==6532== by 0x4AA53D7: run_test (test.h:603) ==6532== by 0x4AA5836: main (test.h:687) ==6532== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:MSFT_CustData fun:ITypeLib2_Constructor_MSFT fun:TLB_ReadTypeLib fun:LoadTypeLibEx fun:test_recinfo fun:func_vartype fun:run_test fun:main } make[1]: *** [Makefile:477: 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:15155: 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:716: Tests skipped: Unable to find a suitable pixel format opengl.c:716: Tests skipped: Unable to find a suitable pixel format opengl.c:232: Tests skipped: Pbuffer test for offscreen pixelformat skipped as no offscreen-only format with pbuffer capabilities has been found make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/opengl32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/packager/tests' ../../../tools/runtest -q -P wine -T ../../.. -M packager.dll -p packager_test.exe.so oleobj && touch oleobj.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/packager/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/pdh/tests' ../../../tools/runtest -q -P wine -T ../../.. -M pdh.dll -p pdh_test.exe.so pdh && touch pdh.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/pdh/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/propsys/tests' ../../../tools/runtest -q -P wine -T ../../.. -M propsys.dll -p propsys_test.exe.so propstore && touch propstore.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 propstore.c:217: Tests skipped: IPersistSerializedPropStorage not supported ==6678== 40 bytes in 1 blocks are possibly lost in loss record 245 of 576 ==6678== at 0x7BC50D3B: notify_alloc (heap.c:254) ==6678== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==6678== by 0x4AE58D0: PropertyStore_CreateInstance (propstore.c:464) ==6678== by 0x4AE6017: InMemoryPropertyStoreFactory_CreateInstance (propsys_main.c:113) ==6678== by 0x4B346EF: IClassFactory_CreateInstance (unknwn.h:222) ==6678== by 0x4B346EF: CoCreateInstanceEx (???:0) ==6678== by 0x4B341FD: CoCreateInstance (compobj.c:3223) ==6678== by 0x49930AE: test_persistserialized (propstore.c:207) ==6678== by 0x499351C: func_propstore (propstore.c:256) ==6678== by 0x499B00B: run_test (test.h:603) ==6678== by 0x499B46A: main (test.h:687) ==6678== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:PropertyStore_CreateInstance fun:InMemoryPropertyStoreFactory_CreateInstance fun:IClassFactory_CreateInstance fun:CoCreateInstanceEx fun:CoCreateInstance fun:test_persistserialized fun:func_propstore fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M propsys.dll -p propsys_test.exe.so propsys && touch propsys.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/propsys/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/psapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M psapi.dll -p psapi_test.exe.so psapi_main && touch psapi_main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/psapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/pstorec/tests' ../../../tools/runtest -q -P wine -T ../../.. -M pstorec.dll -p pstorec_test.exe.so pstorec && touch pstorec.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/pstorec/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/qcap/tests' ../../../tools/runtest -q -P wine -T ../../.. -M qcap.dll -p qcap_test.exe.so qcap && touch qcap.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M qcap.dll -p qcap_test.exe.so smartteefilter && touch smartteefilter.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 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 ==6806== 12 bytes in 1 blocks are definitely lost in loss record 77 of 580 ==6806== at 0x7BC50D3B: notify_alloc (heap.c:254) ==6806== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==6806== by 0x4DA4476: IMalloc_fnAlloc (ifs.c:187) ==6806== by 0x4DA4D16: IMalloc_Alloc (objidl.h:1405) ==6806== by 0x4DA4D16: CoTaskMemAlloc (???:0) ==6806== by 0x5D744DD: Timeline_IAMTimeline_CreateEmptyNode (timeline.c:165) ==6806== by 0x4995795: IAMTimeline_CreateEmptyNode (qedit.h:1473) ==6806== by 0x4995795: test_timeline (???:0) ==6806== by 0x4995E75: func_timeline (timeline.c:142) ==6806== by 0x4996D0E: run_test (test.h:603) ==6806== by 0x499716D: main (test.h:687) ==6806== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:Timeline_IAMTimeline_CreateEmptyNode fun:IAMTimeline_CreateEmptyNode fun:test_timeline fun:func_timeline fun:run_test fun:main } 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 ==7196== 504 bytes in 7 blocks are definitely lost in loss record 472 of 575 ==7196== at 0x7BC50D3B: notify_alloc (heap.c:254) ==7196== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==7196== by 0x4DB4476: IMalloc_fnAlloc (ifs.c:187) ==7196== by 0x4DB4D16: IMalloc_Alloc (objidl.h:1405) ==7196== by 0x4DB4D16: CoTaskMemAlloc (???:0) ==7196== by 0x5D8E377: ??? ==7196== by 0x499359C: IFileSourceFilter_Load (strmif.h:5395) ==7196== by 0x499359C: test_filesourcefilter (???:0) ==7196== by 0x4994EEB: func_avisplitter (avisplitter.c:596) ==7196== by 0x49A8660: run_test (test.h:603) ==7196== by 0x49A8ABF: main (test.h:687) ==7196== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc obj:* fun:IFileSourceFilter_Load fun:test_filesourcefilter fun:func_avisplitter fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so dsoundrender && touch dsoundrender.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M quartz.dll -p quartz_test.exe.so filtergraph && touch filtergraph.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 filtergraph.c: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) ==7450== 44 bytes in 1 blocks are possibly lost in loss record 255 of 610 ==7450== at 0x7BC50D3B: notify_alloc (heap.c:254) ==7450== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==7450== by 0x7AC378B3: heap_alloc (editor.h:30) ==7450== by 0x7AC475D3: CreateIRichEditOle (richole.c:5174) ==7450== by 0x7AC50700: ITextServicesImpl_QueryInterface (txtsrv.c:83) ==7450== by 0x7AC509E0: fnTextSrv_QueryInterface (txtsrv.c:141) ==7450== by 0x49DBE54: test_QueryInterface (txtsrv.c:905) ==7450== by 0x49DC51D: func_txtsrv (txtsrv.c:981) ==7450== by 0x49DD3E0: run_test (test.h:603) ==7450== by 0x49DD83F: main (test.h:687) ==7450== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:CreateIRichEditOle fun:ITextServicesImpl_QueryInterface fun:fnTextSrv_QueryInterface fun:test_QueryInterface fun:func_txtsrv fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/riched20/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/riched32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M riched32.dll -p riched32_test.exe.so editor && touch editor.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 editor.c:579: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:619: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:153: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:515: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:1335: Tests skipped: Skip multibyte character tests on non-Japanese platform editor.c:1397: Tests skipped: Skip multibyte character tests on non-Japanese platform make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/riched32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/rpcrt4/tests' ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so cstub && touch cstub.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==7475== 24 bytes in 1 blocks are definitely lost in loss record 174 of 639 ==7475== at 0x7BC50D3B: notify_alloc (heap.c:254) ==7475== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==7475== by 0x5528231: CStdStubBuffer_Construct (cstub.c:88) ==7475== by 0x5527247: CStdPSFactory_CreateStub (cpsf.c:135) ==7475== by 0x4997E2A: IPSFactoryBuffer_CreateStub (objidl.h:7989) ==7475== by 0x4997E2A: create_stub (???:0) ==7475== by 0x4998973: test_Connect (cstub.c:900) ==7475== by 0x4999726: func_cstub (cstub.c:1207) ==7475== by 0x49DC8C1: run_test (test.h:603) ==7475== by 0x49DCD20: main (test.h:687) ==7475== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:CStdStubBuffer_Construct fun:CStdPSFactory_CreateStub fun:IPSFactoryBuffer_CreateStub fun:create_stub fun:test_Connect fun:func_cstub fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so ndr_marshall && touch ndr_marshall.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../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 ==7543== 164 bytes in 1 blocks are possibly lost in loss record 490 of 668 ==7543== at 0x7BC50D3B: notify_alloc (heap.c:254) ==7543== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==7543== by 0x555D5D3: rpcrt4_conn_np_alloc (rpc_transport.c:78) ==7543== by 0x55667DF: RPCRT4_CreateConnection (rpc_transport.c:3315) ==7543== by 0x555DDD7: rpcrt4_protseq_ncacn_np_open_endpoint (rpc_transport.c:284) ==7543== by 0x555A552: RPCRT4_use_protseq (rpc_server.c:846) ==7543== by 0x555B04D: RpcServerUseProtseqA (rpc_server.c:1076) ==7543== by 0x49A9127: test_RpcServerUseProtseq (rpc.c:958) ==7543== by 0x49AA1F9: func_rpc (rpc.c:1222) ==7543== by 0x49DC8C1: run_test (test.h:603) ==7543== by 0x49DCD20: main (test.h:687) ==7543== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:rpcrt4_conn_np_alloc fun:RPCRT4_CreateConnection fun:rpcrt4_protseq_ncacn_np_open_endpoint fun:RPCRT4_use_protseq fun:RpcServerUseProtseqA fun:test_RpcServerUseProtseq fun:func_rpc fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so rpc_async && touch rpc_async.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M rpcrt4.dll -p rpcrt4_test.exe.so server && touch server.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 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/sapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M sapi.dll -p sapi_test.exe.so token && touch token.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/sapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/schannel/tests' ../../../tools/runtest -q -P wine -T ../../.. -M schannel.dll -p schannel_test.exe.so main && touch main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/schannel/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/schedsvc/tests' ../../../tools/runtest -q -P wine -T ../../.. -M schedsvc.dll -p schedsvc_test.exe.so rpcapi && touch rpcapi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 rpcapi.c:32: Tests skipped: Can't connect to Scheduler service: 0x6d9 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/schedsvc/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/scrrun/tests' ../../../tools/runtest -q -P wine -T ../../.. -M scrrun.dll -p scrrun_test.exe.so dictionary && touch dictionary.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M scrrun.dll -p scrrun_test.exe.so filesystem && touch filesystem.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 filesystem.c:1943: Tests skipped: No drive with type 0x2 found, skipping test L"R:\\". make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/scrrun/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/secur32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M secur32.dll -p secur32_test.exe.so main && touch main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M secur32.dll -p secur32_test.exe.so negotiate && touch negotiate.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory negotiate.c:178: Test failed: InitializeSecurityContext didn't change buffer size negotiate.c:253: Test failed: client returned 80090304, more tests will fail negotiate.c:259: Test failed: server returned 80090308, more tests will fail negotiate.c:269: Tests skipped: authentication failed, skipping remaining tests make[1]: *** [Makefile:190: 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. ==7811== Invalid free() / delete / delete[] / realloc() ==7811== at 0x7BC50DB5: notify_free (heap.c:262) ==7811== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==7811== by 0x49980E2: testSignSeal (ntlm.c:1184) ==7811== by 0x49992DE: func_ntlm (ntlm.c:1479) ==7811== by 0x49A05BA: run_test (test.h:603) ==7811== by 0x49A0A19: main (test.h:687) ==7811== Address 0x48a7fb0 is 17 bytes after a block of size 47 free'd ==7811== at 0x7BC50DB5: notify_free (heap.c:262) ==7811== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==7811== by 0x4AF4EF5: FreeContextBuffer (secur32.c:725) ==7811== by 0x4994E66: setupClient (ntlm.c:329) ==7811== by 0x499688C: testAuth (ntlm.c:818) ==7811== by 0x49992AE: func_ntlm (ntlm.c:1475) ==7811== by 0x49A05BA: run_test (test.h:603) ==7811== by 0x49A0A19: main (test.h:687) ==7811== Block was alloc'd at ==7811== at 0x7BC50D3B: notify_alloc (heap.c:254) ==7811== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==7811== by 0x4AF9C92: QuerySecurityPackageInfoA (wrapper.c:715) ==7811== by 0x4994DFA: setupClient (ntlm.c:324) ==7811== by 0x499688C: testAuth (ntlm.c:818) ==7811== by 0x49992AE: func_ntlm (ntlm.c:1475) ==7811== by 0x49A05BA: run_test (test.h:603) ==7811== by 0x49A0A19: main (test.h:687) ==7811== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:testSignSeal fun:func_ntlm fun:run_test fun:main } ==7811== Invalid free() / delete / delete[] / realloc() ==7811== at 0x7BC50DB5: notify_free (heap.c:262) ==7811== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==7811== by 0x4998109: testSignSeal (ntlm.c:1185) ==7811== by 0x49992DE: func_ntlm (ntlm.c:1479) ==7811== by 0x49A05BA: run_test (test.h:603) ==7811== by 0x49A0A19: main (test.h:687) ==7811== Address 0x770 is not stack'd, malloc'd or (recently) free'd ==7811== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:testSignSeal fun:func_ntlm fun:run_test fun:main } ==7811== Invalid free() / delete / delete[] / realloc() ==7811== at 0x7BC50DB5: notify_free (heap.c:262) ==7811== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==7811== by 0x4998130: testSignSeal (ntlm.c:1186) ==7811== by 0x49992DE: func_ntlm (ntlm.c:1479) ==7811== by 0x49A05BA: run_test (test.h:603) ==7811== by 0x49A0A19: main (test.h:687) ==7811== Address 0x8 is not stack'd, malloc'd or (recently) free'd ==7811== { 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 ==7811== 10 bytes in 1 blocks are definitely lost in loss record 10 of 288 ==7811== at 0x7BC50D3B: notify_alloc (heap.c:254) ==7811== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==7811== by 0x4AF3BD6: SECUR32_strdupW (secur32.c:181) ==7811== by 0x4AF40E6: _copyPackageInfo (secur32.c:389) ==7811== by 0x4AF447B: SECUR32_addPackages (secur32.c:478) ==7811== by 0x4AED6CF: SECUR32_initNTLMSP (ntlm.c:2050) ==7811== by 0x4AF4868: SECUR32_initializeProviders (secur32.c:566) ==7811== by 0x4AF6292: DllMain (secur32.c:1193) ==7811== by 0x4AFAB65: __wine_spec_dll_entry (dll_entry.c:40) ==7811== by 0x7BC57525: ??? (loader.c:144) ==7811== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==7811== by 0x7BC5A4A5: process_attach (loader.c:1242) ==7811== by 0x7BC5A3EC: process_attach (loader.c:1230) ==7811== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==7811== by 0x4041418: ??? (port.c:78) ==7811== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:SECUR32_strdupW fun:_copyPackageInfo fun:SECUR32_addPackages fun:SECUR32_initNTLMSP fun:SECUR32_initializeProviders fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } ==7811== 44 bytes in 1 blocks are definitely lost in loss record 113 of 288 ==7811== at 0x7BC50D3B: notify_alloc (heap.c:254) ==7811== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==7811== by 0x4AF3BD6: SECUR32_strdupW (secur32.c:181) ==7811== by 0x4AF4100: _copyPackageInfo (secur32.c:390) ==7811== by 0x4AF447B: SECUR32_addPackages (secur32.c:478) ==7811== by 0x4AED6CF: SECUR32_initNTLMSP (ntlm.c:2050) ==7811== by 0x4AF4868: SECUR32_initializeProviders (secur32.c:566) ==7811== by 0x4AF6292: DllMain (secur32.c:1193) ==7811== by 0x4AFAB65: __wine_spec_dll_entry (dll_entry.c:40) ==7811== by 0x7BC57525: ??? (loader.c:144) ==7811== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==7811== by 0x7BC5A4A5: process_attach (loader.c:1242) ==7811== by 0x7BC5A3EC: process_attach (loader.c:1230) ==7811== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==7811== by 0x4041418: ??? (port.c:78) ==7811== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:SECUR32_strdupW fun:_copyPackageInfo fun:SECUR32_addPackages fun:SECUR32_initNTLMSP fun:SECUR32_initializeProviders fun:DllMain fun:__wine_spec_dll_entry obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:MODULE_InitDLL fun:process_attach fun:process_attach fun:attach_process_dlls obj:/home/austin/wine-valgrind/libs/wine/libwine.so.1.0 } make[1]: *** [Makefile:222: 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:16673: 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 ==8087== Syscall param writev(vector[...]) points to uninitialised byte(s) ==8087== at 0x433B023: __writev_nocancel (syscall-template.S:84) ==8087== by 0x7BC88C1F: send_request (server.c:228) ==8087== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==8087== by 0x7BC88E10: wine_server_call (server.c:321) ==8087== by 0x4ED2802: put_message_in_queue (message.c:3139) ==8087== by 0x4ED2C43: send_inter_thread_message (message.c:3207) ==8087== by 0x4ED2F5F: send_message (message.c:3280) ==8087== by 0x4ED34D4: SendMessageTimeoutW (message.c:3423) ==8087== by 0x4B8005C: SHAppBarMessage (appbar.c:142) ==8087== by 0x49968E6: test_setpos (appbar.c:222) ==8087== by 0x4997BEB: func_appbar (appbar.c:447) ==8087== by 0x4A098DC: run_test (test.h:603) ==8087== by 0x4A09D3B: main (test.h:687) ==8087== Address 0x4b5fc18 is on thread 1's stack ==8087== in frame #8, created by SHAppBarMessage (appbar.c:65) ==8087== Uninitialised value was created by a stack allocation ==8087== at 0x499681C: test_setpos (appbar.c:203) ==8087== { Memcheck:Param writev(vector[...]) fun:__writev_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:put_message_in_queue fun:send_inter_thread_message fun:send_message fun:SendMessageTimeoutW fun:SHAppBarMessage fun:test_setpos fun:func_appbar fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so assoc && touch assoc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so autocomplete && touch autocomplete.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../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 ==8218== Thread 2: ==8218== Syscall param writev(vector[...]) points to uninitialised byte(s) ==8218== at 0x433B04F: ??? (syscall-template.S:84) ==8218== by 0x7BC88C1F: send_request (server.c:228) ==8218== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==8218== by 0x7BC88E10: wine_server_call (server.c:321) ==8218== by 0x7BC48352: server_write_file (file.c:624) ==8218== by 0x7BC49B4B: NtWriteFile (file.c:1238) ==8218== by 0x580D398: rpcrt4_conn_np_write (rpc_transport.c:418) ==8218== by 0x5802242: rpcrt4_conn_write (rpc_binding.h:196) ==8218== by 0x5804001: RPCRT4_SendWithAuth (rpc_message.c:849) ==8218== by 0x5805050: RPCRT4_Send (rpc_message.c:1248) ==8218== by 0x58067D4: I_RpcSend (rpc_message.c:1809) ==8218== by 0x5806B49: I_RpcSendReceive (rpc_message.c:1912) ==8218== by 0x54858CC: rpc_sendreceive_thread (rpc.c:800) ==8218== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==8218== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==8218== by 0x7BC9117B: ??? (signal_i386.c:2867) ==8218== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==8218== by 0x7BC91159: ??? (signal_i386.c:2867) ==8218== by 0x7BC9B239: start_thread (thread.c:498) ==8218== by 0x4247249: start_thread (pthread_create.c:333) ==8218== Address 0x694d90a is 90 bytes inside a recently re-allocated block of size 140 alloc'd ==8218== at 0x7BC50D3B: notify_alloc (heap.c:254) ==8218== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==8218== by 0x5803E79: RPCRT4_SendWithAuth (rpc_message.c:808) ==8218== by 0x5805050: RPCRT4_Send (rpc_message.c:1248) ==8218== by 0x58067D4: I_RpcSend (rpc_message.c:1809) ==8218== by 0x5806B49: I_RpcSendReceive (rpc_message.c:1912) ==8218== by 0x54858CC: rpc_sendreceive_thread (rpc.c:800) ==8218== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==8218== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==8218== by 0x7BC9117B: ??? (signal_i386.c:2867) ==8218== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==8218== by 0x7BC91159: ??? (signal_i386.c:2867) ==8218== by 0x7BC9B239: start_thread (thread.c:498) ==8218== by 0x4247249: start_thread (pthread_create.c:333) ==8218== by 0x4342D6D: clone (clone.S:114) ==8218== Uninitialised value was created by a stack allocation ==8218== at 0x49AF778: test_ShellWindows (shelldispatch.c:993) ==8218== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:I_RpcSend fun:I_RpcSendReceive fun:rpc_sendreceive_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:start_thread fun:start_thread } ==8253== Thread 1 shell32_test.exe: ==8253== 40 bytes in 2 blocks are definitely lost in loss record 368 of 819 ==8253== at 0x7BC50D3B: notify_alloc (heap.c:254) ==8253== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==8253== by 0x4BB31FE: FolderItem_Constructor (shelldispatch.c:967) ==8253== by 0x4BB3FDA: FolderItemsImpl_Item (shelldispatch.c:1185) ==8253== by 0x49ACAAD: FolderItems_Item (shldisp.h:2409) ==8253== by 0x49ACAAD: test_items (???:0) ==8253== by 0x49B2A08: func_shelldispatch (shelldispatch.c:1419) ==8253== by 0x4A098DC: run_test (test.h:603) ==8253== by 0x4A09D3B: main (test.h:687) ==8253== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:FolderItem_Constructor fun:FolderItemsImpl_Item fun:FolderItems_Item fun:test_items fun:func_shelldispatch fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==8263== Thread 1 shell32_test.exe: ==8263== 40 bytes in 2 blocks are definitely lost in loss record 375 of 823 ==8263== at 0x7BC50D3B: notify_alloc (heap.c:254) ==8263== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==8263== by 0x4BB31FE: FolderItem_Constructor (shelldispatch.c:967) ==8263== by 0x4BB3FDA: FolderItemsImpl_Item (shelldispatch.c:1185) ==8263== by 0x49ACAAD: FolderItems_Item (shldisp.h:2409) ==8263== by 0x49ACAAD: test_items (???:0) ==8263== by 0x49B2A08: func_shelldispatch (shelldispatch.c:1419) ==8263== by 0x4A098DC: run_test (test.h:603) ==8263== by 0x4A09D3B: main (test.h:687) ==8263== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:FolderItem_Constructor fun:FolderItemsImpl_Item fun:FolderItems_Item fun:test_items 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 ==8218== Thread 1 shell32_test.exe: ==8218== 8 bytes in 1 blocks are definitely lost in loss record 83 of 795 ==8218== at 0x7BC50D3B: notify_alloc (heap.c:254) ==8218== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==8218== by 0x4BB8218: IShellDispatch_Constructor (shelldispatch.c:2247) ==8218== by 0x4BC6DD3: IDefClF_fnCreateInstance (shellole.c:475) ==8218== by 0x54486EF: IClassFactory_CreateInstance (unknwn.h:222) ==8218== by 0x54486EF: CoCreateInstanceEx (???:0) ==8218== by 0x54481FD: CoCreateInstance (compobj.c:3223) ==8218== by 0x49B261E: test_ShellExecute (shelldispatch.c:1377) ==8218== by 0x49B2A26: func_shelldispatch (shelldispatch.c:1425) ==8218== by 0x4A098DC: run_test (test.h:603) ==8218== by 0x4A09D3B: main (test.h:687) ==8218== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IShellDispatch_Constructor fun:IDefClF_fnCreateInstance fun:IClassFactory_CreateInstance fun:CoCreateInstanceEx fun:CoCreateInstance fun:test_ShellExecute fun:func_shelldispatch fun:run_test fun:main } ==8218== 40 bytes in 2 blocks are definitely lost in loss record 358 of 795 ==8218== at 0x7BC50D3B: notify_alloc (heap.c:254) ==8218== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==8218== by 0x4BB31FE: FolderItem_Constructor (shelldispatch.c:967) ==8218== by 0x4BB3FDA: FolderItemsImpl_Item (shelldispatch.c:1185) ==8218== by 0x49ACAAD: FolderItems_Item (shldisp.h:2409) ==8218== by 0x49ACAAD: test_items (???:0) ==8218== by 0x49B2A08: func_shelldispatch (shelldispatch.c:1419) ==8218== by 0x4A098DC: run_test (test.h:603) ==8218== by 0x4A09D3B: main (test.h:687) ==8218== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:FolderItem_Constructor fun:FolderItemsImpl_Item fun:FolderItems_Item fun:test_items fun:func_shelldispatch fun:run_test fun:main } ../../../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\wta10c.tmp\drawback_file.noassoc foo.shlexec") WaitForSingleObject returned 258 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:1693: Test failed: ShellExecute(verb="", file="C:\users\austin\Temp\wta10c.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 shlexec.c:1693: Test failed: ShellExecute(verb="", file="C:\users\austin\Temp\wta10c.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 shlexec.c:1717: Test failed: ShellExecute(file="C:\users\austin\Temp\wta10c.tmp\%nasty% $file.shlexec") argvA4 expected 'C:\users\austin\Temp\wta10c.tmp\%nasty% $file.shlexec', got 'C:\users\austin\Temp\wta10c.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/wta10c.tmp/test file.shlexec") argvA4 expected 'C:/users/austin/Temp/wta10c.tmp/test file.shlexec', got 'C:\users\austin\Temp\wta10c.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\wta10c.tmp\test file.noassoc.shlexec") argvA4 expected 'C:\users\austin\Temp\wta10c.tmp\test file.noassoc.shlexec', got 'C:\users\austin\Temp\wta10c.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\wta10c.tmp\test file.shlexec") argvA3 expected 'QuotedLowerL', got 'Open' shlexec.c:1717: Test failed: ShellExecute(verb="QuotedLowerL", file="C:\users\austin\Temp\wta10c.tmp\test file.shlexec") argvA4 expected 'C:\users\austin\Temp\wta10c.tmp\test file.shlexec', got 'C:\users\austin\Temp\wta10c.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\wta10c.tmp\test file.shlexec") argvA3 expected 'QuotedUpperL', got 'Open' shlexec.c:1717: Test failed: ShellExecute(verb="QuotedUpperL", file="C:\users\austin\Temp\wta10c.tmp\test file.shlexec") argvA4 expected 'C:\users\austin\Temp\wta10c.tmp\test file.shlexec', got 'C:\users\austin\Temp\wta10c.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\wta10c.tmp\test file.sha") argvA3 expected 'averb', got 'QuotedLowerL' shlexec.c:1717: Test failed: ShellExecute(verb="averb", file="C:\users\austin\Temp\wta10c.tmp\test file.sha") argvA4 expected 'C:\users\austin\Temp\wta10c.tmp\test file.sha', got 'C:\users\austin\Temp\wta10c.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\wta10c.tmp\masked file.shlexec") argvA3 expected 'Open', got 'AVerb' shlexec.c:1717: Test failed: ShellExecute(file="C:\users\austin\Temp\wta10c.tmp\masked file.shlexec") argvA4 expected 'C:\users\austin\Temp\wta10c.tmp\masked file.shlexec', got 'C:\users\austin\Temp\wta10c.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\wta10c.tmp\test file.shlexec"") argcA expected 5, but got 6 shlexec.c:1776: Test failed: ShellExecute(file=""C:\users\austin\Temp\wta10c.tmp\test file.shlexec"") argvA3 expected 'Open', got 'UpperL' shlexec.c:1778: Test failed: ShellExecute(file=""C:\users\austin\Temp\wta10c.tmp\test file.shlexec"") argvA4 expected 'C:\users\austin\Temp\wta10c.tmp\test file.shlexec', got 'C:\users\austin\Temp\wta10c.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(verb="", file="file://///C|/users/austin/Temp/wta10c.tmp/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 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 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlexec.c:1946: Test failed: ShellExecute(file="shlproto://foo/bar") WaitForSingleObject returned 258 shlexec.c:1949: Test failed: ShellExecute(file="shlproto://foo/bar") argvA3 expected 'URL', but key not found or empty shlexec.c:1950: Test failed: ShellExecute(file="shlproto://foo/bar") argvA4 expected 'shlproto://foo/bar', but key not found or empty 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' shlexec.c:1976: Test succeeded inside todo block: ShellExecute(verb="", file="shlproto://foo/bar.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 shlexec.c:1990: Test failed: ShellExecute(file="shlproto://foo/bar", params="shlexec.shlexec") WaitForSingleObject returned 258 shlexec.c:1993: Test failed: ShellExecute(file="shlproto://foo/bar", params="shlexec.shlexec") argvA3 expected 'URL', but key not found or empty shlexec.c:1994: Test failed: ShellExecute(file="shlproto://foo/bar", params="shlexec.shlexec") argvA4 expected 'shlproto://foo/bar', but key not found or empty preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 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\wta10c.tmp\test file.noassoc", params="shlexec "C:\users\austin\Temp\wta10c.tmp\wta143.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:664: shlexec.ok] Error 31 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shlfileop && touch shlfileop.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlfileop.c:713: Tests skipped: Test would show a dialog box ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shlfolder && touch shlfolder.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3052: Test failed: ParseDisplayName returned 80070002 shlfolder.c:3063: Tests skipped: Failed to create all shellitems. ==9919== 16 bytes in 1 blocks are definitely lost in loss record 133 of 695 ==9919== at 0x7BC50D3B: notify_alloc (heap.c:254) ==9919== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==9919== by 0x4BE47DF: ISF_NetworkPlaces_Constructor (shfldr_netplaces.c:98) ==9919== by 0x4BC6DD3: IDefClF_fnCreateInstance (shellole.c:475) ==9919== by 0x54636EF: IClassFactory_CreateInstance (unknwn.h:222) ==9919== by 0x54636EF: CoCreateInstanceEx (???:0) ==9919== by 0x54631FD: CoCreateInstance (compobj.c:3223) ==9919== by 0x4A01C76: test_GetDefaultColumn (shlfolder.c:5420) ==9919== by 0x4A02235: func_shlfolder (shlfolder.c:5536) ==9919== by 0x4A098DC: run_test (test.h:603) ==9919== by 0x4A09D3B: main (test.h:687) ==9919== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:ISF_NetworkPlaces_Constructor fun:IDefClF_fnCreateInstance fun:IClassFactory_CreateInstance fun:CoCreateInstanceEx fun:CoCreateInstance fun:test_GetDefaultColumn fun:func_shlfolder fun:run_test fun:main } make[1]: *** [Makefile:733: shlfolder.ok] Error 6 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so shlview && touch shlview.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so string && touch string.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M shell32.dll -p shell32_test.exe.so systray && touch systray.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/shell32/tests' make: *** [Makefile:17018: 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 ==10273== 12 bytes in 1 blocks are definitely lost in loss record 97 of 641 ==10273== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10273== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10273== by 0x5E8D272: heap_alloc (taskschd_private.h:36) ==10273== by 0x5E8F215: TaskFolder_create (folder.c:457) ==10273== by 0x5E9D547: TaskService_GetFolder (task.c:2913) ==10273== by 0x4992EDA: ITaskService_GetFolder (taskschd.h:623) ==10273== by 0x4992EDA: test_GetFolder (???:0) ==10273== by 0x499F3FA: func_scheduler (scheduler.c:1486) ==10273== by 0x49A02A1: run_test (test.h:603) ==10273== by 0x49A06FF: main (test.h:687) ==10273== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:TaskFolder_create fun:TaskService_GetFolder fun:ITaskService_GetFolder fun:test_GetFolder fun:func_scheduler fun:run_test fun:main } ==10273== 12 bytes in 1 blocks are definitely lost in loss record 98 of 641 ==10273== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10273== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10273== by 0x5E8D272: heap_alloc (taskschd_private.h:36) ==10273== by 0x5E8F215: TaskFolder_create (folder.c:457) ==10273== by 0x5E9D547: TaskService_GetFolder (task.c:2913) ==10273== by 0x4992FB1: ITaskService_GetFolder (taskschd.h:623) ==10273== by 0x4992FB1: test_GetFolder (???:0) ==10273== by 0x499F3FA: func_scheduler (scheduler.c:1486) ==10273== by 0x49A02A1: run_test (test.h:603) ==10273== by 0x49A06FF: main (test.h:687) ==10273== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:TaskFolder_create fun:TaskService_GetFolder fun:ITaskService_GetFolder fun:test_GetFolder fun:func_scheduler fun:run_test fun:main } ==10273== 16 bytes in 1 blocks are definitely lost in loss record 131 of 641 ==10273== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10273== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10273== by 0x5E8F32D: heap_alloc (taskschd_private.h:36) ==10273== by 0x5E90B5D: NewEnum_create (folder_collection.c:383) ==10273== by 0x5E903E5: folders_get__NewEnum (folder_collection.c:201) ==10273== by 0x4997414: ITaskFolderCollection_get__NewEnum (taskschd.h:1896) ==10273== by 0x4997414: test_FolderCollection (???:0) ==10273== by 0x499F3FF: func_scheduler (scheduler.c:1487) ==10273== by 0x49A02A1: run_test (test.h:603) ==10273== by 0x49A06FF: main (test.h:687) ==10273== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:NewEnum_create fun:folders_get__NewEnum fun:ITaskFolderCollection_get__NewEnum fun:test_FolderCollection fun:func_scheduler fun:run_test fun:main } ==10273== 72 bytes in 1 blocks are definitely lost in loss record 351 of 641 ==10273== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10273== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10273== by 0x55161AB: RPCRT4_AllocBinding (rpc_binding.c:114) ==10273== by 0x55162C8: RPCRT4_CreateBindingW (rpc_binding.c:140) ==10273== by 0x5518651: RpcBindingFromStringBindingW (rpc_binding.c:893) ==10273== by 0x5E9DDB1: TaskService_Connect (task.c:3042) ==10273== by 0x4992254: ITaskService_Connect (taskschd.h:632) ==10273== by 0x4992254: test_Connect (???:0) ==10273== by 0x499F3F5: func_scheduler (scheduler.c:1485) ==10273== by 0x49A02A1: run_test (test.h:603) ==10273== by 0x49A06FF: main (test.h:687) ==10273== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_Connect fun:func_scheduler fun:run_test fun:main } ==10273== 72 bytes in 1 blocks are definitely lost in loss record 352 of 641 ==10273== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10273== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10273== by 0x55161AB: RPCRT4_AllocBinding (rpc_binding.c:114) ==10273== by 0x55162C8: RPCRT4_CreateBindingW (rpc_binding.c:140) ==10273== by 0x5518651: RpcBindingFromStringBindingW (rpc_binding.c:893) ==10273== by 0x5E9DDB1: TaskService_Connect (task.c:3042) ==10273== by 0x49926E6: ITaskService_Connect (taskschd.h:632) ==10273== by 0x49926E6: test_Connect (???:0) ==10273== by 0x499F3F5: func_scheduler (scheduler.c:1485) ==10273== by 0x49A02A1: run_test (test.h:603) ==10273== by 0x49A06FF: main (test.h:687) ==10273== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_Connect fun:func_scheduler fun:run_test fun:main } ==10273== 72 bytes in 1 blocks are definitely lost in loss record 353 of 641 ==10273== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10273== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10273== by 0x55161AB: RPCRT4_AllocBinding (rpc_binding.c:114) ==10273== by 0x55162C8: RPCRT4_CreateBindingW (rpc_binding.c:140) ==10273== by 0x5518651: RpcBindingFromStringBindingW (rpc_binding.c:893) ==10273== by 0x5E9DDB1: TaskService_Connect (task.c:3042) ==10273== by 0x4992887: ITaskService_Connect (taskschd.h:632) ==10273== by 0x4992887: test_Connect (???:0) ==10273== by 0x499F3F5: func_scheduler (scheduler.c:1485) ==10273== by 0x49A02A1: run_test (test.h:603) ==10273== by 0x49A06FF: main (test.h:687) ==10273== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_Connect fun:func_scheduler fun:run_test fun:main } ==10273== 72 bytes in 1 blocks are definitely lost in loss record 354 of 641 ==10273== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10273== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10273== by 0x55161AB: RPCRT4_AllocBinding (rpc_binding.c:114) ==10273== by 0x55162C8: RPCRT4_CreateBindingW (rpc_binding.c:140) ==10273== by 0x5518651: RpcBindingFromStringBindingW (rpc_binding.c:893) ==10273== by 0x5E9DDB1: TaskService_Connect (task.c:3042) ==10273== by 0x49929AC: ITaskService_Connect (taskschd.h:632) ==10273== by 0x49929AC: test_Connect (???:0) ==10273== by 0x499F3F5: func_scheduler (scheduler.c:1485) ==10273== by 0x49A02A1: run_test (test.h:603) ==10273== by 0x49A06FF: main (test.h:687) ==10273== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_Connect fun:func_scheduler fun:run_test fun:main } ==10273== 72 bytes in 1 blocks are definitely lost in loss record 355 of 641 ==10273== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10273== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10273== by 0x55161AB: RPCRT4_AllocBinding (rpc_binding.c:114) ==10273== by 0x55162C8: RPCRT4_CreateBindingW (rpc_binding.c:140) ==10273== by 0x5518651: RpcBindingFromStringBindingW (rpc_binding.c:893) ==10273== by 0x5E9DDB1: TaskService_Connect (task.c:3042) ==10273== by 0x4992E4E: ITaskService_Connect (taskschd.h:632) ==10273== by 0x4992E4E: test_GetFolder (???:0) ==10273== by 0x499F3FA: func_scheduler (scheduler.c:1486) ==10273== by 0x49A02A1: run_test (test.h:603) ==10273== by 0x49A06FF: main (test.h:687) ==10273== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_GetFolder fun:func_scheduler fun:run_test fun:main } ==10273== 72 bytes in 1 blocks are definitely lost in loss record 356 of 641 ==10273== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10273== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10273== by 0x55161AB: RPCRT4_AllocBinding (rpc_binding.c:114) ==10273== by 0x55162C8: RPCRT4_CreateBindingW (rpc_binding.c:140) ==10273== by 0x5518651: RpcBindingFromStringBindingW (rpc_binding.c:893) ==10273== by 0x5E9DDB1: TaskService_Connect (task.c:3042) ==10273== by 0x4995F58: ITaskService_Connect (taskschd.h:632) ==10273== by 0x4995F58: test_FolderCollection (???:0) ==10273== by 0x499F3FF: func_scheduler (scheduler.c:1487) ==10273== by 0x49A02A1: run_test (test.h:603) ==10273== by 0x49A06FF: main (test.h:687) ==10273== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:RPCRT4_AllocBinding fun:RPCRT4_CreateBindingW fun:RpcBindingFromStringBindingW fun:TaskService_Connect fun:ITaskService_Connect fun:test_FolderCollection fun:func_scheduler fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/taskschd/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/twain_32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M twain_32.dll -p twain_32_test.exe.so dsm && touch dsm.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/twain_32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ucrtbase/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ucrtbase.dll -p ucrtbase_test.exe.so cpp && touch cpp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ucrtbase.dll -p ucrtbase_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ucrtbase.dll -p ucrtbase_test.exe.so printf && touch printf.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ucrtbase.dll -p ucrtbase_test.exe.so string && touch string.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/ucrtbase/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/urlmon/tests' ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so misc && touch misc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../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 ../../../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 ==10497== 36 bytes in 1 blocks are possibly lost in loss record 252 of 631 ==10497== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10497== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10497== by 0x4B9E9BA: heap_alloc (urlmon_main.h:239) ==10497== by 0x4B9EF81: register_namespace (session.c:126) ==10497== by 0x4B9FD71: InternetSession_RegisterNameSpace (session.c:375) ==10497== by 0x49C06B8: IInternetSession_RegisterNameSpace (urlmon.h:3562) ==10497== by 0x49C06B8: register_protocols (???:0) ==10497== by 0x49C2D01: func_sec_mgr (sec_mgr.c:2004) ==10497== by 0x49F2A0A: run_test (test.h:603) ==10497== by 0x49F2E69: main (test.h:687) ==10497== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:register_namespace fun:InternetSession_RegisterNameSpace fun:IInternetSession_RegisterNameSpace fun:register_protocols fun:func_sec_mgr fun:run_test fun:main } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so stream && touch stream.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so uri && touch uri.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p urlmon_test.exe.so url && touch url.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==10556== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10556_066ec058 is empty ==10556== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/xul.pdb ==10556== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10556_066ec058 is empty ==10556== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/lgpllibs.pdb ==10556== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10556_066ec058 is empty ==10556== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/nss3.pdb ==10556== LOAD_PDB_DEBUGINFO: Find PDB file: /tmp/valgrind_petmp10556_066ec058 is empty ==10556== Warning: Missing or un-stat-able /home/austin/.wine-valgrind/drive_c/windows/system32/gecko/2.47/wine_gecko/mozglue.pdb ==10556== 36 bytes in 1 blocks are possibly lost in loss record 744 of 2,646 ==10556== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10556== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10556== by 0x4B9E9BA: heap_alloc (urlmon_main.h:239) ==10556== by 0x4B9EF81: register_namespace (session.c:126) ==10556== by 0x4B9FD71: InternetSession_RegisterNameSpace (session.c:375) ==10556== by 0x49F088E: IInternetSession_RegisterNameSpace (urlmon.h:3562) ==10556== by 0x49F088E: register_protocols (???:0) ==10556== by 0x49F0BEB: func_url (url.c:3925) ==10556== by 0x49F2A0A: run_test (test.h:603) ==10556== by 0x49F2E69: main (test.h:687) ==10556== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:register_namespace fun:InternetSession_RegisterNameSpace fun:IInternetSession_RegisterNameSpace fun:register_protocols fun:func_url fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/urlmon/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/user32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so broadcast && touch broadcast.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so class && touch class.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../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 ==10989== Syscall param writev(vector[...]) points to uninitialised byte(s) ==10989== at 0x433B023: __writev_nocancel (syscall-template.S:84) ==10989== by 0x7BC88C1F: send_request (server.c:228) ==10989== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==10989== by 0x7BC88E10: wine_server_call (server.c:321) ==10989== by 0x4DADBCD: SetClipboardData (clipboard.c:904) ==10989== by 0x499EDF4: test_RegisterClipboardFormatA (clipboard.c:433) ==10989== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x48908f8 is 8 bytes inside a block of size 9 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==10989== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==10989== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Uninitialised value was created by a client request ==10989== at 0x7BC50AFD: mark_block_uninitialized (heap.c:208) ==10989== by 0x7BC50C8B: initialize_block (heap.c:239) ==10989== by 0x7BC55249: RtlAllocateHeap (heap.c:1717) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==10989== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==10989== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Param writev(vector[...]) fun:__writev_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:SetClipboardData fun:test_RegisterClipboardFormatA fun:func_clipboard fun:run_test fun:main } ==11009== 8 bytes in 1 blocks are possibly lost in loss record 49 of 566 ==11009== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11009== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11009== by 0x7B44A382: HeapAlloc (heap.c:271) ==11009== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11009== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11009== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11009== by 0x4AA7386: run_test (test.h:603) ==11009== by 0x4AA77E5: main (test.h:687) ==11009== { 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 } ==11009== 9 bytes in 1 blocks are definitely lost in loss record 51 of 566 ==11009== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11009== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11009== by 0x7B44A382: HeapAlloc (heap.c:271) ==11009== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11009== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11009== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11009== by 0x4AA7386: run_test (test.h:603) ==11009== by 0x4AA77E5: main (test.h:687) ==11009== { 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 } ==11009== 100 bytes in 1 blocks are definitely lost in loss record 362 of 566 ==11009== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11009== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11009== by 0x7B44A382: HeapAlloc (heap.c:271) ==11009== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11009== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11009== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11009== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11009== by 0x7BC91159: ??? (signal_i386.c:2867) ==11009== by 0x7BC9B239: start_thread (thread.c:498) ==11009== by 0x4247249: start_thread (pthread_create.c:333) ==11009== by 0x4342D6D: clone (clone.S:114) ==11009== { 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 ==11010== 100 bytes in 1 blocks are definitely lost in loss record 293 of 460 ==11010== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11010== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11010== by 0x7B44A382: HeapAlloc (heap.c:271) ==11010== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11010== by 0x499CBB5: set_clipboard_data_process (clipboard.c:117) ==11010== by 0x49ACF07: func_clipboard (clipboard.c:2434) ==11010== by 0x4AA7386: run_test (test.h:603) ==11010== by 0x4AA77E5: main (test.h:687) ==11010== { 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 } ==11016== 8 bytes in 1 blocks are possibly lost in loss record 49 of 569 ==11016== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11016== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11016== by 0x7B44A382: HeapAlloc (heap.c:271) ==11016== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11016== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11016== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11016== by 0x4AA7386: run_test (test.h:603) ==11016== by 0x4AA77E5: main (test.h:687) ==11016== { 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 } ==11016== 9 bytes in 1 blocks are definitely lost in loss record 51 of 569 ==11016== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11016== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11016== by 0x7B44A382: HeapAlloc (heap.c:271) ==11016== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11016== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11016== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11016== by 0x4AA7386: run_test (test.h:603) ==11016== by 0x4AA77E5: main (test.h:687) ==11016== { 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 } ==11016== 100 bytes in 1 blocks are definitely lost in loss record 364 of 569 ==11016== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11016== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11016== by 0x7B44A382: HeapAlloc (heap.c:271) ==11016== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11016== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11016== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11016== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11016== by 0x7BC91159: ??? (signal_i386.c:2867) ==11016== by 0x7BC9B239: start_thread (thread.c:498) ==11016== by 0x4247249: start_thread (pthread_create.c:333) ==11016== by 0x4342D6D: clone (clone.S:114) ==11016== { 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 ==11019== 8 bytes in 1 blocks are possibly lost in loss record 49 of 570 ==11019== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11019== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11019== by 0x7B44A382: HeapAlloc (heap.c:271) ==11019== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11019== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11019== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11019== by 0x4AA7386: run_test (test.h:603) ==11019== by 0x4AA77E5: main (test.h:687) ==11019== { 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 } ==11019== 9 bytes in 1 blocks are definitely lost in loss record 51 of 570 ==11019== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11019== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11019== by 0x7B44A382: HeapAlloc (heap.c:271) ==11019== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11019== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11019== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11019== by 0x4AA7386: run_test (test.h:603) ==11019== by 0x4AA77E5: main (test.h:687) ==11019== { 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 } ==11019== 100 bytes in 1 blocks are definitely lost in loss record 364 of 570 ==11019== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11019== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11019== by 0x7B44A382: HeapAlloc (heap.c:271) ==11019== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11019== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11019== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11019== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11019== by 0x7BC91159: ??? (signal_i386.c:2867) ==11019== by 0x7BC9B239: start_thread (thread.c:498) ==11019== by 0x4247249: start_thread (pthread_create.c:333) ==11019== by 0x4342D6D: clone (clone.S:114) ==11019== { 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 ==11032== 8 bytes in 1 blocks are possibly lost in loss record 47 of 556 ==11032== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11032== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11032== by 0x7B44A382: HeapAlloc (heap.c:271) ==11032== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11032== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11032== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11032== by 0x4AA7386: run_test (test.h:603) ==11032== by 0x4AA77E5: main (test.h:687) ==11032== { 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 } ==11032== 9 bytes in 1 blocks are definitely lost in loss record 49 of 556 ==11032== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11032== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11032== by 0x7B44A382: HeapAlloc (heap.c:271) ==11032== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11032== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11032== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11032== by 0x4AA7386: run_test (test.h:603) ==11032== by 0x4AA77E5: main (test.h:687) ==11032== { 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 } ==11032== 100 bytes in 1 blocks are definitely lost in loss record 354 of 556 ==11032== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11032== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11032== by 0x7B44A382: HeapAlloc (heap.c:271) ==11032== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11032== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11032== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11032== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11032== by 0x7BC91159: ??? (signal_i386.c:2867) ==11032== by 0x7BC9B239: start_thread (thread.c:498) ==11032== by 0x4247249: start_thread (pthread_create.c:333) ==11032== by 0x4342D6D: clone (clone.S:114) ==11032== { 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 ==11044== 8 bytes in 1 blocks are possibly lost in loss record 47 of 557 ==11044== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11044== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11044== by 0x7B44A382: HeapAlloc (heap.c:271) ==11044== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11044== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11044== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11044== by 0x4AA7386: run_test (test.h:603) ==11044== by 0x4AA77E5: main (test.h:687) ==11044== { 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 } ==11044== 9 bytes in 1 blocks are definitely lost in loss record 49 of 557 ==11044== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11044== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11044== by 0x7B44A382: HeapAlloc (heap.c:271) ==11044== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11044== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11044== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11044== by 0x4AA7386: run_test (test.h:603) ==11044== by 0x4AA77E5: main (test.h:687) ==11044== { 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 } ==11044== 100 bytes in 1 blocks are definitely lost in loss record 354 of 557 ==11044== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11044== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11044== by 0x7B44A382: HeapAlloc (heap.c:271) ==11044== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11044== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11044== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11044== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11044== by 0x7BC91159: ??? (signal_i386.c:2867) ==11044== by 0x7BC9B239: start_thread (thread.c:498) ==11044== by 0x4247249: start_thread (pthread_create.c:333) ==11044== by 0x4342D6D: clone (clone.S:114) ==11044== { 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 ==10989== Thread 2: ==10989== Syscall param writev(vector[...]) points to uninitialised byte(s) ==10989== at 0x433B04F: ??? (syscall-template.S:84) ==10989== by 0x7BC88C1F: send_request (server.c:228) ==10989== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==10989== by 0x7BC88E10: wine_server_call (server.c:321) ==10989== by 0x4DADBCD: SetClipboardData (clipboard.c:904) ==10989== by 0x49A4D24: clipboard_thread (clipboard.c:1339) ==10989== by 0x7BC9117B: ??? (signal_i386.c:2867) ==10989== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==10989== by 0x7BC91159: ??? (signal_i386.c:2867) ==10989== by 0x7BC9B239: start_thread (thread.c:498) ==10989== by 0x4247249: start_thread (pthread_create.c:333) ==10989== by 0x4342D6D: clone (clone.S:114) ==10989== Address 0x4897690 is 0 bytes inside a recently re-allocated block of size 1 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A581: GlobalAlloc (heap.c:365) ==10989== by 0x49A4D16: clipboard_thread (clipboard.c:1339) ==10989== by 0x7BC9117B: ??? (signal_i386.c:2867) ==10989== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==10989== by 0x7BC91159: ??? (signal_i386.c:2867) ==10989== by 0x7BC9B239: start_thread (thread.c:498) ==10989== by 0x4247249: start_thread (pthread_create.c:333) ==10989== by 0x4342D6D: clone (clone.S:114) ==10989== Uninitialised value was created by a client request ==10989== at 0x7BC50AFD: mark_block_uninitialized (heap.c:208) ==10989== by 0x7BC50C8B: initialize_block (heap.c:239) ==10989== by 0x7BC55249: RtlAllocateHeap (heap.c:1717) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A581: GlobalAlloc (heap.c:365) ==10989== by 0x49A4D16: clipboard_thread (clipboard.c:1339) ==10989== by 0x7BC9117B: ??? (signal_i386.c:2867) ==10989== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==10989== by 0x7BC91159: ??? (signal_i386.c:2867) ==10989== by 0x7BC9B239: start_thread (thread.c:498) ==10989== by 0x4247249: start_thread (pthread_create.c:333) ==10989== by 0x4342D6D: clone (clone.S:114) ==10989== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:SetClipboardData fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:start_thread fun:start_thread fun:clone } ==11055== Thread 1 user32_test.exe.: ==11055== 8 bytes in 1 blocks are possibly lost in loss record 62 of 685 ==11055== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11055== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11055== by 0x7B44A382: HeapAlloc (heap.c:271) ==11055== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11055== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11055== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11055== by 0x4AA7386: run_test (test.h:603) ==11055== by 0x4AA77E5: main (test.h:687) ==11055== { 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 } ==11055== 9 bytes in 1 blocks are definitely lost in loss record 64 of 685 ==11055== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11055== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11055== by 0x7B44A382: HeapAlloc (heap.c:271) ==11055== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11055== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11055== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11055== by 0x4AA7386: run_test (test.h:603) ==11055== by 0x4AA77E5: main (test.h:687) ==11055== { 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 } ==11055== 100 bytes in 1 blocks are definitely lost in loss record 424 of 685 ==11055== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11055== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11055== by 0x7B44A382: HeapAlloc (heap.c:271) ==11055== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11055== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11055== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11055== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11055== by 0x7BC91159: ??? (signal_i386.c:2867) ==11055== by 0x7BC9B239: start_thread (thread.c:498) ==11055== by 0x4247249: start_thread (pthread_create.c:333) ==11055== by 0x4342D6D: clone (clone.S:114) ==11055== { 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 } ==11055== 100 bytes in 1 blocks are definitely lost in loss record 425 of 685 ==11055== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11055== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11055== by 0x7B44A382: HeapAlloc (heap.c:271) ==11055== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11055== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11055== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11055== by 0x4AA7386: run_test (test.h:603) ==11055== by 0x4AA77E5: main (test.h:687) ==11055== { 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 ==11062== Thread 1 user32_test.exe.: ==11062== 8 bytes in 1 blocks are possibly lost in loss record 62 of 685 ==11062== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11062== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11062== by 0x7B44A382: HeapAlloc (heap.c:271) ==11062== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11062== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11062== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11062== by 0x4AA7386: run_test (test.h:603) ==11062== by 0x4AA77E5: main (test.h:687) ==11062== { 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 } ==11062== 9 bytes in 1 blocks are definitely lost in loss record 64 of 685 ==11062== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11062== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11062== by 0x7B44A382: HeapAlloc (heap.c:271) ==11062== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11062== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11062== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11062== by 0x4AA7386: run_test (test.h:603) ==11062== by 0x4AA77E5: main (test.h:687) ==11062== { 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 } ==11062== 100 bytes in 1 blocks are definitely lost in loss record 424 of 685 ==11062== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11062== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11062== by 0x7B44A382: HeapAlloc (heap.c:271) ==11062== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11062== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11062== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11062== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11062== by 0x7BC91159: ??? (signal_i386.c:2867) ==11062== by 0x7BC9B239: start_thread (thread.c:498) ==11062== by 0x4247249: start_thread (pthread_create.c:333) ==11062== by 0x4342D6D: clone (clone.S:114) ==11062== { 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 } ==11062== 100 bytes in 1 blocks are definitely lost in loss record 425 of 685 ==11062== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11062== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11062== by 0x7B44A382: HeapAlloc (heap.c:271) ==11062== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11062== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11062== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11062== by 0x4AA7386: run_test (test.h:603) ==11062== by 0x4AA77E5: main (test.h:687) ==11062== { 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 ==11066== Thread 1 user32_test.exe.: ==11066== 8 bytes in 1 blocks are possibly lost in loss record 61 of 683 ==11066== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11066== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11066== by 0x7B44A382: HeapAlloc (heap.c:271) ==11066== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11066== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11066== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11066== by 0x4AA7386: run_test (test.h:603) ==11066== by 0x4AA77E5: main (test.h:687) ==11066== { 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 } ==11066== 9 bytes in 1 blocks are definitely lost in loss record 63 of 683 ==11066== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11066== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11066== by 0x7B44A382: HeapAlloc (heap.c:271) ==11066== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11066== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11066== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11066== by 0x4AA7386: run_test (test.h:603) ==11066== by 0x4AA77E5: main (test.h:687) ==11066== { 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 } ==11066== 100 bytes in 1 blocks are definitely lost in loss record 422 of 683 ==11066== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11066== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11066== by 0x7B44A382: HeapAlloc (heap.c:271) ==11066== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11066== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11066== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11066== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11066== by 0x7BC91159: ??? (signal_i386.c:2867) ==11066== by 0x7BC9B239: start_thread (thread.c:498) ==11066== by 0x4247249: start_thread (pthread_create.c:333) ==11066== by 0x4342D6D: clone (clone.S:114) ==11066== { 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 } ==11066== 100 bytes in 1 blocks are definitely lost in loss record 423 of 683 ==11066== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11066== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11066== by 0x7B44A382: HeapAlloc (heap.c:271) ==11066== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11066== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11066== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11066== by 0x4AA7386: run_test (test.h:603) ==11066== by 0x4AA77E5: main (test.h:687) ==11066== { 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 ==11077== Thread 1 user32_test.exe.: ==11077== 8 bytes in 1 blocks are possibly lost in loss record 62 of 688 ==11077== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11077== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11077== by 0x7B44A382: HeapAlloc (heap.c:271) ==11077== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11077== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11077== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11077== by 0x4AA7386: run_test (test.h:603) ==11077== by 0x4AA77E5: main (test.h:687) ==11077== { 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 } ==11077== 9 bytes in 1 blocks are definitely lost in loss record 64 of 688 ==11077== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11077== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11077== by 0x7B44A382: HeapAlloc (heap.c:271) ==11077== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11077== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11077== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11077== by 0x4AA7386: run_test (test.h:603) ==11077== by 0x4AA77E5: main (test.h:687) ==11077== { 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 } ==11077== 100 bytes in 1 blocks are definitely lost in loss record 424 of 688 ==11077== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11077== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11077== by 0x7B44A382: HeapAlloc (heap.c:271) ==11077== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11077== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11077== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11077== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11077== by 0x7BC91159: ??? (signal_i386.c:2867) ==11077== by 0x7BC9B239: start_thread (thread.c:498) ==11077== by 0x4247249: start_thread (pthread_create.c:333) ==11077== by 0x4342D6D: clone (clone.S:114) ==11077== { 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 } ==11077== 100 bytes in 1 blocks are definitely lost in loss record 425 of 688 ==11077== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11077== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11077== by 0x7B44A382: HeapAlloc (heap.c:271) ==11077== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11077== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11077== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11077== by 0x4AA7386: run_test (test.h:603) ==11077== by 0x4AA77E5: main (test.h:687) ==11077== { 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 ==11083== Thread 1 user32_test.exe.: ==11083== 8 bytes in 1 blocks are possibly lost in loss record 62 of 688 ==11083== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11083== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11083== by 0x7B44A382: HeapAlloc (heap.c:271) ==11083== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11083== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11083== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11083== by 0x4AA7386: run_test (test.h:603) ==11083== by 0x4AA77E5: main (test.h:687) ==11083== { 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 } ==11083== 9 bytes in 1 blocks are definitely lost in loss record 64 of 688 ==11083== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11083== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11083== by 0x7B44A382: HeapAlloc (heap.c:271) ==11083== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11083== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11083== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11083== by 0x4AA7386: run_test (test.h:603) ==11083== by 0x4AA77E5: main (test.h:687) ==11083== { 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 } ==11083== 100 bytes in 1 blocks are definitely lost in loss record 424 of 688 ==11083== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11083== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11083== by 0x7B44A382: HeapAlloc (heap.c:271) ==11083== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11083== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11083== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11083== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11083== by 0x7BC91159: ??? (signal_i386.c:2867) ==11083== by 0x7BC9B239: start_thread (thread.c:498) ==11083== by 0x4247249: start_thread (pthread_create.c:333) ==11083== by 0x4342D6D: clone (clone.S:114) ==11083== { 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 } ==11083== 100 bytes in 1 blocks are definitely lost in loss record 425 of 688 ==11083== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11083== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11083== by 0x7B44A382: HeapAlloc (heap.c:271) ==11083== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11083== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11083== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11083== by 0x4AA7386: run_test (test.h:603) ==11083== by 0x4AA77E5: main (test.h:687) ==11083== { 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 ==10989== Thread 1 user32_test.exe.: ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7A72: test_handles (clipboard.c:1757) ==10989== by 0x49AA5B9: test_data_handles (clipboard.c:2074) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x48aaa20 is 16 bytes after a block of size 16 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7BC4763B: FILE_CreateFile (file.c:251) ==10989== by 0x7BC47810: NtOpenFile (file.c:308) ==10989== by 0x7B4452FC: FindFirstFileExW (file.c:2040) ==10989== by 0x7B445FC1: FindFirstFileW (file.c:2315) ==10989== by 0x7B464EB9: GetLongPathNameW (path.c:360) ==10989== by 0x7B46E0F9: create_startup_info (process.c:1667) ==10989== by 0x7B46F244: create_process (process.c:2053) ==10989== by 0x7B47081A: create_process_impl (process.c:2423) ==10989== by 0x7B470ED1: CreateProcessA (process.c:2506) ==10989== by 0x499CF40: run_process (clipboard.c:171) ==10989== by 0x499E50D: test_ClipboardOwner (clipboard.c:347) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7BC94323: alloc_object_attributes (sync.c:117) ==10989== by 0x7BC474E2: FILE_CreateFile (file.c:232) ==10989== by 0x7BC47810: NtOpenFile (file.c:308) ==10989== by 0x7B4452FC: FindFirstFileExW (file.c:2040) ==10989== by 0x7B445FC1: FindFirstFileW (file.c:2315) ==10989== by 0x7B464EB9: GetLongPathNameW (path.c:360) ==10989== by 0x7B46E0F9: create_startup_info (process.c:1667) ==10989== by 0x7B46F244: create_process (process.c:2053) ==10989== by 0x7B47081A: create_process_impl (process.c:2423) ==10989== by 0x7B470ED1: CreateProcessA (process.c:2506) ==10989== by 0x499CF40: run_process (clipboard.c:171) ==10989== by 0x499E50D: test_ClipboardOwner (clipboard.c:347) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7ED0: test_handles (clipboard.c:1788) ==10989== by 0x49AA5B9: test_data_handles (clipboard.c:2074) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x48c09f0 is 0 bytes inside a block of size 1 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7B44A3BC: HeapFree (heap.c:276) ==10989== by 0x7B44B4BE: GlobalFree (heap.c:752) ==10989== by 0x4DAE504: GetClipboardData (clipboard.c:1073) ==10989== by 0x4DACB9C: render_synthesized_format (clipboard.c:584) ==10989== by 0x4DAE5E3: GetClipboardData (clipboard.c:1087) ==10989== by 0x49A1633: test_synthesized (clipboard.c:853) ==10989== by 0x49AD095: func_clipboard (clipboard.c:2470) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A581: GlobalAlloc (heap.c:365) ==10989== by 0x4DAE2E2: GetClipboardData (clipboard.c:1042) ==10989== by 0x4DACB9C: render_synthesized_format (clipboard.c:584) ==10989== by 0x4DAE5E3: GetClipboardData (clipboard.c:1087) ==10989== by 0x49A1633: test_synthesized (clipboard.c:853) ==10989== by 0x49AD095: func_clipboard (clipboard.c:2470) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7F0D: test_handles (clipboard.c:1789) ==10989== by 0x49AA5B9: test_data_handles (clipboard.c:2074) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x48916b0 is 72 bytes inside a block of size 92 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x5138034: free_region (region.c:481) ==10989== by 0x5138175: REGION_DeleteObject (region.c:527) ==10989== by 0x511E172: DeleteObject (gdiobj.c:982) ==10989== by 0x55F8919: create_whole_window (window.c:1459) ==10989== by 0x55F9B62: X11DRV_create_win_data (window.c:1827) ==10989== by 0x55FAA2B: X11DRV_WindowPosChanging (window.c:2181) ==10989== by 0x4E4757D: set_window_pos (winpos.c:2077) ==10989== by 0x4E3AFFC: WIN_CreateWindowEx (win.c:1598) ==10989== by 0x4E3B81E: CreateWindowExA (win.c:1744) ==10989== by 0x499D39C: test_ClipboardOwner (clipboard.c:231) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x5138066: alloc_region (region.c:489) ==10989== by 0x5138493: CreateRectRgn (region.c:663) ==10989== by 0x55F88DD: create_whole_window (window.c:1457) ==10989== by 0x55F9B62: X11DRV_create_win_data (window.c:1827) ==10989== by 0x55FAA2B: X11DRV_WindowPosChanging (window.c:2181) ==10989== by 0x4E4757D: set_window_pos (winpos.c:2077) ==10989== by 0x4E3AFFC: WIN_CreateWindowEx (win.c:1598) ==10989== by 0x4E3B81E: CreateWindowExA (win.c:1744) ==10989== by 0x499D39C: test_ClipboardOwner (clipboard.c:231) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7F4A: test_handles (clipboard.c:1790) ==10989== by 0x49AA5B9: test_data_handles (clipboard.c:2074) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x48ba580 is 16 bytes after a recently re-allocated block of size 192 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x4E365D5: create_window_handle (win.c:228) ==10989== by 0x4E3A7F7: WIN_CreateWindowEx (win.c:1466) ==10989== by 0x4E3B81E: CreateWindowExA (win.c:1744) ==10989== by 0x49AA560: test_data_handles (clipboard.c:2068) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7F87: test_handles (clipboard.c:1791) ==10989== by 0x49AA5B9: test_data_handles (clipboard.c:2074) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x48ba408 is 0 bytes inside a block of size 1 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7B44A3BC: HeapFree (heap.c:276) ==10989== by 0x7B44B4BE: GlobalFree (heap.c:752) ==10989== by 0x4DAE504: GetClipboardData (clipboard.c:1073) ==10989== by 0x49A1633: test_synthesized (clipboard.c:853) ==10989== by 0x49AD095: func_clipboard (clipboard.c:2470) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A581: GlobalAlloc (heap.c:365) ==10989== by 0x4DAE2E2: GetClipboardData (clipboard.c:1042) ==10989== by 0x49A1633: test_synthesized (clipboard.c:853) ==10989== by 0x49AD095: func_clipboard (clipboard.c:2470) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7FC4: test_handles (clipboard.c:1792) ==10989== by 0x49AA5B9: test_data_handles (clipboard.c:2074) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4891190 is 120 bytes inside a block of size 192 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x4E36A6C: free_window_handle (win.c:295) ==10989== by 0x4E38924: WIN_DestroyWindow (win.c:1024) ==10989== by 0x4E3BDEB: DestroyWindow (win.c:1908) ==10989== by 0x499DFD1: test_ClipboardOwner (clipboard.c:314) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x4E365D5: create_window_handle (win.c:228) ==10989== by 0x4E3A7F7: WIN_CreateWindowEx (win.c:1466) ==10989== by 0x4E3B81E: CreateWindowExA (win.c:1744) ==10989== by 0x499D39C: test_ClipboardOwner (clipboard.c:231) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8B82: test_handles (clipboard.c:1882) ==10989== by 0x49AA5B9: test_data_handles (clipboard.c:2074) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x48c09f0 is 0 bytes inside a block of size 1 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7B44A3BC: HeapFree (heap.c:276) ==10989== by 0x7B44B4BE: GlobalFree (heap.c:752) ==10989== by 0x4DAE504: GetClipboardData (clipboard.c:1073) ==10989== by 0x4DACB9C: render_synthesized_format (clipboard.c:584) ==10989== by 0x4DAE5E3: GetClipboardData (clipboard.c:1087) ==10989== by 0x49A1633: test_synthesized (clipboard.c:853) ==10989== by 0x49AD095: func_clipboard (clipboard.c:2470) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A581: GlobalAlloc (heap.c:365) ==10989== by 0x4DAE2E2: GetClipboardData (clipboard.c:1042) ==10989== by 0x4DACB9C: render_synthesized_format (clipboard.c:584) ==10989== by 0x4DAE5E3: GetClipboardData (clipboard.c:1087) ==10989== by 0x49A1633: test_synthesized (clipboard.c:853) ==10989== by 0x49AD095: func_clipboard (clipboard.c:2470) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8BF3: test_handles (clipboard.c:1883) ==10989== by 0x49AA5B9: test_data_handles (clipboard.c:2074) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x48916b0 is 72 bytes inside a block of size 92 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x5138034: free_region (region.c:481) ==10989== by 0x5138175: REGION_DeleteObject (region.c:527) ==10989== by 0x511E172: DeleteObject (gdiobj.c:982) ==10989== by 0x55F8919: create_whole_window (window.c:1459) ==10989== by 0x55F9B62: X11DRV_create_win_data (window.c:1827) ==10989== by 0x55FAA2B: X11DRV_WindowPosChanging (window.c:2181) ==10989== by 0x4E4757D: set_window_pos (winpos.c:2077) ==10989== by 0x4E3AFFC: WIN_CreateWindowEx (win.c:1598) ==10989== by 0x4E3B81E: CreateWindowExA (win.c:1744) ==10989== by 0x499D39C: test_ClipboardOwner (clipboard.c:231) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x5138066: alloc_region (region.c:489) ==10989== by 0x5138493: CreateRectRgn (region.c:663) ==10989== by 0x55F88DD: create_whole_window (window.c:1457) ==10989== by 0x55F9B62: X11DRV_create_win_data (window.c:1827) ==10989== by 0x55FAA2B: X11DRV_WindowPosChanging (window.c:2181) ==10989== by 0x4E4757D: set_window_pos (winpos.c:2077) ==10989== by 0x4E3AFFC: WIN_CreateWindowEx (win.c:1598) ==10989== by 0x4E3B81E: CreateWindowExA (win.c:1744) ==10989== by 0x499D39C: test_ClipboardOwner (clipboard.c:231) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8C64: test_handles (clipboard.c:1884) ==10989== by 0x49AA5B9: test_data_handles (clipboard.c:2074) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x48ba580 is 16 bytes after a recently re-allocated block of size 192 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x4E365D5: create_window_handle (win.c:228) ==10989== by 0x4E3A7F7: WIN_CreateWindowEx (win.c:1466) ==10989== by 0x4E3B81E: CreateWindowExA (win.c:1744) ==10989== by 0x49AA560: test_data_handles (clipboard.c:2068) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8CD5: test_handles (clipboard.c:1885) ==10989== by 0x49AA5B9: test_data_handles (clipboard.c:2074) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x48ba408 is 0 bytes inside a block of size 1 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7B44A3BC: HeapFree (heap.c:276) ==10989== by 0x7B44B4BE: GlobalFree (heap.c:752) ==10989== by 0x4DAE504: GetClipboardData (clipboard.c:1073) ==10989== by 0x49A1633: test_synthesized (clipboard.c:853) ==10989== by 0x49AD095: func_clipboard (clipboard.c:2470) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A581: GlobalAlloc (heap.c:365) ==10989== by 0x4DAE2E2: GetClipboardData (clipboard.c:1042) ==10989== by 0x49A1633: test_synthesized (clipboard.c:853) ==10989== by 0x49AD095: func_clipboard (clipboard.c:2470) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8D46: test_handles (clipboard.c:1886) ==10989== by 0x49AA5B9: test_data_handles (clipboard.c:2074) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4891190 is 120 bytes inside a block of size 192 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x4E36A6C: free_window_handle (win.c:295) ==10989== by 0x4E38924: WIN_DestroyWindow (win.c:1024) ==10989== by 0x4E3BDEB: DestroyWindow (win.c:1908) ==10989== by 0x499DFD1: test_ClipboardOwner (clipboard.c:314) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x4E365D5: create_window_handle (win.c:228) ==10989== by 0x4E3A7F7: WIN_CreateWindowEx (win.c:1466) ==10989== by 0x4E3B81E: CreateWindowExA (win.c:1744) ==10989== by 0x499D39C: test_ClipboardOwner (clipboard.c:231) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7A72: test_handles (clipboard.c:1757) ==10989== by 0x49AA5CA: test_data_handles (clipboard.c:2075) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4872e38 is 0 bytes inside a block of size 84 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7BC726FD: NtCreateKey (reg.c:81) ==10989== by 0x7BC75095: RtlOpenCurrentUser (reg.c:972) ==10989== by 0x7B46AE98: set_registry_environment (process.c:437) ==10989== by 0x7B46D1F7: __wine_kernel_init (process.c:1274) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7BC94323: alloc_object_attributes (sync.c:117) ==10989== by 0x7BC7254F: NtCreateKey (reg.c:66) ==10989== by 0x7BC75095: RtlOpenCurrentUser (reg.c:972) ==10989== by 0x7B46AE98: set_registry_environment (process.c:437) ==10989== by 0x7B46D1F7: __wine_kernel_init (process.c:1274) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7ED0: test_handles (clipboard.c:1788) ==10989== by 0x49AA5CA: test_data_handles (clipboard.c:2075) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4872de0 is 0 bytes inside a block of size 70 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7BC7E8A6: RtlFreeUnicodeString (rtlstr.c:319) ==10989== by 0x7BC750A7: RtlOpenCurrentUser (reg.c:973) ==10989== by 0x7B46AE98: set_registry_environment (process.c:437) ==10989== by 0x7B46D1F7: __wine_kernel_init (process.c:1274) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7BC74F14: RtlFormatCurrentUserKeyPath (reg.c:933) ==10989== by 0x7BC75042: RtlOpenCurrentUser (reg.c:970) ==10989== by 0x7B46AE98: set_registry_environment (process.c:437) ==10989== by 0x7B46D1F7: __wine_kernel_init (process.c:1274) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7F0D: test_handles (clipboard.c:1789) ==10989== by 0x49AA5CA: test_data_handles (clipboard.c:2075) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4872190 is 0 bytes inside a block of size 256 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7B44A3BC: HeapFree (heap.c:276) ==10989== by 0x7B46C1ED: init_current_directory (process.c:946) ==10989== by 0x7B46CE8C: __wine_kernel_init (process.c:1228) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B46BFCB: init_current_directory (process.c:904) ==10989== by 0x7B46CE8C: __wine_kernel_init (process.c:1228) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7F4A: test_handles (clipboard.c:1790) ==10989== by 0x49AA5CA: test_data_handles (clipboard.c:2075) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4872c58 is 16 bytes after a recently re-allocated block of size 152 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B46BD14: build_command_line (process.c:805) ==10989== by 0x7B46CFCA: __wine_kernel_init (process.c:1249) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7F87: test_handles (clipboard.c:1791) ==10989== by 0x49AA5CA: test_data_handles (clipboard.c:2075) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4872418 is 0 bytes inside a block of size 344 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7BC7E564: RtlFreeAnsiString (rtlstr.c:173) ==10989== by 0x7BC4764D: FILE_CreateFile (file.c:252) ==10989== by 0x7BC47810: NtOpenFile (file.c:308) ==10989== by 0x7BC6E014: RtlSetCurrentDirectory_U (path.c:987) ==10989== by 0x7B46C155: init_current_directory (process.c:934) ==10989== by 0x7B46CE8C: __wine_kernel_init (process.c:1228) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7BC43EFF: wine_nt_to_unix_file_name (directory.c:2887) ==10989== by 0x7BC43767: nt_to_unix_file_name_attr (directory.c:2756) ==10989== by 0x7BC472FA: FILE_CreateFile (file.c:197) ==10989== by 0x7BC47810: NtOpenFile (file.c:308) ==10989== by 0x7BC6E014: RtlSetCurrentDirectory_U (path.c:987) ==10989== by 0x7B46C155: init_current_directory (process.c:934) ==10989== by 0x7B46CE8C: __wine_kernel_init (process.c:1228) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7FC4: test_handles (clipboard.c:1792) ==10989== by 0x49AA5CA: test_data_handles (clipboard.c:2075) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4872718 is 104 bytes inside a block of size 216 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7B44A3BC: HeapFree (heap.c:276) ==10989== by 0x7B466E58: SearchPathW (path.c:1044) ==10989== by 0x7B46CF34: __wine_kernel_init (process.c:1242) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B4616B1: MODULE_get_dll_load_path (module.c:963) ==10989== by 0x7B466DFE: SearchPathW (path.c:1040) ==10989== by 0x7B46CF34: __wine_kernel_init (process.c:1242) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8B82: test_handles (clipboard.c:1882) ==10989== by 0x49AA5CA: test_data_handles (clipboard.c:2075) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4872de0 is 0 bytes inside a block of size 70 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7BC7E8A6: RtlFreeUnicodeString (rtlstr.c:319) ==10989== by 0x7BC750A7: RtlOpenCurrentUser (reg.c:973) ==10989== by 0x7B46AE98: set_registry_environment (process.c:437) ==10989== by 0x7B46D1F7: __wine_kernel_init (process.c:1274) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7BC74F14: RtlFormatCurrentUserKeyPath (reg.c:933) ==10989== by 0x7BC75042: RtlOpenCurrentUser (reg.c:970) ==10989== by 0x7B46AE98: set_registry_environment (process.c:437) ==10989== by 0x7B46D1F7: __wine_kernel_init (process.c:1274) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8BF3: test_handles (clipboard.c:1883) ==10989== by 0x49AA5CA: test_data_handles (clipboard.c:2075) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4872190 is 0 bytes inside a block of size 256 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7B44A3BC: HeapFree (heap.c:276) ==10989== by 0x7B46C1ED: init_current_directory (process.c:946) ==10989== by 0x7B46CE8C: __wine_kernel_init (process.c:1228) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B46BFCB: init_current_directory (process.c:904) ==10989== by 0x7B46CE8C: __wine_kernel_init (process.c:1228) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8C64: test_handles (clipboard.c:1884) ==10989== by 0x49AA5CA: test_data_handles (clipboard.c:2075) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4872c58 is 16 bytes after a recently re-allocated block of size 152 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B46BD14: build_command_line (process.c:805) ==10989== by 0x7B46CFCA: __wine_kernel_init (process.c:1249) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8CD5: test_handles (clipboard.c:1885) ==10989== by 0x49AA5CA: test_data_handles (clipboard.c:2075) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4872418 is 0 bytes inside a block of size 344 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7BC7E564: RtlFreeAnsiString (rtlstr.c:173) ==10989== by 0x7BC4764D: FILE_CreateFile (file.c:252) ==10989== by 0x7BC47810: NtOpenFile (file.c:308) ==10989== by 0x7BC6E014: RtlSetCurrentDirectory_U (path.c:987) ==10989== by 0x7B46C155: init_current_directory (process.c:934) ==10989== by 0x7B46CE8C: __wine_kernel_init (process.c:1228) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7BC43EFF: wine_nt_to_unix_file_name (directory.c:2887) ==10989== by 0x7BC43767: nt_to_unix_file_name_attr (directory.c:2756) ==10989== by 0x7BC472FA: FILE_CreateFile (file.c:197) ==10989== by 0x7BC47810: NtOpenFile (file.c:308) ==10989== by 0x7BC6E014: RtlSetCurrentDirectory_U (path.c:987) ==10989== by 0x7B46C155: init_current_directory (process.c:934) ==10989== by 0x7B46CE8C: __wine_kernel_init (process.c:1228) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8D46: test_handles (clipboard.c:1886) ==10989== by 0x49AA5CA: test_data_handles (clipboard.c:2075) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4872718 is 104 bytes inside a block of size 216 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7B44A3BC: HeapFree (heap.c:276) ==10989== by 0x7B466E58: SearchPathW (path.c:1044) ==10989== by 0x7B46CF34: __wine_kernel_init (process.c:1242) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B4616B1: MODULE_get_dll_load_path (module.c:963) ==10989== by 0x7B466DFE: SearchPathW (path.c:1040) ==10989== by 0x7B46CF34: __wine_kernel_init (process.c:1242) ==10989== by 0x7BC606E2: __wine_process_init (loader.c:3367) ==10989== by 0x40407C0: wine_init (loader.c:979) ==10989== by 0x7C000ED4: main (main.c:258) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7A72: test_handles (clipboard.c:1757) ==10989== by 0x49AA5D8: test_data_handles (clipboard.c:2076) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4879c60 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x51050DF: create_family (freetype.c:1583) ==10989== by 0x5105A20: load_font_list_from_cache (freetype.c:1757) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8B82: test_handles (clipboard.c:1882) ==10989== by 0x49AA5D8: test_data_handles (clipboard.c:2076) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x487ab68 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x51050DF: create_family (freetype.c:1583) ==10989== by 0x5105A20: load_font_list_from_cache (freetype.c:1757) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8BF3: test_handles (clipboard.c:1883) ==10989== by 0x49AA5D8: test_data_handles (clipboard.c:2076) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x487a5f8 is 18 bytes after a recently re-allocated block of size 70 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x5103EB3: strdupW (freetype.c:1097) ==10989== by 0x51053D0: load_face (freetype.c:1649) ==10989== by 0x5105B45: load_font_list_from_cache (freetype.c:1777) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8C64: test_handles (clipboard.c:1884) ==10989== by 0x49AA5D8: test_data_handles (clipboard.c:2076) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x487a2a0 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x51050DF: create_family (freetype.c:1583) ==10989== by 0x5105A20: load_font_list_from_cache (freetype.c:1757) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8CD5: test_handles (clipboard.c:1885) ==10989== by 0x49AA5D8: test_data_handles (clipboard.c:2076) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4879f70 is 0 bytes inside a block of size 10 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x5105B80: load_font_list_from_cache (freetype.c:1780) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x5103EB3: strdupW (freetype.c:1097) ==10989== by 0x5105AEB: load_font_list_from_cache (freetype.c:1772) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8D46: test_handles (clipboard.c:1886) ==10989== by 0x49AA5D8: test_data_handles (clipboard.c:2076) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4879220 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x51050DF: create_family (freetype.c:1583) ==10989== by 0x5105A20: load_font_list_from_cache (freetype.c:1757) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_handles fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==10989== Thread 2: ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A7A72: test_handles (clipboard.c:1757) ==10989== by 0x49A8F9D: test_handles_thread (clipboard.c:1900) ==10989== by 0x7BC9117B: ??? (signal_i386.c:2867) ==10989== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==10989== by 0x7BC91159: ??? (signal_i386.c:2867) ==10989== by 0x7BC9B239: start_thread (thread.c:498) ==10989== by 0x4247249: start_thread (pthread_create.c:333) ==10989== by 0x4342D6D: clone (clone.S:114) ==10989== Address 0x4882cf0 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x51050DF: create_family (freetype.c:1583) ==10989== by 0x5105A20: load_font_list_from_cache (freetype.c:1757) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { 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 } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8B82: test_handles (clipboard.c:1882) ==10989== by 0x49A8F9D: test_handles_thread (clipboard.c:1900) ==10989== by 0x7BC9117B: ??? (signal_i386.c:2867) ==10989== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==10989== by 0x7BC91159: ??? (signal_i386.c:2867) ==10989== by 0x7BC9B239: start_thread (thread.c:498) ==10989== by 0x4247249: start_thread (pthread_create.c:333) ==10989== by 0x4342D6D: clone (clone.S:114) ==10989== Address 0x48824d8 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x51050DF: create_family (freetype.c:1583) ==10989== by 0x5105A20: load_font_list_from_cache (freetype.c:1757) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { 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 } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8BF3: test_handles (clipboard.c:1883) ==10989== by 0x49A8F9D: test_handles_thread (clipboard.c:1900) ==10989== by 0x7BC9117B: ??? (signal_i386.c:2867) ==10989== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==10989== by 0x7BC91159: ??? (signal_i386.c:2867) ==10989== by 0x7BC9B239: start_thread (thread.c:498) ==10989== by 0x4247249: start_thread (pthread_create.c:333) ==10989== by 0x4342D6D: clone (clone.S:114) ==10989== Address 0x4882658 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x51050DF: create_family (freetype.c:1583) ==10989== by 0x5105A20: load_font_list_from_cache (freetype.c:1757) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { 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 } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8C64: test_handles (clipboard.c:1884) ==10989== by 0x49A8F9D: test_handles_thread (clipboard.c:1900) ==10989== by 0x7BC9117B: ??? (signal_i386.c:2867) ==10989== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==10989== by 0x7BC91159: ??? (signal_i386.c:2867) ==10989== by 0x7BC9B239: start_thread (thread.c:498) ==10989== by 0x4247249: start_thread (pthread_create.c:333) ==10989== by 0x4342D6D: clone (clone.S:114) ==10989== Address 0x48827b8 is 16 bytes after a recently re-allocated block of size 24 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x5103EB3: strdupW (freetype.c:1097) ==10989== by 0x51053D0: load_face (freetype.c:1649) ==10989== by 0x5105B45: load_font_list_from_cache (freetype.c:1777) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { 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 } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8CD5: test_handles (clipboard.c:1885) ==10989== by 0x49A8F9D: test_handles_thread (clipboard.c:1900) ==10989== by 0x7BC9117B: ??? (signal_i386.c:2867) ==10989== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==10989== by 0x7BC91159: ??? (signal_i386.c:2867) ==10989== by 0x7BC9B239: start_thread (thread.c:498) ==10989== by 0x4247249: start_thread (pthread_create.c:333) ==10989== by 0x4342D6D: clone (clone.S:114) ==10989== Address 0x4882968 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x51050DF: create_family (freetype.c:1583) ==10989== by 0x5105A20: load_font_list_from_cache (freetype.c:1757) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { 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 } ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49A8D46: test_handles (clipboard.c:1886) ==10989== by 0x49A8F9D: test_handles_thread (clipboard.c:1900) ==10989== by 0x7BC9117B: ??? (signal_i386.c:2867) ==10989== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==10989== by 0x7BC91159: ??? (signal_i386.c:2867) ==10989== by 0x7BC9B239: start_thread (thread.c:498) ==10989== by 0x4247249: start_thread (pthread_create.c:333) ==10989== by 0x4342D6D: clone (clone.S:114) ==10989== Address 0x4883230 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x51050DF: create_family (freetype.c:1583) ==10989== by 0x5105A20: load_font_list_from_cache (freetype.c:1757) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { 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 } ==11095== Thread 1 user32_test.exe.: ==11095== 8 bytes in 1 blocks are possibly lost in loss record 64 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11095== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11095== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 8 bytes in 1 blocks are possibly lost in loss record 65 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11095== by 0x499F531: create_textA (clipboard.c:484) ==11095== by 0x49AA6D3: test_data_handles (clipboard.c:2087) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 8 bytes in 1 blocks are possibly lost in loss record 66 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11095== by 0x499F531: create_textA (clipboard.c:484) ==11095== by 0x49AA726: test_data_handles (clipboard.c:2089) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 8 bytes in 1 blocks are possibly lost in loss record 67 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11095== by 0x499F660: create_metafile (clipboard.c:510) ==11095== by 0x49AA894: test_data_handles (clipboard.c:2097) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 8 bytes in 1 blocks are possibly lost in loss record 68 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11095== by 0x499F660: create_metafile (clipboard.c:510) ==11095== by 0x49AA913: test_data_handles (clipboard.c:2100) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 8 bytes in 1 blocks are possibly lost in loss record 69 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11095== by 0x499F531: create_textA (clipboard.c:484) ==11095== by 0x49AAAA4: test_data_handles (clipboard.c:2109) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 8 bytes in 1 blocks are possibly lost in loss record 70 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11095== by 0x499F531: create_textA (clipboard.c:484) ==11095== by 0x49AAAFA: test_data_handles (clipboard.c:2111) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 9 bytes in 1 blocks are definitely lost in loss record 72 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11095== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11095== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 18 bytes in 1 blocks are definitely lost in loss record 159 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11095== by 0x499F531: create_textA (clipboard.c:484) ==11095== by 0x49AA6D3: test_data_handles (clipboard.c:2087) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 18 bytes in 1 blocks are definitely lost in loss record 160 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11095== by 0x499F531: create_textA (clipboard.c:484) ==11095== by 0x49AA726: test_data_handles (clipboard.c:2089) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 18 bytes in 1 blocks are definitely lost in loss record 161 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11095== by 0x499F531: create_textA (clipboard.c:484) ==11095== by 0x49AAAA4: test_data_handles (clipboard.c:2109) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 18 bytes in 1 blocks are definitely lost in loss record 162 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11095== by 0x499F531: create_textA (clipboard.c:484) ==11095== by 0x49AAAFA: test_data_handles (clipboard.c:2111) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 24 bytes in 1 blocks are definitely lost in loss record 223 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11095== by 0x499F660: create_metafile (clipboard.c:510) ==11095== by 0x49AA894: test_data_handles (clipboard.c:2097) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 24 bytes in 1 blocks are definitely lost in loss record 224 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11095== by 0x499F660: create_metafile (clipboard.c:510) ==11095== by 0x49AA913: test_data_handles (clipboard.c:2100) ==11095== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 } ==11095== 100 bytes in 1 blocks are definitely lost in loss record 456 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11095== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11095== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11095== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11095== by 0x7BC91159: ??? (signal_i386.c:2867) ==11095== by 0x7BC9B239: start_thread (thread.c:498) ==11095== by 0x4247249: start_thread (pthread_create.c:333) ==11095== by 0x4342D6D: clone (clone.S:114) ==11095== { 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 } ==11095== 100 bytes in 1 blocks are definitely lost in loss record 457 of 724 ==11095== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11095== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11095== by 0x7B44A382: HeapAlloc (heap.c:271) ==11095== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11095== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11095== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11095== by 0x4AA7386: run_test (test.h:603) ==11095== by 0x4AA77E5: main (test.h:687) ==11095== { 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 ==11096== 8 bytes in 1 blocks are definitely lost in loss record 32 of 495 ==11096== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11096== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11096== by 0x7B44A382: HeapAlloc (heap.c:271) ==11096== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11096== by 0x4D8E2E2: GetClipboardData (clipboard.c:1042) ==11096== by 0x49A9CA6: test_handles_process (clipboard.c:1997) ==11096== by 0x49ACF8F: func_clipboard (clipboard.c:2444) ==11096== by 0x4AA7386: run_test (test.h:603) ==11096== by 0x4AA77E5: main (test.h:687) ==11096== { 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 } ==11096== 58 bytes in 1 blocks are possibly lost in loss record 244 of 495 ==11096== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11096== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11096== by 0x7B44A382: HeapAlloc (heap.c:271) ==11096== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11096== by 0x4D8E2E2: GetClipboardData (clipboard.c:1042) ==11096== by 0x49A9AE2: test_handles_process (clipboard.c:1989) ==11096== by 0x49ACF8F: func_clipboard (clipboard.c:2444) ==11096== by 0x4AA7386: run_test (test.h:603) ==11096== by 0x4AA77E5: main (test.h:687) ==11096== { 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 } ==11096== 348 bytes in 1 blocks are definitely lost in loss record 391 of 495 ==11096== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11096== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11096== by 0x7B44A382: HeapAlloc (heap.c:271) ==11096== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11096== by 0x4D8E2E2: GetClipboardData (clipboard.c:1042) ==11096== by 0x49A9FAA: test_handles_process (clipboard.c:2013) ==11096== by 0x49ACF8F: func_clipboard (clipboard.c:2444) ==11096== by 0x4AA7386: run_test (test.h:603) ==11096== by 0x4AA77E5: main (test.h:687) ==11096== { 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 } ==11096== 348 bytes in 1 blocks are definitely lost in loss record 392 of 495 ==11096== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11096== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11096== by 0x7B44A382: HeapAlloc (heap.c:271) ==11096== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11096== by 0x4D8E2E2: GetClipboardData (clipboard.c:1042) ==11096== by 0x49AA0D5: test_handles_process (clipboard.c:2020) ==11096== by 0x49ACF8F: func_clipboard (clipboard.c:2444) ==11096== by 0x4AA7386: run_test (test.h:603) ==11096== by 0x4AA77E5: main (test.h:687) ==11096== { 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 } ==11101== Thread 1 user32_test.exe.: ==11101== 8 bytes in 1 blocks are possibly lost in loss record 61 of 688 ==11101== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11101== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11101== by 0x7B44A382: HeapAlloc (heap.c:271) ==11101== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11101== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11101== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11101== by 0x4AA7386: run_test (test.h:603) ==11101== by 0x4AA77E5: main (test.h:687) ==11101== { 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 } ==11101== 8 bytes in 1 blocks are possibly lost in loss record 62 of 688 ==11101== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11101== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11101== by 0x7B44A382: HeapAlloc (heap.c:271) ==11101== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11101== by 0x499F531: create_textA (clipboard.c:484) ==11101== by 0x49AAD86: test_data_handles (clipboard.c:2132) ==11101== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11101== by 0x4AA7386: run_test (test.h:603) ==11101== by 0x4AA77E5: main (test.h:687) ==11101== { 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 } ==11101== 9 bytes in 1 blocks are definitely lost in loss record 64 of 688 ==11101== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11101== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11101== by 0x7B44A382: HeapAlloc (heap.c:271) ==11101== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11101== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11101== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11101== by 0x4AA7386: run_test (test.h:603) ==11101== by 0x4AA77E5: main (test.h:687) ==11101== { 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 } ==11101== 18 bytes in 1 blocks are definitely lost in loss record 150 of 688 ==11101== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11101== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11101== by 0x7B44A382: HeapAlloc (heap.c:271) ==11101== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11101== by 0x499F531: create_textA (clipboard.c:484) ==11101== by 0x49AAD86: test_data_handles (clipboard.c:2132) ==11101== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==11101== by 0x4AA7386: run_test (test.h:603) ==11101== by 0x4AA77E5: main (test.h:687) ==11101== { 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 } ==11101== 100 bytes in 1 blocks are definitely lost in loss record 424 of 688 ==11101== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11101== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11101== by 0x7B44A382: HeapAlloc (heap.c:271) ==11101== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11101== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11101== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11101== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11101== by 0x7BC91159: ??? (signal_i386.c:2867) ==11101== by 0x7BC9B239: start_thread (thread.c:498) ==11101== by 0x4247249: start_thread (pthread_create.c:333) ==11101== by 0x4342D6D: clone (clone.S:114) ==11101== { 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 } ==11101== 100 bytes in 1 blocks are definitely lost in loss record 425 of 688 ==11101== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11101== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11101== by 0x7B44A382: HeapAlloc (heap.c:271) ==11101== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11101== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11101== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11101== by 0x4AA7386: run_test (test.h:603) ==11101== by 0x4AA77E5: main (test.h:687) ==11101== { 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 ==11102== 8 bytes in 1 blocks are possibly lost in loss record 9 of 221 ==11102== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11102== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11102== by 0x7B44A382: HeapAlloc (heap.c:271) ==11102== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11102== by 0x49AA337: test_handles_process_open (clipboard.c:2037) ==11102== by 0x49ACFCD: func_clipboard (clipboard.c:2449) ==11102== by 0x4AA7386: run_test (test.h:603) ==11102== by 0x4AA77E5: main (test.h:687) ==11102== { 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 } ==11102== 15 bytes in 1 blocks are definitely lost in loss record 19 of 221 ==11102== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11102== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11102== by 0x7B44A382: HeapAlloc (heap.c:271) ==11102== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11102== by 0x49AA337: test_handles_process_open (clipboard.c:2037) ==11102== by 0x49ACFCD: func_clipboard (clipboard.c:2449) ==11102== by 0x4AA7386: run_test (test.h:603) ==11102== by 0x4AA77E5: main (test.h:687) ==11102== { 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 } ==10989== Thread 1 user32_test.exe.: ==10989== Invalid read of size 2 ==10989== at 0x7B44B86A: GlobalSize (heap.c:839) ==10989== by 0x49A6A92: is_freed (clipboard.c:1615) ==10989== by 0x49AAFBB: test_data_handles (clipboard.c:2149) ==10989== by 0x49AD09F: func_clipboard (clipboard.c:2472) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x48a0b80 is 0 bytes inside a block of size 12 free'd ==10989== at 0x7BC50DB5: notify_free (heap.c:262) ==10989== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==10989== by 0x7BC3E523: free_dir_data (directory.c:384) ==10989== by 0x7BC40E8D: get_cached_dir_data (directory.c:1897) ==10989== by 0x7BC41310: NtQueryDirectoryFile (directory.c:1996) ==10989== by 0x7B4454B8: FindFirstFileExW (file.c:2079) ==10989== by 0x7B445FC1: FindFirstFileW (file.c:2315) ==10989== by 0x7B464EB9: GetLongPathNameW (path.c:360) ==10989== by 0x7B46E0F9: create_startup_info (process.c:1667) ==10989== by 0x7B46F244: create_process (process.c:2053) ==10989== by 0x7B47081A: create_process_impl (process.c:2423) ==10989== by 0x7B470ED1: CreateProcessA (process.c:2506) ==10989== by 0x499CF40: run_process (clipboard.c:171) ==10989== by 0x499DD94: test_ClipboardOwner (clipboard.c:298) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Block was alloc'd at ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7BC3E38B: add_dir_data_names (directory.c:354) ==10989== by 0x7BC3FD8D: append_entry (directory.c:1484) ==10989== by 0x7BC40678: read_directory_data_stat (directory.c:1741) ==10989== by 0x7BC408A7: read_directory_data (directory.c:1802) ==10989== by 0x7BC409F9: init_cached_dir_data (directory.c:1837) ==10989== by 0x7BC41054: get_cached_dir_data (directory.c:1925) ==10989== by 0x7BC41310: NtQueryDirectoryFile (directory.c:1996) ==10989== by 0x7B4454B8: FindFirstFileExW (file.c:2079) ==10989== by 0x7B445FC1: FindFirstFileW (file.c:2315) ==10989== by 0x7B464EB9: GetLongPathNameW (path.c:360) ==10989== by 0x7B46E0F9: create_startup_info (process.c:1667) ==10989== by 0x7B46F244: create_process (process.c:2053) ==10989== by 0x7B47081A: create_process_impl (process.c:2423) ==10989== by 0x7B470ED1: CreateProcessA (process.c:2506) ==10989== by 0x499CF40: run_process (clipboard.c:171) ==10989== by 0x499DD94: test_ClipboardOwner (clipboard.c:298) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== { Memcheck:Addr2 fun:GlobalSize fun:is_freed fun:test_data_handles fun:func_clipboard fun:run_test fun:main } ==11111== 8 bytes in 1 blocks are possibly lost in loss record 61 of 687 ==11111== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11111== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11111== by 0x7B44A382: HeapAlloc (heap.c:271) ==11111== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11111== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11111== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11111== by 0x4AA7386: run_test (test.h:603) ==11111== by 0x4AA77E5: main (test.h:687) ==11111== { 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 } ==11111== 9 bytes in 1 blocks are definitely lost in loss record 63 of 687 ==11111== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11111== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11111== by 0x7B44A382: HeapAlloc (heap.c:271) ==11111== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11111== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11111== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11111== by 0x4AA7386: run_test (test.h:603) ==11111== by 0x4AA77E5: main (test.h:687) ==11111== { 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 } ==11111== 100 bytes in 1 blocks are definitely lost in loss record 423 of 687 ==11111== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11111== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11111== by 0x7B44A382: HeapAlloc (heap.c:271) ==11111== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11111== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11111== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11111== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11111== by 0x7BC91159: ??? (signal_i386.c:2867) ==11111== by 0x7BC9B239: start_thread (thread.c:498) ==11111== by 0x4247249: start_thread (pthread_create.c:333) ==11111== by 0x4342D6D: clone (clone.S:114) ==11111== { 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 } ==11111== 100 bytes in 1 blocks are definitely lost in loss record 424 of 687 ==11111== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11111== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11111== by 0x7B44A382: HeapAlloc (heap.c:271) ==11111== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11111== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11111== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11111== by 0x4AA7386: run_test (test.h:603) ==11111== by 0x4AA77E5: main (test.h:687) ==11111== { 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 ==11117== 8 bytes in 1 blocks are possibly lost in loss record 61 of 676 ==11117== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11117== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11117== by 0x7B44A382: HeapAlloc (heap.c:271) ==11117== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11117== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11117== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11117== by 0x4AA7386: run_test (test.h:603) ==11117== by 0x4AA77E5: main (test.h:687) ==11117== { 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 } ==11117== 9 bytes in 1 blocks are definitely lost in loss record 63 of 676 ==11117== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11117== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11117== by 0x7B44A382: HeapAlloc (heap.c:271) ==11117== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11117== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11117== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11117== by 0x4AA7386: run_test (test.h:603) ==11117== by 0x4AA77E5: main (test.h:687) ==11117== { 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 } ==11117== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11117== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11117== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11117== by 0x7B44A382: HeapAlloc (heap.c:271) ==11117== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11117== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11117== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11117== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11117== by 0x7BC91159: ??? (signal_i386.c:2867) ==11117== by 0x7BC9B239: start_thread (thread.c:498) ==11117== by 0x4247249: start_thread (pthread_create.c:333) ==11117== by 0x4342D6D: clone (clone.S:114) ==11117== { 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 } ==11117== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11117== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11117== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11117== by 0x7B44A382: HeapAlloc (heap.c:271) ==11117== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11117== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11117== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11117== by 0x4AA7386: run_test (test.h:603) ==11117== by 0x4AA77E5: main (test.h:687) ==11117== { 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 ==11127== 8 bytes in 1 blocks are possibly lost in loss record 61 of 676 ==11127== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11127== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11127== by 0x7B44A382: HeapAlloc (heap.c:271) ==11127== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11127== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11127== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11127== by 0x4AA7386: run_test (test.h:603) ==11127== by 0x4AA77E5: main (test.h:687) ==11127== { 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 } ==11127== 9 bytes in 1 blocks are definitely lost in loss record 63 of 676 ==11127== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11127== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11127== by 0x7B44A382: HeapAlloc (heap.c:271) ==11127== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11127== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11127== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11127== by 0x4AA7386: run_test (test.h:603) ==11127== by 0x4AA77E5: main (test.h:687) ==11127== { 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 } ==11127== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11127== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11127== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11127== by 0x7B44A382: HeapAlloc (heap.c:271) ==11127== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11127== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11127== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11127== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11127== by 0x7BC91159: ??? (signal_i386.c:2867) ==11127== by 0x7BC9B239: start_thread (thread.c:498) ==11127== by 0x4247249: start_thread (pthread_create.c:333) ==11127== by 0x4342D6D: clone (clone.S:114) ==11127== { 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 } ==11127== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11127== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11127== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11127== by 0x7B44A382: HeapAlloc (heap.c:271) ==11127== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11127== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11127== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11127== by 0x4AA7386: run_test (test.h:603) ==11127== by 0x4AA77E5: main (test.h:687) ==11127== { 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 ==11137== 8 bytes in 1 blocks are possibly lost in loss record 61 of 676 ==11137== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11137== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11137== by 0x7B44A382: HeapAlloc (heap.c:271) ==11137== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11137== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11137== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11137== by 0x4AA7386: run_test (test.h:603) ==11137== by 0x4AA77E5: main (test.h:687) ==11137== { 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 } ==11137== 9 bytes in 1 blocks are definitely lost in loss record 63 of 676 ==11137== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11137== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11137== by 0x7B44A382: HeapAlloc (heap.c:271) ==11137== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11137== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11137== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11137== by 0x4AA7386: run_test (test.h:603) ==11137== by 0x4AA77E5: main (test.h:687) ==11137== { 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 } ==11137== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11137== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11137== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11137== by 0x7B44A382: HeapAlloc (heap.c:271) ==11137== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11137== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11137== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11137== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11137== by 0x7BC91159: ??? (signal_i386.c:2867) ==11137== by 0x7BC9B239: start_thread (thread.c:498) ==11137== by 0x4247249: start_thread (pthread_create.c:333) ==11137== by 0x4342D6D: clone (clone.S:114) ==11137== { 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 } ==11137== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11137== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11137== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11137== by 0x7B44A382: HeapAlloc (heap.c:271) ==11137== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11137== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11137== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11137== by 0x4AA7386: run_test (test.h:603) ==11137== by 0x4AA77E5: main (test.h:687) ==11137== { 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 ==11153== 8 bytes in 1 blocks are possibly lost in loss record 61 of 676 ==11153== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11153== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11153== by 0x7B44A382: HeapAlloc (heap.c:271) ==11153== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11153== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11153== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11153== by 0x4AA7386: run_test (test.h:603) ==11153== by 0x4AA77E5: main (test.h:687) ==11153== { 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 } ==11153== 9 bytes in 1 blocks are definitely lost in loss record 63 of 676 ==11153== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11153== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11153== by 0x7B44A382: HeapAlloc (heap.c:271) ==11153== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11153== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11153== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11153== by 0x4AA7386: run_test (test.h:603) ==11153== by 0x4AA77E5: main (test.h:687) ==11153== { 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 } ==11153== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11153== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11153== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11153== by 0x7B44A382: HeapAlloc (heap.c:271) ==11153== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11153== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11153== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11153== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11153== by 0x7BC91159: ??? (signal_i386.c:2867) ==11153== by 0x7BC9B239: start_thread (thread.c:498) ==11153== by 0x4247249: start_thread (pthread_create.c:333) ==11153== by 0x4342D6D: clone (clone.S:114) ==11153== { 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 } ==11153== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11153== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11153== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11153== by 0x7B44A382: HeapAlloc (heap.c:271) ==11153== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11153== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11153== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11153== by 0x4AA7386: run_test (test.h:603) ==11153== by 0x4AA77E5: main (test.h:687) ==11153== { 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 ==11157== 8 bytes in 1 blocks are possibly lost in loss record 61 of 676 ==11157== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11157== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11157== by 0x7B44A382: HeapAlloc (heap.c:271) ==11157== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11157== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11157== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11157== by 0x4AA7386: run_test (test.h:603) ==11157== by 0x4AA77E5: main (test.h:687) ==11157== { 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 } ==11157== 9 bytes in 1 blocks are definitely lost in loss record 63 of 676 ==11157== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11157== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11157== by 0x7B44A382: HeapAlloc (heap.c:271) ==11157== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11157== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11157== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11157== by 0x4AA7386: run_test (test.h:603) ==11157== by 0x4AA77E5: main (test.h:687) ==11157== { 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 } ==11157== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11157== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11157== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11157== by 0x7B44A382: HeapAlloc (heap.c:271) ==11157== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11157== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11157== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11157== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11157== by 0x7BC91159: ??? (signal_i386.c:2867) ==11157== by 0x7BC9B239: start_thread (thread.c:498) ==11157== by 0x4247249: start_thread (pthread_create.c:333) ==11157== by 0x4342D6D: clone (clone.S:114) ==11157== { 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 } ==11157== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11157== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11157== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11157== by 0x7B44A382: HeapAlloc (heap.c:271) ==11157== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11157== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11157== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11157== by 0x4AA7386: run_test (test.h:603) ==11157== by 0x4AA77E5: main (test.h:687) ==11157== { 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 ==11165== 8 bytes in 1 blocks are possibly lost in loss record 61 of 676 ==11165== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11165== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11165== by 0x7B44A382: HeapAlloc (heap.c:271) ==11165== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11165== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11165== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11165== by 0x4AA7386: run_test (test.h:603) ==11165== by 0x4AA77E5: main (test.h:687) ==11165== { 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 } ==11165== 9 bytes in 1 blocks are definitely lost in loss record 63 of 676 ==11165== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11165== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11165== by 0x7B44A382: HeapAlloc (heap.c:271) ==11165== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11165== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11165== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11165== by 0x4AA7386: run_test (test.h:603) ==11165== by 0x4AA77E5: main (test.h:687) ==11165== { 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 } ==11165== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11165== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11165== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11165== by 0x7B44A382: HeapAlloc (heap.c:271) ==11165== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11165== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11165== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11165== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11165== by 0x7BC91159: ??? (signal_i386.c:2867) ==11165== by 0x7BC9B239: start_thread (thread.c:498) ==11165== by 0x4247249: start_thread (pthread_create.c:333) ==11165== by 0x4342D6D: clone (clone.S:114) ==11165== { 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 } ==11165== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11165== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11165== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11165== by 0x7B44A382: HeapAlloc (heap.c:271) ==11165== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11165== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11165== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11165== by 0x4AA7386: run_test (test.h:603) ==11165== by 0x4AA77E5: main (test.h:687) ==11165== { 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 ==11169== 8 bytes in 1 blocks are possibly lost in loss record 60 of 676 ==11169== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11169== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11169== by 0x7B44A382: HeapAlloc (heap.c:271) ==11169== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11169== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11169== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11169== by 0x4AA7386: run_test (test.h:603) ==11169== by 0x4AA77E5: main (test.h:687) ==11169== { 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 } ==11169== 9 bytes in 1 blocks are definitely lost in loss record 62 of 676 ==11169== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11169== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11169== by 0x7B44A382: HeapAlloc (heap.c:271) ==11169== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11169== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11169== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11169== by 0x4AA7386: run_test (test.h:603) ==11169== by 0x4AA77E5: main (test.h:687) ==11169== { 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 } ==11169== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11169== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11169== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11169== by 0x7B44A382: HeapAlloc (heap.c:271) ==11169== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11169== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11169== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11169== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11169== by 0x7BC91159: ??? (signal_i386.c:2867) ==11169== by 0x7BC9B239: start_thread (thread.c:498) ==11169== by 0x4247249: start_thread (pthread_create.c:333) ==11169== by 0x4342D6D: clone (clone.S:114) ==11169== { 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 } ==11169== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11169== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11169== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11169== by 0x7B44A382: HeapAlloc (heap.c:271) ==11169== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11169== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11169== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11169== by 0x4AA7386: run_test (test.h:603) ==11169== by 0x4AA77E5: main (test.h:687) ==11169== { 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 ==11175== 8 bytes in 1 blocks are possibly lost in loss record 60 of 676 ==11175== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11175== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11175== by 0x7B44A382: HeapAlloc (heap.c:271) ==11175== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11175== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11175== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11175== by 0x4AA7386: run_test (test.h:603) ==11175== by 0x4AA77E5: main (test.h:687) ==11175== { 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 } ==11175== 9 bytes in 1 blocks are definitely lost in loss record 62 of 676 ==11175== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11175== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11175== by 0x7B44A382: HeapAlloc (heap.c:271) ==11175== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11175== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11175== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11175== by 0x4AA7386: run_test (test.h:603) ==11175== by 0x4AA77E5: main (test.h:687) ==11175== { 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 } ==11175== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11175== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11175== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11175== by 0x7B44A382: HeapAlloc (heap.c:271) ==11175== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11175== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11175== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11175== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11175== by 0x7BC91159: ??? (signal_i386.c:2867) ==11175== by 0x7BC9B239: start_thread (thread.c:498) ==11175== by 0x4247249: start_thread (pthread_create.c:333) ==11175== by 0x4342D6D: clone (clone.S:114) ==11175== { 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 } ==11175== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11175== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11175== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11175== by 0x7B44A382: HeapAlloc (heap.c:271) ==11175== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11175== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11175== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11175== by 0x4AA7386: run_test (test.h:603) ==11175== by 0x4AA77E5: main (test.h:687) ==11175== { 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 ==10989== Invalid write of size 2 ==10989== at 0x4DABC5D: marshal_data (clipboard.c:194) ==10989== by 0x4DADAA3: SetClipboardData (clipboard.c:890) ==10989== by 0x49AC5B4: test_string_data (clipboard.c:2351) ==10989== by 0x49AD0A9: func_clipboard (clipboard.c:2474) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4882b30 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x51050DF: create_family (freetype.c:1583) ==10989== by 0x5105A20: load_font_list_from_cache (freetype.c:1757) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { Memcheck:Addr2 fun:marshal_data fun:SetClipboardData fun:test_string_data fun:func_clipboard fun:run_test fun:main } ==10989== Invalid read of size 2 ==10989== at 0x4AA6E08: wine_dbgstr_wn (test.h:490) ==10989== by 0x49AC665: test_string_data (clipboard.c:2354) ==10989== by 0x49AD0A9: func_clipboard (clipboard.c:2474) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== Address 0x4882b30 is 16 bytes after a recently re-allocated block of size 32 alloc'd ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x51050DF: create_family (freetype.c:1583) ==10989== by 0x5105A20: load_font_list_from_cache (freetype.c:1757) ==10989== by 0x510E50D: WineEngInit (freetype.c:4400) ==10989== by 0x511D490: DllMain (gdiobj.c:677) ==10989== by 0x513C6FF: __wine_spec_dll_entry (dll_entry.c:40) ==10989== by 0x7BC57525: ??? (loader.c:144) ==10989== by 0x7BC59F55: MODULE_InitDLL (loader.c:1141) ==10989== by 0x7BC5A4A5: process_attach (loader.c:1242) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5A3EC: process_attach (loader.c:1230) ==10989== by 0x7BC5F7B0: attach_process_dlls (loader.c:3028) ==10989== by 0x4041418: ??? (port.c:78) ==10989== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data fun:func_clipboard fun:run_test fun:main } ==11184== 8 bytes in 1 blocks are possibly lost in loss record 61 of 676 ==11184== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11184== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11184== by 0x7B44A382: HeapAlloc (heap.c:271) ==11184== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11184== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11184== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11184== by 0x4AA7386: run_test (test.h:603) ==11184== by 0x4AA77E5: main (test.h:687) ==11184== { 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 } ==11184== 9 bytes in 1 blocks are definitely lost in loss record 63 of 676 ==11184== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11184== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11184== by 0x7B44A382: HeapAlloc (heap.c:271) ==11184== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11184== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11184== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11184== by 0x4AA7386: run_test (test.h:603) ==11184== by 0x4AA77E5: main (test.h:687) ==11184== { 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 } ==11184== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11184== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11184== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11184== by 0x7B44A382: HeapAlloc (heap.c:271) ==11184== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11184== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11184== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11184== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11184== by 0x7BC91159: ??? (signal_i386.c:2867) ==11184== by 0x7BC9B239: start_thread (thread.c:498) ==11184== by 0x4247249: start_thread (pthread_create.c:333) ==11184== by 0x4342D6D: clone (clone.S:114) ==11184== { 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 } ==11184== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11184== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11184== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11184== by 0x7B44A382: HeapAlloc (heap.c:271) ==11184== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11184== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11184== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11184== by 0x4AA7386: run_test (test.h:603) ==11184== by 0x4AA77E5: main (test.h:687) ==11184== { 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 ==11185== Invalid read of size 2 ==11185== at 0x4AA6E08: wine_dbgstr_wn (test.h:490) ==11185== by 0x49ACBD2: test_string_data_process (clipboard.c:2398) ==11185== by 0x49AD055: func_clipboard (clipboard.c:2459) ==11185== by 0x4AA7386: run_test (test.h:603) ==11185== by 0x4AA77E5: main (test.h:687) ==11185== Address 0x48905d0 is 0 bytes inside a block of size 1 alloc'd ==11185== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11185== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11185== by 0x7B44A382: HeapAlloc (heap.c:271) ==11185== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11185== by 0x4D8E2E2: GetClipboardData (clipboard.c:1042) ==11185== by 0x49ACA7F: test_string_data_process (clipboard.c:2392) ==11185== by 0x49AD055: func_clipboard (clipboard.c:2459) ==11185== by 0x4AA7386: run_test (test.h:603) ==11185== by 0x4AA77E5: main (test.h:687) ==11185== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==11188== 8 bytes in 1 blocks are possibly lost in loss record 61 of 676 ==11188== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11188== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11188== by 0x7B44A382: HeapAlloc (heap.c:271) ==11188== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11188== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11188== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11188== by 0x4AA7386: run_test (test.h:603) ==11188== by 0x4AA77E5: main (test.h:687) ==11188== { 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 } ==11188== 9 bytes in 1 blocks are definitely lost in loss record 63 of 676 ==11188== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11188== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11188== by 0x7B44A382: HeapAlloc (heap.c:271) ==11188== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11188== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11188== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11188== by 0x4AA7386: run_test (test.h:603) ==11188== by 0x4AA77E5: main (test.h:687) ==11188== { 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 } ==11188== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11188== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11188== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11188== by 0x7B44A382: HeapAlloc (heap.c:271) ==11188== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11188== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11188== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11188== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11188== by 0x7BC91159: ??? (signal_i386.c:2867) ==11188== by 0x7BC9B239: start_thread (thread.c:498) ==11188== by 0x4247249: start_thread (pthread_create.c:333) ==11188== by 0x4342D6D: clone (clone.S:114) ==11188== { 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 } ==11188== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11188== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11188== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11188== by 0x7B44A382: HeapAlloc (heap.c:271) ==11188== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11188== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11188== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11188== by 0x4AA7386: run_test (test.h:603) ==11188== by 0x4AA77E5: main (test.h:687) ==11188== { 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 ==11197== 8 bytes in 1 blocks are possibly lost in loss record 61 of 676 ==11197== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11197== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11197== by 0x7B44A382: HeapAlloc (heap.c:271) ==11197== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11197== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11197== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11197== by 0x4AA7386: run_test (test.h:603) ==11197== by 0x4AA77E5: main (test.h:687) ==11197== { 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 } ==11197== 9 bytes in 1 blocks are definitely lost in loss record 63 of 676 ==11197== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11197== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11197== by 0x7B44A382: HeapAlloc (heap.c:271) ==11197== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11197== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11197== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11197== by 0x4AA7386: run_test (test.h:603) ==11197== by 0x4AA77E5: main (test.h:687) ==11197== { 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 } ==11197== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11197== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11197== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11197== by 0x7B44A382: HeapAlloc (heap.c:271) ==11197== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11197== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11197== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11197== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11197== by 0x7BC91159: ??? (signal_i386.c:2867) ==11197== by 0x7BC9B239: start_thread (thread.c:498) ==11197== by 0x4247249: start_thread (pthread_create.c:333) ==11197== by 0x4342D6D: clone (clone.S:114) ==11197== { 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 } ==11197== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11197== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11197== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11197== by 0x7B44A382: HeapAlloc (heap.c:271) ==11197== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11197== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11197== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11197== by 0x4AA7386: run_test (test.h:603) ==11197== by 0x4AA77E5: main (test.h:687) ==11197== { 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 ==11198== Invalid read of size 2 ==11198== at 0x4AA6E08: wine_dbgstr_wn (test.h:490) ==11198== by 0x49ACBD2: test_string_data_process (clipboard.c:2398) ==11198== by 0x49AD055: func_clipboard (clipboard.c:2459) ==11198== by 0x4AA7386: run_test (test.h:603) ==11198== by 0x4AA77E5: main (test.h:687) ==11198== Address 0x48905dc is 4 bytes inside a block of size 5 alloc'd ==11198== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11198== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11198== by 0x7B44A382: HeapAlloc (heap.c:271) ==11198== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11198== by 0x4D8E2E2: GetClipboardData (clipboard.c:1042) ==11198== by 0x49ACA7F: test_string_data_process (clipboard.c:2392) ==11198== by 0x49AD055: func_clipboard (clipboard.c:2459) ==11198== by 0x4AA7386: run_test (test.h:603) ==11198== by 0x4AA77E5: main (test.h:687) ==11198== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==11221== 8 bytes in 1 blocks are possibly lost in loss record 61 of 676 ==11221== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11221== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11221== by 0x7B44A382: HeapAlloc (heap.c:271) ==11221== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11221== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11221== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11221== by 0x4AA7386: run_test (test.h:603) ==11221== by 0x4AA77E5: main (test.h:687) ==11221== { 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 } ==11221== 9 bytes in 1 blocks are definitely lost in loss record 63 of 676 ==11221== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11221== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11221== by 0x7B44A382: HeapAlloc (heap.c:271) ==11221== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11221== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11221== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11221== by 0x4AA7386: run_test (test.h:603) ==11221== by 0x4AA77E5: main (test.h:687) ==11221== { 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 } ==11221== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11221== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11221== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11221== by 0x7B44A382: HeapAlloc (heap.c:271) ==11221== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11221== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11221== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11221== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11221== by 0x7BC91159: ??? (signal_i386.c:2867) ==11221== by 0x7BC9B239: start_thread (thread.c:498) ==11221== by 0x4247249: start_thread (pthread_create.c:333) ==11221== by 0x4342D6D: clone (clone.S:114) ==11221== { 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 } ==11221== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11221== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11221== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11221== by 0x7B44A382: HeapAlloc (heap.c:271) ==11221== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11221== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11221== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11221== by 0x4AA7386: run_test (test.h:603) ==11221== by 0x4AA77E5: main (test.h:687) ==11221== { 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 ==11222== Invalid read of size 2 ==11222== at 0x4AA6E08: wine_dbgstr_wn (test.h:490) ==11222== by 0x49ACBD2: test_string_data_process (clipboard.c:2398) ==11222== by 0x49AD055: func_clipboard (clipboard.c:2459) ==11222== by 0x4AA7386: run_test (test.h:603) ==11222== by 0x4AA77E5: main (test.h:687) ==11222== Address 0x48905de is 6 bytes inside a block of size 7 alloc'd ==11222== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11222== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11222== by 0x7B44A382: HeapAlloc (heap.c:271) ==11222== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11222== by 0x4D8E2E2: GetClipboardData (clipboard.c:1042) ==11222== by 0x49ACA7F: test_string_data_process (clipboard.c:2392) ==11222== by 0x49AD055: func_clipboard (clipboard.c:2459) ==11222== by 0x4AA7386: run_test (test.h:603) ==11222== by 0x4AA77E5: main (test.h:687) ==11222== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==11232== 8 bytes in 1 blocks are possibly lost in loss record 60 of 676 ==11232== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11232== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11232== by 0x7B44A382: HeapAlloc (heap.c:271) ==11232== by 0x7B44A615: GlobalAlloc (heap.c:377) ==11232== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11232== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11232== by 0x4AA7386: run_test (test.h:603) ==11232== by 0x4AA77E5: main (test.h:687) ==11232== { 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 } ==11232== 9 bytes in 1 blocks are definitely lost in loss record 63 of 676 ==11232== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11232== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11232== by 0x7B44A382: HeapAlloc (heap.c:271) ==11232== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==11232== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==11232== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==11232== by 0x4AA7386: run_test (test.h:603) ==11232== by 0x4AA77E5: main (test.h:687) ==11232== { 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 } ==11232== 100 bytes in 1 blocks are definitely lost in loss record 416 of 676 ==11232== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11232== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11232== by 0x7B44A382: HeapAlloc (heap.c:271) ==11232== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11232== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==11232== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11232== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11232== by 0x7BC91159: ??? (signal_i386.c:2867) ==11232== by 0x7BC9B239: start_thread (thread.c:498) ==11232== by 0x4247249: start_thread (pthread_create.c:333) ==11232== by 0x4342D6D: clone (clone.S:114) ==11232== { 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 } ==11232== 100 bytes in 1 blocks are definitely lost in loss record 417 of 676 ==11232== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11232== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11232== by 0x7B44A382: HeapAlloc (heap.c:271) ==11232== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11232== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==11232== by 0x49AD090: func_clipboard (clipboard.c:2469) ==11232== by 0x4AA7386: run_test (test.h:603) ==11232== by 0x4AA77E5: main (test.h:687) ==11232== { 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 ==11233== Invalid read of size 2 ==11233== at 0x4AA6E08: wine_dbgstr_wn (test.h:490) ==11233== by 0x49ACBD2: test_string_data_process (clipboard.c:2398) ==11233== by 0x49AD055: func_clipboard (clipboard.c:2459) ==11233== by 0x4AA7386: run_test (test.h:603) ==11233== by 0x4AA77E5: main (test.h:687) ==11233== Address 0x48905e0 is 8 bytes inside a block of size 9 alloc'd ==11233== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11233== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11233== by 0x7B44A382: HeapAlloc (heap.c:271) ==11233== by 0x7B44A581: GlobalAlloc (heap.c:365) ==11233== by 0x4D8E2E2: GetClipboardData (clipboard.c:1042) ==11233== by 0x49ACA7F: test_string_data_process (clipboard.c:2392) ==11233== by 0x49AD055: func_clipboard (clipboard.c:2459) ==11233== by 0x4AA7386: run_test (test.h:603) ==11233== by 0x4AA77E5: main (test.h:687) ==11233== { Memcheck:Addr2 fun:wine_dbgstr_wn fun:test_string_data_process fun:func_clipboard fun:run_test fun:main } ==10989== 8 bytes in 1 blocks are possibly lost in loss record 60 of 671 ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A615: GlobalAlloc (heap.c:377) ==10989== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==10989== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { 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 } ==10989== 9 bytes in 1 blocks are definitely lost in loss record 63 of 671 ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A66F: GlobalAlloc (heap.c:389) ==10989== by 0x499EDE6: test_RegisterClipboardFormatA (clipboard.c:433) ==10989== by 0x49AD08B: func_clipboard (clipboard.c:2468) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { 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 } ==10989== 100 bytes in 1 blocks are definitely lost in loss record 415 of 671 ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A581: GlobalAlloc (heap.c:365) ==10989== by 0x499C995: set_clipboard_data_thread (clipboard.c:92) ==10989== by 0x7BC9117B: ??? (signal_i386.c:2867) ==10989== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==10989== by 0x7BC91159: ??? (signal_i386.c:2867) ==10989== by 0x7BC9B239: start_thread (thread.c:498) ==10989== by 0x4247249: start_thread (pthread_create.c:333) ==10989== by 0x4342D6D: clone (clone.S:114) ==10989== { 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 } ==10989== 100 bytes in 1 blocks are definitely lost in loss record 416 of 671 ==10989== at 0x7BC50D3B: notify_alloc (heap.c:254) ==10989== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==10989== by 0x7B44A382: HeapAlloc (heap.c:271) ==10989== by 0x7B44A581: GlobalAlloc (heap.c:365) ==10989== by 0x499E5D4: test_ClipboardOwner (clipboard.c:354) ==10989== by 0x49AD090: func_clipboard (clipboard.c:2469) ==10989== by 0x4AA7386: run_test (test.h:603) ==10989== by 0x4AA77E5: main (test.h:687) ==10989== { 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:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" dialog.c:1541: Test failed: Unexpected window text "WineMine" dialog.c:1544: Test failed: Expected static control dialog.c:1548: Test failed: Unexpected window text "" make[1]: *** [Makefile:312: 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 ==11508== Invalid free() / delete / delete[] / realloc() ==11508== at 0x7BC50E47: notify_realloc (heap.c:270) ==11508== by 0x7BC55908: RtlReAllocateHeap (heap.c:1896) ==11508== by 0x4DF248A: MDIClientWndProc_common (mdi.c:1202) ==11508== by 0x4E4D504: MDIClientWndProcA (winproc.c:1106) ==11508== by 0x4E4A785: ??? (winproc.c:174) ==11508== by 0x4E4A8D4: call_window_proc (winproc.c:245) ==11508== by 0x4E4CE78: CallWindowProcA (winproc.c:964) ==11508== by 0x4A1423A: mdi_client_hook_proc (msg.c:3597) ==11508== by 0x4E4A785: ??? (winproc.c:174) ==11508== by 0x4E4A8D4: call_window_proc (winproc.c:245) ==11508== by 0x4E4CB05: WINPROC_CallProcWtoA (winproc.c:859) ==11508== by 0x4E4CCBA: WINPROC_call_window (winproc.c:903) ==11508== by 0x4E07E79: call_window_proc (message.c:2223) ==11508== by 0x4E0AE6A: send_message (message.c:3263) ==11508== by 0x4E0B5FB: SendMessageW (message.c:3463) ==11508== by 0x4E371D1: send_parent_notify (win.c:428) ==11508== by 0x4E3B4F4: WIN_CreateWindowEx (win.c:1679) ==11508== by 0x4E3B81E: CreateWindowExA (win.c:1744) ==11508== by 0x4A14FE0: test_mdi_messages (msg.c:3802) ==11508== by 0x4A462DB: func_msg (msg.c:16632) ==11508== Address 0x489db58 is 0 bytes after a recently re-allocated block of size 0 alloc'd ==11508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11508== by 0x4DF0831: MDIDestroyChild (mdi.c:567) ==11508== by 0x4DF25D0: MDIClientWndProc_common (mdi.c:1227) ==11508== by 0x4E4D504: MDIClientWndProcA (winproc.c:1106) ==11508== by 0x4E4A785: ??? (winproc.c:174) ==11508== by 0x4E4A8D4: call_window_proc (winproc.c:245) ==11508== by 0x4E4CE78: CallWindowProcA (winproc.c:964) ==11508== by 0x4A1423A: mdi_client_hook_proc (msg.c:3597) ==11508== by 0x4E4A785: ??? (winproc.c:174) ==11508== by 0x4E4A8D4: call_window_proc (winproc.c:245) ==11508== by 0x4E4CB05: WINPROC_CallProcWtoA (winproc.c:859) ==11508== by 0x4E4CCBA: WINPROC_call_window (winproc.c:903) ==11508== by 0x4E07E79: call_window_proc (message.c:2223) ==11508== by 0x4E0AE6A: send_message (message.c:3263) ==11508== by 0x4E0B5FB: SendMessageW (message.c:3463) ==11508== by 0x4E371D1: send_parent_notify (win.c:428) ==11508== by 0x4E3BBFD: DestroyWindow (win.c:1850) ==11508== by 0x4A14F6C: test_mdi_messages (msg.c:3798) ==11508== by 0x4A462DB: func_msg (msg.c:16632) ==11508== { 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 } ==11508== Invalid read of size 2 ==11508== at 0x4DC624D: strlenW (unicode.h:200) ==11508== by 0x4DC6793: DEFWND_SetTextW (defwnd.c:140) ==11508== by 0x4DC8A99: DefWindowProcW (defwnd.c:950) ==11508== by 0x4A36190: test_dlg_proc4 (msg.c:12736) ==11508== by 0x4E4A785: ??? (winproc.c:174) ==11508== by 0x4E4A8D4: call_window_proc (winproc.c:245) ==11508== by 0x4E4CD6A: WINPROC_call_window (winproc.c:914) ==11508== by 0x4E07E79: call_window_proc (message.c:2223) ==11508== by 0x4E0AE6A: send_message (message.c:3263) ==11508== by 0x4E0B697: SendMessageA (message.c:3485) ==11508== by 0x4E3B0BB: WIN_CreateWindowEx (win.c:1606) ==11508== by 0x4E3B81E: CreateWindowExA (win.c:1744) ==11508== by 0x4DCB213: DIALOG_CreateIndirect (dialog.c:635) ==11508== by 0x4DCB728: CreateDialogIndirectParamAorW (dialog.c:745) ==11508== by 0x4DCB76B: CreateDialogIndirectParamA (dialog.c:754) ==11508== by 0x4DCB64E: CreateDialogParamA (dialog.c:719) ==11508== by 0x4A36B38: test_dialog_messages (msg.c:12968) ==11508== by 0x4A46397: func_msg (msg.c:16665) ==11508== by 0x4AA7386: run_test (test.h:603) ==11508== by 0x4AA77E5: main (test.h:687) ==11508== Address 0x487e0bc is 0 bytes after a recently re-allocated block of size 12 alloc'd ==11508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11508== by 0x4DCB17C: DIALOG_CreateIndirect (dialog.c:631) ==11508== by 0x4DCB728: CreateDialogIndirectParamAorW (dialog.c:745) ==11508== by 0x4DCB76B: CreateDialogIndirectParamA (dialog.c:754) ==11508== by 0x4DCB64E: CreateDialogParamA (dialog.c:719) ==11508== by 0x4A36B38: test_dialog_messages (msg.c:12968) ==11508== by 0x4A46397: func_msg (msg.c:16665) ==11508== by 0x4AA7386: run_test (test.h:603) ==11508== by 0x4AA77E5: main (test.h:687) ==11508== { 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 } ==11508== Invalid read of size 2 ==11508== at 0x4DC628C: strcpyW (unicode.h:207) ==11508== by 0x4DC6851: DEFWND_SetTextW (defwnd.c:146) ==11508== by 0x4DC8A99: DefWindowProcW (defwnd.c:950) ==11508== by 0x4A36190: test_dlg_proc4 (msg.c:12736) ==11508== by 0x4E4A785: ??? (winproc.c:174) ==11508== by 0x4E4A8D4: call_window_proc (winproc.c:245) ==11508== by 0x4E4CD6A: WINPROC_call_window (winproc.c:914) ==11508== by 0x4E07E79: call_window_proc (message.c:2223) ==11508== by 0x4E0AE6A: send_message (message.c:3263) ==11508== by 0x4E0B697: SendMessageA (message.c:3485) ==11508== by 0x4E3B0BB: WIN_CreateWindowEx (win.c:1606) ==11508== by 0x4E3B81E: CreateWindowExA (win.c:1744) ==11508== by 0x4DCB213: DIALOG_CreateIndirect (dialog.c:635) ==11508== by 0x4DCB728: CreateDialogIndirectParamAorW (dialog.c:745) ==11508== by 0x4DCB76B: CreateDialogIndirectParamA (dialog.c:754) ==11508== by 0x4DCB64E: CreateDialogParamA (dialog.c:719) ==11508== by 0x4A36B38: test_dialog_messages (msg.c:12968) ==11508== by 0x4A46397: func_msg (msg.c:16665) ==11508== by 0x4AA7386: run_test (test.h:603) ==11508== by 0x4AA77E5: main (test.h:687) ==11508== Address 0x487e0bc is 0 bytes after a recently re-allocated block of size 12 alloc'd ==11508== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11508== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11508== by 0x4DCB17C: DIALOG_CreateIndirect (dialog.c:631) ==11508== by 0x4DCB728: CreateDialogIndirectParamAorW (dialog.c:745) ==11508== by 0x4DCB76B: CreateDialogIndirectParamA (dialog.c:754) ==11508== by 0x4DCB64E: CreateDialogParamA (dialog.c:719) ==11508== by 0x4A36B38: test_dialog_messages (msg.c:12968) ==11508== by 0x4A46397: func_msg (msg.c:16665) ==11508== by 0x4AA7386: run_test (test.h:603) ==11508== by 0x4AA77E5: main (test.h:687) ==11508== { 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 msg.c:15589: Test failed: expected QS_HOTKEY << 16 set, got 0 msg.c:15599: Test failed: window hotkey press: 1: the msg 0x0312 was expected, but got msg 0x0100 instead make[1]: *** [Makefile:440: msg.ok] Error 2 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so resource && touch resource.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so scroll && touch scroll.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so static && touch static.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so sysparams && touch sysparams.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 sysparams.c:2524: Tests skipped: Setting depth 24 failed(ret = -2) ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so text && touch text.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so uitools && touch uitools.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M user32.dll -p user32_test.exe.so winstation && touch winstation.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==11844== Syscall param write(buf) points to uninitialised byte(s) ==11844== at 0x424FE53: __write_nocancel (syscall-template.S:84) ==11844== by 0x7BC88B94: send_request (server.c:213) ==11844== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==11844== by 0x7BC88E10: wine_server_call (server.c:321) ==11844== by 0x4E0B22D: send_hardware_message (message.c:3336) ==11844== by 0x4DE2ABE: SendInput (input.c:186) ==11844== by 0x4AA320D: test_inputdesktop (winstation.c:600) ==11844== by 0x4AA5DD1: func_winstation (winstation.c:1015) ==11844== by 0x4AA7386: run_test (test.h:603) ==11844== by 0x4AA77E5: main (test.h:687) ==11844== Address 0x4d7f748 is on thread 1's stack ==11844== in frame #4, created by send_hardware_message (message.c:3293) ==11844== Uninitialised value was created by a stack allocation ==11844== at 0x4AA2E13: test_inputdesktop (winstation.c:562) ==11844== { Memcheck:Param write(buf) fun:__write_nocancel fun:send_request fun:server_call_unlocked fun:wine_server_call fun:send_hardware_message fun:SendInput fun:test_inputdesktop fun:func_winstation fun:run_test fun:main } 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) make[1]: *** [Makefile:601: winstation.ok] Error 1 ../../../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:18127: 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:1653: Tests skipped: Font Calibri is not available. usp10.c:1661: Tests skipped: Font Microsoft Sans Serif is not available. usp10.c:1669: Tests skipped: Font Microsoft Sans Serif is not available. usp10.c:1677: Tests skipped: Font Microsoft Sans Serif is not available. usp10.c:1685: Tests skipped: Font Estrangelo Edessa is not available. usp10.c:1693: Tests skipped: Font MV Boli is not available. usp10.c:1701: Tests skipped: Font Microsoft PhagsPa is not available. usp10.c:1710: Tests skipped: Font DokChampa is not available. usp10.c:1718: Tests skipped: Font Microsoft Himalaya is not available. usp10.c:1727: Tests skipped: Font Mangal is not available. usp10.c:1735: Tests skipped: Font Vrinda is not available. usp10.c:1743: Tests skipped: Font Raavi is not available. usp10.c:1751: Tests skipped: Font Shruti is not available. usp10.c:1759: Tests skipped: Font Kalinga is not available. usp10.c:1767: Tests skipped: Font Latha is not available. usp10.c:1775: Tests skipped: Font Gautami is not available. usp10.c:1783: Tests skipped: Font Kartika is not available. usp10.c:1791: 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 0x5d52470 (thread 01c1), starting debugger... preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12228== 16 bytes in 1 blocks are definitely lost in loss record 353 of 2,338 ==12228== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12228== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12228== by 0x5D56969: heap_alloc (wbemprox_private.h:232) ==12228== by 0x5D571B1: EnumWbemClassObject_create (class.c:201) ==12228== by 0x5D5CB66: exec_query (query.c:482) ==12228== by 0x5D63080: wbem_services_ExecQuery (services.c:626) ==12228== by 0x499ADAA: IWbemServices_ExecQuery (wbemcli.h:1109) ==12228== by 0x499ADAA: test_PhysicalMemory (???:0) ==12228== by 0x499BA1B: func_query (query.c:1405) ==12228== by 0x499D25C: run_test (test.h:603) ==12228== by 0x499D6BB: main (test.h:687) ==12228== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:EnumWbemClassObject_create fun:exec_query fun:wbem_services_ExecQuery fun:IWbemServices_ExecQuery fun:test_PhysicalMemory fun:func_query fun:run_test fun:main } ==12228== 32 bytes in 1 blocks are possibly lost in loss record 1,132 of 2,338 ==12228== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12228== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12228== by 0x4DA4476: IMalloc_fnAlloc (ifs.c:187) ==12228== by 0x4DA4D16: IMalloc_Alloc (objidl.h:1405) ==12228== by 0x4DA4D16: CoTaskMemAlloc (???:0) ==12228== by 0x4AF8B4C: alloc_bstr (oleaut.c:177) ==12228== by 0x4AF8F2D: SysAllocStringLen (oleaut.c:355) ==12228== by 0x4AF8C00: SysAllocString (oleaut.c:247) ==12228== by 0x499B7E3: func_query (query.c:1369) ==12228== by 0x499D25C: run_test (test.h:603) ==12228== by 0x499D6BB: main (test.h:687) ==12228== { 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:func_query fun:run_test fun:main } ==12228== 32 bytes in 1 blocks are definitely lost in loss record 1,144 of 2,338 ==12228== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12228== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12228== by 0x5D56969: heap_alloc (wbemprox_private.h:232) ==12228== by 0x5D59AE7: create_class_object (class.c:1021) ==12228== by 0x5D627DA: get_object (services.c:432) ==12228== by 0x5D6291F: wbem_services_GetObject (services.c:454) ==12228== by 0x4998DA1: IWbemServices_GetObject (wbemcli.h:1067) ==12228== by 0x4998DA1: test_SystemSecurity (???:0) ==12228== by 0x499B9EE: func_query (query.c:1402) ==12228== by 0x499D25C: run_test (test.h:603) ==12228== by 0x499D6BB: main (test.h:687) ==12228== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:create_class_object fun:get_object fun:wbem_services_GetObject fun:IWbemServices_GetObject fun:test_SystemSecurity fun:func_query fun:run_test fun:main } Unhandled exception: page fault on write access to 0x0000000e in 32-bit code (0x05d52470). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:000b GS:0013 EIP:05d52470 ESP:04acfab8 EBP:04acfae8 EFLAGS:00000044( - -- Z- -P- ) EAX:00000002 EBX:05d79000 ECX:00000000 EDX:00000003 ESI:04acfbd0 EDI:00000000 Stack dump: 0x04acfab8: 000000ac 00000000 00000003 00000003 0x04acfac8: 00000024 0488e7c8 048a194c 00000002 0x04acfad8: 048a6720 d8bf7000 05d79000 05d79000 0x04acfae8: 04acfb48 05d5c85d 05d7a3d8 00000000 0x04acfaf8: 05d4f319 05d5c7f1 04870000 0487f678 0x04acfb08: 0487f674 048987f0 00000004 04af88ed Backtrace: =>0 0x05d52470 fill_ip4routetable+0x240(table=0x2, cond=0x2) [/home/austin/wine-valgrind/dlls/wbemprox/builtin.c:2096] in wbemprox (0x04acfae8) 1 0x05d5c85d execute_view+0x76(view=0x48987f0) [/home/austin/wine-valgrind/dlls/wbemprox/query.c:413] in wbemprox (0x04acfb48) 2 0x05d5cb4d exec_query+0x61(str="SELECT * FROM Win32_IP4RouteTable", result=0x4acfc04) [/home/austin/wine-valgrind/dlls/wbemprox/query.c:480] in wbemprox (0x04acfb78) 3 0x05d63081 wbem_services_ExecQuery+0xd9(iface=, strQueryLanguage=, strQuery=, lFlags=, pCtx=, ppEnum=) [/home/austin/wine-valgrind/dlls/wbemprox/services.c:626] in wbemprox (0x04acfbb8) 4 0x0499b243 test_IP4RouteTable+0xb2(services=0x489fe38) [/home/austin/wine-valgrind/dlls/wbemprox/tests/../../../include/wbemcli.h:1109] in wbemprox_test (0x04acfcb8) 5 0x0499ba2b func_query+0x272() [/home/austin/wine-valgrind/dlls/wbemprox/tests/query.c:1406] in wbemprox_test (0x04acfd08) 6 0x0499d25d run_test+0x96(name="query") [/home/austin/wine-valgrind/dlls/wbemprox/tests/../../../include/wine/test.h:603] in wbemprox_test (0x04acfd48) 7 0x0499d6bc main+0x245(argc=, argv=0x4872610) [/home/austin/wine-valgrind/dlls/wbemprox/tests/../../../include/wine/test.h:687] in wbemprox_test (0x04acfe18) 8 0x0499d74d __wine_spec_exe_entry+0x6d(peb=) [/home/austin/wine-valgrind/dlls/winecrt0/exe_entry.c:36] in wbemprox_test (0x04acfe58) 9 0x7b46ca0c call_process_entry+0xb() in kernel32 (0x04acfe78) 10 0x7b46cb61 start_process+0x152(entry=0x499d6df) [/home/austin/wine-valgrind/dlls/kernel32/process.c:1124] in kernel32 (0x04acfec8) 11 0x7bc9117c call_thread_func_wrapper+0xb() in ntdll (0x04acfedc) 12 0x7bc91204 call_thread_func+0x7d(entry=0x7b46ca0e, arg=0x499d6df, frame=0x4acffec) [/home/austin/wine-valgrind/dlls/ntdll/signal_i386.c:2926] in ntdll (0x04acffcc) 13 0x7bc9115a call_thread_entry_point+0x11() in ntdll (0x04acffec) 0x05d52470 fill_ip4routetable+0x240 [/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 (139 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- 41f1000 Dwarf libwine.so.1 ELF 420a000- 4225000 Deferred version \-PE 4210000- 4225000 \ version ELF 4241000- 425d000 Deferred libpthread.so.0 ELF 425e000- 440d000 Deferred libc.so.6 ELF 440d000- 4412000 Deferred libdl.so.2 ELF 4813000- 4867000 Deferred libm.so.6 ELF 4980000- 49a9000 Dwarf wbemprox_test \-PE 4990000- 49a9000 \ wbemprox_test ELF 4ad0000- 4c49000 Deferred oleaut32 \-PE 4af0000- 4c49000 \ oleaut32 ELF 4d49000- 4ef4000 Deferred ole32 \-PE 4d60000- 4ef4000 \ ole32 ELF 4ff4000- 5076000 Deferred advapi32 \-PE 5000000- 5076000 \ advapi32 ELF 5076000- 5271000 Deferred user32 \-PE 5090000- 5271000 \ user32 ELF 5371000- 54b9000 Deferred gdi32 \-PE 5380000- 54b9000 \ gdi32 ELF 54b9000- 5549000 Deferred rpcrt4 \-PE 54c0000- 5549000 \ rpcrt4 ELF 5599000- 5655000 Deferred libfreetype.so.6 ELF 5855000- 5867000 Deferred libbz2.so.1 ELF 5867000- 58a6000 Deferred libpng16.so.16 ELF 58a6000- 58bf000 Deferred libz.so.1 ELF 58c3000- 590d000 Deferred libfontconfig.so.1 ELF 5915000- 5940000 Deferred libexpat.so.1 ELF 5948000- 5954000 Deferred libxcursor.so.1 ELF 595c000- 5963000 Deferred libxfixes.so.3 ELF 596d000- 5970000 Deferred libxshmfence.so.1 ELF 598e000- 59b3000 Deferred imm32 \-PE 5990000- 59b3000 \ imm32 ELF 59b7000- 5a57000 Deferred winex11 \-PE 59c0000- 5a57000 \ winex11 ELF 5a67000- 5a6b000 Deferred libxinerama.so.1 ELF 5a6f000- 5a76000 Deferred libxxf86vm.so.1 ELF 5a7a000- 5a86000 Deferred libxrender.so.1 ELF 5a8a000- 5a97000 Deferred libxrandr.so.2 ELF 5a9b000- 5a9f000 Deferred libxcomposite.so.1 ELF 5aaf000- 5ac4000 Deferred libxext.so.6 ELF 5ac8000- 5c16000 Deferred libx11.so.6 ELF 5c1a000- 5c47000 Deferred libxcb.so.1 ELF 5c4b000- 5c50000 Deferred libxau.so.6 ELF 5c50000- 5c57000 Deferred libxdmcp.so.6 ELF 5c5b000- 5c77000 Deferred libbsd.so.0 ELF 5c7b000- 5c84000 Deferred librt.so.1 ELF 5cd8000- 5ceb000 Deferred libxi.so.6 ELF 5d09000- 5d0c000 Deferred libx11-xcb.so.1 ELF 5d29000- 5d2d000 Deferred libxcb-dri3.so.0 ELF 5d2d000- 5d31000 Deferred libxcb-present.so.0 ELF 5d31000- 5d39000 Deferred libxcb-sync.so.1 ELF 5d39000- 5d3c000 Deferred libllvmx86info.so.39 ELF 5d3c000- 5d7b000 Dwarf wbemprox \-PE 5d40000- 5d7b000 \ wbemprox ELF 5d7f000- 5dc3000 Deferred winspool \-PE 5d90000- 5dc3000 \ winspool ELF 5dc7000- 5df3000 Deferred iphlpapi \-PE 5dd0000- 5df3000 \ iphlpapi ELF 5dfb000- 5e27000 Deferred dxgi \-PE 5e00000- 5e27000 \ dxgi ELF 5e4b000- 5e63000 Deferred libresolv.so.2 ELF 5e67000- 5fe2000 Deferred wined3d \-PE 5e80000- 5fe2000 \ wined3d ELF 60ee000- 6103000 Deferred libtasn1.so.6 ELF 6117000- 611a000 Deferred libllvmamdgpuinfo.so.39 ELF 651a000- 6554000 Deferred ws2_32 \-PE 6520000- 6554000 \ ws2_32 ELF 658c000- 6596000 Deferred libdrm_nouveau.so.2 ELF 65a4000- 6629000 Deferred libcups.so.2 ELF 6629000- 677c000 Deferred libgnutls.so.30 ELF 6ac0000- 6ac6000 Deferred libtxc_dxtn.so ELF 6af5000- 6b6a000 Deferred libgl.so.1 ELF 6b72000- 6b76000 Deferred libxdamage.so.1 ELF 6b7c000- 6cec000 Deferred libunistring.so.2 ELF 6cec000- 6d2b000 Deferred libnettle.so.6 ELF 6d2b000- 6d62000 Deferred libhogweed.so.4 ELF 6d62000- 6dd8000 Deferred libgmp.so.10 ELF 6dd8000- 6df6000 Deferred libidn2.so.0 ELF 6f06000- 6f3c000 Deferred libglapi.so.0 ELF 6f3c000- 6f59000 Deferred libxcb-glx.so.0 ELF 6f59000- 6f5f000 Deferred libxcb-dri2.so.0 ELF 6f5f000- 6f73000 Deferred libdrm.so.2 ELF 7377000- 80fc000 Deferred radeonsi_dri.so ELF 846a000- 8491000 Deferred libdrm_intel.so.1 ELF 8491000- 849f000 Deferred libdrm_radeon.so.1 ELF 849f000- 84ab000 Deferred libdrm_amdgpu.so.1 ELF 84ab000- 84c7000 Deferred libelf.so.1 ELF 84e7000- 84f6000 Deferred libllvmx86utils.so.39 ELF 88fc000- 89b0000 Deferred libllvmx86asmparser.so.39 ELF 89b4000- 89c8000 Deferred libllvmmcjit.so.39 ELF 89d0000- 89fa000 Deferred libllvmexecutionengine.so.39 ELF 8d21000- 8e8c000 Deferred libllvmx86disassembler.so.39 ELF 8e8c000- 916a000 Deferred libllvmx86codegen.so.39 ELF 916a000- 91c4000 Deferred libllvmx86asmprinter.so.39 ELF 91c8000- 923d000 Deferred libllvmruntimedyld.so.39 ELF 9241000- 9265000 Deferred libllvmamdgpudisassembler.so.39 ELF 976a000- 98f2000 Deferred libllvmx86desc.so.39 ELF 99f6000- 99ff000 Deferred libllvmmcdisassembler.so.39 ELF 9a1b000- 9afc000 Deferred libllvmvectorize.so.39 ELF a27f000- a2af000 Deferred libllvmlinker.so.39 ELF a2b7000- a2bd000 Deferred libllvmirreader.so.39 ELF a6e7000- a88e000 Deferred libllvmamdgpucodegen.so.39 ELF ac8e000- aca4000 Deferred libllvmtarget.so.39 ELF ae37000- b13a000 Deferred libllvmselectiondag.so.39 ELF b36b000- b488000 Deferred libllvmipo.so.39 ELF b6b2000- b72c000 Deferred libllvmobject.so.39 ELF b72c000- b790000 Deferred libllvmasmparser.so.39 ELF b7c0000- b7cc000 Deferred libllvmamdgpuutils.so.39 ELF bb80000- bc66000 Deferred libllvmasmprinter.so.39 ELF c01f000- c075000 Deferred libllvmdebuginfocodeview.so.39 ELF c075000- c5d8000 Deferred libllvmcodegen.so.39 ELF c7d8000- caf5000 Deferred libllvmscalaropts.so.39 ELF caf5000- cb43000 Deferred libllvmbitwriter.so.39 ELF cb43000- cba7000 Deferred libllvmbitreader.so.39 ELF d1e7000- d2e4000 Deferred libllvminstcombine.so.39 ELF d3d4000- d4a8000 Deferred libllvminstrumentation.so.39 ELF d7aa000- d7f5000 Deferred libllvmprofiledata.so.39 ELF d805000- d820000 Deferred libgcc_s.so.1 ELF e0ca000- e2a5000 Deferred libllvmtransformutils.so.39 ELF e4a5000- e4d7000 Deferred libllvmamdgpuasmprinter.so.39 ELF e6e0000- eae3000 Deferred libllvmanalysis.so.39 ELF ece3000- ed5e000 Deferred libllvmamdgpuasmparser.so.39 ELF ed5e000- eda3000 Deferred libllvmmcparser.so.39 ELF eda3000- eea2000 Deferred libllvmamdgpudesc.so.39 ELF eea2000- eeae000 Deferred libpciaccess.so.0 ELF f026000- f0f2000 Deferred libllvmmc.so.39 ELF f3f2000- f44c000 Deferred libncurses.so.6 ELF f8a7000- fbe5000 Deferred libllvmcore.so.39 ELF fce5000- fe20000 Deferred libllvmsupport.so.39 ELF 7a800000-7a94a000 Deferred opengl32 \-PE 7a820000-7a94a000 \ opengl32 ELF 7b400000-7b7fb000 Dwarf kernel32 \-PE 7b410000-7b7fb000 \ kernel32 ELF 7bc00000-7bd11000 Dwarf ntdll \-PE 7bc10000-7bd11000 \ ntdll ELF 7c000000-7c004000 Deferred Threads: process tid prio (all id:s are in hex) 0000000e services.exe 00000164 0 00000141 0 00000093 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 0000002b 0 00000025 0 00000024 0 00000022 0 00000029 explorer.exe 0000002e 0 0000002d 0 0000002c 0 0000002a 0 0000002f winemine.exe 00000030 0 00000091 rpcss.exe 00000097 0 00000096 0 00000095 0 00000094 0 00000092 0 00000136 svchost.exe 00000142 0 00000146 0 00000140 0 00000143 0 0000013e 0 00000137 0 000001be svchost.exe 00000163 0 0000012e 0 0000013b 0 0000012f 0 00000134 explorer.exe 00000165 0 0000010a 0 00000139 0 00000135 0 000001b8 (D) Z:\home\austin\wine-valgrind\dlls\wbemprox\tests\wbemprox_test.exe 000001c1 0 <== System information: Wine build: wine-2.18-1-g291b47e32e Platform: i386 Version: Windows 7 Host system: Linux Host version: 4.9.40-vanilla-workstation-3 ==12186== 8 bytes in 1 blocks are definitely lost in loss record 130 of 2,336 ==12186== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12186== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12186== by 0x5D65055: heap_alloc (wbemprox_private.h:232) ==12186== by 0x5D659D1: WbemLocator_create (wbemlocator.c:221) ==12186== by 0x5D59F0A: wbemprox_cf_CreateInstance (main.c:90) ==12186== by 0x4D846EF: IClassFactory_CreateInstance (unknwn.h:222) ==12186== by 0x4D846EF: CoCreateInstanceEx (???:0) ==12186== by 0x4D841FD: CoCreateInstance (compobj.c:3223) ==12186== by 0x499B831: func_query (query.c:1377) ==12186== by 0x499D25C: run_test (test.h:603) ==12186== by 0x499D6BB: main (test.h:687) ==12186== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:WbemLocator_create fun:wbemprox_cf_CreateInstance fun:IClassFactory_CreateInstance fun:CoCreateInstanceEx fun:CoCreateInstance fun:func_query fun:run_test fun:main } ==12186== 16 bytes in 1 blocks are possibly lost in loss record 350 of 2,336 ==12186== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12186== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12186== by 0x5D5B6A8: heap_alloc (wbemprox_private.h:232) ==12186== by 0x5D5C9C2: create_query (query.c:444) ==12186== by 0x5D5CB08: exec_query (query.c:477) ==12186== by 0x5D63080: wbem_services_ExecQuery (services.c:626) ==12186== by 0x499B242: IWbemServices_ExecQuery (wbemcli.h:1109) ==12186== by 0x499B242: test_IP4RouteTable (???:0) ==12186== by 0x499BA2A: func_query (query.c:1406) ==12186== by 0x499D25C: run_test (test.h:603) ==12186== by 0x499D6BB: main (test.h:687) ==12186== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:create_query fun:exec_query fun:wbem_services_ExecQuery fun:IWbemServices_ExecQuery fun:test_IP4RouteTable fun:func_query fun:run_test fun:main } ==12186== 16 bytes in 4 blocks are possibly lost in loss record 351 of 2,336 ==12186== at 0x402E29A: memalign (vg_replace_malloc.c:858) ==12186== by 0x4011FCB: allocate_and_init (dl-tls.c:603) ==12186== by 0x4011FCB: tls_get_addr_tail (dl-tls.c:791) ==12186== by 0xFD69BCA: llvm::PrettyStackTraceEntry::PrettyStackTraceEntry() (PrettyStackTrace.cpp:131) ==12186== by 0xF9FCFDA: PassManagerPrettyStackEntry (LegacyPassManagers.h:128) ==12186== by 0xF9FCFDA: runOnModule (LegacyPassManager.cpp:1600) ==12186== by 0xF9FCFDA: llvm::legacy::PassManagerImpl::run(llvm::Module&) (LegacyPassManager.cpp:1706) ==12186== by 0xF9FD2FE: llvm::legacy::PassManager::run(llvm::Module&) (LegacyPassManager.cpp:1737) ==12186== by 0xF96D4C3: LLVMRunPassManager (Core.cpp:3236) ==12186== by 0x7A80D5E: si_llvm_finalize_module (si_shader_tgsi_setup.c:1422) ==12186== by 0x7A7A421: si_compile_tgsi_shader (si_shader.c:7620) ==12186== by 0x7A920DB: si_init_shader_selector_async (si_state_shaders.c:1343) ==12186== by 0x77B80B6: util_queue_thread_func (u_queue.c:154) ==12186== by 0x77B7C04: impl_thrd_routine (threads_posix.h:87) ==12186== by 0x4247249: start_thread (pthread_create.c:333) ==12186== by 0x4342D6D: clone (clone.S:114) ==12186== { Memcheck:Leak match-leak-kinds: possible fun:memalign fun:allocate_and_init fun:tls_get_addr_tail fun:_ZN4llvm21PrettyStackTraceEntryC1Ev fun:PassManagerPrettyStackEntry fun:runOnModule fun:_ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE fun:_ZN4llvm6legacy11PassManager3runERNS_6ModuleE fun:LLVMRunPassManager fun:si_llvm_finalize_module fun:si_compile_tgsi_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ==12186== 16 bytes in 4 blocks are possibly lost in loss record 352 of 2,336 ==12186== at 0x402E29A: memalign (vg_replace_malloc.c:858) ==12186== by 0x4011FCB: allocate_and_init (dl-tls.c:603) ==12186== by 0x4011FCB: tls_get_addr_tail (dl-tls.c:791) ==12186== by 0x84AD6D6: __libelf_seterrno (elf_error.c:331) ==12186== by 0x84BA259: gelf_getsym (gelf_getsym.c:71) ==12186== by 0x7B4C850: parse_symbol_table (radeon_elf_util.c:54) ==12186== by 0x7B4C850: radeon_elf_read (radeon_elf_util.c:160) ==12186== by 0x7A7F545: si_llvm_compile (si_shader_tgsi_setup.c:251) ==12186== by 0x7A7975E: si_compile_llvm (si_shader.c:6426) ==12186== by 0x7A7A580: si_compile_tgsi_shader (si_shader.c:7631) ==12186== by 0x7A920DB: si_init_shader_selector_async (si_state_shaders.c:1343) ==12186== by 0x77B80B6: util_queue_thread_func (u_queue.c:154) ==12186== by 0x77B7C04: impl_thrd_routine (threads_posix.h:87) ==12186== by 0x4247249: start_thread (pthread_create.c:333) ==12186== by 0x4342D6D: clone (clone.S:114) ==12186== { Memcheck:Leak match-leak-kinds: possible fun:memalign fun:allocate_and_init fun:tls_get_addr_tail fun:__libelf_seterrno fun:gelf_getsym fun:parse_symbol_table fun:radeon_elf_read fun:si_llvm_compile fun:si_compile_llvm fun:si_compile_tgsi_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } ==12186== 16 bytes in 1 blocks are definitely lost in loss record 353 of 2,336 ==12186== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12186== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12186== by 0x5D56969: heap_alloc (wbemprox_private.h:232) ==12186== by 0x5D571B1: EnumWbemClassObject_create (class.c:201) ==12186== by 0x5D5CB66: exec_query (query.c:482) ==12186== by 0x5D63080: wbem_services_ExecQuery (services.c:626) ==12186== by 0x499ADAA: IWbemServices_ExecQuery (wbemcli.h:1109) ==12186== by 0x499ADAA: test_PhysicalMemory (???:0) ==12186== by 0x499BA1B: func_query (query.c:1405) ==12186== by 0x499D25C: run_test (test.h:603) ==12186== by 0x499D6BB: main (test.h:687) ==12186== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:EnumWbemClassObject_create fun:exec_query fun:wbem_services_ExecQuery fun:IWbemServices_ExecQuery fun:test_PhysicalMemory fun:func_query fun:run_test fun:main } ==12186== 32 bytes in 1 blocks are definitely lost in loss record 1,145 of 2,336 ==12186== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12186== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12186== by 0x5D56969: heap_alloc (wbemprox_private.h:232) ==12186== by 0x5D59AE7: create_class_object (class.c:1021) ==12186== by 0x5D627DA: get_object (services.c:432) ==12186== by 0x5D6291F: wbem_services_GetObject (services.c:454) ==12186== by 0x4998DA1: IWbemServices_GetObject (wbemcli.h:1067) ==12186== by 0x4998DA1: test_SystemSecurity (???:0) ==12186== by 0x499B9EE: func_query (query.c:1402) ==12186== by 0x499D25C: run_test (test.h:603) ==12186== by 0x499D6BB: main (test.h:687) ==12186== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:create_class_object fun:get_object fun:wbem_services_GetObject fun:IWbemServices_GetObject fun:test_SystemSecurity fun:func_query fun:run_test fun:main } ==12186== 32 bytes in 1 blocks are definitely lost in loss record 1,148 of 2,336 ==12186== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12186== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12186== by 0x4DA4476: IMalloc_fnAlloc (ifs.c:187) ==12186== by 0x4DA4D16: IMalloc_Alloc (objidl.h:1405) ==12186== by 0x4DA4D16: CoTaskMemAlloc (???:0) ==12186== by 0x4AF8B4C: alloc_bstr (oleaut.c:177) ==12186== by 0x4AF8F2D: SysAllocStringLen (oleaut.c:355) ==12186== by 0x4AF8C00: SysAllocString (oleaut.c:247) ==12186== by 0x499B7E3: func_query (query.c:1369) ==12186== by 0x499D25C: run_test (test.h:603) ==12186== by 0x499D6BB: main (test.h:687) ==12186== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IMalloc_fnAlloc fun:IMalloc_Alloc fun:CoTaskMemAlloc fun:alloc_bstr fun:SysAllocStringLen fun:SysAllocString fun:func_query fun:run_test fun:main } ==12186== 40 bytes in 1 blocks are possibly lost in loss record 1,539 of 2,336 ==12186== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12186== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12186== by 0x5D61828: heap_alloc (wbemprox_private.h:232) ==12186== by 0x5D63B31: WbemServices_create (services.c:888) ==12186== by 0x5D6591B: wbem_locator_ConnectServer (wbemlocator.c:198) ==12186== by 0x499B8AF: IWbemLocator_ConnectServer (wbemcli.h:443) ==12186== by 0x499B8AF: func_query (???:0) ==12186== by 0x499D25C: run_test (test.h:603) ==12186== by 0x499D6BB: main (test.h:687) ==12186== { 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 } ==12186== 64 bytes in 4 blocks are possibly lost in loss record 1,732 of 2,336 ==12186== at 0x402E29A: memalign (vg_replace_malloc.c:858) ==12186== by 0x4011FCB: allocate_and_init (dl-tls.c:603) ==12186== by 0x4011FCB: tls_get_addr_tail (dl-tls.c:791) ==12186== by 0xE93BA48: call_once > (mutex:728) ==12186== by 0xE93BA48: call_once > (Threading.h:93) ==12186== by 0xE93BA48: llvm::initializeTargetLibraryInfoWrapperPassPass(llvm::PassRegistry&) (TargetLibraryInfo.cpp:1168) ==12186== by 0xE93BF7B: llvm::TargetLibraryInfoWrapperPass::TargetLibraryInfoWrapperPass(llvm::TargetLibraryInfoImpl const&) (TargetLibraryInfo.cpp:1162) ==12186== by 0xAC94195: LLVMAddTargetLibraryInfo (Target.cpp:66) ==12186== by 0x7A80CF2: si_llvm_finalize_module (si_shader_tgsi_setup.c:1404) ==12186== by 0x7A7A421: si_compile_tgsi_shader (si_shader.c:7620) ==12186== by 0x7A920DB: si_init_shader_selector_async (si_state_shaders.c:1343) ==12186== by 0x77B80B6: util_queue_thread_func (u_queue.c:154) ==12186== by 0x77B7C04: impl_thrd_routine (threads_posix.h:87) ==12186== by 0x4247249: start_thread (pthread_create.c:333) ==12186== by 0x4342D6D: clone (clone.S:114) ==12186== { Memcheck:Leak match-leak-kinds: possible fun:memalign fun:allocate_and_init fun:tls_get_addr_tail fun:call_once > fun:call_once > fun:_ZN4llvm42initializeTargetLibraryInfoWrapperPassPassERNS_12PassRegistryE fun:_ZN4llvm28TargetLibraryInfoWrapperPassC1ERKNS_21TargetLibraryInfoImplE fun:LLVMAddTargetLibraryInfo fun:si_llvm_finalize_module fun:si_compile_tgsi_shader fun:si_init_shader_selector_async fun:util_queue_thread_func fun:impl_thrd_routine fun:start_thread fun:clone } make[1]: *** [Makefile:175: 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:18826: 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 ==12260== Invalid free() / delete / delete[] / realloc() ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5A7B9: clear_dict (string.c:127) ==12260== by 0x4B3A4D0: init_writer (channel.c:1239) ==12260== by 0x4B3A741: WsSendMessage (channel.c:1286) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48abefc is 20 bytes inside a block of size 26 alloc'd ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B46F2D: heap_alloc (webservices_private.h:398) ==12260== by 0x4B48C82: alloc_utf8_text (reader.c:781) ==12260== by 0x4B62EAE: text_to_text (writer.c:2231) ==12260== by 0x4B6366D: write_add_text_node (writer.c:2430) ==12260== by 0x4B64775: write_text_node (writer.c:2757) ==12260== by 0x4B64A18: WsWriteText (writer.c:2815) ==12260== by 0x4B41393: write_action_header (msg.c:555) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41EA0: WsWriteEnvelopeStart (msg.c:748) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995B98: test_duplex_session (channel.c:424) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:heap_free fun:clear_dict fun:init_writer fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4B5A47A: cmp_string (string.c:59) ==12260== by 0x4B5A541: find_string (string.c:73) ==12260== by 0x4B5AD7F: dup_xml_string (string.c:233) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48923c0 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47381: free_node (reader.c:102) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:cmp_string fun:find_string fun:dup_xml_string fun:write_add_element_node fun:write_element_node fun:WsWriteStartElement fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4B5A47A: cmp_string (string.c:59) ==12260== by 0x4B5A541: find_string (string.c:73) ==12260== by 0x4B5AD7F: dup_xml_string (string.c:233) ==12260== by 0x4B615F7: write_add_element_node (writer.c:1776) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48923f8 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47393: free_node (reader.c:103) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615F7: write_add_element_node (writer.c:1776) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:cmp_string fun:find_string fun:dup_xml_string fun:write_add_element_node fun:write_element_node fun:WsWriteStartElement fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4B5A47A: cmp_string (string.c:59) ==12260== by 0x4B5A541: find_string (string.c:73) ==12260== by 0x4B5AD7F: dup_xml_string (string.c:233) ==12260== by 0x4B5FA9F: add_namespace_attribute (writer.c:1152) ==12260== by 0x4B684FD: WsWriteXmlnsAttribute (writer.c:4163) ==12260== by 0x4B41815: write_headers (msg.c:623) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48924f8 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B472AE: free_attribute (reader.c:84) ==12260== by 0x4B4733C: free_node (reader.c:99) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B5FA9F: add_namespace_attribute (writer.c:1152) ==12260== by 0x4B684FD: WsWriteXmlnsAttribute (writer.c:4163) ==12260== by 0x4B41815: write_headers (msg.c:623) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:cmp_string fun:find_string fun:dup_xml_string fun:add_namespace_attribute fun:WsWriteXmlnsAttribute fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4031B1C: bcmp (vg_replace_strmem.c:1100) ==12260== by 0x4B5B11D: WsXmlStringEquals (string.c:822) ==12260== by 0x4B5FB33: str_equal (writer.c:1168) ==12260== by 0x4B5FBDE: namespace_in_scope (writer.c:1186) ==12260== by 0x4B5FD48: set_namespaces (writer.c:1216) ==12260== by 0x4B60FBF: write_flush (writer.c:1627) ==12260== by 0x4B616B0: write_element_node (writer.c:1798) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x489241c is 20 bytes before a block of size 52 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B46FEF: heap_free (webservices_private.h:418) ==12260== by 0x4B47431: free_node (reader.c:129) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B46F5F: heap_alloc_zero (webservices_private.h:403) ==12260== by 0x4B47221: alloc_node (reader.c:72) ==12260== by 0x4B61659: write_add_endelement_node (writer.c:1788) ==12260== by 0x4B616F5: write_element_node (writer.c:1800) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:bcmp fun:WsXmlStringEquals fun:str_equal fun:namespace_in_scope fun:set_namespaces fun:write_flush fun:write_element_node fun:WsWriteStartElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4031B1F: bcmp (vg_replace_strmem.c:1100) ==12260== by 0x4B5B11D: WsXmlStringEquals (string.c:822) ==12260== by 0x4B5FB33: str_equal (writer.c:1168) ==12260== by 0x4B5FBDE: namespace_in_scope (writer.c:1186) ==12260== by 0x4B5FD48: set_namespaces (writer.c:1216) ==12260== by 0x4B60FBF: write_flush (writer.c:1627) ==12260== by 0x4B616B0: write_element_node (writer.c:1798) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x489241c is 20 bytes before a block of size 52 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B46FEF: heap_free (webservices_private.h:418) ==12260== by 0x4B47431: free_node (reader.c:129) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B46F5F: heap_alloc_zero (webservices_private.h:403) ==12260== by 0x4B47221: alloc_node (reader.c:72) ==12260== by 0x4B61659: write_add_endelement_node (writer.c:1788) ==12260== by 0x4B616F5: write_element_node (writer.c:1800) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:bcmp fun:WsXmlStringEquals fun:str_equal fun:namespace_in_scope fun:set_namespaces fun:write_flush fun:write_element_node fun:WsWriteStartElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4031B30: bcmp (vg_replace_strmem.c:1100) ==12260== by 0x4B5B11D: WsXmlStringEquals (string.c:822) ==12260== by 0x4B5FB33: str_equal (writer.c:1168) ==12260== by 0x4B5FBDE: namespace_in_scope (writer.c:1186) ==12260== by 0x4B5FD48: set_namespaces (writer.c:1216) ==12260== by 0x4B60FBF: write_flush (writer.c:1627) ==12260== by 0x4B616B0: write_element_node (writer.c:1798) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x489241d is 19 bytes before a block of size 52 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B46FEF: heap_free (webservices_private.h:418) ==12260== by 0x4B47431: free_node (reader.c:129) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B46F5F: heap_alloc_zero (webservices_private.h:403) ==12260== by 0x4B47221: alloc_node (reader.c:72) ==12260== by 0x4B61659: write_add_endelement_node (writer.c:1788) ==12260== by 0x4B616F5: write_element_node (writer.c:1800) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:bcmp fun:WsXmlStringEquals fun:str_equal fun:namespace_in_scope fun:set_namespaces fun:write_flush fun:write_element_node fun:WsWriteStartElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4031B35: bcmp (vg_replace_strmem.c:1100) ==12260== by 0x4B5B11D: WsXmlStringEquals (string.c:822) ==12260== by 0x4B5FB33: str_equal (writer.c:1168) ==12260== by 0x4B5FBDE: namespace_in_scope (writer.c:1186) ==12260== by 0x4B5FD48: set_namespaces (writer.c:1216) ==12260== by 0x4B60FBF: write_flush (writer.c:1627) ==12260== by 0x4B616B0: write_element_node (writer.c:1798) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x489241d is 19 bytes before a block of size 52 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B46FEF: heap_free (webservices_private.h:418) ==12260== by 0x4B47431: free_node (reader.c:129) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B46F5F: heap_alloc_zero (webservices_private.h:403) ==12260== by 0x4B47221: alloc_node (reader.c:72) ==12260== by 0x4B61659: write_add_endelement_node (writer.c:1788) ==12260== by 0x4B616F5: write_element_node (writer.c:1800) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:bcmp fun:WsXmlStringEquals fun:str_equal fun:namespace_in_scope fun:set_namespaces fun:write_flush fun:write_element_node fun:WsWriteStartElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4030970: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B600FE: write_startelement_text (writer.c:1289) ==12260== by 0x4B604D0: write_startelement (writer.c:1362) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B616B0: write_element_node (writer.c:1798) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48923c0 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47381: free_node (reader.c:102) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:memcpy fun:write_bytes fun:write_startelement_text fun:write_startelement fun:write_flush fun:write_element_node fun:WsWriteStartElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x403097B: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B600FE: write_startelement_text (writer.c:1289) ==12260== by 0x4B604D0: write_startelement (writer.c:1362) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B616B0: write_element_node (writer.c:1798) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48923c2 is 18 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47381: free_node (reader.c:102) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:memcpy fun:write_bytes fun:write_startelement_text fun:write_startelement fun:write_flush fun:write_element_node fun:WsWriteStartElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4030970: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B5F726: write_namespace_attribute_text (writer.c:1074) ==12260== by 0x4B5F990: write_namespace_attribute (writer.c:1128) ==12260== by 0x4B5FF77: write_attributes (writer.c:1261) ==12260== by 0x4B6010F: write_startelement_text (writer.c:1290) ==12260== by 0x4B604D0: write_startelement (writer.c:1362) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B616B0: write_element_node (writer.c:1798) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48924f8 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B472AE: free_attribute (reader.c:84) ==12260== by 0x4B4733C: free_node (reader.c:99) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B5FA9F: add_namespace_attribute (writer.c:1152) ==12260== by 0x4B684FD: WsWriteXmlnsAttribute (writer.c:4163) ==12260== by 0x4B41815: write_headers (msg.c:623) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:memcpy fun:write_bytes fun:write_namespace_attribute_text fun:write_namespace_attribute fun:write_attributes fun:write_startelement_text fun:write_startelement fun:write_flush fun:write_element_node fun:WsWriteStartElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x403097B: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B5F726: write_namespace_attribute_text (writer.c:1074) ==12260== by 0x4B5F990: write_namespace_attribute (writer.c:1128) ==12260== by 0x4B5FF77: write_attributes (writer.c:1261) ==12260== by 0x4B6010F: write_startelement_text (writer.c:1290) ==12260== by 0x4B604D0: write_startelement (writer.c:1362) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B616B0: write_element_node (writer.c:1798) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48924fa is 18 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B472AE: free_attribute (reader.c:84) ==12260== by 0x4B4733C: free_node (reader.c:99) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B5FA9F: add_namespace_attribute (writer.c:1152) ==12260== by 0x4B684FD: WsWriteXmlnsAttribute (writer.c:4163) ==12260== by 0x4B41815: write_headers (msg.c:623) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:memcpy fun:write_bytes fun:write_namespace_attribute_text fun:write_namespace_attribute fun:write_attributes fun:write_startelement_text fun:write_startelement fun:write_flush fun:write_element_node fun:WsWriteStartElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 2 ==12260== at 0x4030940: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B5F726: write_namespace_attribute_text (writer.c:1074) ==12260== by 0x4B5F990: write_namespace_attribute (writer.c:1128) ==12260== by 0x4B5FF77: write_attributes (writer.c:1261) ==12260== by 0x4B6010F: write_startelement_text (writer.c:1290) ==12260== by 0x4B604D0: write_startelement (writer.c:1362) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B616B0: write_element_node (writer.c:1798) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x489241c is 20 bytes before a block of size 52 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B46FEF: heap_free (webservices_private.h:418) ==12260== by 0x4B47431: free_node (reader.c:129) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B46F5F: heap_alloc_zero (webservices_private.h:403) ==12260== by 0x4B47221: alloc_node (reader.c:72) ==12260== by 0x4B61659: write_add_endelement_node (writer.c:1788) ==12260== by 0x4B616F5: write_element_node (writer.c:1800) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr2 fun:memcpy fun:write_bytes fun:write_namespace_attribute_text fun:write_namespace_attribute fun:write_attributes fun:write_startelement_text fun:write_startelement fun:write_flush fun:write_element_node fun:WsWriteStartElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4B5A497: cmp_string (string.c:60) ==12260== by 0x4B5A541: find_string (string.c:73) ==12260== by 0x4B5AD7F: dup_xml_string (string.c:233) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48aa100 is 16 bytes after a recently re-allocated block of size 16 alloc'd ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B4134F: write_action_header (msg.c:553) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995B98: test_duplex_session (channel.c:424) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:cmp_string fun:find_string fun:dup_xml_string fun:write_add_element_node fun:write_element_node fun:WsWriteStartElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 2 ==12260== at 0x4030940: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B600FE: write_startelement_text (writer.c:1289) ==12260== by 0x4B604D0: write_startelement (writer.c:1362) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B616B0: write_element_node (writer.c:1798) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B4134F: write_action_header (msg.c:553) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x489265c is 20 bytes before a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47393: free_node (reader.c:103) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615F7: write_add_element_node (writer.c:1776) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr2 fun:memcpy fun:write_bytes fun:write_startelement_text fun:write_startelement fun:write_flush fun:write_element_node fun:WsWriteStartElement fun:write_action_header fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4B5A47A: cmp_string (string.c:59) ==12260== by 0x4B5A541: find_string (string.c:73) ==12260== by 0x4B5AD7F: dup_xml_string (string.c:233) ==12260== by 0x4B60D4F: write_add_attribute (writer.c:1566) ==12260== by 0x4B60F60: WsWriteStartAttribute (writer.c:1614) ==12260== by 0x4B4123B: write_must_understand (msg.c:536) ==12260== by 0x4B41371: write_action_header (msg.c:554) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x4893420 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B4729C: free_attribute (reader.c:83) ==12260== by 0x4B4733C: free_node (reader.c:99) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CCF7: free_writer (writer.c:117) ==12260== by 0x4B5D3E5: WsFreeWriter (writer.c:266) ==12260== by 0x4B402D3: free_msg (msg.c:159) ==12260== by 0x4B408CA: WsFreeMessage (msg.c:283) ==12260== by 0x49953EA: test_message_read_write (channel.c:313) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B60D4F: write_add_attribute (writer.c:1566) ==12260== by 0x4B60F60: WsWriteStartAttribute (writer.c:1614) ==12260== by 0x4B4123B: write_must_understand (msg.c:536) ==12260== by 0x4B4146D: write_to_header (msg.c:568) ==12260== by 0x4B418F2: write_headers (msg.c:636) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:cmp_string fun:find_string fun:dup_xml_string fun:write_add_attribute fun:WsWriteStartAttribute fun:write_must_understand fun:write_action_header fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4B5A47A: cmp_string (string.c:59) ==12260== by 0x4B5A541: find_string (string.c:73) ==12260== by 0x4B5AD7F: dup_xml_string (string.c:233) ==12260== by 0x4B60D8B: write_add_attribute (writer.c:1571) ==12260== by 0x4B60F60: WsWriteStartAttribute (writer.c:1614) ==12260== by 0x4B4123B: write_must_understand (msg.c:536) ==12260== by 0x4B41371: write_action_header (msg.c:554) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48923f8 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47393: free_node (reader.c:103) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615F7: write_add_element_node (writer.c:1776) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:cmp_string fun:find_string fun:dup_xml_string fun:write_add_attribute fun:WsWriteStartAttribute fun:write_must_understand fun:write_action_header fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 2 ==12260== at 0x403094C: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B600FE: write_startelement_text (writer.c:1289) ==12260== by 0x4B604D0: write_startelement (writer.c:1362) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B6473C: write_text_node (writer.c:2754) ==12260== by 0x4B64A18: WsWriteText (writer.c:2815) ==12260== by 0x4B41393: write_action_header (msg.c:555) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48aa104 is 20 bytes before a recently re-allocated block of size 16 alloc'd ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615F7: write_add_element_node (writer.c:1776) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B4134F: write_action_header (msg.c:553) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995B98: test_duplex_session (channel.c:424) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr2 fun:memcpy fun:write_bytes fun:write_startelement_text fun:write_startelement fun:write_flush fun:write_text_node fun:WsWriteText fun:write_action_header fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4030970: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B5E010: write_attribute_text (writer.c:584) ==12260== by 0x4B5F3CF: write_attribute (writer.c:995) ==12260== by 0x4B5FEFF: write_attributes (writer.c:1256) ==12260== by 0x4B6010F: write_startelement_text (writer.c:1290) ==12260== by 0x4B604D0: write_startelement (writer.c:1362) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B6473C: write_text_node (writer.c:2754) ==12260== by 0x4B64A18: WsWriteText (writer.c:2815) ==12260== by 0x4B41393: write_action_header (msg.c:555) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== Address 0x4893420 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B4729C: free_attribute (reader.c:83) ==12260== by 0x4B4733C: free_node (reader.c:99) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CCF7: free_writer (writer.c:117) ==12260== by 0x4B5D3E5: WsFreeWriter (writer.c:266) ==12260== by 0x4B402D3: free_msg (msg.c:159) ==12260== by 0x4B408CA: WsFreeMessage (msg.c:283) ==12260== by 0x49953EA: test_message_read_write (channel.c:313) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B60D4F: write_add_attribute (writer.c:1566) ==12260== by 0x4B60F60: WsWriteStartAttribute (writer.c:1614) ==12260== by 0x4B4123B: write_must_understand (msg.c:536) ==12260== by 0x4B4146D: write_to_header (msg.c:568) ==12260== by 0x4B418F2: write_headers (msg.c:636) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:memcpy fun:write_bytes fun:write_attribute_text fun:write_attribute fun:write_attributes fun:write_startelement_text fun:write_startelement fun:write_flush fun:write_text_node fun:WsWriteText fun:write_action_header fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test } ==12260== Invalid read of size 1 ==12260== at 0x403097B: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B5E010: write_attribute_text (writer.c:584) ==12260== by 0x4B5F3CF: write_attribute (writer.c:995) ==12260== by 0x4B5FEFF: write_attributes (writer.c:1256) ==12260== by 0x4B6010F: write_startelement_text (writer.c:1290) ==12260== by 0x4B604D0: write_startelement (writer.c:1362) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B6473C: write_text_node (writer.c:2754) ==12260== by 0x4B64A18: WsWriteText (writer.c:2815) ==12260== by 0x4B41393: write_action_header (msg.c:555) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== Address 0x4893422 is 18 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B4729C: free_attribute (reader.c:83) ==12260== by 0x4B4733C: free_node (reader.c:99) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CCF7: free_writer (writer.c:117) ==12260== by 0x4B5D3E5: WsFreeWriter (writer.c:266) ==12260== by 0x4B402D3: free_msg (msg.c:159) ==12260== by 0x4B408CA: WsFreeMessage (msg.c:283) ==12260== by 0x49953EA: test_message_read_write (channel.c:313) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B60D4F: write_add_attribute (writer.c:1566) ==12260== by 0x4B60F60: WsWriteStartAttribute (writer.c:1614) ==12260== by 0x4B4123B: write_must_understand (msg.c:536) ==12260== by 0x4B4146D: write_to_header (msg.c:568) ==12260== by 0x4B418F2: write_headers (msg.c:636) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:memcpy fun:write_bytes fun:write_attribute_text fun:write_attribute fun:write_attributes fun:write_startelement_text fun:write_startelement fun:write_flush fun:write_text_node fun:WsWriteText fun:write_action_header fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test } ==12260== Invalid read of size 2 ==12260== at 0x4030940: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B60709: write_endelement_text (writer.c:1414) ==12260== by 0x4B607B4: write_endelement (writer.c:1432) ==12260== by 0x4B60855: write_close_element (writer.c:1444) ==12260== by 0x4B608D6: write_endelement_node (writer.c:1458) ==12260== by 0x4B60A04: WsWriteEndElement (writer.c:1485) ==12260== by 0x4B413B1: write_action_header (msg.c:556) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48aa104 is 20 bytes before a recently re-allocated block of size 16 alloc'd ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615F7: write_add_element_node (writer.c:1776) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B4134F: write_action_header (msg.c:553) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995B98: test_duplex_session (channel.c:424) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr2 fun:memcpy fun:write_bytes fun:write_endelement_text fun:write_endelement fun:write_close_element fun:write_endelement_node fun:WsWriteEndElement fun:write_action_header fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4030970: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B60709: write_endelement_text (writer.c:1414) ==12260== by 0x4B607B4: write_endelement (writer.c:1432) ==12260== by 0x4B60855: write_close_element (writer.c:1444) ==12260== by 0x4B608D6: write_endelement_node (writer.c:1458) ==12260== by 0x4B60A04: WsWriteEndElement (writer.c:1485) ==12260== by 0x4B419DA: write_headers (msg.c:653) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x4892658 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47381: free_node (reader.c:102) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:memcpy fun:write_bytes fun:write_endelement_text fun:write_endelement fun:write_close_element fun:write_endelement_node fun:WsWriteEndElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x403097B: memcpy (vg_replace_strmem.c:1023) ==12260== by 0x4B5DD8A: write_bytes (writer.c:509) ==12260== by 0x4B60709: write_endelement_text (writer.c:1414) ==12260== by 0x4B607B4: write_endelement (writer.c:1432) ==12260== by 0x4B60855: write_close_element (writer.c:1444) ==12260== by 0x4B608D6: write_endelement_node (writer.c:1458) ==12260== by 0x4B60A04: WsWriteEndElement (writer.c:1485) ==12260== by 0x4B419DA: write_headers (msg.c:653) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x489265a is 18 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47381: free_node (reader.c:102) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:memcpy fun:write_bytes fun:write_endelement_text fun:write_endelement fun:write_close_element fun:write_endelement_node fun:WsWriteEndElement fun:write_headers fun:write_envelope_start fun:write_envelope fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4B5A474: cmp_string (string.c:59) ==12260== by 0x4B5A541: find_string (string.c:73) ==12260== by 0x4B3A38A: dict_cb (channel.c:1210) ==12260== by 0x4B5E93F: get_string_id (writer.c:780) ==12260== by 0x4B601FC: write_startelement_bin (writer.c:1313) ==12260== by 0x4B604E0: write_startelement (writer.c:1363) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B6473C: write_text_node (writer.c:2754) ==12260== by 0x4B64A18: WsWriteText (writer.c:2815) ==12260== by 0x4B41393: write_action_header (msg.c:555) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41EA0: WsWriteEnvelopeStart (msg.c:748) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48aa100 is 16 bytes after a recently re-allocated block of size 16 alloc'd ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B4134F: write_action_header (msg.c:553) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995B98: test_duplex_session (channel.c:424) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:cmp_string fun:find_string fun:dict_cb fun:get_string_id fun:write_startelement_bin fun:write_startelement fun:write_flush fun:write_text_node fun:WsWriteText fun:write_action_header fun:write_headers fun:write_envelope_start fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4B5A47A: cmp_string (string.c:59) ==12260== by 0x4B5A541: find_string (string.c:73) ==12260== by 0x4B3A38A: dict_cb (channel.c:1210) ==12260== by 0x4B5E93F: get_string_id (writer.c:780) ==12260== by 0x4B601FC: write_startelement_bin (writer.c:1313) ==12260== by 0x4B604E0: write_startelement (writer.c:1363) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B6473C: write_text_node (writer.c:2754) ==12260== by 0x4B64A18: WsWriteText (writer.c:2815) ==12260== by 0x4B41393: write_action_header (msg.c:555) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41EA0: WsWriteEnvelopeStart (msg.c:748) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x4892658 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47381: free_node (reader.c:102) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:cmp_string fun:find_string fun:dict_cb fun:get_string_id fun:write_startelement_bin fun:write_startelement fun:write_flush fun:write_text_node fun:WsWriteText fun:write_action_header fun:write_headers fun:write_envelope_start fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4B5A48E: cmp_string (string.c:60) ==12260== by 0x4B5A541: find_string (string.c:73) ==12260== by 0x4B3A38A: dict_cb (channel.c:1210) ==12260== by 0x4B5E93F: get_string_id (writer.c:780) ==12260== by 0x4B601FC: write_startelement_bin (writer.c:1313) ==12260== by 0x4B604E0: write_startelement (writer.c:1363) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B6473C: write_text_node (writer.c:2754) ==12260== by 0x4B64A18: WsWriteText (writer.c:2815) ==12260== by 0x4B41393: write_action_header (msg.c:555) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41EA0: WsWriteEnvelopeStart (msg.c:748) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48aa100 is 16 bytes after a recently re-allocated block of size 16 alloc'd ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B4134F: write_action_header (msg.c:553) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995B98: test_duplex_session (channel.c:424) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:cmp_string fun:find_string fun:dict_cb fun:get_string_id fun:write_startelement_bin fun:write_startelement fun:write_flush fun:write_text_node fun:WsWriteText fun:write_action_header fun:write_headers fun:write_envelope_start fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4B5A497: cmp_string (string.c:60) ==12260== by 0x4B5A541: find_string (string.c:73) ==12260== by 0x4B3A38A: dict_cb (channel.c:1210) ==12260== by 0x4B5E93F: get_string_id (writer.c:780) ==12260== by 0x4B601FC: write_startelement_bin (writer.c:1313) ==12260== by 0x4B604E0: write_startelement (writer.c:1363) ==12260== by 0x4B60FDB: write_flush (writer.c:1628) ==12260== by 0x4B6473C: write_text_node (writer.c:2754) ==12260== by 0x4B64A18: WsWriteText (writer.c:2815) ==12260== by 0x4B41393: write_action_header (msg.c:555) ==12260== by 0x4B41875: write_headers (msg.c:626) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41EA0: WsWriteEnvelopeStart (msg.c:748) ==12260== by 0x4B3947C: write_message (channel.c:897) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x4892658 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47381: free_node (reader.c:102) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41843: write_headers (msg.c:624) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:cmp_string fun:find_string fun:dict_cb fun:get_string_id fun:write_startelement_bin fun:write_startelement fun:write_flush fun:write_text_node fun:WsWriteText fun:write_action_header fun:write_headers fun:write_envelope_start fun:WsWriteEnvelopeStart fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Invalid read of size 1 ==12260== at 0x4B5A497: cmp_string (string.c:60) ==12260== by 0x4B5A541: find_string (string.c:73) ==12260== by 0x4B5AD7F: dup_xml_string (string.c:233) ==12260== by 0x4B615F7: write_add_element_node (writer.c:1776) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B421A7: WsWriteBody (msg.c:819) ==12260== by 0x4B394A6: write_message (channel.c:898) ==12260== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x4893338 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47381: free_node (reader.c:102) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CCF7: free_writer (writer.c:117) ==12260== by 0x4B5D3E5: WsFreeWriter (writer.c:266) ==12260== by 0x4B402D3: free_msg (msg.c:159) ==12260== by 0x4B408CA: WsFreeMessage (msg.c:283) ==12260== by 0x49953EA: test_message_read_write (channel.c:313) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B4144B: write_to_header (msg.c:567) ==12260== by 0x4B418F2: write_headers (msg.c:636) ==12260== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Addr1 fun:cmp_string fun:find_string fun:dup_xml_string fun:write_add_element_node fun:write_element_node fun:WsWriteStartElement fun:WsWriteBody fun:write_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ==12260== Syscall param sendmsg(msg.msg_iov[0]) points to unaddressable byte(s) ==12260== at 0x4250404: sendmsg (sendmsg.c:33) ==12260== by 0x567A702: WS2_send (socket.c:2593) ==12260== by 0x5682C1F: WS2_sendto (socket.c:5576) ==12260== by 0x5682836: WS_send (socket.c:5491) ==12260== by 0x4B395CE: send_bytes (channel.c:922) ==12260== by 0x4B3988D: send_string_table (channel.c:984) ==12260== by 0x4B39F68: send_sized_envelope (channel.c:1120) ==12260== by 0x4B3A1CF: send_message (channel.c:1167) ==12260== by 0x4B3A789: WsSendMessage (channel.c:1289) ==12260== by 0x4995C66: test_duplex_session (channel.c:430) ==12260== by 0x4996292: func_channel (channel.c:524) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Address 0x48923c0 is 16 bytes after a block of size 16 free'd ==12260== at 0x7BC50DB5: notify_free (heap.c:262) ==12260== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12260== by 0x4B5A406: heap_free (webservices_private.h:418) ==12260== by 0x4B5AC79: free_xml_string (string.c:210) ==12260== by 0x4B47381: free_node (reader.c:102) ==12260== by 0x4B474A0: destroy_nodes (reader.c:143) ==12260== by 0x4B47477: destroy_nodes (reader.c:141) ==12260== by 0x4B5CEB6: init_writer (writer.c:164) ==12260== by 0x4B5DBCA: WsSetOutputToBuffer (writer.c:470) ==12260== by 0x4B41CB3: write_envelope (msg.c:709) ==12260== by 0x4B41E86: WsWriteEnvelopeStart (msg.c:747) ==12260== by 0x4B3C8A5: WsWriteMessageStart (channel.c:1994) ==12260== by 0x4995185: test_message_read_write (channel.c:292) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== Block was alloc'd at ==12260== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12260== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12260== by 0x4B5A373: heap_alloc (webservices_private.h:398) ==12260== by 0x4B5ACAE: dup_xml_string (string.c:221) ==12260== by 0x4B615BB: write_add_element_node (writer.c:1771) ==12260== by 0x4B616D2: write_element_node (writer.c:1799) ==12260== by 0x4B6185E: WsWriteStartElement (writer.c:1829) ==12260== by 0x4B41B5A: write_envelope_start (msg.c:686) ==12260== by 0x4B41CD6: write_envelope (msg.c:710) ==12260== by 0x4B42BB7: WsInitializeMessage (msg.c:1039) ==12260== by 0x4995028: test_message_read_write (channel.c:280) ==12260== by 0x4996247: func_channel (channel.c:516) ==12260== by 0x49E3F4C: run_test (test.h:603) ==12260== by 0x49E43AB: main (test.h:687) ==12260== { Memcheck:Param sendmsg(msg.msg_iov[0]) fun:sendmsg fun:WS2_send fun:WS2_sendto fun:WS_send fun:send_bytes fun:send_string_table fun:send_sized_envelope fun:send_message fun:WsSendMessage fun:test_duplex_session fun:func_channel fun:run_test fun:main } ../../../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 ==12279== Invalid free() / delete / delete[] / realloc() ==12279== at 0x7BC50DB5: notify_free (heap.c:262) ==12279== by 0x7BC55386: RtlFreeHeap (heap.c:1762) ==12279== by 0x4B5A406: heap_free (webservices_private.h:418) ==12279== by 0x4B5A7B9: clear_dict (string.c:127) ==12279== by 0x4B3799F: reset_channel (channel.c:298) ==12279== by 0x4B38A3D: close_channel (channel.c:665) ==12279== by 0x4B38B95: WsCloseChannel (channel.c:690) ==12279== by 0x49982D6: test_WsAcceptChannel (listener.c:381) ==12279== by 0x49984D7: func_listener (listener.c:422) ==12279== by 0x49E3F4C: run_test (test.h:603) ==12279== by 0x49E43AB: main (test.h:687) ==12279== Address 0x48af71c is 20 bytes inside a block of size 26 alloc'd ==12279== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12279== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12279== by 0x4B46F2D: heap_alloc (webservices_private.h:398) ==12279== by 0x4B48C82: alloc_utf8_text (reader.c:781) ==12279== by 0x4B62EAE: text_to_text (writer.c:2231) ==12279== by 0x4B6366D: write_add_text_node (writer.c:2430) ==12279== by 0x4B64775: write_text_node (writer.c:2757) ==12279== by 0x4B64A18: WsWriteText (writer.c:2815) ==12279== by 0x4B41393: write_action_header (msg.c:555) ==12279== by 0x4B41875: write_headers (msg.c:626) ==12279== by 0x4B41BA9: write_envelope_start (msg.c:691) ==12279== by 0x4B41EA0: WsWriteEnvelopeStart (msg.c:748) ==12279== by 0x4B3947C: write_message (channel.c:897) ==12279== by 0x4B3A76F: WsSendMessage (channel.c:1287) ==12279== by 0x4998223: test_WsAcceptChannel (listener.c:375) ==12279== by 0x49984D7: func_listener (listener.c:422) ==12279== by 0x49E3F4C: run_test (test.h:603) ==12279== by 0x49E43AB: main (test.h:687) ==12279== { Memcheck:Free fun:notify_free fun:RtlFreeHeap fun:heap_free fun:clear_dict fun:reset_channel fun:close_channel fun:WsCloseChannel fun:test_WsAcceptChannel fun:func_listener fun:run_test fun:main } ../../../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 ==12310== Invalid read of size 2 ==12310== at 0x403E48C: default_dbgstr_wn (debug.c:355) ==12310== by 0x7BC3D617: NTDLL_dbgstr_wn (debugtools.c:108) ==12310== by 0x403E77B: wine_dbgstr_wn (debug.c:432) ==12310== by 0x4B9B9AC: debugstr_w (debug.h:378) ==12310== by 0x4B9CA4F: WinHttpAddRequestHeaders (request.c:522) ==12310== by 0x4B44A96: insert_http_header (msg.c:1708) ==12310== by 0x4B44BFA: message_insert_http_headers (msg.c:1751) ==12310== by 0x4B3A128: send_message (channel.c:1153) ==12310== by 0x4B3A789: WsSendMessage (channel.c:1289) ==12310== by 0x49A003D: test_WsSendMessage (proxy.c:301) ==12310== by 0x49A1E8A: func_proxy (proxy.c:737) ==12310== by 0x49E3F4C: run_test (test.h:603) ==12310== by 0x49E43AB: main (test.h:687) ==12310== Address 0x4892ad4 is 0 bytes after a block of size 44 alloc'd ==12310== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12310== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12310== by 0x4B3FF52: heap_alloc (webservices_private.h:398) ==12310== by 0x4B44A10: build_http_header (msg.c:1697) ==12310== by 0x4B44B62: message_insert_http_headers (msg.c:1738) ==12310== by 0x4B3A128: send_message (channel.c:1153) ==12310== by 0x4B3A789: WsSendMessage (channel.c:1289) ==12310== by 0x49A003D: test_WsSendMessage (proxy.c:301) ==12310== by 0x49A1E8A: func_proxy (proxy.c:737) ==12310== by 0x49E3F4C: run_test (test.h:603) ==12310== by 0x49E43AB: main (test.h:687) ==12310== { Memcheck:Addr2 fun:default_dbgstr_wn fun:NTDLL_dbgstr_wn fun:wine_dbgstr_wn fun:debugstr_w fun:WinHttpAddRequestHeaders fun:insert_http_header fun:message_insert_http_headers fun:send_message fun:WsSendMessage fun:test_WsSendMessage fun:func_proxy fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M webservices.dll -p webservices_test.exe.so reader && touch reader.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 reader.c:3734: Test failed: 55: got 7ff0000000000000 reader.c:3734: Test failed: 57: got 0 make[1]: *** [Makefile:308: 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:372: 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:18873: dlls/webservices/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wer/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wer.dll -p wer_test.exe.so main && touch main.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wer/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wiaservc/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wiaservc.dll -p wiaservc_test.exe.so wia && touch wia.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wiaservc/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/windowscodecs/tests' ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so bitmap && touch bitmap.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so bmpformat && touch bmpformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so converter && touch converter.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so gifformat && touch gifformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so icoformat && touch icoformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so info && touch info.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so metadata && touch metadata.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so palette && touch palette.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so pngformat && touch pngformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==12619== 396 bytes in 11 blocks are definitely lost in loss record 439 of 561 ==12619== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12619== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12619== by 0x580CCF4: IStream_Create (regstream.c:445) ==12619== by 0x580D4E7: SHCreateMemStream (regstream.c:667) ==12619== by 0x49C1C8C: create_decoder (pngformat.c:290) ==12619== by 0x49C44D8: test_color_formats (pngformat.c:727) ==12619== by 0x49C5918: func_pngformat (pngformat.c:849) ==12619== by 0x49D150B: run_test (test.h:603) ==12619== by 0x49D196A: main (test.h:687) ==12619== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IStream_Create fun:SHCreateMemStream fun:create_decoder fun:test_color_formats fun:func_pngformat fun:run_test fun:main } ==12619== 396 bytes in 11 blocks are definitely lost in loss record 440 of 561 ==12619== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12619== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12619== by 0x580CCF4: IStream_Create (regstream.c:445) ==12619== by 0x580D4E7: SHCreateMemStream (regstream.c:667) ==12619== by 0x49C1C8C: create_decoder (pngformat.c:290) ==12619== by 0x49C4A12: test_color_formats (pngformat.c:756) ==12619== by 0x49C5918: func_pngformat (pngformat.c:849) ==12619== by 0x49D150B: run_test (test.h:603) ==12619== by 0x49D196A: main (test.h:687) ==12619== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IStream_Create fun:SHCreateMemStream fun:create_decoder fun:test_color_formats fun:func_pngformat fun:run_test fun:main } ==12619== 540 bytes in 15 blocks are definitely lost in loss record 458 of 561 ==12619== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12619== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12619== by 0x580CCF4: IStream_Create (regstream.c:445) ==12619== by 0x580D4E7: SHCreateMemStream (regstream.c:667) ==12619== by 0x49C1C8C: create_decoder (pngformat.c:290) ==12619== by 0x49C4F01: test_color_formats (pngformat.c:785) ==12619== by 0x49C5918: func_pngformat (pngformat.c:849) ==12619== by 0x49D150B: run_test (test.h:603) ==12619== by 0x49D196A: main (test.h:687) ==12619== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IStream_Create fun:SHCreateMemStream fun:create_decoder fun:test_color_formats fun:func_pngformat fun:run_test fun:main } ==12619== 540 bytes in 15 blocks are definitely lost in loss record 459 of 561 ==12619== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12619== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12619== by 0x580CCF4: IStream_Create (regstream.c:445) ==12619== by 0x580D4E7: SHCreateMemStream (regstream.c:667) ==12619== by 0x49C1C8C: create_decoder (pngformat.c:290) ==12619== by 0x49C53CD: test_color_formats (pngformat.c:813) ==12619== by 0x49C5918: func_pngformat (pngformat.c:849) ==12619== by 0x49D150B: run_test (test.h:603) ==12619== by 0x49D196A: main (test.h:687) ==12619== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:IStream_Create fun:SHCreateMemStream fun:create_decoder fun:test_color_formats fun:func_pngformat fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so propertybag && touch propertybag.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so stream && touch stream.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecs.dll -p windowscodecs_test.exe.so tiffformat && touch tiffformat.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/windowscodecs/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/windowscodecsext/tests' ../../../tools/runtest -q -P wine -T ../../.. -M windowscodecsext.dll -p windowscodecsext_test.exe.so transform && touch transform.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/windowscodecsext/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/winhttp/tests' ../../../tools/runtest -q -P wine -T ../../.. -M winhttp.dll -p winhttp_test.exe.so notification && touch notification.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M winhttp.dll -p winhttp_test.exe.so url && touch url.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M winhttp.dll -p winhttp_test.exe.so winhttp && touch winhttp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ntlm_auth: error opening config file /etc/samba/smb.conf. Error was No such file or directory winhttp.c:2626: Test failed: got 401 make[1]: *** [Makefile:222: winhttp.ok] Error 1 make[1]: Target 'test' not remade because of errors. make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/winhttp/tests' make: *** [Makefile:19510: 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 ==12827== 61 bytes in 1 blocks are definitely lost in loss record 359 of 750 ==12827== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12827== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12827== by 0x7B44A382: HeapAlloc (heap.c:271) ==12827== by 0x7B44BBD1: LocalAlloc (heap.c:970) ==12827== by 0x4B4B908: HTTPREQ_QueryOption (http.c:2232) ==12827== by 0x4B5D41C: InternetQueryOptionW (internet.c:2555) ==12827== by 0x49BBDF5: test_security_flags (http.c:5774) ==12827== by 0x49C1BEB: func_http (http.c:6944) ==12827== by 0x49DA8BB: run_test (test.h:603) ==12827== by 0x49DAD1A: main (test.h:687) ==12827== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:HTTPREQ_QueryOption fun:InternetQueryOptionW fun:test_security_flags fun:func_http fun:run_test fun:main } ==12827== 73 bytes in 1 blocks are definitely lost in loss record 437 of 750 ==12827== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12827== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12827== by 0x7B44A382: HeapAlloc (heap.c:271) ==12827== by 0x7B44BBD1: LocalAlloc (heap.c:970) ==12827== by 0x4B4B895: HTTPREQ_QueryOption (http.c:2225) ==12827== by 0x4B5D41C: InternetQueryOptionW (internet.c:2555) ==12827== by 0x49BBDF5: test_security_flags (http.c:5774) ==12827== by 0x49C1BEB: func_http (http.c:6944) ==12827== by 0x49DA8BB: run_test (test.h:603) ==12827== by 0x49DAD1A: main (test.h:687) ==12827== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:LocalAlloc fun:HTTPREQ_QueryOption fun:InternetQueryOptionW fun:test_security_flags fun:func_http fun:run_test fun:main } ==12827== 256 bytes in 1 blocks are possibly lost in loss record 611 of 750 ==12827== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12827== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12827== by 0x4B45A2C: heap_alloc_zero (internet.h:99) ==12827== by 0x4B46181: get_server (http.c:285) ==12827== by 0x4B4EC75: HTTP_HttpOpenRequestW (http.c:3323) ==12827== by 0x4B4F195: HttpOpenRequestW (http.c:3432) ==12827== by 0x4B497F4: HttpOpenRequestA (http.c:1490) ==12827== by 0x49C0975: test_InternetCloseHandle (http.c:6700) ==12827== by 0x49C1B8D: func_http (http.c:6939) ==12827== by 0x49DA8BB: run_test (test.h:603) ==12827== by 0x49DAD1A: main (test.h:687) ==12827== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:get_server fun:HTTP_HttpOpenRequestW fun:HttpOpenRequestW fun:HttpOpenRequestA fun:test_InternetCloseHandle fun:func_http fun:run_test fun:main } ==12827== 256 bytes in 1 blocks are possibly lost in loss record 612 of 750 ==12827== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12827== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12827== by 0x4B45A2C: heap_alloc_zero (internet.h:99) ==12827== by 0x4B46181: get_server (http.c:285) ==12827== by 0x4B4EC75: HTTP_HttpOpenRequestW (http.c:3323) ==12827== by 0x4B4F195: HttpOpenRequestW (http.c:3432) ==12827== by 0x4B497F4: HttpOpenRequestA (http.c:1490) ==12827== by 0x49BADA8: test_security_flags (http.c:5653) ==12827== by 0x49C1BEB: func_http (http.c:6944) ==12827== by 0x49DA8BB: run_test (test.h:603) ==12827== by 0x49DAD1A: main (test.h:687) ==12827== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:get_server fun:HTTP_HttpOpenRequestW fun:HttpOpenRequestW fun:HttpOpenRequestA fun:test_security_flags fun:func_http fun:run_test fun:main } ==12827== 256 bytes in 1 blocks are possibly lost in loss record 613 of 750 ==12827== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12827== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12827== by 0x4B45A2C: heap_alloc_zero (internet.h:99) ==12827== by 0x4B46181: get_server (http.c:285) ==12827== by 0x4B4EC75: HTTP_HttpOpenRequestW (http.c:3323) ==12827== by 0x4B4F195: HttpOpenRequestW (http.c:3432) ==12827== by 0x4B497F4: HttpOpenRequestA (http.c:1490) ==12827== by 0x49BFFD7: test_async_HttpSendRequestEx (http.c:6584) ==12827== by 0x49C1C59: func_http (http.c:6951) ==12827== by 0x49DA8BB: run_test (test.h:603) ==12827== by 0x49DAD1A: main (test.h:687) ==12827== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:get_server fun:HTTP_HttpOpenRequestW fun:HttpOpenRequestW fun:HttpOpenRequestA fun:test_async_HttpSendRequestEx fun:func_http fun:run_test fun:main } ==12827== 256 bytes in 1 blocks are possibly lost in loss record 616 of 750 ==12827== at 0x7BC50D3B: notify_alloc (heap.c:254) ==12827== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==12827== by 0x4B45A2C: heap_alloc_zero (internet.h:99) ==12827== by 0x4B46181: get_server (http.c:285) ==12827== by 0x4B4EC75: HTTP_HttpOpenRequestW (http.c:3323) ==12827== by 0x4B4F195: HttpOpenRequestW (http.c:3432) ==12827== by 0x4B497F4: HttpOpenRequestA (http.c:1490) ==12827== by 0x49BEF3A: test_bogus_accept_types_array (http.c:6191) ==12827== by 0x49C1C89: func_http (http.c:6960) ==12827== by 0x49DA8BB: run_test (test.h:603) ==12827== by 0x49DAD1A: main (test.h:687) ==12827== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc_zero fun:get_server fun:HTTP_HttpOpenRequestW fun:HttpOpenRequestW fun:HttpOpenRequestA fun:test_bogus_accept_types_array fun:func_http fun:run_test fun:main } ../../../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 ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so generated && touch generated.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so joystick && touch joystick.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 joystick.c:116: Tests skipped: This test requires a real joystick. ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so mcicda && touch mcicda.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 mcicda.c:174: Tests skipped: No CD-ROM in drive. ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so midi && touch midi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so mixer && touch mixer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13154== 12 bytes in 1 blocks are possibly lost in loss record 74 of 664 ==13154== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13154== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13154== by 0x5F044D4: MMDevEnum_RegisterEndpointNotificationCallback (devenum.c:1261) ==13154== by 0x4B28E7F: IMMDeviceEnumerator_RegisterEndpointNotificationCallback (mmdeviceapi.h:675) ==13154== by 0x4B28E7F: WINMM_InitMMDevices (???:0) ==13154== by 0x4B3185B: mixerGetNumDevs (waveform.c:3689) ==13154== by 0x49ADB6F: test_mixerOpen (mixer.c:1023) ==13154== by 0x49AE0D2: func_mixer (mixer.c:1106) ==13154== by 0x49BEAB3: run_test (test.h:603) ==13154== by 0x49BEF12: main (test.h:687) ==13154== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:MMDevEnum_RegisterEndpointNotificationCallback fun:IMMDeviceEnumerator_RegisterEndpointNotificationCallback fun:WINMM_InitMMDevices fun:mixerGetNumDevs fun:test_mixerOpen fun:func_mixer fun:run_test fun:main } ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so mmio && touch mmio.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so timer && touch timer.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so wave && touch wave.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/winmm/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/winspool.drv/tests' ../../../tools/runtest -q -P wine -T ../../.. -M winspool.drv -p winspool.drv_test.exe.so info && touch info.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 info.c:2354: Tests skipped: Level 1 not supported info.c:2354: Tests skipped: Level 3 not supported ==13472== 156 bytes in 1 blocks are definitely lost in loss record 447 of 645 ==13472== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13472== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13472== by 0x4AE5AB6: DEVMODEdupWtoA (info.c:421) ==13472== by 0x4AFE886: get_job_info_2 (info.c:7990) ==13472== by 0x4AFEB6B: get_job_info (info.c:8070) ==13472== by 0x4AFEC44: GetJobA (info.c:8105) ==13472== by 0x499EA82: test_OpenPrinter_defaults (info.c:3029) ==13472== by 0x499EECB: func_info (info.c:3089) ==13472== by 0x499FD93: run_test (test.h:603) ==13472== by 0x49A01F1: main (test.h:687) ==13472== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:DEVMODEdupWtoA fun:get_job_info_2 fun:get_job_info fun:GetJobA fun:test_OpenPrinter_defaults fun:func_info fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/winspool.drv/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wintab32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wintab32.dll -p wintab32_test.exe.so context && touch context.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wintab32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wintrust/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wintrust.dll -p wintrust_test.exe.so asn && touch asn.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wintrust.dll -p wintrust_test.exe.so crypt && touch crypt.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wintrust.dll -p wintrust_test.exe.so register && touch register.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wintrust.dll -p wintrust_test.exe.so softpub && touch softpub.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13547== 28 bytes in 1 blocks are definitely lost in loss record 139 of 490 ==13547== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13547== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13547== by 0x4AF9D95: WINTRUST_Alloc (wintrust_main.c:47) ==13547== by 0x4AF6FB3: SOFTPUB_GetSIP (softpub.c:148) ==13547== by 0x4AF7851: SOFTPUB_LoadFileMessage (softpub.c:363) ==13547== by 0x4AF7B0F: SoftpubLoadMessage (softpub.c:441) ==13547== by 0x499F8B6: testObjTrust (softpub.c:385) ==13547== by 0x49A0185: test_provider_funcs (softpub.c:640) ==13547== by 0x49A11EE: func_softpub (softpub.c:935) ==13547== by 0x49A2089: run_test (test.h:603) ==13547== by 0x49A24E8: main (test.h:687) ==13547== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINTRUST_Alloc fun:SOFTPUB_GetSIP fun:SOFTPUB_LoadFileMessage fun:SoftpubLoadMessage fun:testObjTrust fun:test_provider_funcs fun:func_softpub fun:run_test fun:main } ==13547== 28 bytes in 1 blocks are definitely lost in loss record 140 of 490 ==13547== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13547== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13547== by 0x4AF9D95: WINTRUST_Alloc (wintrust_main.c:47) ==13547== by 0x4AF6FB3: SOFTPUB_GetSIP (softpub.c:148) ==13547== by 0x4AF7851: SOFTPUB_LoadFileMessage (softpub.c:363) ==13547== by 0x4AF7B0F: SoftpubLoadMessage (softpub.c:441) ==13547== by 0x499FA5B: testObjTrust (softpub.c:404) ==13547== by 0x49A0185: test_provider_funcs (softpub.c:640) ==13547== by 0x49A11EE: func_softpub (softpub.c:935) ==13547== by 0x49A2089: run_test (test.h:603) ==13547== by 0x49A24E8: main (test.h:687) ==13547== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINTRUST_Alloc fun:SOFTPUB_GetSIP fun:SOFTPUB_LoadFileMessage fun:SoftpubLoadMessage fun:testObjTrust fun:test_provider_funcs fun:func_softpub fun:run_test fun:main } ==13547== 80 bytes in 1 blocks are definitely lost in loss record 276 of 490 ==13547== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13547== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13547== by 0x4AF9D95: WINTRUST_Alloc (wintrust_main.c:47) ==13547== by 0x4AF70AD: SOFTPUB_GetMessageFromFile (softpub.c:172) ==13547== by 0x4AF7882: SOFTPUB_LoadFileMessage (softpub.c:366) ==13547== by 0x4AF7B0F: SoftpubLoadMessage (softpub.c:441) ==13547== by 0x499F8B6: testObjTrust (softpub.c:385) ==13547== by 0x49A0185: test_provider_funcs (softpub.c:640) ==13547== by 0x49A11EE: func_softpub (softpub.c:935) ==13547== by 0x49A2089: run_test (test.h:603) ==13547== by 0x49A24E8: main (test.h:687) ==13547== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINTRUST_Alloc fun:SOFTPUB_GetMessageFromFile fun:SOFTPUB_LoadFileMessage fun:SoftpubLoadMessage fun:testObjTrust fun:test_provider_funcs fun:func_softpub fun:run_test fun:main } ==13547== 136 bytes in 1 blocks are definitely lost in loss record 346 of 490 ==13547== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13547== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13547== by 0x4AF9D95: WINTRUST_Alloc (wintrust_main.c:47) ==13547== by 0x4AFA33D: WINTRUST_AllocateProviderData (wintrust_main.c:207) ==13547== by 0x4AFA61E: WINTRUST_DefaultVerify (wintrust_main.c:286) ==13547== by 0x4AFC4FC: WinVerifyTrust (wintrust_main.c:731) ==13547== by 0x49A0A9B: test_wintrust (softpub.c:845) ==13547== by 0x49A11F8: func_softpub (softpub.c:937) ==13547== by 0x49A2089: run_test (test.h:603) ==13547== by 0x49A24E8: main (test.h:687) ==13547== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:WINTRUST_Alloc fun:WINTRUST_AllocateProviderData fun:WINTRUST_DefaultVerify fun:WinVerifyTrust fun:test_wintrust fun:func_softpub fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wintrust/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wlanapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wlanapi.dll -p wlanapi_test.exe.so wlanapi && touch wlanapi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 wlanapi.c:153: Tests skipped: No wireless interfaces make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wlanapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wldap32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wldap32.dll -p wldap32_test.exe.so parse && touch parse.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wldap32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wmiutils/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wmiutils.dll -p wmiutils_test.exe.so path && touch path.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wmiutils/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wmp/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wmp.dll -p wmp_test.exe.so oleobj && touch oleobj.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wmp/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wmvcore/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wmvcore.dll -p wmvcore_test.exe.so wmvcore && touch wmvcore.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wmvcore/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wpc/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wpc.dll -p wpc_test.exe.so wpc && touch wpc.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wpc/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/ws2_32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M ws2_32.dll -p ws2_32_test.exe.so protocol && touch protocol.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M ws2_32.dll -p ws2_32_test.exe.so sock && touch sock.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 sock.c:2621: Tests skipped: SOCK_RAW is not supported sock.c:2667: Test failed: Expected 10047, received 10043 sock.c:2668: Tests skipped: IPX is not supported ==13663== Invalid free() / delete / delete[] / realloc() ==13663== at 0x7BC50E47: notify_realloc (heap.c:270) ==13663== by 0x7BC557DA: RtlReAllocateHeap (heap.c:1860) ==13663== by 0x4B348AE: WS_get_local_ips (socket.c:6257) ==13663== by 0x4B34BD2: WS_gethostbyname (socket.c:6340) ==13663== by 0x49ACC31: test_getsockname (sock.c:4570) ==13663== by 0x49CF2EE: func_sock (sock.c:10846) ==13663== by 0x49D023B: run_test (test.h:603) ==13663== by 0x49D069A: main (test.h:687) ==13663== Address 0x5eb2ae0 is 0 bytes after a recently re-allocated block of size 0 alloc'd ==13663== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13663== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13663== by 0x4B3470E: WS_get_local_ips (socket.c:6223) ==13663== by 0x4B34BD2: WS_gethostbyname (socket.c:6340) ==13663== by 0x49ACC31: test_getsockname (sock.c:4570) ==13663== by 0x49CF2EE: func_sock (sock.c:10846) ==13663== by 0x49D023B: run_test (test.h:603) ==13663== by 0x49D069A: main (test.h:687) ==13663== { 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 } ==13663== Invalid free() / delete / delete[] / realloc() ==13663== at 0x7BC50E47: notify_realloc (heap.c:270) ==13663== by 0x7BC55908: RtlReAllocateHeap (heap.c:1896) ==13663== by 0x4B348AE: WS_get_local_ips (socket.c:6257) ==13663== by 0x4B34BD2: WS_gethostbyname (socket.c:6340) ==13663== by 0x49C4F28: test_sioAddressListChange (sock.c:9155) ==13663== by 0x49CF376: func_sock (sock.c:10874) ==13663== by 0x49D023B: run_test (test.h:603) ==13663== by 0x49D069A: main (test.h:687) ==13663== Address 0x4968df0 is 0 bytes after a recently re-allocated block of size 0 alloc'd ==13663== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13663== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13663== by 0x4B3470E: WS_get_local_ips (socket.c:6223) ==13663== by 0x4B34BD2: WS_gethostbyname (socket.c:6340) ==13663== by 0x49C4F28: test_sioAddressListChange (sock.c:9155) ==13663== by 0x49CF376: func_sock (sock.c:10874) ==13663== by 0x49D023B: run_test (test.h:603) ==13663== by 0x49D069A: main (test.h:687) ==13663== { Memcheck:Free fun:notify_realloc fun:RtlReAllocateHeap fun:WS_get_local_ips fun:WS_gethostbyname fun:test_sioAddressListChange fun:func_sock fun:run_test fun:main } sock.c:9311: Tests skipped: Cannot test SIO_ADDRESS_LIST_CHANGE, interactive tests must be enabled make[1]: *** [Makefile:207: 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:20333: dlls/ws2_32/tests/test] Error 2 make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wsdapi/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wsdapi.dll -p wsdapi_test.exe.so address && touch address.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wsdapi.dll -p wsdapi_test.exe.so discovery && touch discovery.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ../../../tools/runtest -q -P wine -T ../../.. -M wsdapi.dll -p wsdapi_test.exe.so memory && touch memory.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13787== 1,048 bytes in 1 blocks are possibly lost in loss record 216 of 236 ==13787== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13787== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13787== by 0x421ECB7: WSDAllocateLinkedMemory (memory.c:87) ==13787== by 0x4995DF8: AllocateLinkedMemory_tests (memory.c:55) ==13787== by 0x4995F1A: func_memory (memory.c:73) ==13787== by 0x499C535: run_test (test.h:603) ==13787== by 0x499C994: main (test.h:687) ==13787== { 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 ==13811== 34 bytes in 1 blocks are possibly lost in loss record 70 of 238 ==13811== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13811== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13811== by 0x421ECB7: WSDAllocateLinkedMemory (memory.c:87) ==13811== by 0x421FEAC: duplicate_string (xml.c:42) ==13811== by 0x421FF3D: duplicate_namespace (xml.c:65) ==13811== by 0x4220E48: IWSDXMLContextImpl_AddNamespace (xml.c:550) ==13811== by 0x499B459: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==13811== by 0x499B459: XMLContext_AddNameToNamespace_tests (???:0) ==13811== by 0x499B682: func_xml (xml.c:624) ==13811== by 0x499C535: run_test (test.h:603) ==13811== by 0x499C994: main (test.h:687) ==13811== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:WSDAllocateLinkedMemory fun:duplicate_string fun:duplicate_namespace fun:IWSDXMLContextImpl_AddNamespace fun:IWSDXMLContext_AddNamespace fun:XMLContext_AddNameToNamespace_tests fun:func_xml fun:run_test fun:main } ==13811== 40 bytes in 1 blocks are possibly lost in loss record 85 of 238 ==13811== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13811== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13811== by 0x421ECB7: WSDAllocateLinkedMemory (memory.c:87) ==13811== by 0x421FEF7: duplicate_namespace (xml.c:52) ==13811== by 0x4220E48: IWSDXMLContextImpl_AddNamespace (xml.c:550) ==13811== by 0x499B459: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==13811== by 0x499B459: XMLContext_AddNameToNamespace_tests (???:0) ==13811== by 0x499B682: func_xml (xml.c:624) ==13811== by 0x499C535: run_test (test.h:603) ==13811== by 0x499C994: main (test.h:687) ==13811== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:WSDAllocateLinkedMemory fun:duplicate_namespace fun:IWSDXMLContextImpl_AddNamespace fun:IWSDXMLContext_AddNamespace fun:XMLContext_AddNameToNamespace_tests fun:func_xml fun:run_test fun:main } ==13811== 60 bytes in 1 blocks are possibly lost in loss record 110 of 238 ==13811== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13811== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13811== by 0x421ECB7: WSDAllocateLinkedMemory (memory.c:87) ==13811== by 0x421FEAC: duplicate_string (xml.c:42) ==13811== by 0x421FF59: duplicate_namespace (xml.c:66) ==13811== by 0x4220E48: IWSDXMLContextImpl_AddNamespace (xml.c:550) ==13811== by 0x499B459: IWSDXMLContext_AddNamespace (wsdxml.h:153) ==13811== by 0x499B459: XMLContext_AddNameToNamespace_tests (???:0) ==13811== by 0x499B682: func_xml (xml.c:624) ==13811== by 0x499C535: run_test (test.h:603) ==13811== by 0x499C994: main (test.h:687) ==13811== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:WSDAllocateLinkedMemory fun:duplicate_string fun:duplicate_namespace fun:IWSDXMLContextImpl_AddNamespace fun:IWSDXMLContext_AddNamespace fun:XMLContext_AddNameToNamespace_tests fun:func_xml fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wsdapi/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wshom.ocx/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wshom.ocx -p wshom.ocx_test.exe.so wshom && touch wshom.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wshom.ocx/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wsnmp32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wsnmp32.dll -p wsnmp32_test.exe.so wsnmp && touch wsnmp.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wsnmp32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/wtsapi32/tests' ../../../tools/runtest -q -P wine -T ../../.. -M wtsapi32.dll -p wtsapi32_test.exe.so wtsapi && touch wtsapi.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/wtsapi32/tests' make[1]: Entering directory '/home/austin/wine-valgrind/dlls/xaudio2_7/tests' ../../../tools/runtest -q -P wine -T ../../.. -M xaudio2_7.dll -p xaudio2_7_test.exe.so xaudio2 && touch xaudio2.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==13878== 8 bytes in 1 blocks are definitely lost in loss record 64 of 729 ==13878== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13878== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13878== by 0x5B17DD4: make_xaudio2_factory (xaudio_dll.c:2095) ==13878== by 0x5B18281: XAudio2Create (xaudio_dll.c:2159) ==13878== by 0x4997741: func_xaudio2 (xaudio2.c:1150) ==13878== by 0x499874F: run_test (test.h:603) ==13878== by 0x4998BAD: main (test.h:687) ==13878== { 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 } ==13878== 12 bytes in 1 blocks are definitely lost in loss record 94 of 729 ==13878== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13878== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13878== by 0x5B10A12: make_xapo_factory (xapofx.c:782) ==13878== by 0x5B10A6D: CreateAudioVolumeMeter (xapofx.c:795) ==13878== by 0x49971A7: test_xapo_creation_modern (xaudio2.c:1053) ==13878== by 0x4997463: test_xapo_creation (xaudio2.c:1089) ==13878== by 0x49975B4: func_xaudio2 (xaudio2.c:1122) ==13878== by 0x499874F: run_test (test.h:603) ==13878== by 0x4998BAD: main (test.h:687) ==13878== { 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 } ==13878== 12 bytes in 1 blocks are definitely lost in loss record 95 of 729 ==13878== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13878== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13878== by 0x5B10A12: make_xapo_factory (xapofx.c:782) ==13878== by 0x5B10AFA: CreateAudioReverb (xapofx.c:809) ==13878== by 0x49972D4: test_xapo_creation_modern (xaudio2.c:1067) ==13878== by 0x4997463: test_xapo_creation (xaudio2.c:1089) ==13878== by 0x49975B4: func_xaudio2 (xaudio2.c:1122) ==13878== by 0x499874F: run_test (test.h:603) ==13878== by 0x4998BAD: main (test.h:687) ==13878== { 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 } ==13878== 12 bytes in 1 blocks are definitely lost in loss record 96 of 729 ==13878== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13878== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13878== by 0x5B10A12: make_xapo_factory (xapofx.c:782) ==13878== by 0x5B10A6D: CreateAudioVolumeMeter (xapofx.c:795) ==13878== by 0x49936DB: test_simple_streaming (xaudio2.c:293) ==13878== by 0x4997807: func_xaudio2 (xaudio2.c:1158) ==13878== by 0x499874F: run_test (test.h:603) ==13878== by 0x4998BAD: main (test.h:687) ==13878== { 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 } ==13878== 48 bytes in 4 blocks are definitely lost in loss record 344 of 729 ==13878== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13878== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13878== by 0x5B10A12: make_xapo_factory (xapofx.c:782) ==13878== by 0x5B10C35: CreateFX (xapofx.c:835) ==13878== by 0x4996E99: test_xapo_creation_modern (xaudio2.c:1018) ==13878== by 0x4997463: test_xapo_creation (xaudio2.c:1089) ==13878== by 0x49975B4: func_xaudio2 (xaudio2.c:1122) ==13878== by 0x499874F: run_test (test.h:603) ==13878== by 0x4998BAD: main (test.h:687) ==13878== { 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 ==13923== 8 bytes in 1 blocks are possibly lost in loss record 24 of 263 ==13923== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13923== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13923== by 0x7B44A382: HeapAlloc (heap.c:271) ==13923== by 0x7B44A615: GlobalAlloc (heap.c:377) ==13923== by 0x4B61EC2: CreateStreamOnHGlobal (hglobalstream.c:602) ==13923== by 0x49A126D: test_writeroutput (writer.c:451) ==13923== by 0x49A7C8F: func_writer (writer.c:1586) ==13923== by 0x49A8B66: run_test (test.h:603) ==13923== by 0x49A8FC5: main (test.h:687) ==13923== { Memcheck:Leak match-leak-kinds: possible fun:notify_alloc fun:RtlAllocateHeap fun:HeapAlloc fun:GlobalAlloc fun:CreateStreamOnHGlobal fun:test_writeroutput fun:func_writer fun:run_test fun:main } ==13923== 44 bytes in 1 blocks are definitely lost in loss record 116 of 263 ==13923== at 0x7BC50D3B: notify_alloc (heap.c:254) ==13923== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==13923== by 0x4AFAD65: heap_alloc (xmllite_private.h:28) ==13923== by 0x4AFE8EF: create_writer_output (writer.c:1493) ==13923== by 0x4AFEBCE: CreateXmlWriterOutputWithEncodingCodePage (writer.c:1555) ==13923== by 0x49A12BE: test_writeroutput (writer.c:454) ==13923== by 0x49A7C8F: func_writer (writer.c:1586) ==13923== by 0x49A8B66: run_test (test.h:603) ==13923== by 0x49A8FC5: main (test.h:687) ==13923== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_alloc fun:create_writer_output fun:CreateXmlWriterOutputWithEncodingCodePage fun:test_writeroutput fun:func_writer fun:run_test fun:main } make[1]: Leaving directory '/home/austin/wine-valgrind/dlls/xmllite/tests' make[1]: Entering directory '/home/austin/wine-valgrind/programs/cmd/tests' ../../../tools/runtest -q -P wine -T ../../.. -M cmd.exe -p cmd.exe_test.exe.so batch && touch batch.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/programs/cmd/tests' make[1]: Entering directory '/home/austin/wine-valgrind/programs/reg/tests' ../../../tools/runtest -q -P wine -T ../../.. -M reg.exe -p reg.exe_test.exe.so reg && touch reg.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15166== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==15166== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15166== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15166== by 0x483EF26: heap_xalloc (reg.c:82) ==15166== by 0x4840BB4: get_long_key (reg.c:871) ==15166== by 0x4840C9D: parse_registry_key (reg.c:891) ==15166== by 0x4840F4D: wmain (reg.c:997) ==15166== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15166== by 0x7B46CA0B: ??? (process.c:1073) ==15166== by 0x7B46CB60: start_process (process.c:1124) ==15166== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15166== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15166== by 0x7BC91159: ??? (signal_i386.c:2867) ==15166== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15173== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15173== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15173== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15173== by 0x483EF26: heap_xalloc (reg.c:82) ==15173== by 0x4840BB4: get_long_key (reg.c:871) ==15173== by 0x4840C9D: parse_registry_key (reg.c:891) ==15173== by 0x4840F4D: wmain (reg.c:997) ==15173== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15173== by 0x7B46CA0B: ??? (process.c:1073) ==15173== by 0x7B46CB60: start_process (process.c:1124) ==15173== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15173== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15173== by 0x7BC91159: ??? (signal_i386.c:2867) ==15173== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15211== 102 bytes in 1 blocks are definitely lost in loss record 170 of 259 ==15211== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15211== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15211== by 0x483EF26: heap_xalloc (reg.c:82) ==15211== by 0x4840BB4: get_long_key (reg.c:871) ==15211== by 0x4840C9D: parse_registry_key (reg.c:891) ==15211== by 0x4840F4D: wmain (reg.c:997) ==15211== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15211== by 0x7B46CA0B: ??? (process.c:1073) ==15211== by 0x7B46CB60: start_process (process.c:1124) ==15211== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15211== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15211== by 0x7BC91159: ??? (signal_i386.c:2867) ==15211== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15215== 100 bytes in 1 blocks are definitely lost in loss record 170 of 259 ==15215== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15215== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15215== by 0x483EF26: heap_xalloc (reg.c:82) ==15215== by 0x4840BB4: get_long_key (reg.c:871) ==15215== by 0x4840C9D: parse_registry_key (reg.c:891) ==15215== by 0x4840F4D: wmain (reg.c:997) ==15215== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15215== by 0x7B46CA0B: ??? (process.c:1073) ==15215== by 0x7B46CB60: start_process (process.c:1124) ==15215== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15215== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15215== by 0x7BC91159: ??? (signal_i386.c:2867) ==15215== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15223== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15223== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15223== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15223== by 0x483EF26: heap_xalloc (reg.c:82) ==15223== by 0x4840BB4: get_long_key (reg.c:871) ==15223== by 0x4840C9D: parse_registry_key (reg.c:891) ==15223== by 0x4840F4D: wmain (reg.c:997) ==15223== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15223== by 0x7B46CA0B: ??? (process.c:1073) ==15223== by 0x7B46CB60: start_process (process.c:1124) ==15223== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15223== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15223== by 0x7BC91159: ??? (signal_i386.c:2867) ==15223== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15238== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15238== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15238== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15238== by 0x483EF26: heap_xalloc (reg.c:82) ==15238== by 0x4840BB4: get_long_key (reg.c:871) ==15238== by 0x4840C9D: parse_registry_key (reg.c:891) ==15238== by 0x4840F4D: wmain (reg.c:997) ==15238== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15238== by 0x7B46CA0B: ??? (process.c:1073) ==15238== by 0x7B46CB60: start_process (process.c:1124) ==15238== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15238== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15238== by 0x7BC91159: ??? (signal_i386.c:2867) ==15238== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15243== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15243== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15243== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15243== by 0x483EF26: heap_xalloc (reg.c:82) ==15243== by 0x4840BB4: get_long_key (reg.c:871) ==15243== by 0x4840C9D: parse_registry_key (reg.c:891) ==15243== by 0x4840F4D: wmain (reg.c:997) ==15243== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15243== by 0x7B46CA0B: ??? (process.c:1073) ==15243== by 0x7B46CB60: start_process (process.c:1124) ==15243== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15243== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15243== by 0x7BC91159: ??? (signal_i386.c:2867) ==15243== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15254== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==15254== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15254== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15254== by 0x483EF26: heap_xalloc (reg.c:82) ==15254== by 0x4840BB4: get_long_key (reg.c:871) ==15254== by 0x4840C9D: parse_registry_key (reg.c:891) ==15254== by 0x4840F4D: wmain (reg.c:997) ==15254== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15254== by 0x7B46CA0B: ??? (process.c:1073) ==15254== by 0x7B46CB60: start_process (process.c:1124) ==15254== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15254== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15254== by 0x7BC91159: ??? (signal_i386.c:2867) ==15254== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15257== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15257== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15257== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15257== by 0x483EF26: heap_xalloc (reg.c:82) ==15257== by 0x4840BB4: get_long_key (reg.c:871) ==15257== by 0x4840C9D: parse_registry_key (reg.c:891) ==15257== by 0x4840F4D: wmain (reg.c:997) ==15257== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15257== by 0x7B46CA0B: ??? (process.c:1073) ==15257== by 0x7B46CB60: start_process (process.c:1124) ==15257== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15257== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15257== by 0x7BC91159: ??? (signal_i386.c:2867) ==15257== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15262== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==15262== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15262== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15262== by 0x483EF26: heap_xalloc (reg.c:82) ==15262== by 0x4840BB4: get_long_key (reg.c:871) ==15262== by 0x4840C9D: parse_registry_key (reg.c:891) ==15262== by 0x4840F4D: wmain (reg.c:997) ==15262== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15262== by 0x7B46CA0B: ??? (process.c:1073) ==15262== by 0x7B46CB60: start_process (process.c:1124) ==15262== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15262== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15262== by 0x7BC91159: ??? (signal_i386.c:2867) ==15262== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15276== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15276== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15276== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15276== by 0x483EF26: heap_xalloc (reg.c:82) ==15276== by 0x4840BB4: get_long_key (reg.c:871) ==15276== by 0x4840C9D: parse_registry_key (reg.c:891) ==15276== by 0x4840F4D: wmain (reg.c:997) ==15276== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15276== by 0x7B46CA0B: ??? (process.c:1073) ==15276== by 0x7B46CB60: start_process (process.c:1124) ==15276== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15276== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15276== by 0x7BC91159: ??? (signal_i386.c:2867) ==15276== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15288== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15288== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15288== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15288== by 0x483EF26: heap_xalloc (reg.c:82) ==15288== by 0x4840BB4: get_long_key (reg.c:871) ==15288== by 0x4840C9D: parse_registry_key (reg.c:891) ==15288== by 0x4840F4D: wmain (reg.c:997) ==15288== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15288== by 0x7B46CA0B: ??? (process.c:1073) ==15288== by 0x7B46CB60: start_process (process.c:1124) ==15288== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15288== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15288== by 0x7BC91159: ??? (signal_i386.c:2867) ==15288== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15292== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15292== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15292== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15292== by 0x483EF26: heap_xalloc (reg.c:82) ==15292== by 0x4840BB4: get_long_key (reg.c:871) ==15292== by 0x4840C9D: parse_registry_key (reg.c:891) ==15292== by 0x4840F4D: wmain (reg.c:997) ==15292== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15292== by 0x7B46CA0B: ??? (process.c:1073) ==15292== by 0x7B46CB60: start_process (process.c:1124) ==15292== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15292== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15292== by 0x7BC91159: ??? (signal_i386.c:2867) ==15292== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15325== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15325== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15325== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15325== by 0x483EF26: heap_xalloc (reg.c:82) ==15325== by 0x4840BB4: get_long_key (reg.c:871) ==15325== by 0x4840C9D: parse_registry_key (reg.c:891) ==15325== by 0x4840F4D: wmain (reg.c:997) ==15325== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15325== by 0x7B46CA0B: ??? (process.c:1073) ==15325== by 0x7B46CB60: start_process (process.c:1124) ==15325== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15325== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15325== by 0x7BC91159: ??? (signal_i386.c:2867) ==15325== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15330== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==15330== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15330== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15330== by 0x483EF26: heap_xalloc (reg.c:82) ==15330== by 0x4840BB4: get_long_key (reg.c:871) ==15330== by 0x4840C9D: parse_registry_key (reg.c:891) ==15330== by 0x4840F4D: wmain (reg.c:997) ==15330== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15330== by 0x7B46CA0B: ??? (process.c:1073) ==15330== by 0x7B46CB60: start_process (process.c:1124) ==15330== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15330== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15330== by 0x7BC91159: ??? (signal_i386.c:2867) ==15330== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15339== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15339== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15339== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15339== by 0x483EF26: heap_xalloc (reg.c:82) ==15339== by 0x4840BB4: get_long_key (reg.c:871) ==15339== by 0x4840C9D: parse_registry_key (reg.c:891) ==15339== by 0x4840F4D: wmain (reg.c:997) ==15339== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15339== by 0x7B46CA0B: ??? (process.c:1073) ==15339== by 0x7B46CB60: start_process (process.c:1124) ==15339== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15339== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15339== by 0x7BC91159: ??? (signal_i386.c:2867) ==15339== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15343== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15343== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15343== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15343== by 0x483EF26: heap_xalloc (reg.c:82) ==15343== by 0x4840BB4: get_long_key (reg.c:871) ==15343== by 0x4840C9D: parse_registry_key (reg.c:891) ==15343== by 0x4840F4D: wmain (reg.c:997) ==15343== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15343== by 0x7B46CA0B: ??? (process.c:1073) ==15343== by 0x7B46CB60: start_process (process.c:1124) ==15343== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15343== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15343== by 0x7BC91159: ??? (signal_i386.c:2867) ==15343== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15350== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15350== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15350== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15350== by 0x483EF26: heap_xalloc (reg.c:82) ==15350== by 0x4840BB4: get_long_key (reg.c:871) ==15350== by 0x4840C9D: parse_registry_key (reg.c:891) ==15350== by 0x4840F4D: wmain (reg.c:997) ==15350== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15350== by 0x7B46CA0B: ??? (process.c:1073) ==15350== by 0x7B46CB60: start_process (process.c:1124) ==15350== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15350== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15350== by 0x7BC91159: ??? (signal_i386.c:2867) ==15350== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15363== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15363== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15363== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15363== by 0x483EF26: heap_xalloc (reg.c:82) ==15363== by 0x4840BB4: get_long_key (reg.c:871) ==15363== by 0x4840C9D: parse_registry_key (reg.c:891) ==15363== by 0x4840F4D: wmain (reg.c:997) ==15363== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15363== by 0x7B46CA0B: ??? (process.c:1073) ==15363== by 0x7B46CB60: start_process (process.c:1124) ==15363== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15363== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15363== by 0x7BC91159: ??? (signal_i386.c:2867) ==15363== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15374== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15374== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15374== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15374== by 0x483EF26: heap_xalloc (reg.c:82) ==15374== by 0x4840BB4: get_long_key (reg.c:871) ==15374== by 0x4840C9D: parse_registry_key (reg.c:891) ==15374== by 0x4840F4D: wmain (reg.c:997) ==15374== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15374== by 0x7B46CA0B: ??? (process.c:1073) ==15374== by 0x7B46CB60: start_process (process.c:1124) ==15374== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15374== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15374== by 0x7BC91159: ??? (signal_i386.c:2867) ==15374== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15379== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15379== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15379== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15379== by 0x483EF26: heap_xalloc (reg.c:82) ==15379== by 0x4840BB4: get_long_key (reg.c:871) ==15379== by 0x4840C9D: parse_registry_key (reg.c:891) ==15379== by 0x4840F4D: wmain (reg.c:997) ==15379== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15379== by 0x7B46CA0B: ??? (process.c:1073) ==15379== by 0x7B46CB60: start_process (process.c:1124) ==15379== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15379== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15379== by 0x7BC91159: ??? (signal_i386.c:2867) ==15379== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15384== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15384== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15384== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15384== by 0x483EF26: heap_xalloc (reg.c:82) ==15384== by 0x4840BB4: get_long_key (reg.c:871) ==15384== by 0x4840C9D: parse_registry_key (reg.c:891) ==15384== by 0x4840F4D: wmain (reg.c:997) ==15384== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15384== by 0x7B46CA0B: ??? (process.c:1073) ==15384== by 0x7B46CB60: start_process (process.c:1124) ==15384== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15384== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15384== by 0x7BC91159: ??? (signal_i386.c:2867) ==15384== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15391== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15391== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15391== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15391== by 0x483EF26: heap_xalloc (reg.c:82) ==15391== by 0x4840BB4: get_long_key (reg.c:871) ==15391== by 0x4840C9D: parse_registry_key (reg.c:891) ==15391== by 0x4840F4D: wmain (reg.c:997) ==15391== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15391== by 0x7B46CA0B: ??? (process.c:1073) ==15391== by 0x7B46CB60: start_process (process.c:1124) ==15391== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15391== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15391== by 0x7BC91159: ??? (signal_i386.c:2867) ==15391== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15404== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15404== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15404== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15404== by 0x483EF26: heap_xalloc (reg.c:82) ==15404== by 0x4840BB4: get_long_key (reg.c:871) ==15404== by 0x4840C9D: parse_registry_key (reg.c:891) ==15404== by 0x4840F4D: wmain (reg.c:997) ==15404== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15404== by 0x7B46CA0B: ??? (process.c:1073) ==15404== by 0x7B46CB60: start_process (process.c:1124) ==15404== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15404== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15404== by 0x7BC91159: ??? (signal_i386.c:2867) ==15404== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15409== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15409== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15409== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15409== by 0x483EF26: heap_xalloc (reg.c:82) ==15409== by 0x4840BB4: get_long_key (reg.c:871) ==15409== by 0x4840C9D: parse_registry_key (reg.c:891) ==15409== by 0x4840F4D: wmain (reg.c:997) ==15409== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15409== by 0x7B46CA0B: ??? (process.c:1073) ==15409== by 0x7B46CB60: start_process (process.c:1124) ==15409== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15409== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15409== by 0x7BC91159: ??? (signal_i386.c:2867) ==15409== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15418== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15418== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15418== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15418== by 0x483EF26: heap_xalloc (reg.c:82) ==15418== by 0x4840BB4: get_long_key (reg.c:871) ==15418== by 0x4840C9D: parse_registry_key (reg.c:891) ==15418== by 0x4840F4D: wmain (reg.c:997) ==15418== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15418== by 0x7B46CA0B: ??? (process.c:1073) ==15418== by 0x7B46CB60: start_process (process.c:1124) ==15418== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15418== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15418== by 0x7BC91159: ??? (signal_i386.c:2867) ==15418== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15425== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15425== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15425== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15425== by 0x483EF26: heap_xalloc (reg.c:82) ==15425== by 0x4840BB4: get_long_key (reg.c:871) ==15425== by 0x4840C9D: parse_registry_key (reg.c:891) ==15425== by 0x4840F4D: wmain (reg.c:997) ==15425== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15425== by 0x7B46CA0B: ??? (process.c:1073) ==15425== by 0x7B46CB60: start_process (process.c:1124) ==15425== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15425== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15425== by 0x7BC91159: ??? (signal_i386.c:2867) ==15425== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15430== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15430== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15430== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15430== by 0x483EF26: heap_xalloc (reg.c:82) ==15430== by 0x4840BB4: get_long_key (reg.c:871) ==15430== by 0x4840C9D: parse_registry_key (reg.c:891) ==15430== by 0x4840F4D: wmain (reg.c:997) ==15430== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15430== by 0x7B46CA0B: ??? (process.c:1073) ==15430== by 0x7B46CB60: start_process (process.c:1124) ==15430== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15430== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15430== by 0x7BC91159: ??? (signal_i386.c:2867) ==15430== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15436== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15436== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15436== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15436== by 0x483EF26: heap_xalloc (reg.c:82) ==15436== by 0x4840BB4: get_long_key (reg.c:871) ==15436== by 0x4840C9D: parse_registry_key (reg.c:891) ==15436== by 0x4840F4D: wmain (reg.c:997) ==15436== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15436== by 0x7B46CA0B: ??? (process.c:1073) ==15436== by 0x7B46CB60: start_process (process.c:1124) ==15436== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15436== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15436== by 0x7BC91159: ??? (signal_i386.c:2867) ==15436== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15443== 82 bytes in 1 blocks are definitely lost in loss record 146 of 258 ==15443== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15443== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15443== by 0x483EF26: heap_xalloc (reg.c:82) ==15443== by 0x4840BB4: get_long_key (reg.c:871) ==15443== by 0x4840C9D: parse_registry_key (reg.c:891) ==15443== by 0x4840F4D: wmain (reg.c:997) ==15443== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15443== by 0x7B46CA0B: ??? (process.c:1073) ==15443== by 0x7B46CB60: start_process (process.c:1124) ==15443== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15443== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15443== by 0x7BC91159: ??? (signal_i386.c:2867) ==15443== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15447== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15447== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15447== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15447== by 0x483EF26: heap_xalloc (reg.c:82) ==15447== by 0x4840BB4: get_long_key (reg.c:871) ==15447== by 0x4840C9D: parse_registry_key (reg.c:891) ==15447== by 0x4840F4D: wmain (reg.c:997) ==15447== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15447== by 0x7B46CA0B: ??? (process.c:1073) ==15447== by 0x7B46CB60: start_process (process.c:1124) ==15447== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15447== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15447== by 0x7BC91159: ??? (signal_i386.c:2867) ==15447== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15457== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15457== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15457== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15457== by 0x483EF26: heap_xalloc (reg.c:82) ==15457== by 0x4840BB4: get_long_key (reg.c:871) ==15457== by 0x4840C9D: parse_registry_key (reg.c:891) ==15457== by 0x4840F4D: wmain (reg.c:997) ==15457== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15457== by 0x7B46CA0B: ??? (process.c:1073) ==15457== by 0x7B46CB60: start_process (process.c:1124) ==15457== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15457== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15457== by 0x7BC91159: ??? (signal_i386.c:2867) ==15457== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15487== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15487== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15487== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15487== by 0x483EF26: heap_xalloc (reg.c:82) ==15487== by 0x4840BB4: get_long_key (reg.c:871) ==15487== by 0x4840C9D: parse_registry_key (reg.c:891) ==15487== by 0x4840F4D: wmain (reg.c:997) ==15487== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15487== by 0x7B46CA0B: ??? (process.c:1073) ==15487== by 0x7B46CB60: start_process (process.c:1124) ==15487== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15487== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15487== by 0x7BC91159: ??? (signal_i386.c:2867) ==15487== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15521== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15521== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15521== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15521== by 0x483EF26: heap_xalloc (reg.c:82) ==15521== by 0x4840BB4: get_long_key (reg.c:871) ==15521== by 0x4840C9D: parse_registry_key (reg.c:891) ==15521== by 0x4840F4D: wmain (reg.c:997) ==15521== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15521== by 0x7B46CA0B: ??? (process.c:1073) ==15521== by 0x7B46CB60: start_process (process.c:1124) ==15521== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15521== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15521== by 0x7BC91159: ??? (signal_i386.c:2867) ==15521== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15545== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15545== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15545== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15545== by 0x483EF26: heap_xalloc (reg.c:82) ==15545== by 0x4840BB4: get_long_key (reg.c:871) ==15545== by 0x4840C9D: parse_registry_key (reg.c:891) ==15545== by 0x4840F4D: wmain (reg.c:997) ==15545== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15545== by 0x7B46CA0B: ??? (process.c:1073) ==15545== by 0x7B46CB60: start_process (process.c:1124) ==15545== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15545== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15545== by 0x7BC91159: ??? (signal_i386.c:2867) ==15545== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15550== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15550== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15550== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15550== by 0x483EF26: heap_xalloc (reg.c:82) ==15550== by 0x4840BB4: get_long_key (reg.c:871) ==15550== by 0x4840C9D: parse_registry_key (reg.c:891) ==15550== by 0x4840F4D: wmain (reg.c:997) ==15550== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15550== by 0x7B46CA0B: ??? (process.c:1073) ==15550== by 0x7B46CB60: start_process (process.c:1124) ==15550== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15550== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15550== by 0x7BC91159: ??? (signal_i386.c:2867) ==15550== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15569== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15569== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15569== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15569== by 0x483EF26: heap_xalloc (reg.c:82) ==15569== by 0x4840BB4: get_long_key (reg.c:871) ==15569== by 0x4840C9D: parse_registry_key (reg.c:891) ==15569== by 0x4840F4D: wmain (reg.c:997) ==15569== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15569== by 0x7B46CA0B: ??? (process.c:1073) ==15569== by 0x7B46CB60: start_process (process.c:1124) ==15569== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15569== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15569== by 0x7BC91159: ??? (signal_i386.c:2867) ==15569== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15572== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15572== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15572== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15572== by 0x483EF26: heap_xalloc (reg.c:82) ==15572== by 0x4840BB4: get_long_key (reg.c:871) ==15572== by 0x4840C9D: parse_registry_key (reg.c:891) ==15572== by 0x4840F4D: wmain (reg.c:997) ==15572== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15572== by 0x7B46CA0B: ??? (process.c:1073) ==15572== by 0x7B46CB60: start_process (process.c:1124) ==15572== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15572== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15572== by 0x7BC91159: ??? (signal_i386.c:2867) ==15572== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15582== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15582== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15582== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15582== by 0x483EF26: heap_xalloc (reg.c:82) ==15582== by 0x4840BB4: get_long_key (reg.c:871) ==15582== by 0x4840C9D: parse_registry_key (reg.c:891) ==15582== by 0x4840F4D: wmain (reg.c:997) ==15582== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15582== by 0x7B46CA0B: ??? (process.c:1073) ==15582== by 0x7B46CB60: start_process (process.c:1124) ==15582== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15582== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15582== by 0x7BC91159: ??? (signal_i386.c:2867) ==15582== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15630== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15630== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15630== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15630== by 0x483EF26: heap_xalloc (reg.c:82) ==15630== by 0x4840BB4: get_long_key (reg.c:871) ==15630== by 0x4840C9D: parse_registry_key (reg.c:891) ==15630== by 0x4840F4D: wmain (reg.c:997) ==15630== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15630== by 0x7B46CA0B: ??? (process.c:1073) ==15630== by 0x7B46CB60: start_process (process.c:1124) ==15630== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15630== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15630== by 0x7BC91159: ??? (signal_i386.c:2867) ==15630== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15657== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15657== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15657== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15657== by 0x483EF26: heap_xalloc (reg.c:82) ==15657== by 0x4840BB4: get_long_key (reg.c:871) ==15657== by 0x4840C9D: parse_registry_key (reg.c:891) ==15657== by 0x4840F4D: wmain (reg.c:997) ==15657== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15657== by 0x7B46CA0B: ??? (process.c:1073) ==15657== by 0x7B46CB60: start_process (process.c:1124) ==15657== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15657== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15657== by 0x7BC91159: ??? (signal_i386.c:2867) ==15657== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15694== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15694== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15694== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15694== by 0x483EF26: heap_xalloc (reg.c:82) ==15694== by 0x4840BB4: get_long_key (reg.c:871) ==15694== by 0x4840C9D: parse_registry_key (reg.c:891) ==15694== by 0x4840F4D: wmain (reg.c:997) ==15694== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15694== by 0x7B46CA0B: ??? (process.c:1073) ==15694== by 0x7B46CB60: start_process (process.c:1124) ==15694== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15694== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15694== by 0x7BC91159: ??? (signal_i386.c:2867) ==15694== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15718== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15718== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15718== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15718== by 0x483EF26: heap_xalloc (reg.c:82) ==15718== by 0x4840BB4: get_long_key (reg.c:871) ==15718== by 0x4840C9D: parse_registry_key (reg.c:891) ==15718== by 0x4840F4D: wmain (reg.c:997) ==15718== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15718== by 0x7B46CA0B: ??? (process.c:1073) ==15718== by 0x7B46CB60: start_process (process.c:1124) ==15718== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15718== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15718== by 0x7BC91159: ??? (signal_i386.c:2867) ==15718== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15748== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15748== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15748== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15748== by 0x483EF26: heap_xalloc (reg.c:82) ==15748== by 0x4840BB4: get_long_key (reg.c:871) ==15748== by 0x4840C9D: parse_registry_key (reg.c:891) ==15748== by 0x4840F4D: wmain (reg.c:997) ==15748== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15748== by 0x7B46CA0B: ??? (process.c:1073) ==15748== by 0x7B46CB60: start_process (process.c:1124) ==15748== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15748== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15748== by 0x7BC91159: ??? (signal_i386.c:2867) ==15748== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15766== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15766== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15766== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15766== by 0x483EF26: heap_xalloc (reg.c:82) ==15766== by 0x4840BB4: get_long_key (reg.c:871) ==15766== by 0x4840C9D: parse_registry_key (reg.c:891) ==15766== by 0x4840F4D: wmain (reg.c:997) ==15766== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15766== by 0x7B46CA0B: ??? (process.c:1073) ==15766== by 0x7B46CB60: start_process (process.c:1124) ==15766== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15766== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15766== by 0x7BC91159: ??? (signal_i386.c:2867) ==15766== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15771== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15771== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15771== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15771== by 0x483EF26: heap_xalloc (reg.c:82) ==15771== by 0x4840BB4: get_long_key (reg.c:871) ==15771== by 0x4840C9D: parse_registry_key (reg.c:891) ==15771== by 0x4840F4D: wmain (reg.c:997) ==15771== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15771== by 0x7B46CA0B: ??? (process.c:1073) ==15771== by 0x7B46CB60: start_process (process.c:1124) ==15771== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15771== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15771== by 0x7BC91159: ??? (signal_i386.c:2867) ==15771== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15787== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15787== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15787== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15787== by 0x483EF26: heap_xalloc (reg.c:82) ==15787== by 0x4840BB4: get_long_key (reg.c:871) ==15787== by 0x4840C9D: parse_registry_key (reg.c:891) ==15787== by 0x4840F4D: wmain (reg.c:997) ==15787== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15787== by 0x7B46CA0B: ??? (process.c:1073) ==15787== by 0x7B46CB60: start_process (process.c:1124) ==15787== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15787== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15787== by 0x7BC91159: ??? (signal_i386.c:2867) ==15787== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15793== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15793== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15793== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15793== by 0x483EF26: heap_xalloc (reg.c:82) ==15793== by 0x4840BB4: get_long_key (reg.c:871) ==15793== by 0x4840C9D: parse_registry_key (reg.c:891) ==15793== by 0x4840F4D: wmain (reg.c:997) ==15793== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15793== by 0x7B46CA0B: ??? (process.c:1073) ==15793== by 0x7B46CB60: start_process (process.c:1124) ==15793== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15793== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15793== by 0x7BC91159: ??? (signal_i386.c:2867) ==15793== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15805== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15805== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15805== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15805== by 0x483EF26: heap_xalloc (reg.c:82) ==15805== by 0x4840BB4: get_long_key (reg.c:871) ==15805== by 0x4840C9D: parse_registry_key (reg.c:891) ==15805== by 0x4840F4D: wmain (reg.c:997) ==15805== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15805== by 0x7B46CA0B: ??? (process.c:1073) ==15805== by 0x7B46CB60: start_process (process.c:1124) ==15805== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15805== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15805== by 0x7BC91159: ??? (signal_i386.c:2867) ==15805== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15835== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15835== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15835== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15835== by 0x483EF26: heap_xalloc (reg.c:82) ==15835== by 0x4840BB4: get_long_key (reg.c:871) ==15835== by 0x4840C9D: parse_registry_key (reg.c:891) ==15835== by 0x4840F4D: wmain (reg.c:997) ==15835== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15835== by 0x7B46CA0B: ??? (process.c:1073) ==15835== by 0x7B46CB60: start_process (process.c:1124) ==15835== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15835== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15835== by 0x7BC91159: ??? (signal_i386.c:2867) ==15835== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15859== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15859== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15859== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15859== by 0x483EF26: heap_xalloc (reg.c:82) ==15859== by 0x4840BB4: get_long_key (reg.c:871) ==15859== by 0x4840C9D: parse_registry_key (reg.c:891) ==15859== by 0x4840F4D: wmain (reg.c:997) ==15859== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15859== by 0x7B46CA0B: ??? (process.c:1073) ==15859== by 0x7B46CB60: start_process (process.c:1124) ==15859== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15859== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15859== by 0x7BC91159: ??? (signal_i386.c:2867) ==15859== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15885== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15885== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15885== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15885== by 0x483EF26: heap_xalloc (reg.c:82) ==15885== by 0x4840BB4: get_long_key (reg.c:871) ==15885== by 0x4840C9D: parse_registry_key (reg.c:891) ==15885== by 0x4840F4D: wmain (reg.c:997) ==15885== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15885== by 0x7B46CA0B: ??? (process.c:1073) ==15885== by 0x7B46CB60: start_process (process.c:1124) ==15885== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15885== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15885== by 0x7BC91159: ??? (signal_i386.c:2867) ==15885== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15892== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15892== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15892== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15892== by 0x483EF26: heap_xalloc (reg.c:82) ==15892== by 0x4840BB4: get_long_key (reg.c:871) ==15892== by 0x4840C9D: parse_registry_key (reg.c:891) ==15892== by 0x4840F4D: wmain (reg.c:997) ==15892== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15892== by 0x7B46CA0B: ??? (process.c:1073) ==15892== by 0x7B46CB60: start_process (process.c:1124) ==15892== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15892== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15892== by 0x7BC91159: ??? (signal_i386.c:2867) ==15892== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15907== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15907== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15907== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15907== by 0x483EF26: heap_xalloc (reg.c:82) ==15907== by 0x4840BB4: get_long_key (reg.c:871) ==15907== by 0x4840C9D: parse_registry_key (reg.c:891) ==15907== by 0x4840F4D: wmain (reg.c:997) ==15907== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15907== by 0x7B46CA0B: ??? (process.c:1073) ==15907== by 0x7B46CB60: start_process (process.c:1124) ==15907== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15907== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15907== by 0x7BC91159: ??? (signal_i386.c:2867) ==15907== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15916== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15916== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15916== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15916== by 0x483EF26: heap_xalloc (reg.c:82) ==15916== by 0x4840BB4: get_long_key (reg.c:871) ==15916== by 0x4840C9D: parse_registry_key (reg.c:891) ==15916== by 0x4840F4D: wmain (reg.c:997) ==15916== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15916== by 0x7B46CA0B: ??? (process.c:1073) ==15916== by 0x7B46CB60: start_process (process.c:1124) ==15916== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15916== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15916== by 0x7BC91159: ??? (signal_i386.c:2867) ==15916== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15926== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15926== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15926== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15926== by 0x483EF26: heap_xalloc (reg.c:82) ==15926== by 0x4840BB4: get_long_key (reg.c:871) ==15926== by 0x4840C9D: parse_registry_key (reg.c:891) ==15926== by 0x4840F4D: wmain (reg.c:997) ==15926== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15926== by 0x7B46CA0B: ??? (process.c:1073) ==15926== by 0x7B46CB60: start_process (process.c:1124) ==15926== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15926== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15926== by 0x7BC91159: ??? (signal_i386.c:2867) ==15926== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15942== 82 bytes in 1 blocks are definitely lost in loss record 146 of 258 ==15942== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15942== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15942== by 0x483EF26: heap_xalloc (reg.c:82) ==15942== by 0x4840BB4: get_long_key (reg.c:871) ==15942== by 0x4840C9D: parse_registry_key (reg.c:891) ==15942== by 0x4840F4D: wmain (reg.c:997) ==15942== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15942== by 0x7B46CA0B: ??? (process.c:1073) ==15942== by 0x7B46CB60: start_process (process.c:1124) ==15942== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15942== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15942== by 0x7BC91159: ??? (signal_i386.c:2867) ==15942== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15951== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15951== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15951== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15951== by 0x483EF26: heap_xalloc (reg.c:82) ==15951== by 0x4840BB4: get_long_key (reg.c:871) ==15951== by 0x4840C9D: parse_registry_key (reg.c:891) ==15951== by 0x4840F4D: wmain (reg.c:997) ==15951== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15951== by 0x7B46CA0B: ??? (process.c:1073) ==15951== by 0x7B46CB60: start_process (process.c:1124) ==15951== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15951== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15951== by 0x7BC91159: ??? (signal_i386.c:2867) ==15951== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15966== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15966== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15966== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15966== by 0x483EF26: heap_xalloc (reg.c:82) ==15966== by 0x4840BB4: get_long_key (reg.c:871) ==15966== by 0x4840C9D: parse_registry_key (reg.c:891) ==15966== by 0x4840F4D: wmain (reg.c:997) ==15966== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15966== by 0x7B46CA0B: ??? (process.c:1073) ==15966== by 0x7B46CB60: start_process (process.c:1124) ==15966== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15966== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15966== by 0x7BC91159: ??? (signal_i386.c:2867) ==15966== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15970== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15970== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15970== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15970== by 0x483EF26: heap_xalloc (reg.c:82) ==15970== by 0x4840BB4: get_long_key (reg.c:871) ==15970== by 0x4840C9D: parse_registry_key (reg.c:891) ==15970== by 0x4840F4D: wmain (reg.c:997) ==15970== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15970== by 0x7B46CA0B: ??? (process.c:1073) ==15970== by 0x7B46CB60: start_process (process.c:1124) ==15970== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15970== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15970== by 0x7BC91159: ??? (signal_i386.c:2867) ==15970== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15975== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15975== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15975== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15975== by 0x483EF26: heap_xalloc (reg.c:82) ==15975== by 0x4840BB4: get_long_key (reg.c:871) ==15975== by 0x4840C9D: parse_registry_key (reg.c:891) ==15975== by 0x4840F4D: wmain (reg.c:997) ==15975== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15975== by 0x7B46CA0B: ??? (process.c:1073) ==15975== by 0x7B46CB60: start_process (process.c:1124) ==15975== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15975== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15975== by 0x7BC91159: ??? (signal_i386.c:2867) ==15975== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15983== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15983== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15983== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15983== by 0x483EF26: heap_xalloc (reg.c:82) ==15983== by 0x4840BB4: get_long_key (reg.c:871) ==15983== by 0x4840C9D: parse_registry_key (reg.c:891) ==15983== by 0x4840F4D: wmain (reg.c:997) ==15983== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15983== by 0x7B46CA0B: ??? (process.c:1073) ==15983== by 0x7B46CB60: start_process (process.c:1124) ==15983== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15983== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15983== by 0x7BC91159: ??? (signal_i386.c:2867) ==15983== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15987== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==15987== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15987== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15987== by 0x483EF26: heap_xalloc (reg.c:82) ==15987== by 0x4840BB4: get_long_key (reg.c:871) ==15987== by 0x4840C9D: parse_registry_key (reg.c:891) ==15987== by 0x4840F4D: wmain (reg.c:997) ==15987== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15987== by 0x7B46CA0B: ??? (process.c:1073) ==15987== by 0x7B46CB60: start_process (process.c:1124) ==15987== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15987== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15987== by 0x7BC91159: ??? (signal_i386.c:2867) ==15987== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==15998== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==15998== at 0x7BC50D3B: notify_alloc (heap.c:254) ==15998== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==15998== by 0x483EF26: heap_xalloc (reg.c:82) ==15998== by 0x4840BB4: get_long_key (reg.c:871) ==15998== by 0x4840C9D: parse_registry_key (reg.c:891) ==15998== by 0x4840F4D: wmain (reg.c:997) ==15998== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==15998== by 0x7B46CA0B: ??? (process.c:1073) ==15998== by 0x7B46CB60: start_process (process.c:1124) ==15998== by 0x7BC9117B: ??? (signal_i386.c:2867) ==15998== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==15998== by 0x7BC91159: ??? (signal_i386.c:2867) ==15998== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16023== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16023== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16023== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16023== by 0x483EF26: heap_xalloc (reg.c:82) ==16023== by 0x4840BB4: get_long_key (reg.c:871) ==16023== by 0x4840C9D: parse_registry_key (reg.c:891) ==16023== by 0x4840F4D: wmain (reg.c:997) ==16023== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16023== by 0x7B46CA0B: ??? (process.c:1073) ==16023== by 0x7B46CB60: start_process (process.c:1124) ==16023== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16023== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16023== by 0x7BC91159: ??? (signal_i386.c:2867) ==16023== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16029== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16029== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16029== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16029== by 0x483EF26: heap_xalloc (reg.c:82) ==16029== by 0x4840BB4: get_long_key (reg.c:871) ==16029== by 0x4840C9D: parse_registry_key (reg.c:891) ==16029== by 0x4840F4D: wmain (reg.c:997) ==16029== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16029== by 0x7B46CA0B: ??? (process.c:1073) ==16029== by 0x7B46CB60: start_process (process.c:1124) ==16029== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16029== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16029== by 0x7BC91159: ??? (signal_i386.c:2867) ==16029== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16041== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16041== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16041== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16041== by 0x483EF26: heap_xalloc (reg.c:82) ==16041== by 0x4840BB4: get_long_key (reg.c:871) ==16041== by 0x4840C9D: parse_registry_key (reg.c:891) ==16041== by 0x4840F4D: wmain (reg.c:997) ==16041== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16041== by 0x7B46CA0B: ??? (process.c:1073) ==16041== by 0x7B46CB60: start_process (process.c:1124) ==16041== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16041== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16041== by 0x7BC91159: ??? (signal_i386.c:2867) ==16041== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16045== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16045== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16045== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16045== by 0x483EF26: heap_xalloc (reg.c:82) ==16045== by 0x4840BB4: get_long_key (reg.c:871) ==16045== by 0x4840C9D: parse_registry_key (reg.c:891) ==16045== by 0x4840F4D: wmain (reg.c:997) ==16045== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16045== by 0x7B46CA0B: ??? (process.c:1073) ==16045== by 0x7B46CB60: start_process (process.c:1124) ==16045== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16045== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16045== by 0x7BC91159: ??? (signal_i386.c:2867) ==16045== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16050== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16050== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16050== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16050== by 0x483EF26: heap_xalloc (reg.c:82) ==16050== by 0x4840BB4: get_long_key (reg.c:871) ==16050== by 0x4840C9D: parse_registry_key (reg.c:891) ==16050== by 0x4840F4D: wmain (reg.c:997) ==16050== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16050== by 0x7B46CA0B: ??? (process.c:1073) ==16050== by 0x7B46CB60: start_process (process.c:1124) ==16050== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16050== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16050== by 0x7BC91159: ??? (signal_i386.c:2867) ==16050== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16064== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16064== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16064== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16064== by 0x483EF26: heap_xalloc (reg.c:82) ==16064== by 0x4840BB4: get_long_key (reg.c:871) ==16064== by 0x4840C9D: parse_registry_key (reg.c:891) ==16064== by 0x4840F4D: wmain (reg.c:997) ==16064== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16064== by 0x7B46CA0B: ??? (process.c:1073) ==16064== by 0x7B46CB60: start_process (process.c:1124) ==16064== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16064== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16064== by 0x7BC91159: ??? (signal_i386.c:2867) ==16064== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16070== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==16070== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16070== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16070== by 0x483EF26: heap_xalloc (reg.c:82) ==16070== by 0x4840BB4: get_long_key (reg.c:871) ==16070== by 0x4840C9D: parse_registry_key (reg.c:891) ==16070== by 0x4840F4D: wmain (reg.c:997) ==16070== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16070== by 0x7B46CA0B: ??? (process.c:1073) ==16070== by 0x7B46CB60: start_process (process.c:1124) ==16070== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16070== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16070== by 0x7BC91159: ??? (signal_i386.c:2867) ==16070== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16079== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16079== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16079== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16079== by 0x483EF26: heap_xalloc (reg.c:82) ==16079== by 0x4840BB4: get_long_key (reg.c:871) ==16079== by 0x4840C9D: parse_registry_key (reg.c:891) ==16079== by 0x4840F4D: wmain (reg.c:997) ==16079== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16079== by 0x7B46CA0B: ??? (process.c:1073) ==16079== by 0x7B46CB60: start_process (process.c:1124) ==16079== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16079== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16079== by 0x7BC91159: ??? (signal_i386.c:2867) ==16079== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16087== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16087== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16087== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16087== by 0x483EF26: heap_xalloc (reg.c:82) ==16087== by 0x4840BB4: get_long_key (reg.c:871) ==16087== by 0x4840C9D: parse_registry_key (reg.c:891) ==16087== by 0x4840F4D: wmain (reg.c:997) ==16087== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16087== by 0x7B46CA0B: ??? (process.c:1073) ==16087== by 0x7B46CB60: start_process (process.c:1124) ==16087== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16087== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16087== by 0x7BC91159: ??? (signal_i386.c:2867) ==16087== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16091== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==16091== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16091== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16091== by 0x483EF26: heap_xalloc (reg.c:82) ==16091== by 0x4840BB4: get_long_key (reg.c:871) ==16091== by 0x4840C9D: parse_registry_key (reg.c:891) ==16091== by 0x4840F4D: wmain (reg.c:997) ==16091== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16091== by 0x7B46CA0B: ??? (process.c:1073) ==16091== by 0x7B46CB60: start_process (process.c:1124) ==16091== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16091== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16091== by 0x7BC91159: ??? (signal_i386.c:2867) ==16091== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16102== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==16102== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16102== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16102== by 0x483EF26: heap_xalloc (reg.c:82) ==16102== by 0x4840BB4: get_long_key (reg.c:871) ==16102== by 0x4840C9D: parse_registry_key (reg.c:891) ==16102== by 0x4840F4D: wmain (reg.c:997) ==16102== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16102== by 0x7B46CA0B: ??? (process.c:1073) ==16102== by 0x7B46CB60: start_process (process.c:1124) ==16102== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16102== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16102== by 0x7BC91159: ??? (signal_i386.c:2867) ==16102== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16105== 82 bytes in 1 blocks are definitely lost in loss record 145 of 259 ==16105== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16105== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16105== by 0x483EF26: heap_xalloc (reg.c:82) ==16105== by 0x4840BB4: get_long_key (reg.c:871) ==16105== by 0x4840C9D: parse_registry_key (reg.c:891) ==16105== by 0x4840F4D: wmain (reg.c:997) ==16105== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16105== by 0x7B46CA0B: ??? (process.c:1073) ==16105== by 0x7B46CB60: start_process (process.c:1124) ==16105== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16105== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16105== by 0x7BC91159: ??? (signal_i386.c:2867) ==16105== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16111== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16111== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16111== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16111== by 0x483EF26: heap_xalloc (reg.c:82) ==16111== by 0x4840BB4: get_long_key (reg.c:871) ==16111== by 0x4840C9D: parse_registry_key (reg.c:891) ==16111== by 0x4840F4D: wmain (reg.c:997) ==16111== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16111== by 0x7B46CA0B: ??? (process.c:1073) ==16111== by 0x7B46CB60: start_process (process.c:1124) ==16111== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16111== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16111== by 0x7BC91159: ??? (signal_i386.c:2867) ==16111== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16122== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16122== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16122== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16122== by 0x483EF26: heap_xalloc (reg.c:82) ==16122== by 0x4840BB4: get_long_key (reg.c:871) ==16122== by 0x4840C9D: parse_registry_key (reg.c:891) ==16122== by 0x4840F4D: wmain (reg.c:997) ==16122== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16122== by 0x7B46CA0B: ??? (process.c:1073) ==16122== by 0x7B46CB60: start_process (process.c:1124) ==16122== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16122== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16122== by 0x7BC91159: ??? (signal_i386.c:2867) ==16122== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16126== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16126== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16126== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16126== by 0x483EF26: heap_xalloc (reg.c:82) ==16126== by 0x4840BB4: get_long_key (reg.c:871) ==16126== by 0x4840C9D: parse_registry_key (reg.c:891) ==16126== by 0x4840F4D: wmain (reg.c:997) ==16126== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16126== by 0x7B46CA0B: ??? (process.c:1073) ==16126== by 0x7B46CB60: start_process (process.c:1124) ==16126== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16126== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16126== by 0x7BC91159: ??? (signal_i386.c:2867) ==16126== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16135== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16135== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16135== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16135== by 0x483EF26: heap_xalloc (reg.c:82) ==16135== by 0x4840BB4: get_long_key (reg.c:871) ==16135== by 0x4840C9D: parse_registry_key (reg.c:891) ==16135== by 0x4840F4D: wmain (reg.c:997) ==16135== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16135== by 0x7B46CA0B: ??? (process.c:1073) ==16135== by 0x7B46CB60: start_process (process.c:1124) ==16135== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16135== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16135== by 0x7BC91159: ??? (signal_i386.c:2867) ==16135== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16143== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16143== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16143== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16143== by 0x483EF26: heap_xalloc (reg.c:82) ==16143== by 0x4840BB4: get_long_key (reg.c:871) ==16143== by 0x4840C9D: parse_registry_key (reg.c:891) ==16143== by 0x4840F4D: wmain (reg.c:997) ==16143== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16143== by 0x7B46CA0B: ??? (process.c:1073) ==16143== by 0x7B46CB60: start_process (process.c:1124) ==16143== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16143== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16143== by 0x7BC91159: ??? (signal_i386.c:2867) ==16143== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16149== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16149== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16149== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16149== by 0x483EF26: heap_xalloc (reg.c:82) ==16149== by 0x4840BB4: get_long_key (reg.c:871) ==16149== by 0x4840C9D: parse_registry_key (reg.c:891) ==16149== by 0x4840F4D: wmain (reg.c:997) ==16149== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16149== by 0x7B46CA0B: ??? (process.c:1073) ==16149== by 0x7B46CB60: start_process (process.c:1124) ==16149== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16149== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16149== by 0x7BC91159: ??? (signal_i386.c:2867) ==16149== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16161== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16161== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16161== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16161== by 0x483EF26: heap_xalloc (reg.c:82) ==16161== by 0x4840BB4: get_long_key (reg.c:871) ==16161== by 0x4840C9D: parse_registry_key (reg.c:891) ==16161== by 0x4840F4D: wmain (reg.c:997) ==16161== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16161== by 0x7B46CA0B: ??? (process.c:1073) ==16161== by 0x7B46CB60: start_process (process.c:1124) ==16161== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16161== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16161== by 0x7BC91159: ??? (signal_i386.c:2867) ==16161== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16191== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16191== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16191== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16191== by 0x483EF26: heap_xalloc (reg.c:82) ==16191== by 0x4840BB4: get_long_key (reg.c:871) ==16191== by 0x4840C9D: parse_registry_key (reg.c:891) ==16191== by 0x4840F4D: wmain (reg.c:997) ==16191== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16191== by 0x7B46CA0B: ??? (process.c:1073) ==16191== by 0x7B46CB60: start_process (process.c:1124) ==16191== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16191== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16191== by 0x7BC91159: ??? (signal_i386.c:2867) ==16191== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16196== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16196== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16196== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16196== by 0x483EF26: heap_xalloc (reg.c:82) ==16196== by 0x4840BB4: get_long_key (reg.c:871) ==16196== by 0x4840C9D: parse_registry_key (reg.c:891) ==16196== by 0x4840F4D: wmain (reg.c:997) ==16196== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16196== by 0x7B46CA0B: ??? (process.c:1073) ==16196== by 0x7B46CB60: start_process (process.c:1124) ==16196== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16196== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16196== by 0x7BC91159: ??? (signal_i386.c:2867) ==16196== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16206== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16206== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16206== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16206== by 0x483EF26: heap_xalloc (reg.c:82) ==16206== by 0x4840BB4: get_long_key (reg.c:871) ==16206== by 0x4840C9D: parse_registry_key (reg.c:891) ==16206== by 0x4840F4D: wmain (reg.c:997) ==16206== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16206== by 0x7B46CA0B: ??? (process.c:1073) ==16206== by 0x7B46CB60: start_process (process.c:1124) ==16206== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16206== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16206== by 0x7BC91159: ??? (signal_i386.c:2867) ==16206== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16213== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16213== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16213== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16213== by 0x483EF26: heap_xalloc (reg.c:82) ==16213== by 0x4840BB4: get_long_key (reg.c:871) ==16213== by 0x4840C9D: parse_registry_key (reg.c:891) ==16213== by 0x4840F4D: wmain (reg.c:997) ==16213== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16213== by 0x7B46CA0B: ??? (process.c:1073) ==16213== by 0x7B46CB60: start_process (process.c:1124) ==16213== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16213== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16213== by 0x7BC91159: ??? (signal_i386.c:2867) ==16213== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16217== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16217== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16217== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16217== by 0x483EF26: heap_xalloc (reg.c:82) ==16217== by 0x4840BB4: get_long_key (reg.c:871) ==16217== by 0x4840C9D: parse_registry_key (reg.c:891) ==16217== by 0x4840F4D: wmain (reg.c:997) ==16217== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16217== by 0x7B46CA0B: ??? (process.c:1073) ==16217== by 0x7B46CB60: start_process (process.c:1124) ==16217== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16217== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16217== by 0x7BC91159: ??? (signal_i386.c:2867) ==16217== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16256== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16256== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16256== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16256== by 0x483EF26: heap_xalloc (reg.c:82) ==16256== by 0x4840BB4: get_long_key (reg.c:871) ==16256== by 0x4840C9D: parse_registry_key (reg.c:891) ==16256== by 0x4840F4D: wmain (reg.c:997) ==16256== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16256== by 0x7B46CA0B: ??? (process.c:1073) ==16256== by 0x7B46CB60: start_process (process.c:1124) ==16256== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16256== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16256== by 0x7BC91159: ??? (signal_i386.c:2867) ==16256== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16262== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==16262== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16262== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16262== by 0x483EF26: heap_xalloc (reg.c:82) ==16262== by 0x4840BB4: get_long_key (reg.c:871) ==16262== by 0x4840C9D: parse_registry_key (reg.c:891) ==16262== by 0x4840F4D: wmain (reg.c:997) ==16262== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16262== by 0x7B46CA0B: ??? (process.c:1073) ==16262== by 0x7B46CB60: start_process (process.c:1124) ==16262== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16262== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16262== by 0x7BC91159: ??? (signal_i386.c:2867) ==16262== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16264== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==16264== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16264== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16264== by 0x483EF26: heap_xalloc (reg.c:82) ==16264== by 0x4840BB4: get_long_key (reg.c:871) ==16264== by 0x4840C9D: parse_registry_key (reg.c:891) ==16264== by 0x4840F4D: wmain (reg.c:997) ==16264== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16264== by 0x7B46CA0B: ??? (process.c:1073) ==16264== by 0x7B46CB60: start_process (process.c:1124) ==16264== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16264== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16264== by 0x7BC91159: ??? (signal_i386.c:2867) ==16264== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16269== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16269== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16269== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16269== by 0x483EF26: heap_xalloc (reg.c:82) ==16269== by 0x4840BB4: get_long_key (reg.c:871) ==16269== by 0x4840C9D: parse_registry_key (reg.c:891) ==16269== by 0x4840F4D: wmain (reg.c:997) ==16269== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16269== by 0x7B46CA0B: ??? (process.c:1073) ==16269== by 0x7B46CB60: start_process (process.c:1124) ==16269== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16269== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16269== by 0x7BC91159: ??? (signal_i386.c:2867) ==16269== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16279== 82 bytes in 1 blocks are definitely lost in loss record 67 of 100 ==16279== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16279== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16279== by 0x483EF26: heap_xalloc (reg.c:82) ==16279== by 0x4840BB4: get_long_key (reg.c:871) ==16279== by 0x4840C9D: parse_registry_key (reg.c:891) ==16279== by 0x4840F4D: wmain (reg.c:997) ==16279== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16279== by 0x7B46CA0B: ??? (process.c:1073) ==16279== by 0x7B46CB60: start_process (process.c:1124) ==16279== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16279== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16279== by 0x7BC91159: ??? (signal_i386.c:2867) ==16279== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16285== 82 bytes in 1 blocks are definitely lost in loss record 67 of 100 ==16285== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16285== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16285== by 0x483EF26: heap_xalloc (reg.c:82) ==16285== by 0x4840BB4: get_long_key (reg.c:871) ==16285== by 0x4840C9D: parse_registry_key (reg.c:891) ==16285== by 0x4840F4D: wmain (reg.c:997) ==16285== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16285== by 0x7B46CA0B: ??? (process.c:1073) ==16285== by 0x7B46CB60: start_process (process.c:1124) ==16285== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16285== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16285== by 0x7BC91159: ??? (signal_i386.c:2867) ==16285== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16297== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16297== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16297== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16297== by 0x483EF26: heap_xalloc (reg.c:82) ==16297== by 0x4840BB4: get_long_key (reg.c:871) ==16297== by 0x4840C9D: parse_registry_key (reg.c:891) ==16297== by 0x4840F4D: wmain (reg.c:997) ==16297== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16297== by 0x7B46CA0B: ??? (process.c:1073) ==16297== by 0x7B46CB60: start_process (process.c:1124) ==16297== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16297== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16297== by 0x7BC91159: ??? (signal_i386.c:2867) ==16297== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16302== 96 bytes in 1 blocks are definitely lost in loss record 170 of 259 ==16302== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16302== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16302== by 0x483EF26: heap_xalloc (reg.c:82) ==16302== by 0x4840BB4: get_long_key (reg.c:871) ==16302== by 0x4840C9D: parse_registry_key (reg.c:891) ==16302== by 0x4840F4D: wmain (reg.c:997) ==16302== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16302== by 0x7B46CA0B: ??? (process.c:1073) ==16302== by 0x7B46CB60: start_process (process.c:1124) ==16302== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16302== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16302== by 0x7BC91159: ??? (signal_i386.c:2867) ==16302== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16306== 96 bytes in 1 blocks are definitely lost in loss record 73 of 100 ==16306== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16306== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16306== by 0x483EF26: heap_xalloc (reg.c:82) ==16306== by 0x4840BB4: get_long_key (reg.c:871) ==16306== by 0x4840C9D: parse_registry_key (reg.c:891) ==16306== by 0x4840F4D: wmain (reg.c:997) ==16306== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16306== by 0x7B46CA0B: ??? (process.c:1073) ==16306== by 0x7B46CB60: start_process (process.c:1124) ==16306== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16306== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16306== by 0x7BC91159: ??? (signal_i386.c:2867) ==16306== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16318== 96 bytes in 1 blocks are definitely lost in loss record 73 of 100 ==16318== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16318== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16318== by 0x483EF26: heap_xalloc (reg.c:82) ==16318== by 0x4840BB4: get_long_key (reg.c:871) ==16318== by 0x4840C9D: parse_registry_key (reg.c:891) ==16318== by 0x4840F4D: wmain (reg.c:997) ==16318== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16318== by 0x7B46CA0B: ??? (process.c:1073) ==16318== by 0x7B46CB60: start_process (process.c:1124) ==16318== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16318== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16318== by 0x7BC91159: ??? (signal_i386.c:2867) ==16318== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16320== 96 bytes in 1 blocks are definitely lost in loss record 169 of 259 ==16320== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16320== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16320== by 0x483EF26: heap_xalloc (reg.c:82) ==16320== by 0x4840BB4: get_long_key (reg.c:871) ==16320== by 0x4840C9D: parse_registry_key (reg.c:891) ==16320== by 0x4840F4D: wmain (reg.c:997) ==16320== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16320== by 0x7B46CA0B: ??? (process.c:1073) ==16320== by 0x7B46CB60: start_process (process.c:1124) ==16320== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16320== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16320== by 0x7BC91159: ??? (signal_i386.c:2867) ==16320== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16329== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==16329== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16329== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16329== by 0x483EF26: heap_xalloc (reg.c:82) ==16329== by 0x4840BB4: get_long_key (reg.c:871) ==16329== by 0x4840C9D: parse_registry_key (reg.c:891) ==16329== by 0x4840F4D: wmain (reg.c:997) ==16329== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16329== by 0x7B46CA0B: ??? (process.c:1073) ==16329== by 0x7B46CB60: start_process (process.c:1124) ==16329== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16329== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16329== by 0x7BC91159: ??? (signal_i386.c:2867) ==16329== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16339== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16339== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16339== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16339== by 0x483EF26: heap_xalloc (reg.c:82) ==16339== by 0x4840BB4: get_long_key (reg.c:871) ==16339== by 0x4840C9D: parse_registry_key (reg.c:891) ==16339== by 0x4840F4D: wmain (reg.c:997) ==16339== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16339== by 0x7B46CA0B: ??? (process.c:1073) ==16339== by 0x7B46CB60: start_process (process.c:1124) ==16339== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16339== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16339== by 0x7BC91159: ??? (signal_i386.c:2867) ==16339== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16365== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16365== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16365== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16365== by 0x483EF26: heap_xalloc (reg.c:82) ==16365== by 0x4840BB4: get_long_key (reg.c:871) ==16365== by 0x4840C9D: parse_registry_key (reg.c:891) ==16365== by 0x4840F4D: wmain (reg.c:997) ==16365== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16365== by 0x7B46CA0B: ??? (process.c:1073) ==16365== by 0x7B46CB60: start_process (process.c:1124) ==16365== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16365== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16365== by 0x7BC91159: ??? (signal_i386.c:2867) ==16365== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16374== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16374== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16374== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16374== by 0x483EF26: heap_xalloc (reg.c:82) ==16374== by 0x4840BB4: get_long_key (reg.c:871) ==16374== by 0x4840C9D: parse_registry_key (reg.c:891) ==16374== by 0x4840F4D: wmain (reg.c:997) ==16374== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16374== by 0x7B46CA0B: ??? (process.c:1073) ==16374== by 0x7B46CB60: start_process (process.c:1124) ==16374== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16374== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16374== by 0x7BC91159: ??? (signal_i386.c:2867) ==16374== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16381== 96 bytes in 1 blocks are definitely lost in loss record 170 of 259 ==16381== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16381== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16381== by 0x483EF26: heap_xalloc (reg.c:82) ==16381== by 0x4840BB4: get_long_key (reg.c:871) ==16381== by 0x4840C9D: parse_registry_key (reg.c:891) ==16381== by 0x4840F4D: wmain (reg.c:997) ==16381== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16381== by 0x7B46CA0B: ??? (process.c:1073) ==16381== by 0x7B46CB60: start_process (process.c:1124) ==16381== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16381== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16381== by 0x7BC91159: ??? (signal_i386.c:2867) ==16381== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16385== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==16385== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16385== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16385== by 0x483EF26: heap_xalloc (reg.c:82) ==16385== by 0x4840BB4: get_long_key (reg.c:871) ==16385== by 0x4840C9D: parse_registry_key (reg.c:891) ==16385== by 0x4840F4D: wmain (reg.c:997) ==16385== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16385== by 0x7B46CA0B: ??? (process.c:1073) ==16385== by 0x7B46CB60: start_process (process.c:1124) ==16385== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16385== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16385== by 0x7BC91159: ??? (signal_i386.c:2867) ==16385== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16405== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16405== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16405== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16405== by 0x483EF26: heap_xalloc (reg.c:82) ==16405== by 0x4840BB4: get_long_key (reg.c:871) ==16405== by 0x4840C9D: parse_registry_key (reg.c:891) ==16405== by 0x4840F4D: wmain (reg.c:997) ==16405== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16405== by 0x7B46CA0B: ??? (process.c:1073) ==16405== by 0x7B46CB60: start_process (process.c:1124) ==16405== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16405== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16405== by 0x7BC91159: ??? (signal_i386.c:2867) ==16405== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16418== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16418== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16418== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16418== by 0x483EF26: heap_xalloc (reg.c:82) ==16418== by 0x4840BB4: get_long_key (reg.c:871) ==16418== by 0x4840C9D: parse_registry_key (reg.c:891) ==16418== by 0x4840F4D: wmain (reg.c:997) ==16418== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16418== by 0x7B46CA0B: ??? (process.c:1073) ==16418== by 0x7B46CB60: start_process (process.c:1124) ==16418== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16418== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16418== by 0x7BC91159: ??? (signal_i386.c:2867) ==16418== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16423== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16423== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16423== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16423== by 0x483EF26: heap_xalloc (reg.c:82) ==16423== by 0x4840BB4: get_long_key (reg.c:871) ==16423== by 0x4840C9D: parse_registry_key (reg.c:891) ==16423== by 0x4840F4D: wmain (reg.c:997) ==16423== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16423== by 0x7B46CA0B: ??? (process.c:1073) ==16423== by 0x7B46CB60: start_process (process.c:1124) ==16423== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16423== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16423== by 0x7BC91159: ??? (signal_i386.c:2867) ==16423== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16430== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16430== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16430== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16430== by 0x483EF26: heap_xalloc (reg.c:82) ==16430== by 0x4840BB4: get_long_key (reg.c:871) ==16430== by 0x4840C9D: parse_registry_key (reg.c:891) ==16430== by 0x4840F4D: wmain (reg.c:997) ==16430== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16430== by 0x7B46CA0B: ??? (process.c:1073) ==16430== by 0x7B46CB60: start_process (process.c:1124) ==16430== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16430== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16430== by 0x7BC91159: ??? (signal_i386.c:2867) ==16430== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16433== 82 bytes in 1 blocks are definitely lost in loss record 149 of 259 ==16433== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16433== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16433== by 0x483EF26: heap_xalloc (reg.c:82) ==16433== by 0x4840BB4: get_long_key (reg.c:871) ==16433== by 0x4840C9D: parse_registry_key (reg.c:891) ==16433== by 0x4840F4D: wmain (reg.c:997) ==16433== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16433== by 0x7B46CA0B: ??? (process.c:1073) ==16433== by 0x7B46CB60: start_process (process.c:1124) ==16433== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16433== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16433== by 0x7BC91159: ??? (signal_i386.c:2867) ==16433== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16442== 82 bytes in 1 blocks are definitely lost in loss record 147 of 258 ==16442== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16442== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16442== by 0x483EF26: heap_xalloc (reg.c:82) ==16442== by 0x4840BB4: get_long_key (reg.c:871) ==16442== by 0x4840C9D: parse_registry_key (reg.c:891) ==16442== by 0x4840F4D: wmain (reg.c:997) ==16442== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16442== by 0x7B46CA0B: ??? (process.c:1073) ==16442== by 0x7B46CB60: start_process (process.c:1124) ==16442== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16442== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16442== by 0x7BC91159: ??? (signal_i386.c:2867) ==16442== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16456== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16456== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16456== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16456== by 0x483EF26: heap_xalloc (reg.c:82) ==16456== by 0x4840BB4: get_long_key (reg.c:871) ==16456== by 0x4840C9D: parse_registry_key (reg.c:891) ==16456== by 0x4840F4D: wmain (reg.c:997) ==16456== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16456== by 0x7B46CA0B: ??? (process.c:1073) ==16456== by 0x7B46CB60: start_process (process.c:1124) ==16456== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16456== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16456== by 0x7BC91159: ??? (signal_i386.c:2867) ==16456== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16460== 82 bytes in 1 blocks are definitely lost in loss record 148 of 259 ==16460== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16460== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16460== by 0x483EF26: heap_xalloc (reg.c:82) ==16460== by 0x4840BB4: get_long_key (reg.c:871) ==16460== by 0x4840C9D: parse_registry_key (reg.c:891) ==16460== by 0x4840F4D: wmain (reg.c:997) ==16460== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16460== by 0x7B46CA0B: ??? (process.c:1073) ==16460== by 0x7B46CB60: start_process (process.c:1124) ==16460== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16460== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16460== by 0x7BC91159: ??? (signal_i386.c:2867) ==16460== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16471== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16471== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16471== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16471== by 0x483EF26: heap_xalloc (reg.c:82) ==16471== by 0x4840BB4: get_long_key (reg.c:871) ==16471== by 0x4840C9D: parse_registry_key (reg.c:891) ==16471== by 0x4840F4D: wmain (reg.c:997) ==16471== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16471== by 0x7B46CA0B: ??? (process.c:1073) ==16471== by 0x7B46CB60: start_process (process.c:1124) ==16471== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16471== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16471== by 0x7BC91159: ??? (signal_i386.c:2867) ==16471== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==16502== 82 bytes in 1 blocks are definitely lost in loss record 147 of 259 ==16502== at 0x7BC50D3B: notify_alloc (heap.c:254) ==16502== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==16502== by 0x483EF26: heap_xalloc (reg.c:82) ==16502== by 0x4840BB4: get_long_key (reg.c:871) ==16502== by 0x4840C9D: parse_registry_key (reg.c:891) ==16502== by 0x4840F4D: wmain (reg.c:997) ==16502== by 0x4841446: __wine_spec_exe_wentry (exe_wentry.c:36) ==16502== by 0x7B46CA0B: ??? (process.c:1073) ==16502== by 0x7B46CB60: start_process (process.c:1124) ==16502== by 0x7BC9117B: ??? (signal_i386.c:2867) ==16502== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==16502== by 0x7BC91159: ??? (signal_i386.c:2867) ==16502== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:heap_xalloc fun:get_long_key fun:parse_registry_key fun:wmain fun:__wine_spec_exe_wentry obj:/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so fun:start_process obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 make[1]: Leaving directory '/home/austin/wine-valgrind/programs/reg/tests' make[1]: Entering directory '/home/austin/wine-valgrind/programs/regedit/tests' ../../../tools/runtest -q -P wine -T ../../.. -M regedit.exe -p regedit.exe_test.exe.so regedit && touch regedit.ok preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 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 ==24172== Thread 5: ==24172== Syscall param writev(vector[...]) points to uninitialised byte(s) ==24172== at 0x433B04F: ??? (syscall-template.S:84) ==24172== by 0x7BC88C1F: send_request (server.c:228) ==24172== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==24172== by 0x7BC88E10: wine_server_call (server.c:321) ==24172== by 0x7BC48352: server_write_file (file.c:624) ==24172== by 0x7BC49B4B: NtWriteFile (file.c:1238) ==24172== by 0x5285398: rpcrt4_conn_np_write (rpc_transport.c:418) ==24172== by 0x527A242: rpcrt4_conn_write (rpc_binding.h:196) ==24172== by 0x527C001: RPCRT4_SendWithAuth (rpc_message.c:849) ==24172== by 0x527D050: RPCRT4_Send (rpc_message.c:1248) ==24172== by 0x5280275: process_request_packet (rpc_server.c:462) ==24172== by 0x5280553: RPCRT4_process_packet (rpc_server.c:517) ==24172== by 0x52806B9: RPCRT4_worker_thread (rpc_server.c:539) ==24172== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==24172== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==24172== by 0x7BC9117B: ??? (signal_i386.c:2867) ==24172== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==24172== by 0x7BC91159: ??? (signal_i386.c:2867) ==24172== by 0x7BC9B239: start_thread (thread.c:498) ==24172== by 0x4247249: start_thread (pthread_create.c:333) ==24172== Address 0x488e904 is 44 bytes inside a block of size 92 alloc'd ==24172== at 0x7BC50D3B: notify_alloc (heap.c:254) ==24172== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==24172== by 0x527BE79: RPCRT4_SendWithAuth (rpc_message.c:808) ==24172== by 0x527D050: RPCRT4_Send (rpc_message.c:1248) ==24172== by 0x5280275: process_request_packet (rpc_server.c:462) ==24172== by 0x5280553: RPCRT4_process_packet (rpc_server.c:517) ==24172== by 0x52806B9: RPCRT4_worker_thread (rpc_server.c:539) ==24172== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==24172== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==24172== by 0x7BC9117B: ??? (signal_i386.c:2867) ==24172== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==24172== by 0x7BC91159: ??? (signal_i386.c:2867) ==24172== by 0x7BC9B239: start_thread (thread.c:498) ==24172== by 0x4247249: start_thread (pthread_create.c:333) ==24172== by 0x4342D6D: clone (clone.S:114) ==24172== Uninitialised value was created by a client request ==24172== at 0x7BC50AFD: mark_block_uninitialized (heap.c:208) ==24172== by 0x7BC50C8B: initialize_block (heap.c:239) ==24172== by 0x7BC55249: RtlAllocateHeap (heap.c:1717) ==24172== by 0x4B1B476: IMalloc_fnAlloc (ifs.c:187) ==24172== by 0x4B1BD16: IMalloc_Alloc (objidl.h:1405) ==24172== by 0x4B1BD16: CoTaskMemAlloc (???:0) ==24172== by 0x4B5DBD6: RemUnknown_RemQueryInterface (stubmanager.c:716) ==24172== by 0x4B672DC: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:369) ==24172== by 0x5250358: CStdStubBuffer_Invoke (cstub.c:478) ==24172== by 0x4B3A2B9: IRpcStubBuffer_Invoke (objidl.h:7878) ==24172== by 0x4B3A2B9: RPC_ExecuteCall (???:0) ==24172== by 0x4B3A723: dispatch_rpc (rpc.c:1503) ==24172== by 0x528003A: process_request_packet (rpc_server.c:439) ==24172== by 0x5280553: RPCRT4_process_packet (rpc_server.c:517) ==24172== by 0x52806B9: RPCRT4_worker_thread (rpc_server.c:539) ==24172== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==24172== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==24172== by 0x7BC9117B: ??? (signal_i386.c:2867) ==24172== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==24172== by 0x7BC91159: ??? (signal_i386.c:2867) ==24172== by 0x7BC9B239: start_thread (thread.c:498) ==24172== by 0x4247249: start_thread (pthread_create.c:333) ==24172== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:process_request_packet fun:RPCRT4_process_packet fun:RPCRT4_worker_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:start_thread fun:start_thread } ==24185== Thread 3: ==24185== Syscall param writev(vector[...]) points to uninitialised byte(s) ==24185== at 0x433B04F: ??? (syscall-template.S:84) ==24185== by 0x7BC88C1F: send_request (server.c:228) ==24185== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==24185== by 0x7BC88E10: wine_server_call (server.c:321) ==24185== by 0x7BC48352: server_write_file (file.c:624) ==24185== by 0x7BC49B4B: NtWriteFile (file.c:1238) ==24185== by 0x58FA398: rpcrt4_conn_np_write (rpc_transport.c:418) ==24185== by 0x58EF242: rpcrt4_conn_write (rpc_binding.h:196) ==24185== by 0x58F1001: RPCRT4_SendWithAuth (rpc_message.c:849) ==24185== by 0x58F2050: RPCRT4_Send (rpc_message.c:1248) ==24185== by 0x58F37D4: I_RpcSend (rpc_message.c:1809) ==24185== by 0x58F3B49: I_RpcSendReceive (rpc_message.c:1912) ==24185== by 0x56728CC: rpc_sendreceive_thread (rpc.c:800) ==24185== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==24185== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==24185== by 0x7BC9117B: ??? (signal_i386.c:2867) ==24185== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==24185== by 0x7BC91159: ??? (signal_i386.c:2867) ==24185== by 0x7BC9B239: start_thread (thread.c:498) ==24185== by 0x4247249: start_thread (pthread_create.c:333) ==24185== Address 0x48e43ea is 138 bytes inside a block of size 256 alloc'd ==24185== at 0x7BC50D3B: notify_alloc (heap.c:254) ==24185== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==24185== by 0x58F0E79: RPCRT4_SendWithAuth (rpc_message.c:808) ==24185== by 0x58F2050: RPCRT4_Send (rpc_message.c:1248) ==24185== by 0x58F37D4: I_RpcSend (rpc_message.c:1809) ==24185== by 0x58F3B49: I_RpcSendReceive (rpc_message.c:1912) ==24185== by 0x56728CC: rpc_sendreceive_thread (rpc.c:800) ==24185== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==24185== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==24185== by 0x7BC9117B: ??? (signal_i386.c:2867) ==24185== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==24185== by 0x7BC91159: ??? (signal_i386.c:2867) ==24185== by 0x7BC9B239: start_thread (thread.c:498) ==24185== by 0x4247249: start_thread (pthread_create.c:333) ==24185== by 0x4342D6D: clone (clone.S:114) ==24185== Uninitialised value was created by a stack allocation ==24185== at 0x617BE4F: disp_call (dispex.c:1091) ==24185== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:I_RpcSend fun:I_RpcSendReceive fun:rpc_sendreceive_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:start_thread fun:start_thread } ==24185== Thread 1 wscript.exe: ==24185== 86 bytes in 1 blocks are possibly lost in loss record 453 of 773 ==24185== at 0x7BC50D3B: notify_alloc (heap.c:254) ==24185== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==24185== by 0x7B44A382: HeapAlloc (heap.c:271) ==24185== by 0x7B44BBD1: LocalAlloc (heap.c:970) ==24185== by 0x4AFC500: CommandLineToArgvW (shell32_main.c:199) ==24185== by 0x4995B67: wWinMain (main.c:429) ==24185== by 0x4996063: wmain (exe_wmain.c:51) ==24185== by 0x4995F3C: __wine_spec_exe_wentry (exe_wentry.c:36) ==24185== by 0x7B46CA0B: ??? (process.c:1073) ==24185== by 0x7B46CB60: start_process (process.c:1124) ==24185== by 0x7BC9117B: ??? (signal_i386.c:2867) ==24185== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==24185== by 0x7BC91159: ??? (signal_i386.c:2867) ==24185== { 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 } preloader: Warning: failed to reserve range 00110000-68000000 preloader: Warning: failed to reserve range 7f000000-82000000 ==24198== Thread 3: ==24198== Syscall param writev(vector[...]) points to uninitialised byte(s) ==24198== at 0x433B04F: ??? (syscall-template.S:84) ==24198== by 0x7BC88C1F: send_request (server.c:228) ==24198== by 0x7BC88D9D: server_call_unlocked (server.c:288) ==24198== by 0x7BC88E10: wine_server_call (server.c:321) ==24198== by 0x7BC48352: server_write_file (file.c:624) ==24198== by 0x7BC49B4B: NtWriteFile (file.c:1238) ==24198== by 0x58FA398: rpcrt4_conn_np_write (rpc_transport.c:418) ==24198== by 0x58EF242: rpcrt4_conn_write (rpc_binding.h:196) ==24198== by 0x58F1001: RPCRT4_SendWithAuth (rpc_message.c:849) ==24198== by 0x58F2050: RPCRT4_Send (rpc_message.c:1248) ==24198== by 0x58F37D4: I_RpcSend (rpc_message.c:1809) ==24198== by 0x58F3B49: I_RpcSendReceive (rpc_message.c:1912) ==24198== by 0x56728CC: rpc_sendreceive_thread (rpc.c:800) ==24198== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==24198== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==24198== by 0x7BC9117B: ??? (signal_i386.c:2867) ==24198== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==24198== by 0x7BC91159: ??? (signal_i386.c:2867) ==24198== by 0x7BC9B239: start_thread (thread.c:498) ==24198== by 0x4247249: start_thread (pthread_create.c:333) ==24198== Address 0x4873d4a is 138 bytes inside a recently re-allocated block of size 358 alloc'd ==24198== at 0x7BC50D3B: notify_alloc (heap.c:254) ==24198== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==24198== by 0x58F0E79: RPCRT4_SendWithAuth (rpc_message.c:808) ==24198== by 0x58F2050: RPCRT4_Send (rpc_message.c:1248) ==24198== by 0x58F37D4: I_RpcSend (rpc_message.c:1809) ==24198== by 0x58F3B49: I_RpcSendReceive (rpc_message.c:1912) ==24198== by 0x56728CC: rpc_sendreceive_thread (rpc.c:800) ==24198== by 0x7BC9DED0: process_rtl_work_item (threadpool.c:349) ==24198== by 0x7BCA1E3B: threadpool_worker_proc (threadpool.c:2117) ==24198== by 0x7BC9117B: ??? (signal_i386.c:2867) ==24198== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==24198== by 0x7BC91159: ??? (signal_i386.c:2867) ==24198== by 0x7BC9B239: start_thread (thread.c:498) ==24198== by 0x4247249: start_thread (pthread_create.c:333) ==24198== by 0x4342D6D: clone (clone.S:114) ==24198== Uninitialised value was created by a stack allocation ==24198== at 0x615F944: interp_icall (interp.c:626) ==24198== { Memcheck:Param writev(vector[...]) obj:/lib32/libc-2.23.so fun:send_request fun:server_call_unlocked fun:wine_server_call fun:server_write_file fun:NtWriteFile fun:rpcrt4_conn_np_write fun:rpcrt4_conn_write fun:RPCRT4_SendWithAuth fun:RPCRT4_Send fun:I_RpcSend fun:I_RpcSendReceive fun:rpc_sendreceive_thread fun:process_rtl_work_item fun:threadpool_worker_proc obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:start_thread fun:start_thread } ==24198== Thread 1 wscript.exe: ==24198== 88 bytes in 1 blocks are possibly lost in loss record 380 of 639 ==24198== at 0x7BC50D3B: notify_alloc (heap.c:254) ==24198== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==24198== by 0x7B44A382: HeapAlloc (heap.c:271) ==24198== by 0x7B44BBD1: LocalAlloc (heap.c:970) ==24198== by 0x4AFC500: CommandLineToArgvW (shell32_main.c:199) ==24198== by 0x4995B67: wWinMain (main.c:429) ==24198== by 0x4996063: wmain (exe_wmain.c:51) ==24198== by 0x4995F3C: __wine_spec_exe_wentry (exe_wentry.c:36) ==24198== by 0x7B46CA0B: ??? (process.c:1073) ==24198== by 0x7B46CB60: start_process (process.c:1124) ==24198== by 0x7BC9117B: ??? (signal_i386.c:2867) ==24198== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==24198== by 0x7BC91159: ??? (signal_i386.c:2867) ==24198== { 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 } 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 ==24255== 60 bytes in 1 blocks are definitely lost in loss record 40 of 62 ==24255== at 0x7BC50D3B: notify_alloc (heap.c:254) ==24255== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==24255== by 0x4998789: WINECON_CreateKeyName (registry.c:76) ==24255== by 0x4998E4E: WINECON_RegLoad (registry.c:239) ==24255== by 0x49A0511: WINECON_Init (wineconsole.c:662) ==24255== by 0x49A0F93: WinMain (wineconsole.c:897) ==24255== by 0x49A1553: main (exe_main.c:49) ==24255== { 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 ==24271== 60 bytes in 1 blocks are definitely lost in loss record 39 of 61 ==24271== at 0x7BC50D3B: notify_alloc (heap.c:254) ==24271== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==24271== by 0x4998789: WINECON_CreateKeyName (registry.c:76) ==24271== by 0x4998E4E: WINECON_RegLoad (registry.c:239) ==24271== by 0x49A0511: WINECON_Init (wineconsole.c:662) ==24271== by 0x49A0F93: WinMain (wineconsole.c:897) ==24271== by 0x49A1553: main (exe_main.c:49) ==24271== { 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:173: 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:23102: programs/xcopy/tests/test] Error 2 make: Target 'test' not remade because of errors. ==11864== 112 bytes in 1 blocks are definitely lost in loss record 552 of 790 ==11864== at 0x7BC50D3B: notify_alloc (heap.c:254) ==11864== by 0x7BC55229: RtlAllocateHeap (heap.c:1716) ==11864== by 0x54DE077: x11drv_init_thread_data (x11drv_main.c:654) ==11864== by 0x549D24A: thread_init_display (x11drv.h:362) ==11864== by 0x54A206F: clipboard_thread (clipboard.c:2040) ==11864== by 0x7BC9117B: ??? (signal_i386.c:2867) ==11864== by 0x7BC91203: call_thread_func (signal_i386.c:2926) ==11864== by 0x7BC91159: ??? (signal_i386.c:2867) ==11864== by 0x7BC9B239: start_thread (thread.c:498) ==11864== by 0x4247249: start_thread (pthread_create.c:333) ==11864== by 0x4342D6D: clone (clone.S:114) ==11864== { Memcheck:Leak match-leak-kinds: definite fun:notify_alloc fun:RtlAllocateHeap fun:x11drv_init_thread_data fun:thread_init_display fun:clipboard_thread obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:call_thread_func obj:/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so fun:start_thread fun:start_thread fun:clone }