Crash, boom, bang (R8B)

Per Bergqvist per@REDACTED
Tue Sep 4 14:43:56 CEST 2001


Try this,

[perber@REDACTED]:test> cat > bummer.erl
-module(bummer).

-compile(export_all).

hi() -> "Hello".

^D
[perber@REDACTED]:test> ../bin/erl
Erlang (BEAM) emulator version 2001.09.02 [source] [hipe]

Eshell V2001.09.02  (abort with ^G)
1> c(bummer).
{ok,bummer}
2>
BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
       (v)ersion (k)ill (D)b-tables (d)istribution
a
[perber@REDACTED]:test> ../bin/erl
Erlang (BEAM) emulator version 2001.09.02 [source] [hipe]

Eshell V2001.09.02  (abort with ^G)
1> hipe:c(bummer).
{ok,bummer}
2> hipe:c(bummer).
{ok,bummer}
3> code:purge(bummer).
beam_catches_delmod: item 0 has cp 0x8d8ac which is not in module's
range [0x460e50,0x460f82[
Abort (core dumped)

/Per





More information about the erlang-questions mailing list