From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6243 invoked by alias); 9 Jun 2012 12:47:04 -0000 Received: (qmail 6226 invoked by uid 22791); 9 Jun 2012 12:47:03 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,FROM_12LTRDOM,KHOP_RCVD_UNTRUST,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 09 Jun 2012 12:46:50 +0000 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1SdL44-0005Ll-LA from Yao_Qi@mentor.com for gdb-patches@sourceware.org; Sat, 09 Jun 2012 05:46:48 -0700 Received: from SVR-ORW-FEM-02.mgc.mentorg.com ([147.34.96.206]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Sat, 9 Jun 2012 05:46:48 -0700 Received: from localhost.localdomain (147.34.91.1) by svr-orw-fem-02.mgc.mentorg.com (147.34.96.168) with Microsoft SMTP Server id 14.1.289.1; Sat, 9 Jun 2012 05:46:47 -0700 From: Yao Qi To: Subject: [PATCH 0/4] PR14161: a partial fix Date: Sat, 09 Jun 2012 12:47:00 -0000 Message-ID: <1339246002-1987-1-git-send-email-yao@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-06/txt/msg00255.txt.bz2 Hi, PR14161 reports that agent socket '/tmp/gdb_ustXXXX' is not removed when program is done. This patch series is to address this problem partially only in GDBserver side (in patch 3/4) and kfail it temporarily in GDB side (in patch 4/4) due to some limitations on threads control. Patch 1/4 is a new test case to show this problem.