Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Christoph Csallner
[go: Go Back, main page]

Christoph's picture

Christoph Csallner

Ph.D. student
Working with Professor Yannis Smaragdakis
Latest work: Pex/DySy (ICSE 2008)
My CV
Email: csallner@gatech.edu

My main research interests are in software engineering, especially in program analysis and automated testing. For example, how can we reduce the high number of false bug warnings produced by automated bug-finding tools? A related question I am also working on is how to automatically infer specifications of object-oriented programs from existing test suites.

Education: I received a degree in software engineering from the Universität Stuttgart, Germany.
Publications: DBLP; citations: Google Scholar
Software: DSD-Crasher, Check 'n' Crash, fb-crasher, JCrasher
Microsoft Research talk I gave on combining static and dynamic analysis for bug finding (in Redmond, Washington on 28 August 2007).
Google TechTalk I gave on DSD-Crasher (in Mountain View, California on 13 July 2006).

Testing

Scalable automatic test data generation from modeling diagrams (Proc. 22nd IEEE/ACM International Conference on Automated Software Engineering (ASE), 2007)
Object-Role Modeling (ORM) is a popular language for specifying database schemas. It supports many constraints and is undecidable in general. We pick a restricted subset of ORM that is decidable in polynomial time and implement a fast automated solver. We found that our ORM subset covers the vast majority of constraints used in our sample of over 160 ORM diagrams from industrial practice. Received the Best Paper Award.
Combining static and dynamic reasoning for bug detection (Proc. International Conference on Tests And Proofs (TAP), 2007)
This is an invited paper that reviews our bug finding tools: Check 'n' Crash addresses the language-level unsoundness of static bug finding tools whereas DSD-Crasher also addresses their user-level unsoundness. We use a small case study to compare JCrasher, ESC/Java, Check 'n' Crash, and DSD-Crasher.
DSD-Crasher: A hybrid analysis tool for bug finding (Proc. ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA), 2006)
DSD-Crasher first uses Daikon to capture the subject's intended execution behavior, then statically analyzes this restricted domain with ESC/Java, and finally lets Check 'n' Crash generate and execute concrete test-cases to verify the results of ESC/Java. Received an ACM SIGSOFT Distinguished Paper Award.
Check 'n' Crash: Combining static checking and testing (Proc. 27th ACM/IEEE International Conference on Software Engineering (ICSE), 2005)
Check 'n' Crash uses ESC/Java to statically search for problems like null dereference, illegal type cast, or illegal array manipulation. Check 'n' Crash compiles ESC's results to JUnit test cases and executes them to filter out ESC's false positives.
JCrasher: An automatic robustness tester for Java (Software -- Practice & Experience, 2004)
JCrasher generates random test cases by chaining object constructors. It filters test case execution and presents only those that expose a bug or lack of robustness. It also enables JUnit to efficiently undo the changes a test case has done to testee class fields.

Invariant Detection

DySy: Dynamic symbolic execution for invariant inference (30th ACM/IEEE International Conference on Software Engineering (ICSE), 2008)
DySy uses the concolic execution system Pex to detect invariants in arbitrary .Net programs. DySy can derive much better targeted invariants than previous, template-based approaches, such as Daikon.
Dynamically discovering likely interface invariants (Proc. 28th ACM/IEEE International Conference on Software Engineering (ICSE), Emerging Results Track, 2006)
We propose a two-pass algorithm to support interfaces and method overriding in dynamic invariant detection. The first pass associates a method call with the method executed and all methods it overrides up to and including the static receiver to derive the methods' preconditions. The second pass associates a method call with every supertype whose precondition is met to derive non-conflicting postconditions.

Information Visualization

FundExplorer: Supporting the diversification of mutual fund portfolios using Context Treemaps (Proc. 9th IEEE Symposium on Information Visualization (InfoVis), 2003)
FundExplorer distorts a treemap to visualize positive values and zeros.

Career Advice

If you want to write a book, dissertation, master thesis, etc., Olin Shivers wrote the acknowledgements to match.

This Website

This website was updated on 11 December 2007 with bibtex2web and visited recently.