[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: again and again and again



Dave,

That helps. More below.

David Lawrence wrote:
>
> Hi Mark,
>
>    How sure are you that the infinite loop is originating in that thread? 
Not at all. In fact given your explanation, the loop in JAplication has 
nothing to do with my problem.
> In particular, that code is from the "main" thread which basically 
> sleeps and then wakes up to check if everything is done and report the 
> rate etc. In other words, it is designed to be an "infinite loop" that 
> mostly sleeps. There should be at least 2 other threads existing. One 
> is the event reader thread and the other is the event processor thread 
> (assuming you're using only 1). Usually, the culprit is the event 
> processing loop. That can be identified by a JEventLoop method call 
> somewhere in the backtrace or more easily "LaunchThread" at the top of 
> the backtrace.
I am trying to get a backtrace now to show you. Stay tuned...

  -- Mark