Skip to content

Instantly share code, notes, and snippets.

@davglass
Created May 9, 2014 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davglass/414e57d0788e2e37586a to your computer and use it in GitHub Desktop.
Save davglass/414e57d0788e2e37586a to your computer and use it in GitHub Desktop.
#
# Fatal error in ../deps/v8/src/api.cc, line 5407
# CHECK(!result.is_null()) failed
#
==== C stack trace ===============================
1: V8_Fatal
2: v8::String::NewFromUtf8(v8::Isolate*, char const*, v8::String::NewStringType, int)
3: node::StringBytes::Encode(v8::Isolate*, char const*, unsigned long, node::encoding)
4: node::Buffer::Utf8Slice(v8::FunctionCallbackInfo<v8::Value> const&)
5: v8::internal::FunctionCallbackArguments::Call(void (*)(v8::FunctionCallbackInfo<v8::Value> const&))
6: ??
7: ??
@very
Copy link

very commented Jun 15, 2014

I get the exact same result when working with absurd long strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment