From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tapani Tarvainen Newsgroups: gmane.emacs.bugs Subject: Re: Gnu emacs 21.2 in HP-UX 11.11 Date: 11 Nov 2002 15:09:50 +0200 Organization: University of Jyvaskyla, Finland Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037022937 31483 80.91.224.249 (11 Nov 2002 13:55:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 11 Nov 2002 13:55:37 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18BF2N-0008BX-00 for ; Mon, 11 Nov 2002 14:55:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BF3G-0006l3-00; Mon, 11 Nov 2002 08:56:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 18BEIs-0006Pf-00 for bug-gnu-emacs@prep.ai.mit.edu; Mon, 11 Nov 2002 08:08:34 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 18BEIp-0006Jo-00 for bug-gnu-emacs@prep.ai.mit.edu; Mon, 11 Nov 2002 08:08:33 -0500 Original-Received: from horus.isnic.is ([193.4.58.12]) by monty-python.gnu.org with esmtp (Exim 4.10) id 18BEIo-0006Jd-00 for bug-gnu-emacs@prep.ai.mit.edu; Mon, 11 Nov 2002 08:08:31 -0500 Original-Received: from posti1.jyu.fi (posti1.jyu.fi [130.234.4.32]) by horus.isnic.is (8.12.3/8.12.3/isnic) with ESMTP id gABD8RZf060032 for ; Mon, 11 Nov 2002 13:08:28 GMT (envelope-from news@mordred.cc.jyu.fi) Original-Received: from mordred.cc.jyu.fi (root@mordred.cc.jyu.fi [130.234.4.54]) by posti1.jyu.fi (8.12.4/8.12.4/antispam) with ESMTP id gABD8P5w029357 for ; Mon, 11 Nov 2002 15:08:26 +0200 Original-Received: from mordred.cc.jyu.fi (news@localhost [127.0.0.1]) by mordred.cc.jyu.fi (8.12.3/8.12.3/Debian -4) with ESMTP id gABD8PZt029608 for ; Mon, 11 Nov 2002 15:08:25 +0200 Original-Received: (from news@localhost) by mordred.cc.jyu.fi (8.12.3/8.12.3/Debian -4) id gABD8OT0029606 for gnu-emacs-bug@moderators.isc.org; Mon, 11 Nov 2002 15:08:24 +0200 Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.help,gnu.emacs.bug Original-Followup-To: gnu.emacs.bug Original-Lines: 40 Original-NNTP-Posting-Host: thorion.it.jyu.fi Original-X-Trace: mordred.cc.jyu.fi 1037020104 27960 130.234.160.129 (11 Nov 2002 13:08:24 GMT) Original-X-Complaints-To: newsmaster@cc.jyu.fi Original-NNTP-Posting-Date: Mon, 11 Nov 2002 13:08:24 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:3868 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3868 [cross-posted and follow-up set to g.e.bug] Eli Zaretskii writes: > On 10 Nov 2002, Tapani Tarvainen wrote: > > > I have a strange problem with Gnu emacs 21.2 in HP-UX 11.11. > > > > Specifically, whenever a buffer has shrunk so much that emacs > > automatically disables auto-save, it freezes. Nothing short of > > killing will have any effect. > > > > The problem is specific to 21.2, it does not occur with 21.1 > > with exactly same configuration (built with identical commands > > except different --prefix). The only unusual configure option > > I use is --without-xim, and I'm using HP's ANSI C compiler. > > > > It doesn't depend on any local initialization files, I tested > > with -q --no-site-file. > > It does depend on X setup, or at least the problem doesn't > > occur with -nw. > > > > Suggestions, anyone? > > This should have been sent to gnu.emacs.bug, not here. Please consider > taking this thread there. Done. > My suspicion is that this has something to do with the fact 21.2 changed > the way buffer memory is allocated in small ways. That caused bugs on > some systems, those bugs are fixed for the next release. OK. One more datum: changing optimization levels had no effect (I tried +O1, +O2 and none, and -g). -- Tapani Tarvainen