Emacs 21 for Mac OS X
Latest News, FAQ, Files, Links, and other Resources.
Latest News

Introduction

Obtaining and Building Emacs

FAQ

Resources


Emacs Home Page

Emacs Project Page on Savannah

Emacs for Mac OS Classic Project Page


My OS X Programming Blog

    This is Emacs 21's Mac OS X maintainer's web page.

Crashes During Garbage Collection

Thursday, September 18, 2003

Although the process.c bootstrapping problem is now gone, I have already had two crashes during garbage collection since I updated yesterday. Unless you're helping to debug it, I recommend using a version from the beginning of September.

After looking at src/ChangeLog, my intuition tells me to roll back to before Sep 11 (say Sep 10), and Emacs hasn't crashed for the whole afternoon now.

I was told that window dragging will work correctly again on Panther if the code for the inDrag case (in macterm.c) is changed like so:

	    case inDrag:
#if TARGET_API_MAC_CARBON
              if (er.what == mouseDown)  
	        {
	          BitMap bm;

GetQDGlobalsScreenBits (&bm); DragWindow (window_ptr, er.where, &bm.bounds); } #else /* not TARGET_API_MAC_CARBON */

I'll check that into the CVS when I feel comfortable with it. Feedbacks are welcome.

September 2003
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Aug  Oct


Copyright © 2003 Andrew Choi <akochoi-emacs at shaw.ca> Created with
BlogMax
emacs Made on a Mac