File: KNOWN_BUGS

package info (click to toggle)
dctc 0.79.1-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,180 kB
  • ctags: 819
  • sloc: ansic: 13,974; sh: 2,678; makefile: 100; perl: 14
file content (11 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
* /GDLATTACH and /GDLNEW are not 100% safe because the functions don't use an
  atomic try and lock function on .lock file. Thus, it is possible to have
  2 clients performing the same download. However, this requires a simultaneous
  command input which should be fairly hard to achieve.

* with at least glibc-2.1.3 (-18.1mdk), a crash can occur when new threads are
  created. phread_create returns EINTR and the code calling pthread_create thinks
  there is no thread and free some thread information however, sometimes, a new
  thread has been created thus, this thread stores data on freed memory => CRASH.