[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no
From: |
David Engster |
Subject: |
bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no-p |
Date: |
Tue, 06 Apr 2010 15:12:26 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.94 (darwin) |
Adrian Robert <adrian.b.robert@gmail.com> writes:
>>>
>>> Don't worry about it, I can reproduce it here on 10.6.2. I'm not sure
>>> whether it was something in Emacs that changed, or something in one of the
>>> point releases, as I'm pretty sure I debugged and fixed this same issue
>>> this past summer (cause was a missing function prototype) working under
>>> 10.6.1.
>>
>> Do you mean this fix?
>>
>> revno: 97065
>> committer: Adrian Robert <Adrian.B.Robert@gmail.com>
>> timestamp: Fri 2009-08-21 19:29:31 +0000
>> message:
>> nsfns.m (EmacsDialogPanel-runDialogAt): Add declaration of
>> timer_check() to avoid crash on Leopard/PPC. Bug #2154.
>
> OK -- I guess this was before my computer crash and forced upgrade to Snow
> Leopard then.
>
> I thought for sure I'd tested this stuff after that, but I guess not. ;-(
Maybe you made a 32bit binary?
When I compile with
CC="gcc -arch i386" ./configure --with-ns
the resulting binary does not crash on the test case. So it appears to
be a problem with 64bit only.
-David
- bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no-p, Chong Yidong, 2010/04/01
- bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no-p, David Engster, 2010/04/01
- bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no-p, Adrian Robert, 2010/04/02
- bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no-p, David Engster, 2010/04/06
- bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no-p, Adrian Robert, 2010/04/06
- bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no-p,
David Engster <=
- bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no-p, Adrian Robert, 2010/04/06
- bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no-p, Adrian Robert, 2010/04/10
- bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no-p, Chong Yidong, 2010/04/10
- bug#5811: 23.1.94; Emacs Nextstep port crashes after graphical yes-or-no-p, David Engster, 2010/04/20