Created
March 23, 2011 19:54
-
-
Save evax/883819 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./beamjs -jspath ../beamjs_misultin/lib -bundles erlang node_compat stdlib commonjs -pa ../beamjs_misultin/ebin -pa ../beamjs_misultin/deps/misultin/ebin/ -load test.js | |
# | |
# Fatal error in src/handles-inl.h, line 49 | |
# CHECK(reinterpret_cast<Address>(*location_) != kHandleZapValue) failed | |
# | |
==== Stack trace ============================================ | |
Security context: 0x7fda049712a9 <JS Object>#0# | |
1: /* anonymous */ [lib_bundles/default/__globals__.js:1] (this=0x7fda049713b1 <JS Global Object>#1#) | |
==== Details ================================================ | |
[1]: /* anonymous */ [lib_bundles/default/__globals__.js:1] (this=0x7fda049713b1 <JS Global Object>#1#) { | |
// stack-allocated locals | |
var .result = 0x7fda04910089 <undefined> | |
// expression stack (top to bottom) | |
[04] : 0x7fda0497bf91 <JS Function>#2# | |
[03] : 0x7fda04925ae1 <String[7]: console> | |
[02] : 0x7fda049713b1 <JS Global Object>#1# | |
[01] : 0x7fd9fa070b71 <an Object>>#3# | |
--------- s o u r c e c o d e --------- | |
exports = { console: require("console"), ? beamjs: require({module: "beamjs_mod_beamjs"}),? match: require("match")?}? | |
----------------------------------------- | |
} | |
==== Key ============================================ | |
#0# 0x7fda049712a9: 0x7fda049712a9 <JS Object> | |
#1# 0x7fda049713b1: 0x7fda049713b1 <JS Global Object> | |
#2# 0x7fda0497bf91: 0x7fda0497bf91 <JS Function> | |
: 0x7fd9fa06ffb1 <an Object>>#4# | |
paths: 0x7fd9fa0704f1 <JS array[1]>#5# | |
#3# 0x7fd9fa070b71: 0x7fd9fa070b71 <an Object>> | |
beamjs: 0x7fda04910089 <undefined> | |
console: 0x7fda04910089 <undefined> | |
match: 0x7fda04910089 <undefined> | |
#4# 0x7fd9fa06ffb1: 0x7fd9fa06ffb1 <an Object>> | |
__erlv8__: 0x7fd9fa06fda9 <Proxy>#6# | |
#5# 0x7fd9fa0704f1: 0x7fd9fa0704f1 <JS array[1]> | |
0: 0x7fd9fa070529 <String[31]: /work/evax/incubator/git/beamjs> | |
#6# 0x7fd9fa06fda9: 0x7fd9fa06fda9 <Proxy> | |
===================== | |
rlwrap: warning: erl killed by SIGABRT (core dumped). | |
rlwrap has not crashed, but for transparency, | |
it will now kill itself with the same signal | |
Abandon |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 0x00007fda03888ba5 in raise (sig=<value optimised out>) | |
at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 | |
#1 0x00007fda0388c6b0 in abort () at abort.c:92 | |
#2 0x00007fd9fe75989d in v8::internal::OS::Abort () | |
at src/platform-linux.cc:296 | |
#3 0x00007fd9fe632dae in V8_Fatal (file=0x7fd9fe956a0f "src/handles-inl.h", | |
line=49, format=0x7fd9fe9510b0 "CHECK(%s) failed") at src/checks.cc:58 | |
#4 0x00007fd9fe5fa320 in CheckHelper ( | |
file=0x7fd9fe956a0f "src/handles-inl.h", line=49, | |
source=0x7fd9fe956ab8 "reinterpret_cast<Address>(*location_) != kHandleZapValue", condition=false) at src/checks.h:60 | |
#5 0x00007fd9fe6191dc in v8::internal::Handle<v8::internal::Object>::operator* | |
(this=0x7fd9d839fd30) at src/handles-inl.h:49 | |
#6 0x00007fd9fe61826e in v8::internal::Handle<v8::internal::Object>::operator-> (this=0x7fd9d839fd30) at src/handles.h:62 | |
#7 0x00007fd9fe6011e1 in v8::Value::IsFunction (this=0x1082118) | |
at src/api.cc:1803 | |
#8 0x00007fd9fe5e9816 in js_to_term (ctx=..., env=0x1010cd8, val=...) | |
at c_src/erlv8_term.cc:270 | |
#9 0x00007fd9fe5fa072 in TaintTickHandler (vm=0x1039610, | |
tick_name=0x7fd9d83a0300 "taint", tick=140574267210514, | |
tick_ref=140574267210594, ref=140574357673850, arity=2, | |
array=0x7fd9ff42fb18) at c_src/erlv8_taint.cc:8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment