bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

making cedet-1.0pre4 crashed emacs-22.1-bin-i386


From: Andrey Zhdanov
Subject: making cedet-1.0pre4 crashed emacs-22.1-bin-i386
Date: Thu, 12 Jul 2007 11:38:34 -0400

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]