Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.12.3, 5.13.2
-
None
-
Using Qt 5.12.3 with visual studio 2017 and mscv 207.
Description
Compiler is printing warning "Invalid parameter passed to C runtime function"
If I will create the object of
QNetworkAccessManager
class it will start to print warning in compiler output.
Here the code which is create the same warning.
#include <QtCore/QCoreApplication> #include <qnetworkaccessmanager.h> int main(int argc, char *argv[]) { QCoreApplication a(argc, argv); QNetworkAccessManager networkAccess; return a.exec(); }
Here the Compiler out put:
Qt VS Tools: QML debug: Debugging project 'NetworkAccess'... Qt VS Tools: QML debug: DISABLED: QML debugging disabled in Qt project settings 'NetworkAccess.exe' (Win32): Loaded '***********\NetworkAccess\debug\NetworkAccess.exe'. Symbols loaded. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Program Files\AVAST Software\Avast\x86\aswhook.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Qt\5.12.3\msvc2017\bin\Qt5Networkd.dll'. Symbols loaded. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\advapi32.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\crypt32.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbase.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msasn1.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ws2_32.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Qt\5.12.3\msvc2017\bin\Qt5Cored.dll'. Symbols loaded. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\user32.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\win32u.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32full.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp_win.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shell32.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\SHCore.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\windows.storage.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\profapi.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\powrprof.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shlwapi.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel.appcore.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptsp.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\vcruntime140d.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbased.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dnsapi.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nsi.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\IPHLPAPI.DLL'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp140d.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mpr.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\netapi32.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\userenv.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\version.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winmm.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winmmbase.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\netutils.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\srvcli.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\imm32.dll'. Cannot find or open the PDB file. The thread 0x1cf8 has exited with code 0 (0x0). 'NetworkAccess.exe' (Win32): Loaded 'C:\Qt\5.12.3\msvc2017\plugins\bearer\qgenericbearerd.dll'. Symbols loaded. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dhcpcsvc6.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dhcpcsvc.dll'. Cannot find or open the PDB file. 'NetworkAccess.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dwmapi.dll'. Cannot find or open the PDB file. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. Invalid parameter passed to C runtime function. The thread 0x3838 has exited with code 0 (0x0). The program '[4452] NetworkAccess.exe' has exited with code 0 (0x0).
Attachments
Issue Links
- duplicates
-
QTBUG-70917 Invalid parameter passed to C runtime function. in debug out in new Windows 10 build 1809
- Closed