Forms.UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop

  • Thread starter Thread starter roni
  • Start date Start date
R

roni

hi.

i have vb.net application , with Managed C++ dll that wrap unmanaged dll.

i also have bug that crash the application.

the crash happen because i dont use the unmanaged dll (which is
dialogic -telephony dll)
in the right way.

i can reproduce the crash (not the main bug im looking, but i found mini
bug, that also cause the crash,and from that im going to learn what's wrong
here)

the application is multi thread.
when im starting to trace\debug the bug,i see in the "threads" windows
in the location of some thread somthing like this :
Thread ID 2333 LOCATION
System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.Unsaf
eNativeMethods+IMsoComponentManager.FPushMessageLoop


can anyone explain what's that mean ?
 
hi again.
just to add more info ,
this
System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.Unsaf
eNativeMethods+IMsoComponentManager.FPushMessageLoop


is happen after i call Application:DoEvents from the managed c++ .
 
Back
Top