https://bugs.kde.org/show_bug.cgi?id=377901

Christian Gerloff <chrgerl...@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chrgerl...@gmx.net

--- Comment #14 from Christian Gerloff <chrgerl...@gmx.net> ---
(In reply to Martin Gräßlin from comment #13)
> well I would like to fix it for good and not have to wait for the next bug
> fix release + 50 days to figure out whether it worked ;-)

The Linux kernel also has a counter that could wrap around and produce
potential errors. The devs help themselves by setting the initial value of that
counter very high, so a wrap occurs soon after boot:

/*
 * Have the 32 bit jiffies value wrap 5 minutes after boot
 * so jiffies wrap bugs show up earlier.
 */
#define INITIAL_JIFFIES ((unsigned long)(unsigned int) (-300*HZ))


Could the same be done for the X-Server, if just for debugging and testing?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to