* temacs: (require cl) while preparing to dump
@ 2007-12-13 8:59 Alexander Klimov
0 siblings, 0 replies; only message in thread
From: Alexander Klimov @ 2007-12-13 8:59 UTC (permalink / raw)
To: emacs-devel
Hi.
I try to bootstrap current CVS version on cygwin. During bootstrap it
goes as follows
[...]
./temacs --batch --load loadup bootstrap
Loading loadup.el (source)...
[...]
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name emacs
Static heap usage: 11745936 of 12582912 bytes
67548 pure bytes used
mv -f emacs.exe bootstrap-emacs.exe
[...]
echo Directories: $wins; \
EMACSLOADPATH=/tmp/emacs-cvs/lisp ../src/bootstrap-emacs.exe -batch [...]
Directories: [...]
and bootstrap-emacs is stuck consuming 50% CPU on dual core.
Trying to investigate (gdb does not allow to see where it is actually
stuck) I found that while on Linux
$ ./temacs --batch --load loadup 2>&1 | wc -l
gives
123
on cygwin
$ ./temacs --batch --load loadup
gives only
Loading loadup.el (source)...
Using load-path (/tmp/emacs-cvs/lisp)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading cus-start (source)...
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
Loading env (source)...
(require cl) while preparing to dump
Any idea?
--
Regards,
ASK
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-13 8:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-13 8:59 temacs: (require cl) while preparing to dump Alexander Klimov
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).