Error Detection in Concurrent Java Programs

  • Authors:
  • Graham Hughes;Sreeranga P. Rajan;Tom Sidle;Keith Swenson

  • Affiliations:
  • Computer Science, University of California, Santa Barbara, CA 93106, USA;Fujitsu Laboratories of America, Sunnyvale, CA, USA;Fujitsu Laboratories of America, Sunnyvale, CA, USA;Fujitsu Laboratories of America, Sunnyvale, CA, USA

  • Venue:
  • Electronic Notes in Theoretical Computer Science (ENTCS)
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Concurrency in multithreaded programs introduces additional complexity in software verification and testing, and thereby significantly increases the cost of Quality Assurance (QA). We present a case study in which a specialized model checker was used to discover concurrency errors in a large preexisting code base. The results revealed race conditions that lead to data corruption errors whose detection would have been prohibitively expensive with conventional testing and QA methods. We describe our methodology and highlight parts of the methodology that could be automated.