without compression: segfault in libgcrypt.so.11.5.2
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
uswsusp (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: uswsusp
System: standard Ubuntu 9.10, Thinkpad T42
with this config hibernation works fine for years
resume device = /dev/sda1
early writeout = y
compress = y
image size = 975913861
RSA key file = /etc/uswsusp.key
shutdown method = platform
suspend loglevel = 10
encrypt = y
but i bought a SSD and my system compress slower than the new disk is able to write. So i try to disable compression for s2disk:
resume device = /dev/sda1
early writeout = y
compress = n
image size = 975913861
RSA key file = /etc/uswsusp.key
shutdown method = platform
suspend loglevel = 10
encrypt = y
but i get
s2disk[3249]: segfault at b7855000 ip 00c6878a sp bff70bf0 error 6 in libgcrypt.
Anybody who can confirm this behavior
//Andreas