[PATCH v4 5/5] kernel32: Reimplement GetVolumePathName() using NtQueryInformationFile(FileAttributeTagInformation).

Zebediah Figura zfigura at codeweavers.com
Fri Mar 20 12:18:25 CDT 2020


On 3/19/20 11:36 PM, Marvin wrote:
> Hi,
> 
> While running your changed tests, I think I found new failures.
> Being a bot and all I'm not very good at pattern recognition, so I might be
> wrong, but could you please double-check?
> 
> Full results can be found at:
> https://testbot.winehq.org/JobDetails.pl?Key=67627
> 
> Your paranoid android.
> 
> 
> === debiant (32 bit report) ===
> 
> kernel32:
> debugger.c:148: Test failed: wrong size for 'C:\users\winetest\Temp\wtb7e0.tmp': read=0
> debugger.c:1128: Test failed: Got 2076730001 failures from child process.
> debugger.c:148: Test failed: wrong size for 'C:\users\winetest\Temp\wtb849.tmp': read=0
> debugger.c:1128: Test failed: Got 2076730001 failures from child process.
> debugger.c:148: Test failed: wrong size for 'C:\users\winetest\Temp\wtb8a4.tmp': read=0
> debugger.c:1128: Test failed: Got 2076730001 failures from child process.

This seems to be a coincidence, and another victim of temp filenames in
failure messages:

http://test.winehq.org/data/aaa625217b202dc0a22d67e63e941b027146a456/linux_newtb-debiant-win32/kernel32:debugger.html

That said, it's odd that it occurs in the first place only on debiant.
Not that I even know if that can cause this error, but do we know that
the machine has the requisite permissions set for ptrace?

> 
> === debiant (32 bit Chinese:China report) ===
> 
> kernel32:
> debugger.c:148: Test failed: wrong size for 'C:\users\winetest\Temp\wt4c4.tmp': read=0
> debugger.c:1128: Test failed: Got 2076730001 failures from child process.
> debugger.c:debugger.c968:: Test failed: 148OpenEvent failed, last error : Test failed: 2wrong size for '.
> debugger.c:1128: Test failed: Got debugger.c2076730001: failures from child process.
> 977: Test failed: OpenEvent failed, last error 2.
> debugger.c:148: Test failed: wrong size for 'C:\users\winetest\Temp\wt577.tmp': read=0
> debugger.c:1128: Test failed: Got 2076730001 failures from child process.
> 
> === debiant (32 bit WoW report) ===
> 
> kernel32:
> debugger.c:debugger.c968:148: Test failed: wrong size for 'C:\users\winetest\Temp\wt8091.tmp': read=0
> debugger.c:1128: Test failed: Got 2076730001 failures from child process.
> debugger.c:148: Test failed: wrong size for 'C:\users\winetest\Temp\wt80f2.tmpdebugger.c': read=:0
> 968: Test failed: OpenEvent failed, last error 2.
> debugger.c:1128: Test failed: Got 2076730001 failures from child process.
> debugger.c:977: Test failed: OpenEvent failed, last error 2.
> debugger.c:148: Test failed: wrong size for 'C:\users\winetest\Temp\wt814c.tmp': read=debugger.c0:
> debugger.c:1128: Test failed: Got 2076730001 failures from child process.
> 
> === debiant (64 bit WoW report) ===
> 
> kernel32:
> debugger.c:148: Test failed: wrong size for 'C:\users\winetest\Temp\wtd01b.tmp': read=0
> debugger.c:1128: Test failed: Got 2076730001 failures from child process.
> debugger.c:148: Test failed: wrong size for 'C:\users\winetest\Temp\wtd081.tmp': read=0
> debugger.c:1128: Test failed: Got 2076730001 failures from child process.
> debugger.c:148: Test failed: wrong size for 'debugger.cC:\users\winetest\Temp\wtd0c8.tmp': read=0
> debugger.c:1128: Test failed: Got 2076730001 failures from child process.
> 



More information about the wine-devel mailing list