File: KNOWN-BUGS

package info (click to toggle)
mutella 0.4.5-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,432 kB
  • ctags: 3,553
  • sloc: cpp: 28,565; sh: 3,162; ansic: 993; makefile: 95
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