Bug 12241
Summary: | Crash during suspend to disk | ||
---|---|---|---|
Product: | Power Management | Reporter: | Simon Holm Thøgersen (odie) |
Component: | Hibernation/Suspend | Assignee: | power-management_other |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | lenb, pavel, rjw, rui.zhang |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28-rc6-00007-ged31348 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 7216 | ||
Attachments: |
oops part 1
oops part 2 oops part 3 |
Description
Simon Holm Thøgersen
2008-12-16 14:39:38 UTC
Created attachment 19334 [details]
oops part 1
Created attachment 19335 [details]
oops part 2
Created attachment 19336 [details]
oops part 3
root@amd:~# echo disk > /sys/power/state -bash: echo: write error: No space left on device root@amd:~# echo disk > /sys/power/state -bash: echo: write error: No space left on device root@amd:~# swapoff /dev/sda1 root@amd:~# mkswap /dev/sda1 Setting up swapspace version 1, size = 1011703 kB no label, UUID=7805f4f4-b42f-4f54-bd18-5fbe81fb5284 root@amd:~# swapon /dev/sda1 root@amd:~# echo disk > /sys/power/state My naive attempt at reproducing this failed :-(. (In reply to comment #4) > My naive attempt at reproducing this failed :-(.> Well, first of all I've got quite a bit of the swap partition in use when doing the suspend to disk attempts, also when failing. Also, I'm normally able to suspend to disk and I've sucessfully suspended to disk sometimes even though I've got "No space left on device" just before. Is there any debug instrumentation I could add? I'm able to reproduce, though not very easily. Would it be a good idea to report this on linux-fsdevel, the BUG I'm hitting is in the VFS code after all? please verify if this is a duplicate of bug #12239 (In reply to comment #6) > please verify if this is a duplicate of bug #12239 It is, or at least my issue is gone using a1e4ee22863d41a6fbb24310d7951836cb6dafe7. Thanks a lot for pointing that bug out to me Zhang. *** This bug has been marked as a duplicate of bug 12239 *** |