DCSIMG
November 2009 - Posts - Rotem Bloom's Blog

Rotem Bloom's Blog

Share knowledge on .NET and web development

News

About Me

Glad to help and share knowledge on .NET and also huge fan of Dream Theater.

Contact me via messenger

View Rotem Bloom's profile on LinkedIn

Dream Theater Pics

Blogs I Read

November 2009 - Posts

How to find and reproduce bugs in multi thread applications - CHESS is to tool you must use!!!

Hi All,

If you want to test and reproduce multi thread applications bugs there is a new tool from Microsft called: CHESS.

CHESS is a tool for finding and reproducing Heisenbugs in concurrent programs. CHESS repeatedly runs a concurrent test ensuring that every run takes a different interleaving. If an interleaving results in an error, CHESS can reproduce the interleaving for improved debugging. CHESS is available for both managed and native programs.

Great movie that explain CHESS: An Automated Concurrency Testing Tool

You must adopt this tool for your future multi threaded (concurrent programs) programs.

More information on Threading in C# can be found on Joseph Albahari great article here.