User Profile

Collapse

Profile Sidebar

Collapse
shubhpc93
shubhpc93
Last Activity: Apr 9 '18, 10:36 AM
Joined: Nov 20 '17
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Using STR when i connect or disconnect remote control application UI hang. I have another logs when i debug using WinDbg(x64)

    Code:
    ntdll.dll!ZwWaitForMultipleObjects+0x14
    KERNELBASE.dll!WaitForMultipleObjectsEx+0xf0
    USER32.dll!MsgWaitForMultipleObjectsEx+0x1e0
    combase.dll!Ordinal111+0x63b
    combase.dll!CoGetCurrentLogicalThreadId+0x20f
    combase.dll!CoWaitForMultipleHandles+0xb3
    clr.dll!MetaDataGetDispenser+0xcd4a
    ...
    See more | Go to post

    Leave a comment:


  • My Winform application UI hang after taking remote control.

    My Winform application run on machine A. After sometime when i took remote control of machine A from machine B. I saw my application execute my script but application UI is in hung state.

    So I used WinDbg(x64) for debug i saw application main thread is stuck with this log

    Code:
    ntdll.dll!NtWaitForSingleObject+0xa
    mswsock.dll!WSPStartup+0x8cd5
    mswsock.dll!WSPStartup+0xad4e
    ws2_32.dll!recv+0x13c
    ...
    See more | Go to post
No activity results to display
Show More
Working...