Skip to content

Instantly share code, notes, and snippets.

@lukego
Created December 3, 2017 09:11
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 lukego/5999d39ad82ebed61fd786cfc507d274 to your computer and use it in GitHub Desktop.
Save lukego/5999d39ad82ebed61fd786cfc507d274 to your computer and use it in GitHub Desktop.
RaptorJIT auditlog dump
{
"type": "memory",
"hint": "lj_ir_mode",
"address": 4666096,
"data": <bin of size 100>
}
{
"type": "memory",
"hint": "GCstr",
"address": 139675345683296,
"data": <bin of size 32>
}
{
"type": "memory",
"hint": "GCproto",
"address": 139675345683344,
"data": <bin of size 168>
}
{
"type": "event",
"event": "new_prototype",
"GCproto": 139675345683344
}
{
"type": "memory",
"hint": "GCstr",
"address": 139675345683568,
"data": <bin of size 31>
}
{
"type": "memory",
"hint": "GCproto",
"address": 139675345683608,
"data": <bin of size 176>
}
{
"type": "event",
"event": "new_prototype",
"GCproto": 139675345683608
}
{
"type": "memory",
"hint": "GCstr",
"address": 139675345683840,
"data": <bin of size 28>
}
{
"type": "memory",
"hint": "GCproto",
"address": 139675345683880,
"data": <bin of size 120>
}
{
"type": "event",
"event": "new_prototype",
"GCproto": 139675345683880
}
{
"type": "memory",
"hint": "GCstr",
"address": 139675345684248,
"data": <bin of size 30>
}
{
"type": "memory",
"hint": "GCproto",
"address": 139675345684288,
"data": <bin of size 248>
}
{
"type": "event",
"event": "new_prototype",
"GCproto": 139675345684288
}
{
"type": "memory",
"hint": "GCstr",
"address": 139675345684592,
"data": <bin of size 28>
}
{
"type": "memory",
"hint": "GCproto",
"address": 139675345684632,
"data": <bin of size 248>
}
{
"type": "event",
"event": "new_prototype",
"GCproto": 139675345684632
}
{
"type": "memory",
"hint": "GCstr",
"address": 139675345690448,
"data": <bin of size 27>
}
{
"type": "memory",
"hint": "GCproto",
"address": 139675345690488,
"data": <bin of size 120>
}
{
"type": "event",
"event": "new_prototype",
"GCproto": 139675345690488
}
{
"type": "memory",
"hint": "GCstr",
"address": 139675345694808,
"data": <bin of size 27>
}
{
"type": "memory",
"hint": "GCproto",
"address": 139675345694848,
"data": <bin of size 128>
}
{
"type": "event",
"event": "new_prototype",
"GCproto": 139675345694848
}
{
"type": "memory",
"hint": "GCstr",
"address": 139675345695032,
"data": <bin of size 27>
}
{
"type": "memory",
"hint": "GCproto",
"address": 139675345695072,
"data": <bin of size 128>
}
{
"type": "event",
"event": "new_prototype",
"GCproto": 139675345695072
}
{
"type": "memory",
"hint": "GCstr",
"address": 139675345701928,
"data": <bin of size 39>
}
{
"type": "memory",
"hint": "GCproto",
"address": 139675345702632,
"data": <bin of size 117>
}
{
"type": "event",
"event": "new_prototype",
"GCproto": 139675345702632
}
{
"type": "memory",
"hint": "GCstr",
"address": 139675345701928,
"data": <bin of size 39>
}
{
"type": "memory",
"hint": "GCproto",
"address": 139675345703096,
"data": <bin of size 198>
}
{
"type": "event",
"event": "new_prototype",
"GCproto": 139675345703096
}
{
"type": "memory",
"hint": "BCRecLog[]",
"address": 139675343814672,
"data": <bin of size 16>
}
{
"type": "memory",
"hint": "jit_State",
"address": 139675345663616,
"data": <bin of size 3128>
}
{
"type": "event",
"event": "trace_abort",
"TraceError": 7,
"jit_State": 139675345663616
}
{
"type": "memory",
"hint": "BCRecLog[]",
"address": 139675343814672,
"data": <bin of size 16>
}
{
"type": "memory",
"hint": "jit_State",
"address": 139675345663616,
"data": <bin of size 3128>
}
{
"type": "event",
"event": "trace_abort",
"TraceError": 7,
"jit_State": 139675345663616
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment