Asterisk reboots every time audio comes in from connected nodes

I’m running ASL2.0Beta on a KVM guest virtual machine image is = asl-2.0.0-beta.6-kc1kcc-20210324-amd64.hybrid.iso, the issue is that anytime audio comes in from any of the nodes that are connected to my node it makes asterisk to reboot, my node is a HUB node for our club remote repeaters.

Any ideas of what may be wrong?
Thanks in advance
Alex N2IX

Just a hunch as it could be many things even not related to asl but…
try a rebuild of dahdi
check wiki
No harm if not the culprit.

Is this the info you are referring to?
https://wiki.allstarlink.org/wiki/Dahdi_dummy

I followed the instructions on the wiki page mentioned but same result as soon as any audio comes into my node, Asterisk restarts:

Others
To build as root:

cd /usr/src/asl-dahdi-linux-2.11.1/linux

export MODULES_EXTRA=‘dahdi_dummy’

make

Loading module
Now you need to load the module into the Linux kernel for use.

insmod /usr/src/asl-dahdi-linux-2.11.1/linux/drivers/dahdi/dahdi_dummy.ko

Verify the module is loaded along with other DAHDI dependencies

lsmod |grep dahdi

dahdi_dummy 3432 0
dahdi 229561 35 dahdi_dummy
crc_ccitt 1771 1 dahdi
Configuring DAHDI
You will need to do dahdi_genconf and then dahdi_cfg. ASL1.01 is missing this in the service script that starts asterisk. It needs to be added.

Restart asterisk

service asterisk restart

Run dahdi_scan to view results:

dahdi_scan

[1]
active=yes
alarms=UNCONFIGURED
description=DAHDI_DUMMY/1 (source: HRtimer) 1
name=DAHDI_DUMMY/1
manufacturer=
devicetype=DAHDI Dummy Timing
location=
basechan=1
totchans=0
irq=0
Verification
StPeteRpt*CLI> dahdi show status
Description Alarms IRQ bpviol CRC4
DAHDI_DUMMY/1 (source: HRtimer) 1 UNCONFIGUR 0 0 0

https://wiki.allstarlink.org/wiki/DAHDI_Make

Did you find a solution for this.
Kinda curious what it was.