From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "=?iso-8859-2?Q?Andrzej_So=B3tysik?=" Newsgroups: gmane.emacs.bugs Subject: Win32 / Emacs 21.3: Crash when any of customize-* function is used Date: Fri, 20 Feb 2004 15:51:15 +0100 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <000001c3f7c0$fdf85e00$060aa8c0@andrzejs> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1077288756 16669 80.91.224.253 (20 Feb 2004 14:52:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Feb 2004 14:52:36 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 20 15:52:23 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 1AuC0t-0005qu-00 for ; Fri, 20 Feb 2004 15:52:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AuC0n-0002Wp-9o for geb-bug-gnu-emacs@m.gmane.org; Fri, 20 Feb 2004 09:52:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AuC0k-0002Up-56 for bug-gnu-emacs@gnu.org; Fri, 20 Feb 2004 09:52:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AuC0B-0001sr-3U for bug-gnu-emacs@gnu.org; Fri, 20 Feb 2004 09:52:10 -0500 Original-Received: from [217.11.130.91] (helo=perfect.com.pl) by monty-python.gnu.org with smtp (Exim 4.30) id 1AuC0A-0001sk-J2 for bug-gnu-emacs@gnu.org; Fri, 20 Feb 2004 09:51:38 -0500 Original-Received: (qmail 11088 invoked by uid 7794); 20 Feb 2004 14:56:43 -0000 Original-Received: from andrzejs@perfect.com.pl by perfect.com.pl by uid 7791 with qmail-scanner-1.12 (. Clear:. Processed in 0.133586 secs); 20 Feb 2004 14:56:43 -0000 X-Qmail-Scanner-Mail-From: andrzejs@perfect.com.pl via perfect.com.pl X-Qmail-Scanner-Rcpt-To: bug-gnu-emacs@gnu.org X-Qmail-Scanner: 1.12 (Clear:. Processed in 0.133586 secs) Original-Received: from unknown (HELO andrzejs) (192.168.10.6) by 192.168.10.1 with SMTP; 20 Feb 2004 14:56:42 -0000 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:7033 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7033 With precompiled 21.3 Win32 binaries, totally reproducible crash occurs when using any customize function. Tested on Win95, NT 4, 98, and W2K, each time the problem is exactly the same: After invoking any customize* function, Fatal Error dialog is shown, with Abort/Retry/Ignore choices. Each of them ends in emacs termination, although Ignore causes "This program performed illegal operation" dialog to be shown, with crash in module and bogus address like 0000:00000007 suggesting null pointer reference. Last message shown is "Loading wid-browse... done". This crash occurs regardless of wether any .el files are loaded; with -q, --no-init-file, --no-site-lisp results are the same. Tarballs grabbed were -fullbin ones.