File: KNOWN-BUGS

package info (click to toggle)
mutella 0.3.3-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,488 kB
  • ctags: 2,069
  • sloc: cpp: 14,194; sh: 8,714; ansic: 464; makefile: 55
file content (14 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- SIGPIPE is ignored by all threads -- may result in some threads
  being left hanging after termination of the program

- Possibly TERM signal is ignored (needs checks)

- It is unsafe to use '1-' ID selectors after interrupting paged
  output. This is because it uses simple buffering: 'q' command
  discards the buffer, but IDs are assigned. Thus you can delete
  searches that you didnt mean to delete or stop downloads you
  didnt mean to stop

- Might work wrong when pipelined command is interrupted. E.g.
  pressing q after `res | grep something | more' might lead to
  problems