Comment 3 for bug 543611

Revision history for this message
Ryan Thompson (rct86) wrote :

More info:

I had a friend attempt to reproduce this on his computer and he said this:
"The emacs daemon seems fine with Fedora 12 and emacs 23.1.1. It never crashed and got 60 and 58 on two runs before giving up."

Also, if I do the following, I also get a crash in a short time:

1. Open two teminals
2. In Terminal 1, run "emacs -nw" to start of a text-mode emacs session.
3. Run "(server-start)" in the emacs session.
4. In terminal 2: x=0; while emacsclient -c &>/dev/null; do x=$(( $x + 1 )); done; echo "Created $x windows before crash."

However, if I start a *graphical* emacs session and then keep running emacsclient -c, I do *not* get a crash.