Skip to content

Instantly share code, notes, and snippets.

@reid
Created January 22, 2014 01:50
Show Gist options
  • Select an option

  • Save reid/8552172 to your computer and use it in GitHub Desktop.

Select an option

Save reid/8552172 to your computer and use it in GitHub Desktop.
mdb crash on jsprint

jsprint segmentation fault

[root@ed6e311a-6fa5-6800-e7ea-bc0b217ea742 ~/y2]# mdb 2014-01-21-jsprint-segv.core
Loading modules: [ libumem.so.1 libc.so.1 ld.so.1 ]
> ::load v8
V8 version: 3.14.5.9
Autoconfigured V8 support from target
C++ symbol demangling enabled
> a0aa571d::v8print
a0aa571d JSObject {
    a0aa571d JSReceiver {
        a0aa571d HeapObject < Object  {
            a0aa571c map = aed1e155 (Map)
        }
    }
    a0aa5720 properties = a0aa5811 (FixedArray)
    a0aa5724 elements = acc08081 (FixedArray)
}
> a0aa571d::jsprint
Segmentation Fault (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment