Hi Bero,

It is seen that latest bionic patches are causing Origen MM to crash, I just verified by removing the stream of bionic patches for optimization.
There was a specific failure from memcpy(), this was due to 32 bit un-aligned address (Source Pointer) passed as an argument , this addess is obtained from mmap (device space)
 

It looks like the latest optmizations are not taking this scenario into consideration and thus causing issues for specific case as mentioned above.
I have not tried disabling NEON flag though.

With Regards,
Annamalai