
Originally Posted by
wysota
First of all build your app in debug mode.
It was in debug mode... OK, I've loaded system debug symbols but it did not clear anything.
I just can't understand why it happens if I almost do not add any custom code - only a few lines of code from documentation... Something wrong with my system?
Btw, I tried to switch to Qt 4.8.4 - the same story.
Call stack:
> KernelBase.dll!_RaiseException@16() + 0x58 bytes
rpcrt4.dll!_RpcpRaiseException@4() + 0x2f bytes
rpcrt4.dll!NdrpRaisePipeException() + 0x16 bytes
rpcrt4.dll!NdrReceive() + 0x1e55 bytes
rpcrt4.dll!NdrLastAsyncReceive() + 0x2c bytes
rpcrt4.dll!NdrpCompleteAsyncClientCall() + 0x85 bytes
rpcrt4.dll!Ndr64pCompleteAsyncCall() + 0x67 bytes
rpcrt4.dll!_RpcAsyncCompleteCall@8() + 0x1e bytes
wlanapi.dll!_ClientRpcCallback@12() + 0xa0 bytes
rpcrt4.dll!I_RpcAPCRoutine() + 0x2c bytes
ntdll.dll!_KiUserApcDispatcher@16() + 0x25 bytes
kernel32.dll!_WaitForSingleObjectExImplementation@12() + 0x43 bytes
wlanapi.dll!_NotificationApcThreadProc@4() + 0x54 bytes
kernel32.dll!@BaseThreadInitThunk@12() + 0x12 bytes
ntdll.dll!___RtlUserThreadStart@8() + 0x27 bytes
ntdll.dll!__RtlUserThreadStart@8() + 0x1b bytes
> KernelBase.dll!_RaiseException@16() + 0x58 bytes
rpcrt4.dll!_RpcpRaiseException@4() + 0x2f bytes
rpcrt4.dll!NdrpRaisePipeException() + 0x16 bytes
rpcrt4.dll!NdrReceive() + 0x1e55 bytes
rpcrt4.dll!NdrLastAsyncReceive() + 0x2c bytes
rpcrt4.dll!NdrpCompleteAsyncClientCall() + 0x85 bytes
rpcrt4.dll!Ndr64pCompleteAsyncCall() + 0x67 bytes
rpcrt4.dll!_RpcAsyncCompleteCall@8() + 0x1e bytes
wlanapi.dll!_ClientRpcCallback@12() + 0xa0 bytes
rpcrt4.dll!I_RpcAPCRoutine() + 0x2c bytes
ntdll.dll!_KiUserApcDispatcher@16() + 0x25 bytes
kernel32.dll!_WaitForSingleObjectExImplementation@12() + 0x43 bytes
wlanapi.dll!_NotificationApcThreadProc@4() + 0x54 bytes
kernel32.dll!@BaseThreadInitThunk@12() + 0x12 bytes
ntdll.dll!___RtlUserThreadStart@8() + 0x27 bytes
ntdll.dll!__RtlUserThreadStart@8() + 0x1b bytes
To copy to clipboard, switch view to plain text mode
Threads:
Unflagged
47848 0 Main Thread Main Thread
QPushButton::`scalar deleting destructor
' NormalUnflagged 48388 0 Worker Thread _TppWaiterpThread@4 _ZwWaitForMultipleObjects@20 Normal
Unflagged 47932 0 Worker Thread _TppWorkerThread@4 _NtWaitForWorkViaWorkerFactory@8 Normal
Unflagged 48856 0 Worker Thread _TppWorkerThread@4 _NtWaitForWorkViaWorkerFactory@8 Normal
Unflagged 31392 0 RPC Thread RPC Callback Thread CROIDTable::WorkerThreadLoop Normal
Unflagged 48988 0 Worker Thread _timeThread@4 _ZwWaitForMultipleObjects@20 Time Critical
Unflagged 43132 0 Worker Thread bearerThread _NtWaitForSingleObject@12 Normal
Unflagged > 45812 0 Worker Thread _NotificationApcThreadProc@4 _RaiseException@16 Normal
Unflagged 49048 0 Worker Thread httpThread _ZwWaitForMultipleObjects@20 Normal
Unflagged 48496 0 Worker Thread Thread (pooled) _NtWaitForSingleObject@12 Normal
Unflagged 49036 0 Worker Thread _TppWorkerThread@4 _NtWaitForWorkViaWorkerFactory@8 Normal
Unflagged 48080 0 Worker Thread _SockAsyncThread@4 _ZwRemoveIoCompletion@20 Above Normal
Unflagged 48172 0 Worker Thread Win32 Thread _ZwWaitForMultipleObjects@20 Normal
Unflagged 48000 0 Worker Thread _TppWorkerThread@4 _NtWaitForWorkViaWorkerFactory@8 Normal
Unflagged 47848 0 Main Thread Main Thread QPushButton::`scalar deleting destructor' Normal
Unflagged 48388 0 Worker Thread _TppWaiterpThread@4 _ZwWaitForMultipleObjects@20 Normal
Unflagged 47932 0 Worker Thread _TppWorkerThread@4 _NtWaitForWorkViaWorkerFactory@8 Normal
Unflagged 48856 0 Worker Thread _TppWorkerThread@4 _NtWaitForWorkViaWorkerFactory@8 Normal
Unflagged 31392 0 RPC Thread RPC Callback Thread CROIDTable::WorkerThreadLoop Normal
Unflagged 48988 0 Worker Thread _timeThread@4 _ZwWaitForMultipleObjects@20 Time Critical
Unflagged 43132 0 Worker Thread bearerThread _NtWaitForSingleObject@12 Normal
Unflagged > 45812 0 Worker Thread _NotificationApcThreadProc@4 _RaiseException@16 Normal
Unflagged 49048 0 Worker Thread httpThread _ZwWaitForMultipleObjects@20 Normal
Unflagged 48496 0 Worker Thread Thread (pooled) _NtWaitForSingleObject@12 Normal
Unflagged 49036 0 Worker Thread _TppWorkerThread@4 _NtWaitForWorkViaWorkerFactory@8 Normal
Unflagged 48080 0 Worker Thread _SockAsyncThread@4 _ZwRemoveIoCompletion@20 Above Normal
Unflagged 48172 0 Worker Thread Win32 Thread _ZwWaitForMultipleObjects@20 Normal
Unflagged 48000 0 Worker Thread _TppWorkerThread@4 _NtWaitForWorkViaWorkerFactory@8 Normal
To copy to clipboard, switch view to plain text mode
Bookmarks