I\'ve been dealing with a strange application hang in my clients installations. After trying several things i reached the conclusion that without a dump it won\'t work. So I
Well, you have thee classic problem of control 'creation' on non UI thread.
Great read on the subject: (ref 1) (ref 2) and (ref 3).
I don't know of a way to find the control in a dump (tried myself) but you can try to set a breakpoint in code as described in (ref 4) and (ref 5).
Cheers.
Reference:
Mysterious Hang or The Great Deception of InvokeRequired
Control.Trifecta: InvokeRequired, IsHandleCreated, and IsDisposed
.NET 2.0 WinForms multithreading and a few long days
Debugging UI
The case of the leaking thread handles