[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 23.0.60; C-g will crash emacs on WinXp
From: |
Kyle M. Lee |
Subject: |
Re: 23.0.60; C-g will crash emacs on WinXp |
Date: |
Mon, 25 Feb 2008 20:37:29 +0800 |
User-agent: |
Thunderbird 2.0.0.9 (Windows/20071031) |
Kyle M. Lee 写道:
> I compiled the newest cvs emacs 23 with mingw(gcc 4.2) today.
>
> To reproduce this bug:
>
> 1. Copy some text to kill-ring,
> 2. keep pressing C-g will crash emacs with Message Box:
> ---------------------------
> Emacs Clipboard: emacs.exe - application error:
> ---------------------------
> "0x77c0554a" reference "0x00000008" memory can not be "read"。
>
I compiled with the opt options:
USER_CFLAGS=-I./inc -DUSE_FONT_BACKEND -msse3 -Os -march=native
-fomit-frame-pointer -pipe -mfpmath=sse
And if modifiy -msse3 to -msse2, then the bug(gcc ?) is fixed.
Sorry for the previous "spam" here.