diff options
| author | Karoly Lorentey | 2004-02-27 14:05:11 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-02-27 14:05:11 +0000 |
| commit | f70dd00951e9a5d0bf301398a991ea2d212ed376 (patch) | |
| tree | 9939c042153d51b1874d6e636e342c484ffeb8f5 | |
| parent | cdcb5a4d2564bb3ad9f9fe017fda06506ecc2618 (diff) | |
| download | emacs-f70dd00951e9a5d0bf301398a991ea2d212ed376.tar.gz emacs-f70dd00951e9a5d0bf301398a991ea2d212ed376.zip | |
README.multi-tty updates.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-103
| -rw-r--r-- | README.multi-tty | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/README.multi-tty b/README.multi-tty index 2853ae419de..dc5211cc2b1 100644 --- a/README.multi-tty +++ b/README.multi-tty | |||
| @@ -185,33 +185,6 @@ See arch logs. | |||
| 185 | THINGS TO DO | 185 | THINGS TO DO |
| 186 | ------------ | 186 | ------------ |
| 187 | 187 | ||
| 188 | ** There are frequent input-related coredumps, with inconclusive | ||
| 189 | backtraces. An example (from Mark Plaksin): | ||
| 190 | |||
| 191 | #0 0x40301571 in kill () from /lib/libc.so.6 | ||
| 192 | #1 0x080eb371 in fatal_error_signal (sig=11612) | ||
| 193 | at /home/happy/src/emacs/multi-tty-cvs/src/emacs.c:385 | ||
| 194 | #2 <signal handler called> | ||
| 195 | #3 0x40301571 in kill () from /lib/libc.so.6 | ||
| 196 | #4 0x080eb3cc in abort () at /home/happy/src/emacs/multi-tty-cvs/src/emacs.c:418 | ||
| 197 | #5 0x080c8f18 in handle_one_xevent (dpyinfo=0x862ebb8, eventp=0xbfffef20, | ||
| 198 | bufp_r=0xbfffefa4, numcharsp=0xbfffefa8, finish=0xbfffef1c) | ||
| 199 | at /home/happy/src/emacs/multi-tty-cvs/src/xterm.c:5884 | ||
| 200 | #6 0x080ca531 in XTread_socket (display=0x862ee20, bufp=0xbffff0f4, numchars=1, | ||
| 201 | expected=1) at /home/happy/src/emacs/multi-tty-cvs/src/xterm.c:7221 | ||
| 202 | #7 0x080f577a in read_avail_input (expected=1) | ||
| 203 | at /home/happy/src/emacs/multi-tty-cvs/src/keyboard.c:6609 | ||
| 204 | #8 0x080f59fc in handle_async_input () | ||
| 205 | at /home/happy/src/emacs/multi-tty-cvs/src/keyboard.c:6807 | ||
| 206 | #9 0x0813aa41 in Fgarbage_collect () | ||
| 207 | at /home/happy/src/emacs/multi-tty-cvs/src/alloc.c:4549 | ||
| 208 | #10 0x0817c06d in Fbyte_code (bytestr=1, vector=131, maxdepth=-1073745424) | ||
| 209 | at /home/happy/src/emacs/multi-tty-cvs/src/bytecode.c:530 | ||
| 210 | [...] | ||
| 211 | |||
| 212 | They seem to always happen in handle_one_xevent right after garbage | ||
| 213 | collection. | ||
| 214 | |||
| 215 | ** There is a flicker during the startup of `emacs -nw'; it's as if | 188 | ** There is a flicker during the startup of `emacs -nw'; it's as if |
| 216 | the terminal is initialized, reset and then initialialized again. | 189 | the terminal is initialized, reset and then initialialized again. |
| 217 | Debug this. (Hint: narrow_foreground_group is called twice during | 190 | Debug this. (Hint: narrow_foreground_group is called twice during |
| @@ -247,7 +220,7 @@ THINGS TO DO | |||
| 247 | 220 | ||
| 248 | ** Implement support for starting an interactive Emacs session without | 221 | ** Implement support for starting an interactive Emacs session without |
| 249 | an initial frame. (The user would connect to it and open frames | 222 | an initial frame. (The user would connect to it and open frames |
| 250 | later, with emacsclient.) Not necessarily a good idea. | 223 | later, with emacsclient.) |
| 251 | 224 | ||
| 252 | ** Fix Mac support (I can't do this myself). Note that the current | 225 | ** Fix Mac support (I can't do this myself). Note that the current |
| 253 | state of Mac-specific source files in the multi-tty tree are not | 226 | state of Mac-specific source files in the multi-tty tree are not |