This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Using systemtap to validate manual code inspection.
- From: "Carlos O'Donell" <carlos at redhat dot com>
- To: GNU C Library <libc-alpha at sourceware dot org>
- Date: Mon, 06 May 2013 03:41:10 -0400
- Subject: Using systemtap to validate manual code inspection.
Community,
I recently had to do some manual code inspection
for a bug which has no reproducer (patch forthcoming).
The manual inspection found real bugs, but I wanted
to get more coverage for the failure scenarios.
I wrote up my experience using systemtap to inject
failures into glibc:
http://sourceware.org/glibc/wiki/Testing/WhiteBox
Looking forward to white box and unit tests ;-)
Cheers,
Carlos.