Ticket #77 (assigned defect)

Opened 2 years ago

Last modified 15 months ago

zzuf: fine-tune exit conditions

Reported by: sam Owned by: sam
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

comment:1 Changed 2 years ago by sam

  • Status changed from new to assigned

comment:2 Changed 15 months ago by rm

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.

Note: See TracTickets for help on using tickets.