<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1519482531564_3124">Something weird is going on, I am on the latest Erlang release from GitHub, 20.2, and my gen_servers stopped crashing?<br><br>If I send a message to a gen_server and handle_info does not match the message, the message is ignored now?<br>If this is the case, how to disable this behavior and go back to the fault tolerant stable way?<br><br>If I want to make a catch-all for handle_info I will explicitly code that, if an unknown message comes to a gen_server this is<br>a bug in my logic/code and I need to crash hard so I can fix it.  I am getting inconsistent states and hidden bugs after<br>upgrading to 20.2.<br><br>If I made a mistake here and Erlang still crashing if handle_info cannot match a message, excuse me and I <br>will dig deeper to what the problem can be.</div></div></body></html>