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 remote/14161] New: agent socket never deleted


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

             Bug #: 14161
           Summary: agent socket never deleted
           Product: gdb
           Version: 7.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: remote
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tromey@redhat.com
    Classification: Unclassified


When I run the gdb test suite, I see files like this in /tmp:

srwxr-xr-x. 1 tromey tromey    0 May 17 07:27 gdb_ust11542=

I think this comes from gdbserver's gdb_agent_socket_init.
As far as I can see, there is no code to unlink the socket after
gdbserver is done with it.
I think there should be.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]