all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5337: 23.1; Garbage collect problem
@ 2010-01-08  3:01 杨英超
  2011-09-18 10:22 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: 杨英超 @ 2010-01-08  3:01 UTC (permalink / raw)
  To: bug-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 3465 bytes --]

This is emacs 23.1 on Windows XP.
May be the GC is not efficient enough. Sometimes it keeps trying to recollect
the memory, and makes Emacs seems dead (no response to keyboard and mouse
click). It will become normal after a long time waiting.

Best regards.

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
d:/gnu/etc/DEBUG for instructions.


In GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600)
 of 2009-07-30 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.4)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: CHS
  value of $XMODIFIERS: nil
  locale-coding-system: cp936
  default-enable-multibyte-characters: t

Major mode: Completion List

Minor modes in effect:
  display-time-mode: t
  show-paren-mode: t
  auto-image-file-mode: t
  recentf-mode: t
  shell-dirtrack-mode: t
  yas/global-mode: t
  global-auto-complete-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
S I _ S B C M-n M-n M-n M-n M-n <tab> SPC <backspace> 
1 0 SPC <help-echo> <help-echo> C-x o C-, C-v C-x o 
0 x 3 E <return> d e <backspace> <backspace> d i n 
<backspace> <backspace> e f i <tab> <tab> S C S I <tab> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
<backspace> <backspace> _ S <tab> <backspace> 6 C-e 
SPC C-p C-d C-q <tab> C-q <tab> C-n C-q <tab> 0 x 9 
E C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n C-n 
C-n C-n C-b C-b 1 0 , SPC 7 , SPC 2 C-a C-SPC C-n M-w 
C-y C-p C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f 
C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f C-f 
C-d 6 C-f C-f C-d 1 2 C-x C-s <help-echo> <help-echo> 
<f3> { } , C-b C-b S C S I _ M-n M-n M-n <tab> <backspace> 
<backspace> <backspace> <backspace> <backspace> <backspace> 
X D R <tab> C-M-/ C-M-/ 1 0 , SPC 7 , SPC 2 C-a C-SPC 
C-n M-w C-y C-p C-f C-f C-f M-f M-f M-f <backspace> 
<backspace> 3 2 C-f C-f C-d 2 8 C-f C-f C-d 4 C-x C-s 
<help-echo> C-p C-p C-p C-p C-p C-p C-p C-p C-a C-SPC 
C-n C-n C-n C-n C-n C-n C-n C-n C-n M-w C-y C-p C-p 
C-p C-p C-p C-p C-p C-p C-p M-% R E A D <return> W 
R I T E <return> y y y y y y y y y C-x C-s C-p C-p 
C-p C-p C-p C-p C-p C-p <help-echo> C-x o <help-echo> 
<help-echo> <menu-bar> <file> <open-file> <help-echo> 
<help-echo> <help-echo> M-x d o c <tab> - v i <tab> 
M-x <help-echo> <help-echo> <help-echo> <help-echo> 
M-x r e p o <tab> r <tab> <return>

Recent messages:
Replaced 9 occurrences
Saving file f:/tmp/cdb_info.c...
Wrote f:/tmp/cdb_info.c
Quit [2 times]
Making completion list...
Quit [3 times]
call-interactively: Command attempted to use minibuffer while in minibuffer
Quit [21 times]
Save Error: "Memory exhausted--use C-x s then exit and restart Emacs": d:/gnu/home/yyc/.emacs.d/semanticdb/!drive_f!projects!wireshark!wireshark!epan!dissectors!semantic.cache
Making completion list...


[-- Attachment #2: Type: text/html, Size: 4338 bytes --]

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

* bug#5337: 23.1; Garbage collect problem
  2010-01-08  3:01 bug#5337: 23.1; Garbage collect problem 杨英超
@ 2011-09-18 10:22 ` Lars Magne Ingebrigtsen
       [not found]   ` <20110919072111.6a055767.yangyingchao@gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-18 10:22 UTC (permalink / raw)
  To: 杨英超; +Cc: 5337

杨英超 <vic_kk@163.com> writes:

> This is emacs 23.1 on Windows XP.  May be the GC is not efficient
> enough. Sometimes it keeps trying to recollect the memory, and makes
> Emacs seems dead (no response to keyboard and mouse click). It will
> become normal after a long time waiting.

Is it possible that you have too little memory and Emacs is swapping?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

* bug#5337: 23.1; Garbage collect problem
       [not found]   ` <20110919072111.6a055767.yangyingchao@gmail.com>
@ 2011-09-19 10:37     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-19 10:37 UTC (permalink / raw)
  To: 杨英超; +Cc: 5337

杨英超 <yangyingchao@gmail.com> writes:

> WOW, the last post was nearly one year ago, LOL.
>
> I have 1.25 GB memory, and that should be enough for I was not editing
> large files,
> and Emacs was the only software opened in the machine.
>
> After I switched to Linux, everything went well. 

This seems difficult to debug, then, so I'm closing the report.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

end of thread, other threads:[~2011-09-19 10:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-08  3:01 bug#5337: 23.1; Garbage collect problem 杨英超
2011-09-18 10:22 ` Lars Magne Ingebrigtsen
     [not found]   ` <20110919072111.6a055767.yangyingchao@gmail.com>
2011-09-19 10:37     ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.