ok so it's about these 2 functions: A) erlang:link(C::pid()) B) erlang:process_flag(trap_exit, Trap::boolean()) if I understood correctly, if a gs G calls A and B(false) and C dies, G's terminate is not called?