Emacs 21 causes MacOS X to log out
Brought to you by:
akochoi
I'm running the porkrind build of emacs 21 for MacOS X.
-jde 2.8.8
-installed in ~/apps
-latest Apple Java update
When I'm running a java app in emacs and type C-c C-c or give the
kill command, not only does emacs suddenly exit, but I am instantly logged
out of MacOS X (quitting all apps) and must relog in! This is a
repeatable bug. I've done it several times today. At first I thought
it was related to a buffer over-flow in java (I had a method
accidentally calling itself), but even after I fixed this Java code
I was able to repeat the problem.
The Java app was just a simple 2 class thing--one was just a Main. I
haven't tried this with another kind of app, so I don't know if this only
happens in Java.
Jamie