https://bugs.winehq.org/show_bug.cgi?id=46344
Bug ID: 46344
Summary: valgrind shows some invalid reads in
mshtml/tests/htmldoc.c
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p
mshtml_test.exe.so htmldoc && touch htmldoc.ok
==14162== Thread 6:
==14162== Syscall param writev(vector[...]) points to uninitialised byte(s)
==14162== at 0x4356813: writev (writev.c:26)
==14162== by 0x7BC75457: send_request (server.c:228)
==14162== by 0x7BC76158: server_call_unlocked (server.c:288)
==14162== by 0x7BC761AD: wine_server_call (server.c:321)
==14162== by 0x7BC419E5: server_write_file (file.c:621)
==14162== by 0x7BC43FCB: NtWriteFile (file.c:1229)
==14162== by 0x53E1016: rpcrt4_conn_np_write (rpc_transport.c:416)
==14162== by 0x53D374C: rpcrt4_conn_write (rpc_binding.h:197)
==14162== by 0x53D4FD0: RPCRT4_SendWithAuth (rpc_message.c:850)
==14162== by 0x53D5CE2: RPCRT4_Send (rpc_message.c:1249)
==14162== by 0x53D78DD: process_request_packet (rpc_server.c:462)
==14162== by 0x53D85EE: RPCRT4_process_packet (rpc_server.c:517)
==14162== by 0x53D867F: RPCRT4_worker_thread (rpc_server.c:539)
==14162== by 0x7BC85243: process_rtl_work_item (threadpool.c:349)
==14162== by 0x7BC867A7: threadpool_worker_proc (threadpool.c:2126)
==14162== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==14162== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==14162== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==14162== Address 0x49c2b0c is 44 bytes inside a recently re-allocated block
of size 92 alloc'd
==14162== at 0x7BC483AD: notify_alloc (heap.c:260)
==14162== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==14162== by 0x53D5086: RPCRT4_SendWithAuth (rpc_message.c:809)
==14162== by 0x53D5CE2: RPCRT4_Send (rpc_message.c:1249)
==14162== by 0x53D78DD: process_request_packet (rpc_server.c:462)
==14162== by 0x53D85EE: RPCRT4_process_packet (rpc_server.c:517)
==14162== by 0x53D867F: RPCRT4_worker_thread (rpc_server.c:539)
==14162== by 0x7BC85243: process_rtl_work_item (threadpool.c:349)
==14162== by 0x7BC867A7: threadpool_worker_proc (threadpool.c:2126)
==14162== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==14162== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==14162== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==14162== Uninitialised value was created by a client request
==14162== at 0x7BC4831C: mark_block_uninitialized (heap.c:214)
==14162== by 0x7BC4A643: initialize_block (heap.c:245)
==14162== by 0x7BC4B8E7: RtlAllocateHeap (heap.c:1727)
==14162== by 0x4BE5298: IMalloc_fnAlloc (ifs.c:187)
==14162== by 0x4BE572E: IMalloc_Alloc (objidl.h:1414)
==14162== by 0x4BE572E: CoTaskMemAlloc (???:0)
==14162== by 0x4C12F6A: RemUnknown_RemQueryInterface (stubmanager.c:719)
==14162== by 0x4C1B589: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:366)
==14162== by 0x53B2DB4: CStdStubBuffer_Invoke (cstub.c:490)
==14162== by 0x4BFC003: IRpcStubBuffer_Invoke (objidl.h:7887)
==14162== by 0x4BFC003: RPC_ExecuteCall (???:0)
==14162== by 0x4BCB493: apartment_wndproc (compobj.c:1500)
==14162== by 0x4F06F0D: ??? (in
/home/austin/wine-valgrind/dlls/user32/user32.dll.so)
==14162== by 0x4F0752B: call_window_proc (winproc.c:246)
==14162== by 0x4F09554: WINPROC_call_window (winproc.c:921)
==14162== by 0x4ECF35F: DispatchMessageW (message.c:4055)
==14162== by 0x4AA1F06: IEWinMain (iexplore.c:1193)
==14162== by 0x4A419F3: wWinMain (main.c:92)
==14162== by 0x4A41C48: wmain (exe_wmain.c:51)
==14162== by 0x4A41B3F: __wine_spec_exe_wentry (exe_wentry.c:36)
==14162== by 0x7B45C1E1: ??? (in
/home/austin/wine-valgrind/dlls/kernel32/kernel32.dll.so)
==14162== by 0x7B460231: start_process (process.c:1273)
==14162==
==13345== Thread 40:
==13345== Syscall param writev(vector[...]) points to uninitialised byte(s)
==13345== at 0x4356813: writev (writev.c:26)
==13345== by 0x7BC75457: send_request (server.c:228)
==13345== by 0x7BC76158: server_call_unlocked (server.c:288)
==13345== by 0x7BC761AD: wine_server_call (server.c:321)
==13345== by 0x7BC419E5: server_write_file (file.c:621)
==13345== by 0x7BC43FCB: NtWriteFile (file.c:1229)
==13345== by 0x53A8016: rpcrt4_conn_np_write (rpc_transport.c:416)
==13345== by 0x539A74C: rpcrt4_conn_write (rpc_binding.h:197)
==13345== by 0x539BFD0: RPCRT4_SendWithAuth (rpc_message.c:850)
==13345== by 0x539CCE2: RPCRT4_Send (rpc_message.c:1249)
==13345== by 0x539E8DD: process_request_packet (rpc_server.c:462)
==13345== by 0x539F5EE: RPCRT4_process_packet (rpc_server.c:517)
==13345== by 0x539F67F: RPCRT4_worker_thread (rpc_server.c:539)
==13345== by 0x7BC85243: process_rtl_work_item (threadpool.c:349)
==13345== by 0x7BC867A7: threadpool_worker_proc (threadpool.c:2126)
==13345== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==13345== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==13345== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==13345== Address 0x8eb5f64 is 44 bytes inside a recently re-allocated block
of size 92 alloc'd
==13345== at 0x7BC483AD: notify_alloc (heap.c:260)
==13345== by 0x7BC4B8D1: RtlAllocateHeap (heap.c:1726)
==13345== by 0x539C086: RPCRT4_SendWithAuth (rpc_message.c:809)
==13345== by 0x539CCE2: RPCRT4_Send (rpc_message.c:1249)
==13345== by 0x539E8DD: process_request_packet (rpc_server.c:462)
==13345== by 0x539F5EE: RPCRT4_process_packet (rpc_server.c:517)
==13345== by 0x539F67F: RPCRT4_worker_thread (rpc_server.c:539)
==13345== by 0x7BC85243: process_rtl_work_item (threadpool.c:349)
==13345== by 0x7BC867A7: threadpool_worker_proc (threadpool.c:2126)
==13345== by 0x7BC77F0F: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==13345== by 0x7BC7B2D5: call_thread_func (signal_i386.c:2654)
==13345== by 0x7BC77F01: ??? (in
/home/austin/wine-valgrind/dlls/ntdll/ntdll.dll.so)
==13345== Uninitialised value was created by a client request
==13345== at 0x7BC4831C: mark_block_uninitialized (heap.c:214)
==13345== by 0x7BC4A643: initialize_block (heap.c:245)
==13345== by 0x7BC4B8E7: RtlAllocateHeap (heap.c:1727)
==13345== by 0x4CAC298: IMalloc_fnAlloc (ifs.c:187)
==13345== by 0x4CAC72E: IMalloc_Alloc (objidl.h:1414)
==13345== by 0x4CAC72E: CoTaskMemAlloc (???:0)
==13345== by 0x4CD9F6A: RemUnknown_RemQueryInterface (stubmanager.c:719)
==13345== by 0x4CE2589: IRemUnknown_RemQueryInterface_Stub (dcom_p.c:366)
==13345== by 0x5379DB4: CStdStubBuffer_Invoke (cstub.c:490)
==13345== by 0x4CC3003: IRpcStubBuffer_Invoke (objidl.h:7887)
==13345== by 0x4CC3003: RPC_ExecuteCall (???:0)
==13345== by 0x4C92493: apartment_wndproc (compobj.c:1500)
==13345== by 0x4FCDF0D: ??? (in
/home/austin/wine-valgrind/dlls/user32/user32.dll.so)
==13345== by 0x4FCE52B: call_window_proc (winproc.c:246)
==13345== by 0x4FD0554: WINPROC_call_window (winproc.c:921)
==13345== by 0x4F9635F: DispatchMessageW (message.c:4055)
==13345== by 0x4C98407: CoWaitForMultipleHandles (compobj.c:4591)
==13345== by 0x4CC1047: ClientRpcChannelBuffer_SendReceive (rpc.c:913)
==13345== by 0x53782FE: IRpcChannelBuffer_SendReceive (objidl.h:7075)
==13345== by 0x53782FE: NdrProxySendReceive (???:0)
==13345== by 0x2327655D: ITargetFramePriv2_AggregatedNavigation2_Proxy
(actxprxy_htiface_p.c:3445)
==13345== by 0x6EDE7BE: ITargetFramePriv2_AggregatedNavigation2
(htiface.h:600)
==13345== by 0x6EDE7BE: navigate_new_window (???:0)
==13345== by 0x6ED00E4: HTMLWindow2_open (htmlwindow.c:1012)
==13345==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46343
Bug ID: 46343
Summary: kernel32/pipe tests shows uninitialized memory in
test_SuspendProcessState()
Product: Wine
Version: 4.0-rc3
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==9035== Syscall param writev(vector[...]) points to uninitialised byte(s)
==9035== at 0x43567D3: writev (writev.c:26)
==9035== by 0x7BC75457: send_request (server.c:228)
==9035== by 0x7BC76158: server_call_unlocked (server.c:288)
==9035== by 0x7BC761AD: wine_server_call (server.c:321)
==9035== by 0x7BC945E5: NtWriteVirtualMemory (virtual.c:3439)
==9035== by 0x7B46392C: WriteProcessMemory (process.c:3914)
==9035== by 0x4B34A74: test_SuspendProcessState (process.c:3244)
==9035== by 0x4B36147: func_process (process.c:3873)
==9035== by 0x4B6E8E4: run_test (test.h:617)
==9035== by 0x4B6F322: main (test.h:701)
==9035== Address 0x4eaf5ee is on thread 1's stack
==9035== in frame #6, created by test_SuspendProcessState (process.c:3154)
==9035== Uninitialised value was created by a stack allocation
==9035== at 0x4B34742: test_SuspendProcessState (process.c:3154)
==9035==
--
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=26044
Summary: atl/atl_ax tests show several valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Most seem related to:
Conditional jump or move depends on uninitialised value(s)
at USER_SetWindowPos (winpos.c:2039)
by SetWindowPos (winpos.c:2141)
by activate_inplace (oleobject.c:148)
by OleObject_DoVerb (oleobject.c:454)
by IOCS_Init (atl_ax.c:919)
by IOCS_Create (atl_ax.c:952)
by AtlAxAttachControl (atl_ax.c:1091)
by test_AtlAxAttachControl (atl_ax.c:96)
by func_atl_ax (atl_ax.c:127)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at IOCS_Init (atl_ax.c:911)
there's also:
64 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IOCS_Create (atl_ax.c:934)
by AtlAxAttachControl (atl_ax.c:1091)
by test_AtlAxAttachControl (atl_ax.c:96)
by func_atl_ax (atl_ax.c:127)
by run_test (test.h:556)
by main (test.h:624)
64 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by IOCS_Create (atl_ax.c:934)
by AtlAxAttachControl (atl_ax.c:1091)
by test_AtlAxAttachControl (atl_ax.c:109)
by func_atl_ax (atl_ax.c:127)
by run_test (test.h:556)
by main (test.h:624)
and perhaps a few more. I'll attach the full log.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=42593
Bug ID: 42593
Summary: CEMU crashes on radeonsi mesa
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: giovanni.nicola(a)ticino.com
Distribution: ---
Created attachment 57529
--> https://bugs.winehq.org/attachment.cgi?id=57529
log of the crash
When launching cemu 1.7.2 the screen becomes black and after a while it crashes
attached log (happens with wine and wine staging)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=46311
Bug ID: 46311
Summary: Notepad++ doesn't stat
Product: Wine
Version: 4.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildogjr(a)gmail.com
Distribution: ---
After update Wine 3.20 to 4.0rc2 Notepad++ doesn't start anymore.
Small log:
wine notepad++.exe > log.txt
0016:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\aksfridge":
c000007a
0014:err:service:process_send_command service protocol error - failed to write
pipe!
000f:fixme:service:scmdatabase_autostart_services Auto-start service
L"aksfridge" failed to start: 127
001c:fixme:ntoskrnl:IoGetConfigurationInformation partial stub
001c:fixme:ntoskrnl:ExInitializeNPagedLookasideList stub: 0x4a1840, (nil),
(nil), 0, 4520, 875972929, 0
001c:fixme:ntoskrnl:IoRegisterPlugPlayNotification (2 1 0x49b3d0 0x12fd0
0x4aadd0 0x13648 0x4a1748) stub
001c:fixme:ntoskrnl:IoRegisterPlugPlayNotification (2 1 0x49b3b0 0x12fd0
0x4aaec0 0x13648 0x4a1750) stub
001c:fixme:ntoskrnl:IoRegisterPlugPlayNotification (2 1 0x49b830 0x12fd0
0x49a310 0x13648 0x4a1968) stub
0030:fixme:plugplay:build_report_descriptor Clamping joystick to 6 axis
0038:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
003c:fixme:kernelbase:AppPolicyGetThreadInitializationType 0xfffffffffffffffa,
0x35fda0
abnormal program termination
0036:err:mscoree:expect_no_runtimes Process exited with a Mono runtime loaded.
0038:fixme:ver:GetCurrentPackageId (0x23fd40 (nil)): stub
001d:fixme:ntoskrnl:IoReportResourceForDetection (0x12fd0, 0x44f888, 4, (nil),
(nil), 0, 0x44f870): stub
001d:fixme:ntoskrnl:ExDeleteNPagedLookasideList (0x4a1840) stub
--
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.
https://bugs.winehq.org/show_bug.cgi?id=39562
Bug ID: 39562
Summary: Fable 3 crashes
Product: Wine
Version: 1.7.50
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: theatrex(a)riseup.net
Distribution: ---
Created attachment 52709
--> https://bugs.winehq.org/attachment.cgi?id=52709
F3 backtrace
Whenever I launch Fable 3, I get an error that says this:
"The program F3Secu.exe has encountered a serious error and needs to close".
Backtrace is attached
--
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.
https://bugs.winehq.org/show_bug.cgi?id=7915
Gijs Vermeulen <gijsvrm(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #35 from Gijs Vermeulen <gijsvrm(a)gmail.com> ---
Closing.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=45059
Bug ID: 45059
Summary: Every test crashes under valgrind (kernel32/timezinfo)
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, regression, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
CC: fracting(a)gmail.com, leslie_alistair(a)hotmail.com
Regression SHA1: 4c2cc57c7f43237afd58bd747e0b2ec13a386702
Distribution: Gentoo
Regression introduced by:
commit 4c2cc57c7f43237afd58bd747e0b2ec13a386702
Author: Qian Hong <qhong(a)codeweavers.com>
Date: Wed Apr 18 07:44:29 2018 +0000
kernel32: Init TimezoneInformation registry.
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=23526
Summary: Daytona USA Evolutions: menu bar shows in fullscreen,
doesn't in windows
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://sega.jp/pc/daytonae/trial.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29368)
--> (http://bugs.winehq.org/attachment.cgi?id=29368)
screenshot
It's an old Direct 6.1 game...luckily, it's got a free download (only 42 mb).
Run the game. It'll start in fullscreen, but its toolbar shows at the top of
the screen. In windows, it doesn't appear, unless you press 'Alt'.
Terminal output is pretty short:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f1a8,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x163a00,0x1641c8): stub
austin@laptop:~/.wine/drive_c$ fixme:d3d:swapchain_init The application
requested more than one back buffer, this is not properly supported.
Please configure the application to use double buffering (1 back buffer) if
possible.
fixme:heap:RtlCompactHeap (0x110000, 0x0) stub
err:ole:CoUninitialize Mismatched CoUninitialize
--
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.
https://bugs.winehq.org/show_bug.cgi?id=7984
Gijs Vermeulen <gijsvrm(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #22 from Gijs Vermeulen <gijsvrm(a)gmail.com> ---
Closing.
--
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.