Newly build PC keeps crashing when I run algorithms in Docker container

  • Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
Status
Not open for further replies.

Bemi

PCHF Member
Apr 17, 2025
1
0
26
I have problems with my newly built work PC. I didn't build it myself; I only provided what hardware I wanted, and it arrived already built. I also have no idea if the problem is hardware related, or if sth needs to be updated or sth else. Here is everything that I managed to collect about the problem:

My PC randomly crashes while running algorithms for MRI image reconstruction or segmentation inside Docker containers. The Docker logs contain no errors. I've limited the amount of CPUs to 9, memory to 32GB and 2.5GB for swap.

The crashes appear to be completely random – sometimes it crashes within a few minutes, other times the same workload runs for several hours without any issues.

I've extensively checked the logs using the journalctl command, but I can't find anything that could be connected to the crash. There are also no new logs in /var/crash after the crash occurs.

When I run the same programs and data on my laptop (which has significantly weaker hardware), the laptop does not crash. I ran a stress test for the CPU last night, and it passed perfectly.

PC Build Specs:

  • CPU: Intel Core i7-14700
  • Motherboard: B660 (DDR4 support)
  • RAM: 64 GB (2×32 GB) DDR4-3200
  • GPU: NVIDIA RTX 4070 12 GB
  • Storage: 4 TB NVMe SSD
  • PSU: 1500W
  • OS: Ubuntu 20.04.2
 
Ubuntu 20.04 likely has kernel 5.4, which predates 14th-gen Intel support.

First update package lists

sudo apt update

Install the HWE kernel and headers

sudo apt install --install-recommends linux-generic-hwe-20.04 linux-headers-generic-hwe-20.04

Reboot to apply changes

sudo reboot


BIOS updates are essential for newer CPUs on older chipsets.

 
@Bemi I'm afraid that I over looked a part of your post.

I have problems with my newly built work PC

Unfortunately we are unable to help with work machines, this is for help with personal machines only. I hope you understand. :)

Rule #15 From this link.


15. PCHF can not and will not offer advice for business use. PCHF only offers assistance for personal use.
 
Status
Not open for further replies.