From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: GDB does not stop in breakpoint! Date: Mon, 11 Jan 2010 12:41:23 +0100 Message-ID: <4B4B0E63.701@swipnet.se> References: <27107078.post@talk.nabble.com> <27108115.post@talk.nabble.com> <27108386.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1263210137 4615 80.91.229.12 (11 Jan 2010 11:42:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jan 2010 11:42:17 +0000 (UTC) Cc: Emacs-devel@gnu.org To: "alin.s" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 11 12:42:10 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NUIeu-0002hh-Gc for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2010 12:42:08 +0100 Original-Received: from localhost ([127.0.0.1]:47834 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUIeu-0001Dn-NH for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2010 06:42:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUIeL-0001BO-DM for emacs-devel@gnu.org; Mon, 11 Jan 2010 06:41:33 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUIeF-0001BA-Sx for Emacs-devel@gnu.org; Mon, 11 Jan 2010 06:41:32 -0500 Original-Received: from [199.232.76.173] (port=35765 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUIeF-0001B7-Li for Emacs-devel@gnu.org; Mon, 11 Jan 2010 06:41:27 -0500 Original-Received: from proxy3.bredband.net ([195.54.101.73]:63451) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUIeF-0000zs-7i for Emacs-devel@gnu.org; Mon, 11 Jan 2010 06:41:27 -0500 Original-Received: from ipb1.telenor.se (195.54.127.164) by proxy3.bredband.net (7.3.140.3) id 4AD3E1BA0238A56C for Emacs-devel@gnu.org; Mon, 11 Jan 2010 12:41:23 +0100 X-SMTPAUTH-B2: X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlI1AN+cSktV4S1uPGdsb2JhbACBRIZukyQBAQEBN7kyhC8E X-IronPort-AV: E=Sophos;i="4.49,255,1262559600"; d="scan'208";a="25556530" Original-Received: from c-6e2de155.25-1-64736c10.cust.bredbandsbolaget.se (HELO coolsville.localdomain) ([85.225.45.110]) by ipb1.telenor.se with ESMTP; 11 Jan 2010 12:41:23 +0100 Original-Received: from [172.20.199.2] (gaffa [172.20.199.2]) by coolsville.localdomain (Postfix) with ESMTP id 2064E7FA01A; Mon, 11 Jan 2010 12:41:23 +0100 (CET) User-Agent: Thunderbird 2.0.0.23 (X11/20090817) In-Reply-To: <27108386.post@talk.nabble.com> X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:119820 Archived-At: alin.s skrev: > My problem is this bug: it occurs during emacs start up. (emacs is compiled > for gtk): > > > Program received signal SIGSEGV, Segmentation fault. > 0x0811e207 in check_x_display_info (object=138906162) at xfns.c:269 > 269 dpyinfo = FRAME_X_DISPLAY_INFO (sf); > > (sf)->output_data was not initialized correctly. > > > Can you suggest me some better methods of debugging it? > Show us how to reproduce the error so someone else can debug it. It looks like your gdb is broken. Jan D.