From: "Andrey Zhdanov" <susuman@hotmail.com>
To: <bug-gnu-emacs@gnu.org>
Subject: making cedet-1.0pre4 crashed emacs-22.1-bin-i386
Date: Thu, 12 Jul 2007 11:38:34 -0400 [thread overview]
Message-ID: <BAY101-DAV1856CDCB743F38BBA4CA9AADFC0@phx.gbl> (raw)
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
next reply other threads:[~2007-07-12 15:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-12 15:38 Andrey Zhdanov [this message]
2007-07-12 21:00 ` making cedet-1.0pre4 crashed emacs-22.1-bin-i386 Jason Rumney
2007-07-12 21:12 ` Jason Rumney
2007-07-12 22:25 ` Andrey Zhdanov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=BAY101-DAV1856CDCB743F38BBA4CA9AADFC0@phx.gbl \
--to=susuman@hotmail.com \
--cc=bug-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).