Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created February 4, 2013 18:42
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 isaacs/4708639 to your computer and use it in GitHub Desktop.
Save isaacs/4708639 to your computer and use it in GitHub Desktop.
#0 0x00007fff87cb478e in __gettimeofday ()
#1 0x00007fff8138e1fe in gettimeofday ()
#2 0x00000001003e7a79 in v8::internal::OS::TimeCurrentMillis () at platform-posix.cc:185
#3 0x000000010026feb6 in v8::internal::GCTracer::Scope::Scope () at /Users/isaacs/dev/js/node-master/deps/v8/src/heap.h:1922
#4 0x000000010026feb6 in v8::internal::MarkCompactCollector::MarkLiveObjects (this=0x1010209f8) at mark-compact.cc:1922
#5 0x0000000100270460 in v8::internal::MarkCompactCollector::CollectGarbage (this=0x1010209f8) at mark-compact.cc:383
#6 0x00000001001dc6d6 in v8::internal::Heap::MarkCompact (this=0x10101e210, tracer=0x7fff5fbf6c38) at heap.cc:1016
#7 0x00000001001dc954 in v8::internal::Heap::PerformGarbageCollection (this=0x10101e210, collector=v8::internal::SCAVENGER, tracer=0x7fff5fbf6c10) at heap.cc:891
#8 0x00000001001de1d2 in v8::internal::Heap::CollectGarbage (this=0x10101e210, space=v8::internal::OLD_POINTER_SPACE, collector=v8::internal::MARK_COMPACTOR, gc_reason=0x7fff5fbf6d50 "?m?_?", collector_reason=0x101800000 "?\030N") at heap.cc:651
#9 0x000000010030e66d in v8::internal::Heap::CollectGarbage () at /Users/isaacs/dev/js/node-master/deps/v8/src/heap-inl.h:436
#10 0x000000010030e66d in v8::internal::Runtime::PerformGC (result=0x7fff5fbf6aa0) at heap-inl.h:13502
#11 0x00003aeea31065d4 in ?? ()
#12 0x00003aeea31b092e in ?? ()
#13 0x00003aeea31c6497 in ?? ()
#14 0x00003aeea31aa8fc in ?? ()
#15 0x00003aeea310b4ae in ?? ()
#16 0x00003aeea31c5151 in ?? ()
#17 0x00003aeea31a6e05 in ?? ()
#18 0x00003aeea3125367 in ?? ()
#19 0x00003aeea3112017 in ?? ()
#20 0x000000010019e59f in v8::internal::Handle<v8::internal::Context>::is_null () at execution.cc:118
#21 0x000000010019e59f in v8::internal::SaveContext::~SaveContext () at execution.cc:1320
#22 0x000000010019e59f in v8::internal::SaveContext::~SaveContext () at /Users/isaacs/dev/js/node-master/deps/v8/src/handles.h:118
#23 0x000000010019e59f in Invoke (argc=1606381904, args=0x7fff5fbf7150, has_pending_exception=0x7fff5fbf7150, is_construct=true) at execution.cc:1329
#24 0x000000010014b6de in v8::internal::Isolate::handle_scope_implementer () at /Users/isaacs/dev/js/node-master/deps/v8/src/isolate.h:3785
#25 0x000000010014b6de in v8::Function::Call (this=0x7fff5fbf6aa0, argc=1606382032, argv=0x7fff5fbf71d0) at api.cc:3786
#26 0x0000000100008e0d in node::MakeCallback (argc=3, argv=0x101842498) at node.cc:950
#27 0x000000010001d1c4 in node::StreamWrap::AfterWrite (req=0x101844d20, status=0) at stream_wrap.cc:517
#28 0x0000000100127701 in uv__write_callbacks [inlined] () at /Users/isaacs/dev/js/node-master/deps/uv/src/unix/stream.c:877
#29 0x0000000100127701 in uv__stream_io (loop=0x101844d20, w=0x100e04000, events=1606382672) at stream.c:1115
#30 0x000000010012bee0 in uv__io_poll (loop=0x101844d20, timeout=1606415664) at kqueue.c:231
#31 0x0000000100120259 in uv_run (loop=0x100709560, mode=1606415744) at core.c:294
#32 0x0000000100009271 in node::Start (argc=1606415888, argv=0x1) at node.cc:2993
#33 0x00000001000012b4 in start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment