From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2133 invoked by alias); 16 Nov 2013 08:46:06 -0000 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 Received: (qmail 2123 invoked by uid 89); 16 Nov 2013 08:46:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.1 required=5.0 tests=BAYES_50,BODY_URI_ONLY,DATE_IN_FUTURE_06_12,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RDNS_NONE,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-pb0-f65.google.com Received: from Unknown (HELO mail-pb0-f65.google.com) (209.85.160.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 16 Nov 2013 08:45:32 +0000 Received: by mail-pb0-f65.google.com with SMTP id rp16so1380175pbb.8 for ; Sat, 16 Nov 2013 00:45:24 -0800 (PST) X-Received: by 10.69.25.38 with SMTP id in6mr634011pbd.178.1384591524867; Sat, 16 Nov 2013 00:45:24 -0800 (PST) Received: from [192.168.0.95] ([61.167.60.252]) by mx.google.com with ESMTPSA id uf2sm9557694pbc.28.2013.11.16.00.45.23 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sat, 16 Nov 2013 00:45:24 -0800 (PST) Message-ID: <1384620330.1827.8.camel@Derek> Subject: gdb problem From: Derek Guan To: gdb@sourceware.org Date: Sat, 16 Nov 2013 08:46:00 -0000 Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2013-11/txt/msg00077.txt.bz2 When I use codeblocks to debug my code, gdb throws a warning message: warning: GDB: Failed to set controlling terminal: Operation not permitted and I have already google a lot, but nothing what I found can be helpful, however indeed I have found there were other IDE tools might have the same problem like Netbeans IDE and I think maybe this is a gdb problem. I search it on gdb FAQ, of course find nothing. So I send you this email, and I am hopeful that you can help me with this problem. PS: my linux version is arch linux and I use gnome terminal