From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Live System User Newsgroups: gmane.emacs.devel Subject: Re: Does anybody know how to debug a live Emacs process? Date: Fri, 29 Apr 2016 14:18:53 -0400 Message-ID: <878tzwwa5u.fsf@aol.com> References: <874mamutlu.fsf@aol.com> <83d1paxijn.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1461953987 14728 80.91.229.3 (29 Apr 2016 18:19:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 29 Apr 2016 18:19:47 +0000 (UTC) Cc: Eli Zaretskii To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 29 20:19:38 2016 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 1awD0q-0006wf-Dp for ged-emacs-devel@m.gmane.org; Fri, 29 Apr 2016 20:19:36 +0200 Original-Received: from localhost ([::1]:55788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awD0m-0000g0-ML for ged-emacs-devel@m.gmane.org; Fri, 29 Apr 2016 14:19:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awD0d-0000Rc-Ur for emacs-devel@gnu.org; Fri, 29 Apr 2016 14:19:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awD0S-0008Dl-Bz for emacs-devel@gnu.org; Fri, 29 Apr 2016 14:19:18 -0400 Original-Received: from omr-a019e.mx.aol.com ([204.29.186.67]:38659) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awD0R-0008BA-27 for emacs-devel@gnu.org; Fri, 29 Apr 2016 14:19:12 -0400 Original-Received: from mtaout-aal02.mx.aol.com (mtaout-aal02.mx.aol.com [172.27.20.206]) by omr-a019e.mx.aol.com (Outbound Mail Relay) with ESMTP id 88CCF380008B; Fri, 29 Apr 2016 14:18:54 -0400 (EDT) Original-Received: from localhost.localdomain (c-50-163-96-131.hsd1.ma.comcast.net [50.163.96.131]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mtaout-aal02.mx.aol.com (MUA/Third Party Client Interface) with ESMTPSA id 3C33C38000083; Fri, 29 Apr 2016 14:18:54 -0400 (EDT) In-Reply-To: <83d1paxijn.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 28 Apr 2016 11:07:56 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (gnu/linux) x-aol-global-disposition: G DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mx.aol.com; s=20150623; t=1461953934; bh=kaukVv7/T2lQ00jdh+BXZlmIsQ8+ZTFKHU5G5pj+q4w=; h=From:To:Subject:Message-ID:Date:MIME-Version:Content-Type; b=zGY57IwT9LyM151X6SdbbOeD3zSPjSP7EpDj6+ReAUIQtduPW1hiC7KDX0zvZdxAt ajMJ1LT/KRE/iaWJc156deHSTTHp4he5fz0lYKhsRkcJhb3h0nyqREqJxkcijTldzs WYnbfvKpBnenw2sGc9imxGW8/IVeuDX3/LL4lWUw= x-aol-sid: 3039ac1b14ce5723a58e410d X-AOL-IP: 50.163.96.131 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 204.29.186.67 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:203421 Archived-At: Hi, Eli Zaretskii writes: [...] > Then file a bug report with everything that was displayed by GDB. > I sent the infomation to Bug#23378 Is it OK to kill and restart Emacs? if more useful information can be gleaned. I can keep it around as I don't have a reproducible receipe and this appears to be deep into Emacs internal code. thanks.