[erlang-questions] compiler bug

Björn Gustavsson bgustavsson@REDACTED
Thu Nov 19 11:18:31 CET 2009


On Thu, Nov 19, 2009 at 1:14 PM, kiran <kiran.khaladkar@REDACTED> wrote:
> hi,
>
> I am getting the following error when i compile the attached code
>
> erlc im_session.erl
> im_session: function process_request/5+3991:
> Internal consistency check failed - please report this bug.
> Instruction: {test_heap,6,3}
> Error:       {{x,0},not_live}:

Thanks for the bug report, but to be able to investigate the problem
I'll need compilable source code. If header.hrl is the only file missing,
you can send that. Otherwise I suggest that you'll do:

erlc -P im_session.erl

and send the resulting im_session.P file.

-- 
Björn Gustavsson, Erlang/OTP, Ericsson AB


More information about the erlang-questions mailing list