Run dmesg, and look for any messages about out-of-memory and killing processes.
One possibility is your python code has a memory leak, and when memory is almost exhausted,
the kernel will kill a process to free memory (and pcmanfm happens to get chosen).
One possibility is your python code has a memory leak, and when memory is almost exhausted,
the kernel will kill a process to free memory (and pcmanfm happens to get chosen).
Statistics: Posted by dom — Wed Jul 24, 2024 5:03 pm