Opened 17 years ago
Closed 17 years ago
#1931 closed bug (fixed)
Negative Modified Page Queue Count
Reported by: | bonefish | Owned by: | axeld |
---|---|---|---|
Priority: | critical | Milestone: | R1/alpha1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
hrev24417, VMware
While running a relatively harmless Perl test the page writer suddenly and unmotivatedly started to hog the CPU. As the attachment shows the count of the modified queue has become -1, which causes the semaphore acquisition to be skipped (sModifiedTemporaryPages is unsigned).
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | kdl-session-berserking-page-writer added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Probably fixed in hrev24430. That race condition would be a good explanation at least.