Bug 3919
Summary: | SIGFPE in libc6's difftime() when waking up from sleep under zsh | ||
---|---|---|---|
Product: | ACPI | Reporter: | Lo (lool+linux) |
Component: | Power-Sleep-Wake | Assignee: | Shaohua (shaohua.li) |
Status: | REJECTED DUPLICATE | ||
Severity: | normal | ||
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.10-1-686 | Subsystem: | |
Regression: | --- | Bisected commit-id: |
Description
Lo
2004-12-19 06:06:18 UTC
Could you please try latest kernel? Does this bug always show or just occasionally? Ok, I'll try 2.6.10-rc3 ASAP if that's the kernel you meant. I have to mention that I won't build it with the Debian patches applied, but with the same .config as far as possible. Yes, it always happen, especially in 2.6.8.1 and in 2.6.9. Does "date" give the correct answer after resume? Yes the date is correct: bee# date Fri Dec 24 19:23:36 CET 2004 bee# echo 3 > /proc/acpi/sleep zsh: floating point exception sux - bee% date Fri Dec 24 19:23:55 CET 2004 Did you see gdb's output examining the FPU? Sounds a bit strange to me that the FPU state seems borken. I'm trying to bring a 2.6.10-rc3 to work, but I miss some time before my holidays though. Merry Christmas! I confirm this still happens in 2.6.10. Might be fixed by: commit 9d9437759eb6fdb68f7b82cbee20b0fb711d9f0d Author: Nickolai Zeldovich <kolya@MIT.EDU> Date: Fri Apr 8 23:37:34 2005 -0400 [ACPI] S3 resume -- use lgdtl, not lgdt From: Nickolai Zeldovich <kolya@MIT.EDU> Signed-off-by: Len Brown <len.brown@intel.com> Will confirm when it hits Debian. Could we have an update with latest kernel? Still happens with 2.6.12. I'll try with 2.6.13 which I know has more suspend patches merged-in. |