From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Andrey Zhdanov" Newsgroups: gmane.emacs.bugs Subject: making cedet-1.0pre4 crashed emacs-22.1-bin-i386 Date: Thu, 12 Jul 2007 11:38:34 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=original Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184255724 3468 80.91.229.12 (12 Jul 2007 15:55:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2007 15:55:24 +0000 (UTC) To: Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 12 17:55:21 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I910f-0007nQ-Ir for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Jul 2007 17:55:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I910f-0000OV-5p for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Jul 2007 11:55:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I90kZ-0007eU-PC for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2007 11:38:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I90kY-0007eI-CZ for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2007 11:38:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I90kY-0007eF-5E for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2007 11:38:38 -0400 Original-Received: from bay0-omc2-s30.bay0.hotmail.com ([65.54.246.166]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I90kX-0002TO-KR for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2007 11:38:37 -0400 Original-Received: from hotmail.com ([64.4.56.90]) by bay0-omc2-s30.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Thu, 12 Jul 2007 08:38:36 -0700 Original-Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Thu, 12 Jul 2007 08:38:36 -0700 Original-Received: from 70.90.99.198 by BAY101-DAV18.phx.gbl with DAV; Thu, 12 Jul 2007 15:38:35 +0000 X-Originating-IP: [70.90.99.198] X-Originating-Email: [susuman@hotmail.com] X-Sender: susuman@hotmail.com X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.3790.3959 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.4073 X-OriginalArrivalTime: 12 Jul 2007 15:38:36.0129 (UTC) FILETIME=[B6075510:01C7C49A] X-detected-kernel: Windows 2000 SP4, XP SP1+ X-Mailman-Approved-At: Thu, 12 Jul 2007 11:55:14 -0400 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:16153 Archived-At: Hello all, I post this to emacs-pretest-bug, but there is no answer. http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-07/msg00016.html Emacs crashes when building semantic subdir. It happens on this command: "emacs" -batch --no-site-file -l grammar-make-script -f semantic-grammar-batch-build-packages semantic-grammar.wy This bug exist in release version (mingw build) and in CVS HEAD (msvc build) (I checked back to 2007-04-10) Commenting semantic/grammar-make-script like this: ;(add-to-list 'load-path nil) ;(add-to-list 'load-path ".") (add-to-list 'load-path "../common/") ;(add-to-list 'load-path "./") (add-to-list 'load-path "../eieio/") (add-to-list 'load-path "../ede/") (add-to-list 'load-path "wisent/") (add-to-list 'load-path "bovine/") (add-to-list 'load-path "../speedbar/") (require 'semantic-load) (require 'semantic-grammar) make the command above works without crash, but make regenerate this file each time. That's definitely related to how win32 build treats ".","./" or "nil" in load-path. -- az