Bus error (core dumped)

Hello,

I am using docker container with the image tensorflow/tensorflow:2.14.0-gpu. just after model.fit() starts execution, I got the bus error (core dumped). No other errors are seen. just this.

2024-03-27 04:23:55.900695: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1886] Created device /job:localhost/replica:0/task:0/device:GPU:0 with 46565 MB memory: → device: 0, name: NVIDIA RTX 6000 Ada Generation, pci bus id: 0000:31:00.0, compute capability: 8.9
2024-03-27 04:23:55.901175: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1886] Created device /job:localhost/replica:0/task:0/device:GPU:1 with 46661 MB memory: → device: 1, name: NVIDIA RTX 6000 Ada Generation, pci bus id: 0000:4b:00.0, compute capability: 8.9
2024-03-27 04:24:02.000648: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:442] Loaded cuDNN version 8600
2024-03-27 04:24:02.000712: I tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:442] Loaded cuDNN version 8600
./create_model5.sh: line 26: 3236 Bus error (core dumped) python modelfit.py

1 Like

Hi @Ebubekir_Demir, A bus error (core dumped) is a type of error that occurs when a program tries to access memory that it is not allowed to access. Could you please try by increasing the amount of memory allocated to the docker container. Thank You.