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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -