From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: CVS emacs crashes right after startup Date: Wed, 04 Feb 2004 20:36:04 +0200 Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Message-ID: <2914-Wed04Feb2004203604+0200-eliz@elta.co.il> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1075920091 6652 80.91.224.253 (4 Feb 2004 18:41:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2004 18:41:31 +0000 (UTC) Cc: emacs-devel@gnu.org, emacs-pretest-bug@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Wed Feb 04 19:41:11 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AoRxX-00081B-00 for ; Wed, 04 Feb 2004 19:41:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AoRws-0002gn-Rx for gebp-emacs-pretest-bug@gmane.org; Wed, 04 Feb 2004 13:40:30 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AoRwW-0002aX-Am for emacs-pretest-bug@gnu.org; Wed, 04 Feb 2004 13:40:08 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AoRvz-0002Ql-AB for emacs-pretest-bug@gnu.org; Wed, 04 Feb 2004 13:40:06 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AoRsb-00027N-Nh; Wed, 04 Feb 2004 13:36:05 -0500 Original-Received: from zaretski (pns03-198-72.inter.net.il [80.230.198.72]) by legolas.inter.net.il (MOS 3.4.4-GR) with ESMTP id BGR05832; Wed, 4 Feb 2004 20:34:59 +0200 (IST) Original-To: Stefan Monnier X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Stefan Monnier on 04 Feb 2004 12:47:22 -0500) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.pretest.bugs:2028 gmane.emacs.devel:19712 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19712 > From: Stefan Monnier > Date: 04 Feb 2004 12:47:22 -0500 > > As a reader, I'd think "damn, why can't they fix it so I can save 6MB and > startup faster"? I strongly suspect that the difference in sizes is due to debug info (thus doesn't affect startup time at all), and that the extra debug info is confusing unexec to the point that it produces a bad binary. Alas, I have no access to a Solaris machine with GCC and Binutils, not to mention a total lack of time to work on this even if I did.