The problem is in httpd. httpd_request_handler has this:<div><br></div><div><div>    PROCESSED = (catch Module:Function([Data | Args])),</div></div><div><br></div><div>so it will swallow your crash. Besides, the case statement right after that seems to be fairly wrong. It has an all-catch clause NewMFA, and it assumes PROCESSED is a new MFA if it is nothing that matched before. That means, an EXIT tuple will be treated as a new MFA. Unless I'm missing something, this is just wrong.</div>