Error in `/usr/sbin/asterisk': double free or corruption (out)

Not quite sure where to begin with this error. Just migrated a standalone 13 Centos install to 14 Distro. Worked fine until I restarted the system, and now I get this when I (manually) start Asterisk. Ideas?

*** Error in `/usr/sbin/asterisk': double free or corruption (out): 0x00000000008bd510 ***
======= Backtrace: =========
/lib64/libc.so.6(+0x7c503)[0x7f3f0149b503]
/usr/lib64/asterisk/modules/func_presencestate.so(+0x246e)[0x7f3e985fc46e]
/usr/sbin/asterisk[0x532e0c]
/usr/sbin/asterisk[0x533a13]
/usr/sbin/asterisk[0x53410f]
/usr/sbin/asterisk[0x45c1af]
/usr/sbin/asterisk[0x45b740]
/lib64/libc.so.6(__libc_start_main+0xf5)[0x7f3f01440b35]
/usr/sbin/asterisk[0x432ec9]
======= Memory map: ========

use
asterisk-version-switch
This will reinstall asterisk if there is some weird corruption.

Thanks James, tried this (reinstalled Asterisk 13) and still having the same issue.

Something in your asterisk config files is causing it to crash most likely. You can try 14. Or you can get the core dumps

Ended up doing a fresh install of 14 distro, then doing a backup/restore in the GUI with minimal options backed up.