Bug 14764 - gdb leaking a pipe and a socketpair to inferior
Summary: gdb leaking a pipe and a socketpair to inferior
Status: RESOLVED DUPLICATE of bug 7912
Alias: None
Product: gdb
Classification: Unclassified
Component: gdb (show other bugs)
Version: 7.5
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-24 23:50 UTC by Andreas Schwab
Modified: 2012-12-18 15:16 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Schwab 2012-10-24 23:50:14 UTC
gdb is leaking a pipe and a socketpair to the inferior.  The first is coming from TUI_USE_PIPE_FOR_READLINE, the second from gdbpy_initialize_events.
Comment 1 Tom Tromey 2012-10-25 18:47:16 UTC
I once had a patch, see this thread:
http://sourceware.org/ml/gdb-patches/2008-12/msg00107.html
Perhaps we could revisit it now with gnulib.
Comment 2 Tom Tromey 2012-12-18 15:16:29 UTC
Dup.

*** This bug has been marked as a duplicate of bug 7912 ***