<div class="gmail_quote">On Mon, Apr 2, 2012 at 11:04 PM, Winston Smith <span dir="ltr"><<a href="mailto:smith.winston.101@gmail.com" target="_blank">smith.winston.101@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have run into the following issue with R15B cross compiled to an<br>
AVR32 (similar to ARM) system (no HiPE).<br>
<br>
<br>
(<a href="mailto:mynode@127.0.0.1">mynode@127.0.0.1</a>)6> mnesia:stop().<br>
TYPE ASSERTION FAILED, file beam/erl_term.c, line 109: tag_val_def: 0x8e422b5c<br>
Aborted<br>
<br>
<br>
Interestingly, if I bring up a standalone erl, I don't get the assert,<br>
it segfaults instead:<br>
<br>
<br>
# erts-5.9/bin/erl<br>
Eshell V5.9  (abort with ^G)<br>
1> mnesia:create_schema([node()]).<br>
ok<br>
2> mnesia:start().<br>
ok<br>
3> mnesia:stop().<br>
Segmentation fault</blockquote><div><br></div><div></div></div><br><div>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.</div>
<div><br></div><div>Thanks,</div><div><br></div><div>-W.</div>