From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David L Newsgroups: gmane.emacs.help Subject: gdb crash under emacs in fedora11 Date: Mon, 1 Jun 2009 07:53:43 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243868062 31490 80.91.229.12 (1 Jun 2009 14:54:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Jun 2009 14:54:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 01 16:54:20 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MB8u4-00067O-4D for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jun 2009 16:54:20 +0200 Original-Received: from localhost ([127.0.0.1]:42917 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MB8u3-0007SD-3q for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jun 2009 10:54:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MB8te-0007S7-Sq for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 10:53:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MB8ta-0007RX-5D for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 10:53:54 -0400 Original-Received: from [199.232.76.173] (port=56879 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MB8tZ-0007RU-Rm for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 10:53:49 -0400 Original-Received: from mail-pz0-f175.google.com ([209.85.222.175]:45255) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MB8tZ-0002V4-4g for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 10:53:49 -0400 Original-Received: by pzk5 with SMTP id 5so7230500pzk.14 for ; Mon, 01 Jun 2009 07:53:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=LIeQUnS3C5dV9ls0L8FWTYX51SR1HBeGepxzujSoPZA=; b=HF+6xRVVJbJVKfq89Z1b7HNHwX6G+bLlXoeQMlDcmbOw748Mq98oNF1aHH4WYfADrd v95uJQQ34vwkIoIUhgN4jybV7Y1/BI8Td8pfmcJsYWN3nq//FPe2ldQ19FHql6E/Zm8F hkL+zT1vpZ8hhWOT9jAprI0wvWaxNDunfsKnY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=XmZfwIHnUgUtTG91spTABX7JJss1/v4cEJHb1meWMgSDpWqkZO+IS9VJqNwb/SlOq3 SOh6jJcB6C8/jbaEZSMzWi5BqOp9Gj59W4HcqJxN7GZ1xgIGLds+ANfKjaOimTpBG6sS VMu/fPkBOmwbEhkQSUR16EHcm0VmNu/iLgfx0= Original-Received: by 10.220.100.130 with SMTP id y2mr3730018vcn.45.1243868023760; Mon, 01 Jun 2009 07:53:43 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64860 Archived-At: When I run gdb under emacs and attach to a gdbserver session, I get an error like this: A problem internal to GDB has been detected, further debugging may prove unreliable. Quit this debugging session? (y or n) y ../../gdb/findvar.c:300: internal-error: value_of_register_lazy: Assertion `frame_id_p (get_frame_id (frame))' failed. A problem internal to GDB has been detected, further debugging may prove unreliable. Create a core file of GDB? (y or n) y It seems to only happen when I run under emacs and use gdbserver, so I don't know if it's a gdb problem or an emacs problem. But installing emacs from cvs instead of using the version that comes with fedora11 fixes the problem. Any thoughts on whether this is an emacs bug, a gdb bug, a gdbserver bug or what? It's odd that I only get the error when using all three. Cheers, David