Update only some custom user fields

I have found the solution

do_action('edit_user_profile_update', $current_user->ID); was the problem. After I commented it out the update went fine.

do_action is a plugin hook and expected way more that the from gave:
explanation