From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "=?ISO-8859-1?Q?H=E5kon?= Alstadheim" Newsgroups: gmane.emacs.bugs Subject: Re: Program received signal SIGSEGV, Segmentation fault. Date: Sat, 14 Aug 2004 10:20:58 +0200 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200408140820.i7E8KwnS007283@alstadheim.priv.no> References: <200408132039.i7DKdH2F006136@alstadheim.priv.no> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1092471695 29595 80.91.224.253 (14 Aug 2004 08:21:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 14 Aug 2004 08:21:35 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Aug 14 10:21:27 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bvtn4-0000JV-00 for ; Sat, 14 Aug 2004 10:21:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bvtr4-0007Vf-Fr for geb-bug-gnu-emacs@m.gmane.org; Sat, 14 Aug 2004 04:25:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bvtr3-0007Va-44 for bug-gnu-emacs@gnu.org; Sat, 14 Aug 2004 04:25:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bvtr1-0007VO-43 for bug-gnu-emacs@gnu.org; Sat, 14 Aug 2004 04:25:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bvtr0-0007VL-Ub for bug-gnu-emacs@gnu.org; Sat, 14 Aug 2004 04:25:31 -0400 Original-Received: from [193.216.17.192] (helo=alstadheim.priv.no) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Bvtmf-00083I-92 for bug-gnu-emacs@gnu.org; Sat, 14 Aug 2004 04:21:01 -0400 Original-Received: from alstadheim.priv.no (localhost [127.0.0.1]) by alstadheim.priv.no (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id i7E8KwnS007283; Sat, 14 Aug 2004 10:20:58 +0200 Original-To: Andreas Schwab In-Reply-To: Your message of "Fri, 13 Aug 2004 23:26:16 +0200." Content-ID: <7279.1092471657.1@alstadheim.priv.no> X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list 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 Xref: main.gmane.org gmane.emacs.bugs:8699 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8699 In message , Andreas Schwab writes: >"H=E5kon Alstadheim" writes: > >> After using emacs for some time, it crashes. > >Are you sure your hardware is OK? Please try running memtest to rule out >memory problems. > I booted into memtest after I got Andreas' mail and let it run for 7 hours. No reports of anything amiss. This thing is really bugging me. I'm guessing I'm getting about two hours between crashes when I'm reading news or doing anything else heavy duty. I keep an emacs with an inferior lisp process and nothing else running, and that stays alive for several days, averaging about 100 to 1000 new lines a day in the *inferior-lisp* buffer. We can definitely say that wallclock time is not the main triggering factor. I also have mozilla staying alive constantly, So I'd say all my RAM is exersized by that without any ill effects. >> REPORT 2: >> After viewing some .tgz files and during "tar xzvf" in a shell buffer >> Bogus stacktrace? Fgargage collect is not on line 1635!! = > >But compact_small_strings is a static function, thus eligible for inlinin= g >with -funit-at-a-time. Ah, OK.