[Kernel-packages] [Bug 1349028] Re: getitimer returns it_value=0 erroneously

2014-07-31 Thread George Greer
I can confirm that the linked kernels fix the bug. The test program never ends and the timer countdown is a lot less granular, never hitting exactly 0. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpa

[Kernel-packages] [Bug 1349028] PulseList.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163597/+files/PulseList.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/

[Kernel-packages] [Bug 1349028] BootDmesg.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163588/+files/BootDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/

[Kernel-packages] [Bug 1349028] UdevDb.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163598/+files/UdevDb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1349028

[Kernel-packages] [Bug 1349028] ProcCpuinfo.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163593/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/b

[Kernel-packages] [Bug 1349028] Lspci.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163591/+files/Lspci.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1349028

[Kernel-packages] [Bug 1349028] ProcEnviron.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163594/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/b

[Kernel-packages] [Bug 1349028] UdevLog.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163599/+files/UdevLog.txt ** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Kernel Packages, which

[Kernel-packages] [Bug 1349028] CRDA.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163589/+files/CRDA.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1349028 Ti

[Kernel-packages] [Bug 1349028] ProcModules.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163596/+files/ProcModules.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/b

[Kernel-packages] [Bug 1349028] Lsusb.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163592/+files/Lsusb.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1349028

[Kernel-packages] [Bug 1349028] ProcInterrupts.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163595/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad

[Kernel-packages] [Bug 1349028] CurrentDmesg.txt

2014-07-26 Thread George Greer
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1349028/+attachment/4163590/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net

[Kernel-packages] [Bug 1349028] Re: getitimer returns it_value=0 erroneously

2014-07-26 Thread George Greer
apport information ** Tags added: apport-collected trusty ** Description changed: According to the 'getitimer()' man page: "The element it_value is set to the amount of time remaining on the timer, or zero if the timer is disabled. Similarly, it_interval is set to the reset value."

[Kernel-packages] [Bug 1349028] [NEW] getitimer returns it_value=0 erroneously

2014-07-26 Thread George Greer
Public bug reported: According to the 'getitimer()' man page: "The element it_value is set to the amount of time remaining on the timer, or zero if the timer is disabled. Similarly, it_interval is set to the reset value." As such the following Perl program should never exit: use Time::HiRe