Bug 23422
Summary: | Freeze on entering hibernation on Thinkpad T41 | ||
---|---|---|---|
Product: | Power Management | Reporter: | Björn Schließmann (chronoss) |
Component: | Hibernation/Suspend | Assignee: | power-management_other |
Status: | CLOSED INSUFFICIENT_DATA | ||
Severity: | normal | CC: | rjw, rui.zhang |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.33 and later | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216 |
Description
Björn Schließmann
2010-11-21 13:07:17 UTC
When exactly does the box hang? Is it before the image is created or after that? Is the system 32-bit or 64-bit? Please do the test: # echo core > /sys/power/pm_test # echo disk > /sys/power/state (it should return to the command prompt in 5-10 sec.) and see if you are able to reproduce the symptoms. I'm quite sure it freezes before image creation; see below.
The system is 32-bit (Pentium M 1,6 GHz).
Using your test I could reproduce the freeze, *but*:
- Just looping the test with 10 s sleep in between went well > 50 times (I canceled after that).
- Allocating 500 MB of memory for a process, doing the test and freeing/reallocating after "wakeup" proved successful after two(!) tries. It froze again.
(I allocated memory using a Python interpreter, i.e.:
>>> a=600000000*"a" # allocate
>>> a=None # free)
It's great that kernel bugzilla is back. Björn, can you please verify if the problem still exists in the latest upstream kernel? bug closed as there is no response from the bug reporter. please feel free to reopen it if the problem still exists in the latest upstream kernel. |