Embedded Computing Design

Subscribe

Receive our complimentary magazine via U.S. Mail or E-mail.

MES

Finding bugs in concurrent apps

wwebb@opensystemsmedia.com

Debugging multicore code is one of the most interesting, nontrivial problems software designers face today. Problems that only show up on Mondays with a full moon and no silver bullets available can devastate humanity, and problems with concurrent code similarly devastate programmers becau...

code is one of the most interesting, nontrivial problems software designers face today. Problems that only show up on Mondays with a full moon and no silver bullets available can devastate humanity, and problems with concurrent code similarly devastate programmers because they walk right through most normal debugging tools.

’s Jinx is designed specifically for multicore systems and is based on Deterministic Multi-Processing (DMP) technology. It forces by setting up thread timing and simulating different paths of execution. Because it runs down different paths, DMP can make even a nondeterministic app behave in a predictable manner. Implemented in a very lightweight sitting just above the , Jinx is an interesting approach to finding potential multicore code problems where other tools might not.

Leave a Comment