thlorenz / replpad

Pipes content of files to a node repl whenever they change to enable a highly interactive coding experience.
http://thlorenz.github.com/replpad/
MIT License
213 stars 19 forks source link

C error #29

Open raxod502 opened 7 years ago

raxod502 commented 7 years ago

I get:

% replpad .

#
# Fatal error in ../deps/v8/src/api.cc, line 1062
# Check failed: !value_obj->IsJSReceiver() || value_obj->IsTemplateInfo().
#

==== C stack trace ===============================

    0   node                                0x00000001008c6ed9 v8::base::debug::StackTrace::StackTrace() + 19
    1   node                                0x00000001008c5bf1 V8_Fatal + 233
    2   node                                0x0000000100146638 v8::Template::SetAccessorProperty(v8::Local<v8::Name>, v8::Local<v8::FunctionTemplate>, v8::Local<v8::FunctionTemplate>, v8::PropertyAttribute, v8::AccessControl) + 0
    3   fse.node                            0x00000001036f2bb1 fse::FSEvents::Initialize(v8::Local<v8::Object>) + 197
    4   node                                0x00000001007c7356 node::DLOpen(v8::FunctionCallbackInfo<v8::Value> const&) + 860
    5   node                                0x000000010016aa08 v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&)) + 340
    6   node                                0x00000001001b21df v8::internal::MaybeHandle<v8::internal::Object> v8::internal::(anonymous namespace)::HandleApiCallHelper<false>(v8::internal::Isolate*, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::Handle<v8::internal::FunctionTemplateInfo>, v8::internal::Handle<v8::internal::Object>, v8::internal::BuiltinArguments) + 915
    7   node                                0x00000001001b17b9 v8::internal::Builtin_Impl_HandleApiCall(v8::internal::BuiltinArguments, v8::internal::Isolate*) + 281
    8   ???                                 0x00001173300043a7 0x0 + 19186424234919
    9   ???                                 0x0000117330196fc6 0x0 + 19186425884614
zsh: illegal hardware instruction  replpad .

I have:

% node --version
v7.8.0

System information:

% neofetch
                -/+:.           raxod502@DHCP-61-114.ST.HMC.Edu
               :++++.           -------------------------------
              /+++/.            OS: OS X El Capitan 10.11.6 15G1421 x86_64
      .:-::- .+/:-``.::-        Model: MacBookPro11,3
   .:/++++++/::::/++++++/:`     Kernel: 15.6.0
 .:///////////////////////:`    Uptime: 17 days, 4 hours, 55 minutes
 ////////////////////////`      Packages: 384
-+++++++++++++++++++++++`       Shell: zsh 5.3.1
/++++++++++++++++++++++/        DE: Aqua
/sssssssssssssssssssssss.       WM: Quartz Compositor
:ssssssssssssssssssssssss-      WM Theme: Blue
 osssssssssssssssssssssssso/`   Terminal: iTerm2
 `syyyyyyyyyyyyyyyyyyyyyyyy+`   CPU: Intel i7-4980HQ (8) @ 2.80GHz
  `ossssssssssssssssssssss/     GPU: Intel Iris Pro, NVIDIA GeForce GT 750M
    :ooooooooooooooooooo+.      Memory: 4521MB / 16384MB
     `:+oo+/:-..-:/+o+/-

Please let me know if I can provide any other information. Unfortunately my debugging skills are lacking since I am only just starting with JavaScript.