diff options
author | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-08-18 20:08:27 +0200 |
---|---|---|
committer | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-08-18 20:08:27 +0200 |
commit | 7503f2f40d9c4e8abc9f77d61828e52fc1b8c35d (patch) | |
tree | a220b627bfddbeec677e0c6a34d276a8895bd375 /open_issues | |
parent | 72d62837a27cfb4d425c53c88e4aeee4888b4d9c (diff) |
open_issues/emacs: emacs23 issue.
Diffstat (limited to 'open_issues')
-rw-r--r-- | open_issues/emacs.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/open_issues/emacs.mdwn b/open_issues/emacs.mdwn index f6b0bfdb..3f025c46 100644 --- a/open_issues/emacs.mdwn +++ b/open_issues/emacs.mdwn @@ -29,3 +29,15 @@ GNU Emacs mostly does work, however there are a few issues. * Got a hang when compiling GNU Emacs 23, when it was compiling `.el` to `.elc` files. Looked like busy-looping inside glibc. This was not reproducible so far. + + * Debian emacs23_23.1+1-2, grubber, (probably) busy-looping in `ext2fs` on + `/media/data` when resuming emacs23 build in `~/tmp/emacs/emacs23-*/` + (`dpkg-buildpackage -B -uc -nc 2>&1 | tee L`). No modifications to + `emacs23-*` so far, I think. Hangs always in the same place, it seems, and + reproducible. Tarred to `emacs23-23.1+1.tar.bz2` (beware: empty and + zero-permission files: + `emacs23-23.1+1/.pc/debian-site-init-el.diff/lisp/site-init.el`, + `emacs23-23.1+1/.pc/autofiles.diff/src/config.in~`). At hang-time: the + rootfs is fine (`syncfs -c -s /` works; `syncfs` involving `/media/data` + hangs). Plan: GDB on that ext2fs, and see what's hanging / locked. [[!tag + open_issue_hurd]] |