[Bug 298833] New: Emacs starts eating 100% CPU
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.
https://bugzilla.novell.com/show_bug.cgi?id=298833 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pth@novell.com AssignedTo|pth@novell.com |werner@novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=298833#c1 Dr. Werner Fink <werner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Major |Normal Status|NEW |NEEDINFO Component|Development |Basesystem Info Provider| |federico@novell.com --- Comment #1 from Dr. Werner Fink <werner@novell.com> 2007-08-27 09:15:29 MST --- Which hardware are you using? And do you have enable e.g. display-time-default-load-average in the mode line? This because I've never seen that behavior. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=298833#c2 Federico Mena Quintero <federico@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|federico@novell.com | Resolution| |INVALID --- Comment #2 from Federico Mena Quintero <federico@novell.com> 2007-08-27 12:48:53 MST --- I removed these from my custom-set-variables and everything seems fine so far: ; '(jit-lock-chunk-size 1048576) ; '(jit-lock-stealth-time 0.0) Originally I had added that because jit-lock couldn't handle some files that I was editing, but older Emacses seemed to handle those parameters just fine. Even with these parameters removed, the new Emacs seems to handle my files fine now. Closing the bug as invalid. -- 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.
participants (1)
-
bugzilla_noreply@novell.com