From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17690 invoked by alias); 5 Feb 2013 20:25:53 -0000 Received: (qmail 17613 invoked by uid 22791); 5 Feb 2013 20:25:50 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from server.ovpworld.org (HELO server.ovpworld.org) (78.129.137.24) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Feb 2013 20:25:41 +0000 Received: from [192.168.1.12] (cpc1-cove3-0-0-cust767.3-1.cable.virginmedia.com [86.20.31.0]) (authenticated bits=0) by server.ovpworld.org (8.13.8/8.13.8) with ESMTP id r15KVYSR032448 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 5 Feb 2013 20:31:34 GMT Message-ID: <51116AD4.2020002@imperas.com> Date: Tue, 05 Feb 2013 20:25:00 -0000 From: Lee Moore Reply-To: moore@imperas.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.9) Gecko/20100722 Eudora/3.0.4 MIME-Version: 1.0 To: gdb@sourceware.org Subject: how to file bugs Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2013-02/txt/msg00018.txt.bz2 Hi gdb I think I have found a bug and wanted to file a report, but cannot see how to do this. I followed the instructions to go to the 'Bug Database' from the page http://www.gnu.org/software/gdb/bugs/ which takes you to http://sourceware.org/bugzilla/ But this cannot be the GDB bug database, I tried searching for simple terms but could not find anything. I believe I have found a bug for a Windows64 GDB client (mingw64 build), communicating with a GDB server running on the same machine. Basically whilst reading from the socket to the gdb server there is a lockup, it appears in the select() mechanism used in the windows port. I can describe the scenario fully, if I can have access to the database Many thanks Lee Moore