unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* making cedet-1.0pre4 crashed emacs-22.1-bin-i386
@ 2007-07-12 15:38 Andrey Zhdanov
  2007-07-12 21:00 ` Jason Rumney
  2007-07-12 21:12 ` Jason Rumney
  0 siblings, 2 replies; 4+ messages in thread
From: Andrey Zhdanov @ 2007-07-12 15:38 UTC (permalink / raw)
  To: bug-gnu-emacs

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-12 22:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-12 15:38 making cedet-1.0pre4 crashed emacs-22.1-bin-i386 Andrey Zhdanov
2007-07-12 21:00 ` Jason Rumney
2007-07-12 21:12 ` Jason Rumney
2007-07-12 22:25   ` Andrey Zhdanov

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).