crash with SYS_SECCOMP 422 on glib 2.74.4
I use streamer 1.22.1 on Mediatek CPU with Android TV device. This device has ARM arch cpu and I have crash on load native library:
2023-03-10 14:33:57.041 10606-10606 libc com.app A Fatal signal 31 (SIGSYS), code 1 (SYS_SECCOMP) in tid 10606 (com.app), pid 10606 (com.app)
2023-03-10 14:33:57.116 10643-10643 crash_dump32 pid-10643 I obtaining output fd from tombstoned, type: kDebuggerdTombstone
2023-03-10 14:33:57.117 2605-2605 /system/bin/tombstoned tombstoned I received crash request for pid 10606
2023-03-10 14:33:57.119 10643-10643 crash_dump32 pid-10643 I performing dump of process 10606 (target tid = 10606)
2023-03-10 14:33:57.142 10643-10643 DEBUG pid-10643 A *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
2023-03-10 14:33:57.142 10643-10643 DEBUG pid-10643 A Build fingerprint: 'My/Alp/yeoksam:9/PTO9.221212.001/9394185:user/release-keys'
2023-03-10 14:33:57.142 10643-10643 DEBUG pid-10643 A Revision: '1234'
2023-03-10 14:33:57.143 10643-10643 DEBUG pid-10643 A ABI: 'arm'
2023-03-10 14:33:57.143 10643-10643 DEBUG pid-10643 A pid: 10606, tid: 10606, name: com.app >>> com.app <<<
2023-03-10 14:33:57.143 10643-10643 DEBUG pid-10643 A signal 31 (SIGSYS), code 1 (SYS_SECCOMP), fault addr --------
2023-03-10 14:33:57.143 10643-10643 DEBUG pid-10643 A Cause: seccomp prevented call to disallowed arm system call 422
2023-03-10 14:33:57.143 10643-10643 DEBUG pid-10643 A r0 cfe974d8 r1 00000081 r2 7fffffff r3 00000000
2023-03-10 14:33:57.143 10643-10643 DEBUG pid-10643 A r4 d0d94898 r5 cfe969cc r6 cfe974d4 r7 000001a6
2023-03-10 14:33:57.143 10643-10643 DEBUG pid-10643 A r8 ecf78d8c r9 cfe96f08 r10 00000000 r11 ef689628
2023-03-10 14:33:57.143 10643-10643 DEBUG pid-10643 A ip ffb1f620 sp ffb1f610 lr cf0c78a3 pc eceead58
I found the answer here: 422 glib and
bug fix.
As far as I understand need to use glib 2.74.4-1.
Could you please fix it?