Bug 15262
Summary: | Bizarre reproducible resume failure on MBP | ||
---|---|---|---|
Product: | Power Management | Reporter: | jwatzman (jwatzman) |
Component: | Hibernation/Suspend | Assignee: | power-management_other |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.33-rc7 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216 | ||
Attachments: |
Configuration for original 2.6.32.6 build
"diff -Nur" between 2.6.32.6 debs build from tarball and git |
Description
jwatzman
2010-02-09 16:33:14 UTC
- 2.6.32.6 built from git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.32.y.git The following kernel consistently SUCCEEDS when resuming: - 2.6.32.6 built from kernel.org 2.6.32 tarball + 2.6.32.6 patch Aren't these two the same thing and if they aren't, what's the difference? Created attachment 24978 [details]
Configuration for original 2.6.32.6 build
Created attachment 24979 [details]
"diff -Nur" between 2.6.32.6 debs build from tarball and git
A recursive diff shows that the sources are the same, hence my extreme confusion on how builds from one consistently fail and builds from the other consistently work! I've attached a diff of the resulting deb directory structure and my .config in case they might be interesting/enlightening. Okay, this just got a bit less insane. The tarball build of 2.6.32.6 I made yesterday just failed on me a few times in a row (it didn't ever when I tested it yesterday). Assuming I just had really, really bad luck with an intermittent suspend bug, what's the next step in tracking it down? Should I retry the pm_test and pm_trace steps on 2.6.32.7? No, please test if you can reproduce with 2.6.33-rc7. Reproduced twice in a row, same symptoms as before. - boot into single user mode root prompt - cd /sys/power - echo core > pm_test - pm-suspend (repeat 3-4 times, works fine) - echo none > pm_test - echo 1 > pm_trace - pm-suspend (machine hangs on resume same as before) - hard poweroff - boot, reports magic number "0:839:740" corresponding to "drivers/base/power/main.c:514" (no device reported) Is the problem still present in 2.6.37? No, everything has worked fine for a while and I forgot about this bug report. Thanks for the followup. No problem, thanks for the update. Closing. |