A
Abubakar
Hi,
In my application, Some of my thread gets stuck somewhere. The vs2k5
debugging "Thread" window shows that stuck thread and I can I dentify it. In
its Name column the following text is written:
"std::_Container_base::_Orphan_all". What does this mean?
Now some general info about whats happnening here: :this is a call to a
SendMessage api, which I'm sending to my GUI window, and this call never
makes it back. I have checked the GUI code that in this particular case the
call never makes it to the proc that I have mapped my message to, so I cant
do any checking as to what goes wrong in the gui that the call never returns
( i believe there is nothing wrong cuz the same code runs fine so many
times ).
Any ideas?
Regards,
-ab.
In my application, Some of my thread gets stuck somewhere. The vs2k5
debugging "Thread" window shows that stuck thread and I can I dentify it. In
its Name column the following text is written:
"std::_Container_base::_Orphan_all". What does this mean?
Now some general info about whats happnening here: :this is a call to a
SendMessage api, which I'm sending to my GUI window, and this call never
makes it back. I have checked the GUI code that in this particular case the
call never makes it to the proc that I have mapped my message to, so I cant
do any checking as to what goes wrong in the gui that the call never returns
( i believe there is nothing wrong cuz the same code runs fine so many
times ).
Any ideas?
Regards,
-ab.