c - What is TpCallbackMayRunLong()? -


i gettign segmentation fault in function have no idea does,why segfaults, or code calls it.

can shed light? c code in windows using netbeans ide , mingw toolchain.


[update] normally, @joachimpileborg suggetsed, when teh segmentation fault happens, call stack not include code. in fact, reads

ntdll!tpcallbackmayrunlong () ?? () ntdll!tpcallbackmayrunlong () ?? () 

and ?? () evaluate zero!

i guess, form name, tpcallbackmayrunlong() being called during idle time, system, , not code.

i never did find out causing this, name of function guessed didn't blocking wait (timeout = zer0), set timeout 20 seconds , works fine.

i know sender transmit constantly, 20 seconds enough time synch startup of sender & recevier. ymmv


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -