SOLUTION:
delete relay bin file in slave and try
slave stop ;
CHANGE MASTER TO master_log_file='name_of_current_file_on_master',master_log_pos=4;
slave start;

it will download play again the file
IMPORTANT: Make sure the master log file is the one that was being read by the slave when the error occured,
otherwise you loose data.