Package: mbuffer Version: 20091122-1 Severity: normal Steps to reproduce: $ mbuffer -q # then hit Ctrl-C to send SIGINT
It segfaults. Unfortunately gdb does not give a valuable traceback. With strace it looks like this: ... read(0, 0x7f0f01903000, 4096) = ? ERESTARTSYS (To be restarted) --- SIGINT (Interrupt) @ 0 (0) --- close(0) = 0 rt_sigreturn(0xffffffff) = 0 read(0, 0x7f0f01903000, 4096) = -1 EBADF (Bad file descriptor) futex(0x60d880, FUTEX_WAKE_PRIVATE, 1) = 1 --- SIGSEGV (Segmentation fault) @ 0 (0) --- Helmut -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

