This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jll
Recipients Suman.Saha, jcea, jll, python-dev
Date 2012-07-19.19:31:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <alpine.DEB.2.02.1207192127010.1980@localhost6.localdomain6>
In-reply-to <1342725658.56.0.492460646743.issue15396@psf.upfronthosting.co.za>
Content
On Thu, 19 Jul 2012, Jesús Cea Avión wrote:

>
> Jesús Cea Avión <jcea@jcea.es> added the comment:
>
> Thanks for the patch, Julia, and for submitting the contributor form. I have added you too to the "Doc/ACKS.txt" file.
>
> I wonder how you found this...

My PhD student Suman Saha has developed a tool that finds faults in error 
handling code by checking whether the error handling code within a 
function is self-consistent.  So if one failure branch frees x, and the 
next one does not, there is a problem, unless x was freed along the way.

A preliminary description of the work is in the following paper:

S. Saha, Julia L. Lawall, G. Muller : “Finding Resource-Release Omission 
Faults in Linux”, 6th Workshop on Programming Languages and Operating 
Systems, Cascais, Portugal (2011)

http://pagesperso-systeme.lip6.fr/Suman.Saha/src/plos11.pdf

That paper just has results for Linux, but we are working on applying it 
to other software, including python.

julia
History
Date User Action Args
2012-07-19 19:31:58jllsetrecipients: + jll, jcea, python-dev
2012-07-19 19:31:57jlllinkissue15396 messages
2012-07-19 19:31:56jllcreate