Package: mktemp Version: 1.5-9 Severity: normal If mktemp cannot create a file from the template because all possible file names are already taken, it hangs instead of exiting unsuccessfully. To reproduce, just run
for i in $(seq 53); do mktemp /tmp/foo.X; done and see the last of the invocations hang. Severity set to normal, since this is unlikely to occur if the template is chosen more reasonably (six or more X's). -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.26.2-libata Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages mktemp depends on: ii libc6 2.7-13 GNU C Library: Shared libraries mktemp recommends no packages. mktemp suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]