Opened 15 years ago
Last modified 14 years ago
#77 assigned defect
zzuf: fine-tune exit conditions
Reported by: | Sam Hocevar | Owned by: | Sam Hocevar |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | SVN |
Keywords: | Cc: | ||
Product: | zzuf |
Description
Currently, most exit scenarios are considered crashes. zzuf needs a way to refine how it exits, for instance by ignoring some signals, or ignoring excess time usage.
It could be implemented with -X
which is unused yet:
zzuf -X SIGABRT,SIGSEGV,SIGFPE,TIME
Change History (2)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by
Note: See
TracTickets for help on using
tickets.
I second that, i'm trying to use use zzuf with -n -E. to be able to run the program under valgrind memcheck. Unfortunately zzuf catch SIGINT so i cannot see valgrind leak report. Thanks for the nice tool btw.