Bug #198
tunnel.py doesn't allow Ctrl-C exit once packets flow through
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | Johnathan Corgan | % Done: | 0% |
|
| Category: | gnuradio-core | |||
| Target version: | release-3.1.1 | |||
| Resolution: | fixed |
Description
After executing tunnel.py the script enters a state where it cannot be killed via SIGINT. If the SIGINT occurs prior to any traffic flowing over the link, then it succeeds.
History
Updated by Johnathan Corgan over 5 years ago
- Status changed from New to Assigned
Updated by Johnathan Corgan over 5 years ago
- Status changed from Assigned to Closed
- Resolution set to fixed
Fixed in r6799 on trunk. Don't ask.