From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#21738: 25.0.50; eww freezes/crashes at times Date: Fri, 23 Oct 2015 23:12:55 +0300 Message-ID: <83r3klxs1k.fsf@gnu.org> References: <83oafqrs3u.fsf@gnu.org> <8337x1zmiz.fsf@gnu.org> <83vb9xxune.fsf@gnu.org> <83twphxtab.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1445631207 24982 80.91.229.3 (23 Oct 2015 20:13:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Oct 2015 20:13:27 +0000 (UTC) Cc: 21738@debbugs.gnu.org To: Kaushal Modi Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 23 22:13:15 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1Zpii2-0000va-VJ for geb-bug-gnu-emacs@m.gmane.org; Fri, 23 Oct 2015 22:13:07 +0200 Original-Received: from localhost ([::1]:41322 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpii2-0001bE-Ji for geb-bug-gnu-emacs@m.gmane.org; Fri, 23 Oct 2015 16:13:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpihz-0001b1-JA for bug-gnu-emacs@gnu.org; Fri, 23 Oct 2015 16:13:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zpihy-0005vJ-Mf for bug-gnu-emacs@gnu.org; Fri, 23 Oct 2015 16:13:03 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:44460) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zpihy-0005uy-JC for bug-gnu-emacs@gnu.org; Fri, 23 Oct 2015 16:13:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Zpihy-0006FK-1x for bug-gnu-emacs@gnu.org; Fri, 23 Oct 2015 16:13:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 23 Oct 2015 20:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21738 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 21738-submit@debbugs.gnu.org id=B21738.144563117523996 (code B ref 21738); Fri, 23 Oct 2015 20:13:02 +0000 Original-Received: (at 21738) by debbugs.gnu.org; 23 Oct 2015 20:12:55 +0000 Original-Received: from localhost ([127.0.0.1]:35168 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zpihq-0006Ex-QN for submit@debbugs.gnu.org; Fri, 23 Oct 2015 16:12:55 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:36022) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Zpiho-0006Em-Jh for 21738@debbugs.gnu.org; Fri, 23 Oct 2015 16:12:53 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NWO00N00VPJ4B00@mtaout28.012.net.il> for 21738@debbugs.gnu.org; Fri, 23 Oct 2015 23:11:58 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NWO00EOKW3X6790@mtaout28.012.net.il>; Fri, 23 Oct 2015 23:11:58 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:107944 Archived-At: > From: Kaushal Modi > Date: Fri, 23 Oct 2015 15:52:59 -0400 > Cc: Glenn Morris , 21738@debbugs.gnu.org > > Also I don't know how to kill an emacs session frozen in gdb other > than doing Ctrl-d in gdb. You can type "kill" at the GDB prompt. > I will now keep the frozen gdb session active.. which frame is > important for you to debug this? I saw that #63 in the first attached > log had Fsignal (is that what you are looking for?) > > #63 0x00000000005f593e in Fsignal (error_symbol=48816, data=29334659) at eval.c:1506 > > I tried couple of times after that.. but those backtraces did not have > that Fsignal line. I guess it's unrelated to the problem. The file etc/DEBUG has a section that explains how to find where Emacs is inflooping. Can you try that technique and report the results?