I am writing a multi-threaded app which uses critical sections. Very
occasionally, I see memory usage going up very quickly, and CPU usage going
down to near 0%. I cannot see the huge memory usage in any of the processes
I create.
Is this some form of deadlock? I thought I was pretty careful in using
critical sections.
occasionally, I see memory usage going up very quickly, and CPU usage going
down to near 0%. I cannot see the huge memory usage in any of the processes
I create.
Is this some form of deadlock? I thought I was pretty careful in using
critical sections.