| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

FrontPage

This version was saved 12 years, 8 months ago View current version     Page history
Saved by Koushik Sen
on August 12, 2011 at 1:16:15 pm
 

Welcome to CS 294-70: Automated Bug Finding and Debugging: Fall 2011

 

General Information

  • Instructor: Koushik Sen (Office: Soda 581)
  • Time and Place: Monday and Wednesday 2:30 pm - 4:00 pm, 405 Soda
  • Office Hours: By appointment
  • Credits: 3 units
  • Prerequisites: Students should be familiar with the basics of programming languages and should have moderate programming experience. Please consult the instructor, if you are not sure of your qualifications.
  • Course URL: http://fa11.pbworks.com/

 

Course Description

Today's software systems suffer from poor reliability and security due to their overwhelming complexity. The problem is even worse for concurrent software systems. A 2002 NIST report estimates that software errors cost the U.S. economy $59.5 billion annually. Traditional software testing and debugging, which usually accounts for more than half the cost of software development, often fail to find many critical bugs in software. Therefore, in the recent years there has been an increasing interest on automated systematic techniques for improving software reliability. A number of recent techniques and tools have combined ideas from program analysis, automated theorem proving, constraint solving, and formal methods and have shown great promises in making software reliable and secure. In this graduate seminar, we will study this new trend with a special focus on program analysis. Check out http://fa09.pbworks.com/ for a similar course offered in Fall 2009.

 

We will study:

  1. Automated test generation using sophisticated program analysis and constraint solving techniques
  2. Software model checking and various theoretical results that form the foundation of software model checking
  3. Concurrent program analysis
  4. Static analysis
  5. Automated debugging

 

Goals of this course:

  1. To help students start research in the area of program analysis of sequential and concurrent systems.
  2. To help students to apply the techniques learned in this course in their ongoing research in other areas such as parallel computing, operating systems, computer networks, security, and database systems.

 

Lecture Format and Student Workload

The course readings will include a selected list of papers. Students will read papers ahead of time, review papers, participate in discussions, and do a research project in small teams or individually.  

 

Schedule

 

Lecture Schedule

 

Grading Details

  1. Project (1-2 student team): (40%) A project must involve new research: it may involve designing a new algorithm, improving an existing technique, or performing a large case study. The idea behind each project should be evaluated by experiments on publicly used programs. The evaluation metrics should be performance improvement, scalability, or discovering previously unknown bugs. 
  2. Paper review and class participation: (30%) We will discuss one paper per meeting. A student will submit a short written review (at most 500 words) of each paper. Reviews will be made available to all students.
  3. Homework (30%).

 

Reference Books

This course has no required textbook. Research papers and slides will be posted online as needed.

 

Comments (0)

You don't have permission to comment on this page.