Hello,

I just grabbed the current chainsaw code from cvs and i found it stopped showing
events after the first batch come thru. The following change to the
'ChainsawAppenderHandler' class seemed to resolve the issue, i'm guessing it is
a synchronization issue.

#line 337 approx
try {
        synchronized (this) {
//    wait(getQueueInterval()); << didn't like this
      wait( 1000 );
}
} catch (InterruptedException ie) {
}

Forgive me if i'm missing something, i'm not that familiar with building java
gui's.

Lukas
Sofnology Ltd 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.561 / Virus Database: 353 - Release Date: 13/01/2004
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to