From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: gdb 24.0.93.1 gdb doesn't work worth a damn Date: Wed, 29 Feb 2012 17:48:23 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1330534163 10029 80.91.229.3 (29 Feb 2012 16:49:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 29 Feb 2012 16:49:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Neal Becker Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 29 17:49:21 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S2miO-0002bG-1r for ged-emacs-devel@m.gmane.org; Wed, 29 Feb 2012 17:49:20 +0100 Original-Received: from localhost ([::1]:43158 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2miN-0001mT-7z for ged-emacs-devel@m.gmane.org; Wed, 29 Feb 2012 11:49:19 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:50544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2miF-0001jo-QO for emacs-devel@gnu.org; Wed, 29 Feb 2012 11:49:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S2mi9-0006dU-ME for emacs-devel@gnu.org; Wed, 29 Feb 2012 11:49:11 -0500 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:61811) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S2mi9-0006bQ-DG for emacs-devel@gnu.org; Wed, 29 Feb 2012 11:49:05 -0500 Original-Received: by pbbro12 with SMTP id ro12so1015463pbb.0 for ; Wed, 29 Feb 2012 08:49:03 -0800 (PST) Received-SPF: pass (google.com: domain of lekktu@gmail.com designates 10.68.225.231 as permitted sender) client-ip=10.68.225.231; Authentication-Results: mr.google.com; spf=pass (google.com: domain of lekktu@gmail.com designates 10.68.225.231 as permitted sender) smtp.mail=lekktu@gmail.com; dkim=pass header.i=lekktu@gmail.com Original-Received: from mr.google.com ([10.68.225.231]) by 10.68.225.231 with SMTP id rn7mr8776859pbc.64.1330534143322 (num_hops = 1); Wed, 29 Feb 2012 08:49:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=YOv4lRouIvknlJe8Bqin/PgJl7SRqwqPootojjicA28=; b=LcRibudDbwahJOnxrgC+sRHdoqxSPph/qFdebdSJJZVHMsM0kLqAaK7LLMN2IAsjRu ccaaHkPk/IKiEjrQFa3e+3H50qLeD+u2HDqTKCsnc0cYwmJwD1EuC23oBJeEBhUia+OJ 2Gj0ANxgyywBEwuVQCdsDBQLLCrVbuV5NhCQU= Original-Received: by 10.68.225.231 with SMTP id rn7mr7383669pbc.64.1330534143227; Wed, 29 Feb 2012 08:49:03 -0800 (PST) Original-Received: by 10.142.241.5 with HTTP; Wed, 29 Feb 2012 08:48:23 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148837 Archived-At: > gdb doesn't seem to be usable. =C2=A0I get lots of: > > error in process filter: gdb-breakpoints-list-handler-custom: Wrong type > argument: stringp, nil > error in process filter: Wrong type argument: stringp, nil > > and I can't seem to really use it at all. Filing a bug in the bug tracker, with a recipe to reproduce the bug starting from "emacs -Q", a concise description of the problem and a more informative title would perhaps be useful. =C2=A0 =C2=A0 Juanma