http://bugs.winehq.org/show_bug.cgi?id=26129
Summary: ddraw/visual tests show a memory leak under valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
84 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by d3d3_CreateViewport (ddraw.c:4629)
by D3D3_ViewportClearTest (visual.c:2163)
by func_visual (visual.c:3105)
by run_test (test.h:556)
by main (test.h:624)
also what may be a Mesa leak:
44 bytes in 1 blocks are definitely lost
at malloc (vg_replace_malloc.c:236)
by realloc (vg_replace_malloc.c:525)
by ??? (in /usr/lib/libGL.so.1.2)
by ??? (in /usr/lib/libGL.so.1.2)
by drawStridedFast (drawprim.c:47)
by drawPrimitive (drawprim.c:718)
by IWineD3DDeviceImpl_DrawPrimitiveUP (device.c:4926)
by IDirect3DDeviceImpl_7_DrawPrimitive (device.c:3446)
by IDirect3DDeviceImpl_7_DrawPrimitive_FPUSetup (device.c:3459)
by offscreen_test (visual.c:727)
by func_visual (visual.c:3089)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26128
Summary: shell32/appbar tests shows a valgrind warning
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Syscall param writev(vector[...]) points to uninitialised byte(s)
at writev (in /lib/libc-2.11.2.so)
by send_request (server.c:209)
by wine_server_call (server.c:290)
by put_message_in_queue (message.c:2923)
by send_inter_thread_message (message.c:2991)
by send_message (message.c:3059)
by SendMessageTimeoutW (message.c:3125)
by SHAppBarMessage (appbar.c:142)
by test_setpos (appbar.c:222)
by func_appbar (appbar.c:442)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f23fa40 is on thread 1's stack
Uninitialised value was created by a stack allocation
at test_setpos (appbar.c:203)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26117
Summary: imm32/imm32 tests show a couple memory leaks under
valgrind
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
8 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMM_GetThreadData (imm.c:226)
by ImmGetContext (imm.c:1366)
by ImmGetContextThreadFunc (imm32.c:378)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
...
336 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by ImmCreateContext (imm.c:626)
by test_ImmAssociateContextEx (imm32.c:333)
by func_imm32 (imm32.c:517)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26050
Summary: winmm/mci tests show quite a few valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=33222)
--> (http://bugs.winehq.org/attachment.cgi?id=33222)
valgrind log
Lots of:
Use of uninitialised value of size 4
at wcstombs_sbcs (wctomb.c:155)
by wine_cp_wcstombs (wctomb.c:456)
by WideCharToMultiByte (locale.c:2010)
by MCI_UnmapMsgAtoW (mci.c:466)
by mciSendCommandA (mci.c:2285)
by test_openCloseWAVE (mci.c:419)
by func_mci (mci.c:1266)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MCI_MapMsgAtoW (mci.c:340)
by mciSendCommandA (mci.c:2277)
by test_openCloseWAVE (mci.c:419)
by func_mci (mci.c:1266)
by run_test (test.h:556)
by main (test.h:624)
and a few like:
20 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by str_dup_upper (mci.c:85)
by mciSendStringW (mci.c:1341)
by mciSendStringA (mci.c:1590)
by test_openCloseWAVE (mci.c:560)
by func_mci (mci.c:1266)
by run_test (test.h:556)
by main (test.h:624)
full log attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22431
Summary: if exist "%VAR%"\file does not work
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabspeck(a)gmail.com
The following logic fails on Wine's cmd, but works successfully on Windows',
i.e. if you set the DLC variable pointing to a directory with a "version" file
inside, it will still print "DLC variable not set" on Wine, but will print "OK"
on Windows:
set DLC=C:\dlc91e
IF EXIST "%DLC%"\version GOTO :BIN
echo "DLC Variable not set"
:BIN
echo "OK"
The following works, though:
IF EXIST "%DLC%\version" ...
I found that on some administration scripts of a commercial application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18346
Summary: cmd does not support the "^" escape character
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dima(a)gmail.com
In Windows' command line, the caret escapes the following character. For
example:
> echo a^&b
a&b
Wine's cmd, however, does not treat it as a special character:
> echo a^&b
a^
File not found
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26120
Summary: kernel32/sync tests shows a few valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at memcpy (mc_replace_strmem.c:635)
by NTDLL_create_struct_sd (sync.c:118)
by NtCreateEvent (sync.c:265)
by CreateEventExW (sync.c:489)
by CreateEventExA (sync.c:452)
by CreateEventA (sync.c:420)
by test_event (sync.c:301)
by func_sync (sync.c:1044)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at NTDLL_create_struct_sd (sync.c:66)
appears 4 times.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26107
Summary: ole32/clipboard tests show several valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
16 bytes in 2 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IMM_GetThreadData (imm.c:226)
by ImmGetContext (imm.c:1366)
by IME_UpdateAssociation (ime.c:1040)
by open_xim (xim.c:477)
by X11DRV_SetupXIM (xim.c:493)
by x11drv_init_thread_data (x11drv_main.c:681)
by thread_selection_wnd (clipboard.c:328)
by selection_acquire (clipboard.c:2625)
by selection_thread_proc (clipboard.c:2661)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
...
144 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by rpcrt4_conn_np_alloc (rpc_transport.c:120)
by RPCRT4_CreateConnection (rpc_transport.c:2939)
by rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:285)
by RPCRT4_use_protseq (rpc_server.c:810)
by RpcServerUseProtseqEpExW (rpc_server.c:1022)
by RpcServerUseProtseqEpW (rpc_server.c:907)
by RPC_StartRemoting (rpc.c:1626)
by StdMarshalImpl_MarshalInterface (marshal.c:1245)
by CoMarshalInterface (marshal.c:1797)
by set_src_dataobject (clipboard.c:1968)
by OleSetClipboard (clipboard.c:2127)
by test_set_clipboard (clipboard.c:855)
by func_clipboard (clipboard.c:1543)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26106
Summary: ole32/ole2 tests show several valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Syscall param write(buf) points to uninitialised byte(s)
at __write_nocancel (in /lib/libpthread-2.11.2.so)
by WriteFile (file.c:547)
by FileLockBytesImpl_WriteAt (filelockbytes.c:286)
by StorageImpl_WriteAt (storage32.c:344)
by StorageImpl_WriteBigBlock (storage32.c:3989)
by BlockChainStream_GetBlockAtOffset (storage32.c:5951)
by BlockChainStream_WriteAt (storage32.c:6198)
by SmallBlockChainStream_WriteAt (storage32.c:6954)
by StorageImpl_StreamWriteAt (storage32.c:2555)
by StorageBaseImpl_StreamWriteAt (storage32.h:305)
by StgStreamImpl_Write (stg_stream.c:286)
by DataCacheEntry_Save (datacache.c:765)
by DataCache_Save (datacache.c:1400)
by test_data_cache (ole2.c:1411)
by func_ole2 (ole2.c:1878)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f03e6c0 is 504 bytes inside a block of size 8,260 alloc'd
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by BlockChainStream_Construct (storage32.c:5972)
by StorageImpl_Construct (storage32.c:2887)
by Storage_Construct (storage32.c:5131)
by create_storagefile (storage32.c:7347)
by StgCreateDocfile (storage32.c:7408)
by test_data_cache (ole2.c:1272)
by func_ole2 (ole2.c:1878)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1702)
by MFDRV_StretchBlt (bitblt.c:72)
by StretchBlt (bitblt.c:174)
by DrawIconEx (cursoricon.c:2008)
by DrawIcon (cursoricon.c:1437)
by OleMetafilePictFromIconAndLabel (ole32_main.c:108)
by test_data_cache (ole2.c:1364)
by func_ole2 (ole2.c:1878)
by run_test (test.h:556)
by main (test.h:624)
...
8 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by HeapAlloc (heap.c:267)
by GlobalAlloc (heap.c:374)
by DataObject_DAdvise (ole2.c:1163)
by setup_sink (datacache.c:1884)
by DataCache_OnRun (datacache.c:2085)
by test_data_cache (ole2.c:1536)
by func_ole2 (ole2.c:1878)
by run_test (test.h:556)
by main (test.h:624)
...
72 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DataCache_Construct (datacache.c:2278)
by CreateDataCache (datacache.c:2378)
by DefaultHandler_Construct (defaulthandler.c:1951)
by OleCreateEmbeddingHelper (defaulthandler.c:2110)
by OleCreateDefaultHandler (defaulthandler.c:2137)
by test_default_handler (ole2.c:1604)
by func_ole2 (ole2.c:1879)
by run_test (test.h:556)
by main (test.h:624)
...
112 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DefaultHandler_Construct (defaulthandler.c:1915)
by OleCreateEmbeddingHelper (defaulthandler.c:2110)
by OleCreateDefaultHandler (defaulthandler.c:2137)
by test_default_handler (ole2.c:1604)
by func_ole2 (ole2.c:1879)
by run_test (test.h:556)
by main (test.h:624)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20919
Summary: Six tests usually or always hang in valgrind
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The following six tests usually or always hang in Valgrind:
kernel32 process.c
ole32 marshal.c
shdocvw webbrowser.c
urlmon url.c
winmm mci.c
winmm wave.c
I'll probably disable them in the test script to save the hour
otherwise spent waiting for them to time out.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.