1.25 also seems to have the same issue, there is a thread with details at https://www.indilib.org/forum/general/11931-asi-zwo-driver-keeps-restarting.html
Stack trace shows that last function called is InsertBufThd in libASICamera2.so:
Thread 2.8 "indi_asi_ccd" received signal SIGBUS, Bus error.
[Switching to Thread 0x7faf321f60 (LWP 139241)]
0x0000007fb72e185c in __aarch64_ldadd8_acq () from /lib/aarch64-linux-gnu/libpthread.so.0
#0 0x0000007fb72e185c in __aarch64_ldadd8_acq () from /lib/aarch64-linux-gnu/libpthread.so.0
#1 0x0000007fb72da250 in __condvar_fetch_add_wseq_acquire (val=2, cond=0x55555bada4) at pthread_cond_common.c:37
#2 __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x55555badd4, cond=0x55555bada4) at pthread_cond_wait.c:403
#3 __pthread_cond_wait (cond=0x55555bada4, mutex=0x55555badd4) at pthread_cond_wait.c:647
#4 0x0000007fb7bf63a0 in InsertBufThd(bool, void) () from /usr/lib/aarch64-linux-gnu/libASICamera2.so
#5 0x0000007fb7be7190 in MyThr(void) () from /usr/lib/aarch64-linux-gnu/libASICamera2.so
#6 0x0000007fb72d3624 in start_thread (arg=0x7fb7be7168 <MyThr(void)>) at pthread_create.c:477
#7 0x0000007fb778749c in thread_start () at ../sysdeps/unix/sysv/linux/aarch64/clone.S:78
Which looks like an uninitialized condition variable and mutex as the addresses are bogus.
Just reverting the libASICamera2.so to 1.22 fixes the issue for everyone, but that's not a good general solution for INDI as it removes support for newer cameras. Any ideas what has changed in that function between 1.22 and 1.24/1.25 @tech@zwo ?