Code Monkey home page Code Monkey logo

Comments (3)

danvratil avatar danvratil commented on June 29, 2024 1

To be frank, it's fairly possibe that the issue is gone simply because I've rewritten some of the underlying code since I filed the issue initially, which made the ASAN detection go away.

I'll try to reproduce in my Windows VM and report back

from qcoro.

DeveloperPaul123 avatar DeveloperPaul123 commented on June 29, 2024

I've been trying to reproduce this error but so far have been unsuccessful. Is it possible something is wrong with my setup?

Debug output:

'test-qcoronetworkreply.exe' (Win32): Loaded 'D:\Repositories\qcoro\build\tests\Debug\test-qcoronetworkreply.exe'. Symbols loaded.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\apphelp.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'D:\Repositories\qcoro\build\tests\Debug\Qt5Testd.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'D:\Repositories\qcoro\build\tests\Debug\Qt5Networkd.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\crypt32.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbase.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\ws2_32.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\ole32.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\combase.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\gdi32.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\win32u.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\gdi32full.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\msvcp_win.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\user32.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'D:\Repositories\qcoro\build\tests\Debug\Qt5Cored.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\shell32.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.32.31326\bin\Hostx64\x64\clang_rt.asan_dbg_dynamic-x86_64.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\msvcp140d.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140d.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\vcruntime140_1d.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\ucrtbased.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\dnsapi.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\IPHLPAPI.DLL'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\mpr.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\userenv.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\version.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\netapi32.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\winmm.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\msvcp140_1d.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\srvcli.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\netutils.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\cryptbase.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\imm32.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\nsi.dll'. 
The thread 0xc2dc has exited with code 0 (0x0).
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D46C8F.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00000282AE3FC006.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012826974704B.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D0EB50.
Exception thrown at 0x00007FF62DD1190C in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128163FC0018.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FAE734.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FADFE5.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FBFFF9.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FAF001.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FB0D9C.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FB1277.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FB25B1.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FB3D69.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FB5469.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FB4FF9.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FB6E2A.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FB847A.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FB7FFC.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FB9D8C.
Exception thrown at 0x00007FFE599B4030 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FBA394.
Exception thrown at 0x00007FFE599B4078 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FBC008.
Exception thrown at 0x00007FFE599B40B7 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FBD000.
Exception thrown at 0x00007FFE599B40B7 (ntdll.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation writing location 0x0000128163FBE000.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF2249E.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282692CB18B.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF39D32.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D49B3E.
Exception thrown at 0x00007FFD6C4F0F3E (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D4DB3E.
Exception thrown at 0x00007FFD6C4F0F3E (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D4C060.
Exception thrown at 0x00007FFD6C4F0F3E (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D47E80.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF35323.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF34970.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF463E8.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BEFD498.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BEFE3BA.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF2765B.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824E00C550.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012826974F9A0.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824E01004A.
Exception thrown at 0x00007FFD6C4F0407 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001281258781E7.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D1A0EE.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282692E4563.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF13B11.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF04AE0.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF23CD5.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF74839.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BEFA46D.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF254D7.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BEFB54E.
Exception thrown at 0x00007FFD6C4F8594 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824E00D2A2.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282692532C8.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012826961E515.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012826969144A.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282696C0B60.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269432B3F.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824E012200.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C3BAE00.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BE04600.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF84A00.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000029F5921FDE6.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C39E668.
Exception thrown at 0x00007FFD6C4F5214 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282695DCD8C.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282692DEC7C.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282695DE40E.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\NapiNSP.dll'. 
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282697522C3.
Exception thrown at 0x00007FFD6C4F0407 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D4A17E.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D0F3DC.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012826971210F.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012826971048E.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282694648DC.
Exception thrown at 0x00007FFD6C4F0183 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269462D78.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012826946822C.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269467E7D.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\pnrpnsp.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\wshbth.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\nlaapi.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\mswsock.dll'. 
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282690AAD38.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282690A7A6E.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\winrnr.dll'. 
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C39F670.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF32762.
Exception thrown at 0x00007FFD6C4F75B6 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF2E218.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\uxtheme.dll'. 
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000004E2F2676047.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269746417.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128268CF462C.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282695486CE.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C39BB84.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF2D95F.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF2C763.
Exception thrown at 0x00007FFD6C4F75B6 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000004E2F2681500.
'test-qcoronetworkreply.exe' (Win32): Loaded 'D:\Repositories\qcoro\build\tests\Debug\bearer\qgenericbearerd.dll'. 
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012825640FE00.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012825640DACB.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc6.dll'. 
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000029F5925FECF.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282681830A8.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000004E2F268005E.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\dhcpcsvc.dll'. 
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000029F5923FFA3.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012826817459E.
Exception thrown at 0x00007FFD6C4F0183 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128268182E2E.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000004E2F268205E.
Exception thrown at 0x00007FFD6C4F0183 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C3AAC2B.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000004E2F268405E.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000004E2F268605E.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C3904A8.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\kernel.appcore.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\bcryptprimitives.dll'. 
Exception thrown at 0x00007FFD6C4F0F3E (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269309008.
Exception thrown at 0x00007FFD6C4F0F3E (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012826930B712.
Exception thrown at 0x00007FFD6C4F0F3E (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269689A6B.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000004E2F268C05E.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\clbcatq.dll'. 
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269365528.
Exception thrown at 0x00007FFD6C4F0407 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D12567.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012826968A1E6.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\netprofm.dll'. 
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282687A5897.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012826969867C.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282692CAEFF.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000004E2F269805E.
Exception thrown at 0x00007FFD6C4F04C3 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282696824BA.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000029F592BFEF0.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000029F592DFF14.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000004E2F269E123.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\npmproxy.dll'. 
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C38FC2D.
Exception thrown at 0x00007FFD6C4F0183 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C3AB651.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C3925ED.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C399959.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C39D05A.
Exception thrown at 0x00007FFD6C4F0183 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF318FA.
Exception thrown at 0x00007FFD6C4F0183 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C3A9FBB.
Exception thrown at 0x00007FFD6C4F0183 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C3A8913.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF24398.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C39777D.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C39877C.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C3946AB.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C39CC48.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C3A0A5E.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C391143.
Exception thrown at 0x00007FFD6C4F4F53 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BEF8E25.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D2590C.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824BF33387.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\windows.storage.dll'. 
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\wldp.dll'. 
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000029F5933FEFE.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128268E94CE1.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128268E88F78.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\SHCore.dll'. 
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269633F19.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\shlwapi.dll'. 
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128268E8946E.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282692DD669.
'test-qcoronetworkreply.exe' (Win32): Loaded 'C:\Windows\System32\profapi.dll'. 
Exception thrown at 0x00007FFD6C505FF8 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000029F59220000.
The thread 0xbe34 has exited with code 0 (0x0).
Exception thrown at 0x00007FF62DD14D96 in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C39A3DA.
The thread 0xaf8c has exited with code 0 (0x0).
Exception thrown at 0x00007FFD6C4F0183 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269684652.
Exception thrown at 0x00007FFD6C4F0183 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128267EA2E22.
The thread 0xa174 has exited with code 0 (0x0).
The thread 0xb808 has exited with code 0 (0x0).
The thread 0x9c44 has exited with code 0 (0x0).
The thread 0x4b10 has exited with code 0 (0x0).
The thread 0x5bdc has exited with code 0 (0x0).
Exception thrown at 0x00007FFD6C505FF8 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000029F59360000.
The thread 0xb728 has exited with code 0 (0x0).
The thread 0x60cc has exited with code 0 (0x0).
The thread 0xc158 has exited with code 0 (0x0).
The thread 0x86d0 has exited with code 0 (0x0).
The thread 0xab1c has exited with code 0 (0x0).
The thread 0x2af4 has exited with code 0 (0x0).
The thread 0xc358 has exited with code 0 (0x0).
The thread 0x698 has exited with code 0 (0x0).
The thread 0xb874 has exited with code 0 (0x0).
The thread 0x74cc has exited with code 0 (0x0).
The thread 0xc290 has exited with code 0 (0x0).
The thread 0xc038 has exited with code 0 (0x0).
The thread 0x9718 has exited with code 0 (0x0).
The thread 0xc350 has exited with code 0 (0x0).
The thread 0x7548 has exited with code 0 (0x0).
The thread 0xa66c has exited with code 0 (0x0).
The thread 0x6b9c has exited with code 0 (0x0).
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000012824C1A3AA8.
The thread 0x9db4 has exited with code 0 (0x0).
The thread 0xbfc4 has exited with code 0 (0x0).
The thread 0x8990 has exited with code 0 (0x0).
The thread 0xc768 has exited with code 0 (0x0).
The thread 0xa144 has exited with code 0 (0x0).
The thread 0xae7c has exited with code 0 (0x0).
The thread 0x12dc has exited with code 0 (0x0).
The thread 0x7a40 has exited with code 0 (0x0).
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269632DDF.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269139A17.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128268CEEFCA.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D48CD4.
Exception thrown at 0x00007FFD6C505D8E (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D4E1F8.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269443094.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282696BF4E8.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x0000128269221E1F.
Exception thrown at 0x00007FFD6C4F0ECF (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x00001282691E9B47.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D16087.
Exception thrown at 0x00007FFD6C505D70 (clang_rt.asan_dbg_dynamic-x86_64.dll) in test-qcoronetworkreply.exe: 0xE0736171: Access violation reading location 0x000002D2F1D4BEB0.
The program '[37220] test-qcoronetworkreply.exe' has exited with code 0 (0x0).

network reply test output

********* Start testing of QCoroNetworkReplyTest *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-llp64 shared (dynamic) debug build; by MSVC 2019), windows 10
PASS   : QCoroNetworkReplyTest::initTestCase()
QDEBUG : QCoroNetworkReplyTest::testTriggers() "GET / HTTP/1.1\r\n"
PASS   : QCoroNetworkReplyTest::testTriggers()
QDEBUG : QCoroNetworkReplyTest::testQCoroWrapperTriggers() "GET / HTTP/1.1\r\n"
PASS   : QCoroNetworkReplyTest::testQCoroWrapperTriggers()
QDEBUG : QCoroNetworkReplyTest::testThenQCoroWrapperTriggers() "GET / HTTP/1.1\r\n"
PASS   : QCoroNetworkReplyTest::testThenQCoroWrapperTriggers()
QDEBUG : QCoroNetworkReplyTest::testDoesntBlockEventLoop() "GET /block HTTP/1.1\r\n"
PASS   : QCoroNetworkReplyTest::testDoesntBlockEventLoop()
PASS   : QCoroNetworkReplyTest::testDoesntCoAwaitNullReply()
QDEBUG : QCoroNetworkReplyTest::testDoesntCoAwaitFinishedReply() "GET / HTTP/1.1\r\n"
PASS   : QCoroNetworkReplyTest::testDoesntCoAwaitFinishedReply()
QDEBUG : QCoroNetworkReplyTest::testReadAllTriggers() "GET /stream HTTP/1.1\r\n"
PASS   : QCoroNetworkReplyTest::testReadAllTriggers()
QDEBUG : QCoroNetworkReplyTest::testThenReadAllTriggers() "GET /block HTTP/1.1\r\n"
PASS   : QCoroNetworkReplyTest::testThenReadAllTriggers()
QDEBUG : QCoroNetworkReplyTest::testReadTriggers() "GET /stream HTTP/1.1\r\n"
PASS   : QCoroNetworkReplyTest::testReadTriggers()
QDEBUG : QCoroNetworkReplyTest::testThenReadTriggers() "GET /block HTTP/1.1\r\n"
PASS   : QCoroNetworkReplyTest::testThenReadTriggers()
QDEBUG : QCoroNetworkReplyTest::testReadLineTriggers() "GET /stream HTTP/1.1\r\n"
PASS   : QCoroNetworkReplyTest::testReadLineTriggers()
QDEBUG : QCoroNetworkReplyTest::testThenReadLineTriggers() "GET /block HTTP/1.1\r\n"
PASS   : QCoroNetworkReplyTest::testThenReadLineTriggers()
PASS   : QCoroNetworkReplyTest::cleanupTestCase()
Totals: 14 passed, 0 failed, 0 skipped, 0 blacklisted, 6506ms
********* Finished testing of QCoroNetworkReplyTest *********

from qcoro.

DeveloperPaul123 avatar DeveloperPaul123 commented on June 29, 2024

Looks like the issues are back but only on windows with Qt 6.2.0 ?

I didn't see #116 before making this comment. My apologies.

from qcoro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.