Opened 16 years ago
Closed 15 years ago
#45 closed defect (fixed)
stop after X minutes
Reported by: | Sam Hocevar | Owned by: | Sam Hocevar |
---|---|---|---|
Priority: | major | Milestone: | Final |
Component: | core | Version: | SVN |
Keywords: | Cc: | ||
Product: | zzuf |
Description
-C0
runs forever, -C42
stops after 42 segfaults, but there is no way to tell zzuf "report all segfaults but stop after 10 minutes".
Change History (2)
comment:1 Changed 15 years ago by
Component: | zzuf → core |
---|---|
Product: | → zzuf |
Summary: | zzuf: stop after X minutes → stop after X minutes |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in [4264]. The
-t
flag now stops after X seconds. The old-t
behaviour is now enforced with-U
.