This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug server/15604] New: [7.5 regression] gdbserver leaks socket to inferior


http://sourceware.org/bugzilla/show_bug.cgi?id=15604

            Bug ID: 15604
           Summary: [7.5 regression] gdbserver leaks socket to inferior
           Product: gdb
           Version: 7.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: server
          Assignee: unassigned at sourceware dot org
          Reporter: jan.kratochvil at redhat dot com
                CC: dje at google dot com
              Host: x86_64-unknown-linux-gnu
            Target: x86_64-unknown-linux-gnu

gdbserver :1234 true & sleep 1;ls -l /proc/`pidof true`/fd/4

7.4 PASS: ls: cannot access /proc/25283/fd/3: No such file or directory
7.5 FAIL: lrwx------ 1 64 Jun 11 19:56 /proc/25283/fd/3 -> socket:[428409464]
7.6 FAIL


dc13f571984e51e99fef1f49b39c3c3b1a0119f6 is the first bad commit
commit dc13f571984e51e99fef1f49b39c3c3b1a0119f6
Author: Doug Evans <dje@google.com>
Date:   Fri Dec 16 19:06:34 2011 +0000
        * NEWS: Add entry for stdio gdbserver.
[RFA] stdio gdbserver
http://sourceware.org/ml/gdb-patches/2011-12/msg00022.html
Message-Id: <20111201212632.E6F892461D0@ruffy.mtv.corp.google.com>

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]