Opened 17 years ago
Closed 17 years ago
#1545 closed bug (fixed)
kernel dprintf should flush pending repeats every n seconds
Reported by: | korli | Owned by: | mmlr |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/Kernel | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
If a message is printed out ie every 100 ms, it won't appear unless a different message is printed out. There should be a time limit for dprintf repeats (from 1 to 5 seconds) to flush a pending repeats message.
Note:
See TracTickets
for help on using tickets.
The flushing already works if there are no new messages coming in, but I see what you mean, when they are constantly coming at a high frequency you will not get the periodic flush like under BeOS. I'll take a look at that.