Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Array of size ZERO Pin
Sauro Viti24-Nov-10 7:37
professionalSauro Viti24-Nov-10 7:37 
AnswerRe: Array of size ZERO Pin
Aescleal24-Nov-10 10:06
Aescleal24-Nov-10 10:06 
QuestionHow to wait until Explorer finishes copying a file (Solved) Pin
ShadowUz24-Nov-10 5:03
ShadowUz24-Nov-10 5:03 
AnswerRe: How to wait until Explorer finishes copying a file Pin
Luc Pattyn24-Nov-10 5:38
sitebuilderLuc Pattyn24-Nov-10 5:38 
AnswerRe: How to wait until Explorer finishes copying a file Pin
Randor 24-Nov-10 6:43
professional Randor 24-Nov-10 6:43 
GeneralRe: How to wait until Explorer finishes copying a file [modified] Pin
ShadowUz24-Nov-10 20:57
ShadowUz24-Nov-10 20:57 
QuestionVS/C++ runaway process debugging Pin
Alan Kurlansky24-Nov-10 4:06
Alan Kurlansky24-Nov-10 4:06 
AnswerRe: VS/C++ runaway process debugging Pin
Randor 24-Nov-10 6:56
professional Randor 24-Nov-10 6:56 
Alan Kurlansky wrote:
How could I find out where a runaway process is looping?


Interesting choice of words. It contains the WinDbg command that could help your situation. Smile | :)

If you attach the WinDbg debugger you can issue the !runaway command which will show you the thread times. Any thread in an infinite loop will probably consume the most cpu time.

You may also want to try "!locks" and "!analyze -v -hang" in case its not an infinite loop and actually a deadlock caused by synchronization objects.

Off Topic: I really wish the VS team would add a commandline interface into the VS debugger.

Best Wishes,
-David Delaune
QuestionNotification in Multi CListBox Pin
002comp23-Nov-10 23:39
002comp23-Nov-10 23:39 
QuestionRe: Notification in Multi CListBox Pin
CPallini23-Nov-10 23:46
mveCPallini23-Nov-10 23:46 
AnswerRe: Notification in Multi CListBox Pin
002comp24-Nov-10 0:24
002comp24-Nov-10 0:24 
GeneralRe: Notification in Multi CListBox Pin
CPallini24-Nov-10 0:32
mveCPallini24-Nov-10 0:32 
GeneralRe: Notification in Multi CListBox Pin
002comp24-Nov-10 1:10
002comp24-Nov-10 1:10 
QuestionRe: Notification in Multi CListBox Pin
CPallini24-Nov-10 1:38
mveCPallini24-Nov-10 1:38 
AnswerRe: Notification in Multi CListBox Pin
002comp24-Nov-10 1:58
002comp24-Nov-10 1:58 
QuestionRe: Notification in Multi CListBox [modified] Pin
CPallini24-Nov-10 2:15
mveCPallini24-Nov-10 2:15 
AnswerRe: Notification in Multi CListBox Pin
002comp24-Nov-10 19:30
002comp24-Nov-10 19:30 
Questionwhat data type use in String concatination function in vc++ DLL? Pin
mathivanaan23-Nov-10 17:22
mathivanaan23-Nov-10 17:22 
AnswerRe: what data type use in String concatination function in vc++ DLL? Pin
KingsGambit23-Nov-10 17:51
KingsGambit23-Nov-10 17:51 
AnswerRe: what data type use in String concatination function in vc++ DLL? Pin
S Houghtelin24-Nov-10 4:30
professionalS Houghtelin24-Nov-10 4:30 
GeneralRe: what data type use in String concatination function in vc++ DLL? Pin
meaningoflights24-Nov-10 17:42
meaningoflights24-Nov-10 17:42 
QuestionSort Functions Pin
Babylon Lion23-Nov-10 8:18
Babylon Lion23-Nov-10 8:18 
AnswerRe: Sort Functions Pin
«_Superman_»23-Nov-10 8:32
professional«_Superman_»23-Nov-10 8:32 
AnswerRe: Sort Functions Pin
David Crow23-Nov-10 8:39
David Crow23-Nov-10 8:39 
GeneralRe: Sort Functions Pin
Babylon Lion23-Nov-10 10:11
Babylon Lion23-Nov-10 10:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.