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

* Re: making cedet-1.0pre4 crashed emacs-22.1-bin-i386
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Jason Rumney @ 2007-07-12 21:00 UTC (permalink / raw)
  To: Andrey Zhdanov; +Cc: bug-gnu-emacs

Andrey Zhdanov wrote:
> ;(add-to-list 'load-path nil)
This seems to be a strange thing to do. But it does not crash Emacs for me.

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

* Re: making cedet-1.0pre4 crashed emacs-22.1-bin-i386
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Jason Rumney @ 2007-07-12 21:12 UTC (permalink / raw)
  To: Andrey Zhdanov; +Cc: bug-gnu-emacs

Andrey Zhdanov wrote:
> http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-07/msg00016.html

I see you originally reported this against the CVS trunk around the time
that there were some changes in byte-opt.el that caused some problems.
Perhaps there are some corrupt .elc files as a result of that attempt
that are causing problems now.

Try deleting all the .elc files under cedet and recompiling from scratch
with Emacs 22.1.

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

* Re: making cedet-1.0pre4 crashed emacs-22.1-bin-i386
  2007-07-12 21:12 ` Jason Rumney
@ 2007-07-12 22:25   ` Andrey Zhdanov
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Zhdanov @ 2007-07-12 22:25 UTC (permalink / raw)
  To: Jason Rumney; +Cc: bug-gnu-emacs

Thanks!
After removing *.elc from cedet, release version runs without errors.
I also made a clean build (msvc) of CVS HEAD - no issues either.
That might be already fixed or local glitch.

--
az

----- Original Message ----- 
From: "Jason Rumney" <jasonr@gnu.org>
To: "Andrey Zhdanov" <susuman@hotmail.com>
Cc: <bug-gnu-emacs@gnu.org>
Sent: Thursday, July 12, 2007 5:12 PM
Subject: Re: making cedet-1.0pre4 crashed emacs-22.1-bin-i386


> Andrey Zhdanov wrote:
>> http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-07/msg00016.html
>
> I see you originally reported this against the CVS trunk around the time
> that there were some changes in byte-opt.el that caused some problems.
> Perhaps there are some corrupt .elc files as a result of that attempt
> that are causing problems now.
>
> Try deleting all the .elc files under cedet and recompiling from scratch
> with Emacs 22.1.
>
> 

^ 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).