Running a CentOS Docker Image on Arch Linux exits with code 139

I am working on a Antergos (Arch Linux) Machine with this kernal: x86_64 Linux 4.18.16-arch1-1-ARCH

I using docker version 18.06.01

When I run the command below, docker exits with code 139 and no exit message as shown below.

$ docker run -ti centos:centos6 /bin/bash                                                                                                                                
[139] $

I have also outline my issue on stack exchange.