C# program freezing up

  • Thread starter Thread starter Btb4198
  • Start date Start date
B

Btb4198

Guest
1496004.jpg


So I think my interface freezes up at this point. I was printing out command line to the Output and and looking at my user interface, I see it freezes up here:

Updating percentpass : 43
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
Updating percentpass : 45
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
add TrasmissionV
Updating percentpass : 46


45% was the last value

but I am not see anything that should cause the user interface to freeze up. There is not exception are anything.

the code keeps running in the background, and it event pop up other forms, but the main form is freeze .

also after I hit the break all button two times, the user interface starts working again.

how/why?



I saw a few of these:

The thread 0x3580 has exited with code 0 (0x0).
The thread 0x329c has exited with code 0 (0x0).
The thread 0x3adc has exited with code 0 (0x0).
The thread 0x2588 has exited with code 0 (0x0).
The thread 0x2cb8 has exited with code 0 (0x0).

IDK how to troubleshoot this..

does anyone have any ideas?

Continue reading...
 
Back
Top