Hi,
After going through small samples showing that "icall" is working, I wanted to give a try with more complex stuff.
I decided to use nginx. As first, I tried with x86 platform. It went quite smoothly, there is one runtime error reported by CFI, I fixed that the server was working fine, without any issues.
Then I switched to the destination platform, ARMv7 based. This time nginx with cfi-icall enabled flag became completely unusable. Worker processes crashed just after spawning them.
I checked with different "sanitize" flags - like SafeStack, etc. - in all these cases it was fine. So only with "icall" there were problems.
Started debugging it:
===GDB OUTPUT===
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x0007e2cc in ngx_execute_proc.cfi ()
(gdb) backtrace
#0 0x0007e2cc in ngx_execute_proc.cfi ()
#1 0x0007e05c in ngx_spawn_process ()
#2 0x0007f8f0 in ngx_master_process_cycle.cfi ()
#3 0x000585dc in main ()