Bug#378797: gdb: runs programs with nonstandard opened descriptors

2006-07-18 Thread Daniel Jacobowitz
On Tue, Jul 18, 2006 at 05:59:21PM -0400, Justin Pryzby wrote: > Package: gdb > Version: 6.4.90.dfsg-1 > Severity: normal > > When gdb runs a program, it seems to have its own executable opened on > fd#5, and some pipes on fd#3 and fd#4. Though well-behaved programs > should probably not rely on

Bug#378797: gdb: runs programs with nonstandard opened descriptors

2006-07-18 Thread Justin Pryzby
Package: gdb Version: 6.4.90.dfsg-1 Severity: normal When gdb runs a program, it seems to have its own executable opened on fd#5, and some pipes on fd#3 and fd#4. Though well-behaved programs should probably not rely on having specific file descriptors on startup (besides perhaps std{in,out,err})