Mnesia Crash Dump
Ulf Wiger (AL/EAB)
ulf.wiger@REDACTED
Fri Mar 3 21:47:49 CET 2006
It looks as if mnesia is unable to locate your
mnesia directory - or rather, it's not where it's
supposed to be:
{mnesia_dir,"/home/mremond/ejabberd-nero/database/default",
{error,enoent}},
(the core dump can be read by doing the following in
an erlang shell:
{ok,Bin} = file:read_file(".../MnesiaCore@REDACTED").
binary_to_term(Bin).
/Ulf W
> -----Original Message-----
> From: owner-erlang-bugs@REDACTED
> [mailto:owner-erlang-bugs@REDACTED] On Behalf Of Mickael Remond
> Sent: den 3 mars 2006 19:09
> To: erlang-bugs@REDACTED
> Subject: Mnesia Crash Dump
>
> Hello,
>
> I get the following Mnesia crash dump when generating a
> database from one of our installers.
> I think this crash has happens several times and was not
> happening in Erlang/OTP R10B-6.
>
> Please, contact me if you need extra details.
>
> Cheers,
>
> --
> Mickaël Rémond
> http://www.process-one.net/
>
More information about the erlang-bugs
mailing list