[erlang-questions] try to find the crash report (a challenge)

Yurii Rashkovskii yrashk@REDACTED
Thu Dec 1 14:34:49 CET 2011


The problem is in httpd. httpd_request_handler has this:

    PROCESSED = (catch Module:Function([Data | Args])),

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20111201/6a843234/attachment.htm>


More information about the erlang-questions mailing list