Re: Some potential data races in tomcat

2008-07-01 Thread Yao Qi
Could anyone here have a look on these races we found? Any comments are highly appreciated. On 6/18/08, Yao Qi <[EMAIL PROTECTED]> wrote: >We have been working on a tool (MTRAT, Multi-Thread Runtime Analysis > Tool) for finding potential data races and deadlocks in java programs > and I tri

Some potential data races in tomcat

2008-06-17 Thread Yao Qi
We have been working on a tool (MTRAT, Multi-Thread Runtime Analysis Tool) for finding potential data races and deadlocks in java programs and I tried it out on Tomcat 6.0.13. I found some that look like problems; you might be interested in fixing them, and I would like to know if my result