https://bugzilla.novell.com/show_bug.cgi?id=298833 Summary: Emacs starts eating 100% CPU Product: openSUSE 10.3 Version: Alpha 7 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: federico@novell.com QAContact: qa@suse.de Found By: Development In 10.3, Emacs will ocassionally start eating 100% CPU. I've killed it all but one such time. The time that I didn't kill it, it went back to normal after a few minutes. The strace is interesting; it does this and only this: 27712 1186667808.804205 close(3) = 0 27712 1186667808.804271 gettimeofday({1186667808, 804281}, NULL) = 0 27712 1186667808.804347 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804395 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804422 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804449 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804476 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804503 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804529 gettimeofday({1186667808, 804537}, NULL) = 0 27712 1186667808.804564 open("/proc/loadavg", O_RDONLY) = 3 27712 1186667808.804603 read(3, "3.45 2.96 1.41 2/159 30589\n", 64) = 27 27712 1186667808.804639 close(3) = 0 27712 1186667808.804666 gettimeofday({1186667808, 804674}, NULL) = 0 27712 1186667808.804716 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804745 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804771 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804798 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804824 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804851 read(4, 0x85b8bd4, 4096) = -1 EAGAIN (Resource temporarily unavailable) 27712 1186667808.804877 gettimeofday({1186667808, 804884}, NULL) = 0 27712 1186667808.804909 open("/proc/loadavg", O_RDONLY) = 3 27712 1186667808.804941 read(3, "3.45 2.96 1.41 2/159 30589\n", 64) = 27 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.