Post Made Community Wiki by Community

show/hide this revision's text 2 added 34 characters in body

This is a poll of sorts about common concurrency problems in Java. An example might be the classic deadlock or race condition or perhaps EDT threading bugs in Swing. I'm interested both in a breadth of possible issues but also in what issues are most common. So, please leave one specific answer of a Java concurrency bug per comment and vote up if you see one you've encountered. Thanks!

show/hide this revision's text 1

What is the most frequent concurrency problem you've encountered in Java?

This is a poll of sorts about common concurrency problems. An example might be the classic deadlock or race condition or perhaps EDT threading bugs in Swing. I'm interested both in a breadth of possible issues but also in what issues are most common. So, please leave one specific answer per comment and vote up if you see one you've encountered. Thanks!