There are locking issues in the Hurd's libraries.

Original GSoC Task Description

Nowadays the most often encountered cause of Hurd crashes seems to be lockups in the ext2fs server. One of these could be traced recently, and turned out to be a lock inside libdiskfs that was taken and not released in some cases. There is reason to believe that there are more faulty paths causing these lockups.

The task is systematically checking the libdiskfs code for this kind of locking issues. To achieve this, some kind of test harness has to be implemented: For example instrumenting the code to check locking correctness constantly at runtime. Or implementing a unit testing framework that explicitly checks locking in various code paths. (The latter could serve as a template for implementing unit tests in other parts of the Hurd codebase...)

(A systematic code review would probably suffice to find the existing locking issues; but it wouldn't document the work in terms of actual code produced, and thus it's not suitable for a GSoC project...)

This task requires experience with debugging locking issues in multithreaded applications.

Tools have been written for automated code analysis; these can help to locate and fix such errors.

Possible mentors: Samuel Thibault (youpi)

Exercise: If you could actually track down and fix one of the existing locking errors before the end of the application process, that would be excellent. This might be rather tough though, so probably you need to talk to us about an alternative exercise task...

Posted 2009-03-05 18:20:56 UTC Tags:

ext2fs Deadlock

ext2fs deadlock.

Formal Verification

Methods of formal verification should be applied to get an understanding of the behavior of the locking logic. There are tools for formal verification/code analysis that can likely help here.

There is a FOSS Factory bounty (p278) on this task.

IRC, OFTC, #debian-hurd, 2012-12-15

<Steap> youpi: can you think of a locking error recently fixed in the
  translators ? I'd like to try a Coccinelle script on a real-world example
<youpi> 0b6286a3c5eb86e3cca72d0840fc009855e4fba5 for instance
<youpi> or a60414ee7fdabb2bdfb17fe82b9a09f811bd2de0
<youpi> or b8082aab5049f753abd720a5ef6a113e2acef911
<Steap> thx, I think I might have caught a few double unlocks, I'll send
  patches/bug reports this week-end

id:"1355701890-29227-1-git-send-email-tipecaml@gmail.com".