Skip to content

Instantly share code, notes, and snippets.

@jcrugzz
Created October 29, 2013 21:08
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 jcrugzz/62a558a8da2a5bdda9a7 to your computer and use it in GitHub Desktop.
Save jcrugzz/62a558a8da2a5bdda9a7 to your computer and use it in GitHub Desktop.
Only happens when i try and do this on a different server.
V8 version: 3.14.5.9
mdb: couldn't find JSObject type
mdb: couldn't find class "Code", field "instruction_size"
mdb: couldn't find class "Code", field "instruction_start"
mdb: couldn't find class "ConsString", field "first"
mdb: couldn't find class "ConsString", field "second"
mdb: couldn't find class "ExternalString", field "resource"
mdb: couldn't find class "FixedArray", field "data"
mdb: couldn't find class "FixedArray", field "length"
mdb: couldn't find class "HeapNumber", field "value"
mdb: couldn't find class "HeapObject", field "map"
mdb: couldn't find class "JSFunction", field "shared"
mdb: couldn't find class "JSObject", field "elements"
mdb: couldn't find class "JSObject", field "properties"
mdb: couldn't find class "Map", field "constructor"
mdb: couldn't find class "Map", field "inobject_properties"
mdb: couldn't find class "Map", field "instance_attributes"
mdb: couldn't find class "Map", field "instance_size"
mdb: couldn't find class "Oddball", field "to_string"
mdb: couldn't find class "Script", field "line_ends"
mdb: couldn't find class "Script", field "name"
mdb: couldn't find class "SeqAsciiString", field "chars"
mdb: couldn't find class "SharedFunctionInfo", field "code"
mdb: couldn't find class "SharedFunctionInfo", field "function_token_position"
mdb: couldn't find class "SharedFunctionInfo", field "inferred_name"
mdb: couldn't find class "SharedFunctionInfo", field "length"
mdb: couldn't find class "SharedFunctionInfo", field "name"
mdb: couldn't find class "SharedFunctionInfo", field "script"
mdb: couldn't find class "String", field "length"
mdb: failed to autoconfigure from target; commands may have incorrect results!
C++ symbol demangling enabled
@wolfeidau
Copy link

Here are the libs that @tjfontaine provided.

[markw@38139342-096a-4f96-9e4d-843d0ca05af4 ~]$ history | grep v8
  205  curl -O http://us-east.manta.joyent.com/tjfontaine/public/ia32_v8.so
  207  curl -O http://us-east.manta.joyent.com/tjfontaine/public/x64_v8.so

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