[erlang-bugs] Mnesia/R15B: TYPE ASSERTION FAILED, erl_term.c line 109 (when stopping mnesia)

Winston Smith smith.winston.101@REDACTED
Mon Mar 18 19:27:32 CET 2013


On Mon, Apr 2, 2012 at 11:04 PM, Winston Smith
<smith.winston.101@REDACTED>wrote:

> I have run into the following issue with R15B cross compiled to an
> AVR32 (similar to ARM) system (no HiPE).
>
>
> (mynode@REDACTED)6> mnesia:stop().
> TYPE ASSERTION FAILED, file beam/erl_term.c, line 109: tag_val_def:
> 0x8e422b5c
> Aborted
>
>
> Interestingly, if I bring up a standalone erl, I don't get the assert,
> it segfaults instead:
>
>
> # erts-5.9/bin/erl
> Eshell V5.9  (abort with ^G)
> 1> mnesia:create_schema([node()]).
> ok
> 2> mnesia:start().
> ok
> 3> mnesia:stop().
> Segmentation fault



Just to follow up on this (for search engine completeness!) I cross
compiled R16B for the avr32 system and tried this out again -- the SEGV
issue seems to be resolved ... I'm not sure where/when it actually got
fixed.

Thanks,

-W.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-bugs/attachments/20130318/e452482c/attachment.htm>


More information about the erlang-bugs mailing list