[PATCH v3 1/2] kernel32/path: Allow renaming a file/directory to a different capitalization of itself

Gabriel Ivăncescu gabrielopcode at gmail.com
Fri Aug 2 07:53:30 CDT 2019


These are likely false positives or errors from other code. Since I 
couldn't reproduce it on my machine, I added ERR traces to see if it 
fails somewhere in the patch's code for the testbot, and this time there 
were no errors at all (even though the code was the same, but with added 
ERR traces).

Please see: https://testbot.winehq.org/JobDetails.pl?Key=55110


On 8/2/19 2:54 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=55105
> 
> Your paranoid android.
> 
> 
> === debian10 (32 bit report) ===
> 
> kernel32:
> Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00438134).
> 
> Report errors:
> kernel32:virtual prints too much data (91050 bytes)
> 
> === debian10 (32 bit Chinese:China report) ===
> 
> kernel32:
> Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00438134).
> 
> Report errors:
> kernel32:virtual prints too much data (91050 bytes)
> 
> === debian10 (32 bit WoW report) ===
> 
> kernel32:
> Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00438134).
> 
> Report errors:
> kernel32:virtual prints too much data (91050 bytes)
> 
> === debian10 (64 bit WoW report) ===
> 
> kernel32:
> Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x00438134).
> 
> Report errors:
> kernel32:virtual prints too much data (91050 bytes)
> 




More information about the wine-devel mailing list