Comment 10 for bug 1769819

Revision history for this message
Alan Jenkins (aj504) wrote :

CurrentDmesg.txt:

[58189.152330] PM: suspend exit
[58189.162027] Read-error on swap-device (253:0:361608)
[58189.167038] Read-error on swap-device (253:0:361672)

"People die when they are killed". Specifically "Read-error on swap-device" kills you with SIGBUS. Mystery solved.

I really expect if you looked at the crash, you would notice it is SIGBUS, with si_code == BUS_ADRERR (2). This means a read error when trying to load a page of virtual memory back in from swap or from the filesystem.

There's a common bug which matches this, so please read #1776887
"Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash after suspend".

I'm sure this applies to at least some users who marked themselves as affected, or some duplicates of this bug. This particular kernel log includes some other errors as well though, so I can't rule out that they also have some relation.