If you can easily reproduce this, you must configure your system to dump the kernel.
Using ulimit -c unlimited will allow your system to dump this in the next SIGSEGV event. After creating the core dump file, you can examine it using gdb .
See Determining the Place of Failure for details on which parameters to use to determine the cause.
source share