This morning I added a test script to the Apport bug patterns.
This finally allows you to reliably test a new bug pattern before you actually
commit/push it. You can invoke it with either a .crash file, or a Launchpad bug
number:
$ ./test-local 122988
Matched bug pattern: https://launchpad.net/bugs/122637
$ ./test-local /var/crash/_bin_bash.1000.crash
No match
Related posts:
- Easier offline bug reporting with Apport The days before Chistmas are a wonderfully quiet time to...
- PostgreSQL 8.4beta1 available for testing Some days ago, the first public beta of PostgreSQL 8.4...
- New PostgreSQL releases need testing Yesterday PostgreSQL released new security/bug fix microreleases 8.4.2, 8.3.9, and...
- Interrogation with Apport hooks / Qt developer needed So far, Apport package hooks were limited to collecting data...
Ähnliche Artikel bereitgestellt von Yet Another Related Posts Plugin.
#1 by mdz on 2009/05/28 - 19:05
Zitieren
this looks very useful, thanks