View previous topic :: View next topic |
Author |
Message |
Unsorted Mess n00b
Joined: 25 Sep 2022 Posts: 4 Location: France
|
Posted: Sun Sep 25, 2022 7:44 am Post subject: Complete system freeze with wine |
|
|
Hello to everybody, i hope someone could help me with this strange problem. I couple days ago i tried to run some wine games both via lutris and directly with wine and everything works flawlessly until the whole system freezes after around 10 minutes. When the system freezes there is no key combination that is able to do anything (Ctrl+Alt+F* and SysRq don't work) and the only option remaining is holding the power button. In the syslog and the Xorg.log I can't find an obvious culprit. To run a test I installed in other partitions Debian Sid, LMDE 5 and Linux Mint 21 and the problem doesn't seem to occur in Linux Mint 21 while in all the other distros (obviously also in Gentoo) it occurs.
Here i posted the syslog: https://pastebin.com/NEjuXXHk
Here i posted the Xorg.log:https://pastebin.com/avJ5YPQd _________________ A mathematician is a machine that turns coffee into theorems.
A comathematician is a comachine that turns ffee into cotheorems. |
|
Back to top |
|
|
Goverp Advocate
Joined: 07 Mar 2007 Posts: 2198
|
Posted: Sun Sep 25, 2022 9:57 am Post subject: |
|
|
I'd guess
Code: | Sep 21 16:45:21 workstation kernel: traps: freetube[9319] trap int3 ip:55bb85203a85 sp:7ffc4848cbc0 error:0 in freetube[55bb82259000+6a11000] |
is your culprit. I've no idea what it means, but freetube (whatever that is) seems to have broken. It seems to be the first message about 10 minutes after you booted.
I guess you might have already worked this out yourself, but you didn't say so. _________________ Greybeard |
|
Back to top |
|
|
Hu Administrator
Joined: 06 Mar 2007 Posts: 23015
|
Posted: Sun Sep 25, 2022 3:47 pm Post subject: |
|
|
Is this reproducible on an untainted kernel? On the system which does not crash, is that system using the proprietary nVidia driver? |
|
Back to top |
|
|
Unsorted Mess n00b
Joined: 25 Sep 2022 Posts: 4 Location: France
|
Posted: Sun Sep 25, 2022 4:47 pm Post subject: |
|
|
Hu wrote: | Is this reproducible on an untainted kernel? On the system which does not crash, is that system using the proprietary nVidia driver? |
Thank you for the response. I don't think it is a problem concerning the nvidia driver because the system that doesn't crash (Linux Mint 21) uses the proprietary drivers but so does my gentoo partition and the debian one; only LMDE 5 uses the nouveau drivers and still froze.
Quote: | is your culprit. I've no idea what it means, but freetube (whatever that is) seems to have broken. It seems to be the first message about 10 minutes after you booted. |
I don't think that's it since the system froze even without running freetube, still a frightening message that is: I'll try to reinstall the package in hope it just works. Thank you for the kind response.
Now i think i will try to freeze the system again from a fresh boot and post the results here shortly. Then i might try to recompile an untainted kernel to see if the problem is still present (both using the default gentoo kernel and genkernel all).
Wish me good luck. _________________ A mathematician is a machine that turns coffee into theorems.
A comathematician is a comachine that turns ffee into cotheorems. |
|
Back to top |
|
|
Unsorted Mess n00b
Joined: 25 Sep 2022 Posts: 4 Location: France
|
Posted: Mon Sep 26, 2022 6:47 am Post subject: |
|
|
I successfully froze the kernel again from a fresh boot and with the genkernel all kernel.
Fresh boot (old kernel):syslog https://pastebin.com/bUNcvxVF; Xorg.log https://pastebin.com/QsW6NmwS
Genkernel all: syslog https://pastebin.com/RuALfX8S; Xorg.log https://pastebin.com/5ZKRD9jx
With the genkernel all kernel the syslog has a bunch of corrupted characters at the end. All the logs have been taken via the linux Mint partition without rebooting the gentoo one, so the freeze is located at the end of the files. Seems like the Xorg server is able to terminate before the complete freeze so a terminate signal must have been launched from somewhere before the freeze. I also notice some dbus errors in the Xorg log and all input devices being removed in sequence could this be it?
If you know other useful log files tell me please. _________________ A mathematician is a machine that turns coffee into theorems.
A comathematician is a comachine that turns ffee into cotheorems. |
|
Back to top |
|
|
sublogic Apprentice
Joined: 21 Mar 2022 Posts: 297 Location: Pennsylvania, USA
|
Posted: Tue Sep 27, 2022 2:16 am Post subject: |
|
|
When you reboot after a freeze, is there anything in /sys/fs/pstore ? I ask because these symptoms,
Unsorted Mess wrote: | the whole system freezes after around 10 minutes. When the system freezes there is no key combination that is able to do anything (Ctrl+Alt+F* and SysRq don't work) and the only option remaining is holding the power button. | are consistent with a kernel panic.
If it is a panic, and if your system has a pstore backend, /sys/fs/pstore/ will have a console log. Hopefully there will be a backtrace at the end. To check for a backend, Code: | # grep pstore /var/log/dmesg |
Unsorted Mess wrote: | Seems like the Xorg server is able to terminate before the complete freeze so a terminate signal must have been launched from somewhere before the freeze. | That points to something other than a panic --unless the root cause shut down Xorg and then triggered the panic. |
|
Back to top |
|
|
Unsorted Mess n00b
Joined: 25 Sep 2022 Posts: 4 Location: France
|
Posted: Tue Sep 27, 2022 8:26 pm Post subject: |
|
|
sublogic wrote: | When you reboot after a freeze, is there anything in /sys/fs/pstore ? I ask because these symptoms are consistent with a kernel panic. |
Thank you for the help! I don't think there is anything useful there:
Code: | # grep pstore /var/log/dmesg
[ 4.886131] pstore: Using crash dump compression: lzo
[ 4.886143] pstore: Registered efi as persistent store backend
|
I also checked and pstore seems enabled in this system:
Code: | # grep PSTORE /usr/src/linux/.config
CONFIG_EFI_VARS_PSTORE=m
# CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE is not set
# CONFIG_MTD_PSTORE is not set
CONFIG_CHROMEOS_PSTORE=m
CONFIG_PSTORE=y
CONFIG_PSTORE_DEFAULT_KMSG_BYTES=10240
CONFIG_PSTORE_DEFLATE_COMPRESS=y
CONFIG_PSTORE_LZO_COMPRESS=m
CONFIG_PSTORE_LZ4_COMPRESS=m
CONFIG_PSTORE_LZ4HC_COMPRESS=m
CONFIG_PSTORE_842_COMPRESS=y
CONFIG_PSTORE_ZSTD_COMPRESS=y
CONFIG_PSTORE_COMPRESS=y
# CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT is not set
CONFIG_PSTORE_LZO_COMPRESS_DEFAULT=y
# CONFIG_PSTORE_LZ4_COMPRESS_DEFAULT is not set
# CONFIG_PSTORE_LZ4HC_COMPRESS_DEFAULT is not set
# CONFIG_PSTORE_842_COMPRESS_DEFAULT is not set
# CONFIG_PSTORE_ZSTD_COMPRESS_DEFAULT is not set
CONFIG_PSTORE_COMPRESS_DEFAULT="lzo"
# CONFIG_PSTORE_CONSOLE is not set
# CONFIG_PSTORE_PMSG is not set
# CONFIG_PSTORE_FTRACE is not set
CONFIG_PSTORE_RAM=m
CONFIG_PSTORE_ZONE=m
CONFIG_PSTORE_BLK=m
CONFIG_PSTORE_BLK_BLKDEV=""
CONFIG_PSTORE_BLK_KMSG_SIZE=64
CONFIG_PSTORE_BLK_MAX_REASON=2
|
Also /sys/fs/pstore/ was empty.
The only thing that may be different may be the kernel version, since in gentoo I'm on 5.19.10 while LM21 is on 5.15, (debian sid is 5.19.9). Tomorrow i could try compiling an old kernel version and see there if the problem persists (I hope not but i think it will). _________________ A mathematician is a machine that turns coffee into theorems.
A comathematician is a comachine that turns ffee into cotheorems. |
|
Back to top |
|
|
|