Advertisement
Guest User

finalizer call stack

a guest
Dec 9th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. #0 js::WeakRefObject::finalize (fop=0x7fff1b6ab568, obj=0x45dc7fe1040) at /home/allstars/src/gecko/js/src/builtin/WeakRefObject.cpp:108
  2. #1 0x00005565f39f818d in JSClass::doFinalize (this=0x5565f4ff8040 <js::WeakRefObject::class_>, fop=0x7fff1b6ab568, obj=0x45dc7fe1040)
  3. at /home/allstars/src/gecko/obj-x86_64-pc-linux-gnu/dist/include/js/Class.h:831
  4. #2 0x00005565f3a04427 in JSObject::finalize (this=0x45dc7fe1040, fop=0x7fff1b6ab568) at /home/allstars/src/gecko/js/src/vm/JSObject-inl.h:69
  5. #3 0x00005565f3a03eca in js::gc::Arena::finalize<JSObject> (this=0x45dc7fe1000, fop=0x7fff1b6ab568, thingKind=js::gc::AllocKind::OBJECT2, thingSize=48) at /home/allstars/src/gecko/js/src/gc/GC.cpp:472
  6. #4 0x00005565f39d005e in FinalizeTypedArenas<JSObject> (fop=0x7fff1b6ab568, src=0x7f6217f0d5c0, dest=..., thingKind=js::gc::AllocKind::OBJECT2, budget=...)
  7. at /home/allstars/src/gecko/js/src/gc/GC.cpp:528
  8. #5 0x00005565f39aef6b in FinalizeArenas (fop=0x7fff1b6ab568, src=0x7f6217f0d5c0, dest=..., thingKind=js::gc::AllocKind::OBJECT2, budget=...) at /home/allstars/src/gecko/js/src/gc/GC.cpp:556
  9. #6 0x00005565f39be7ed in js::gc::ArenaLists::foregroundFinalize (this=0x7f6217f0d1c8, fop=0x7fff1b6ab568, thingKind=js::gc::AllocKind::OBJECT2, sliceBudget=..., sweepList=...)
  10. at /home/allstars/src/gecko/js/src/gc/GC.cpp:5647
  11. #7 0x00005565f39bf6af in js::gc::GCRuntime::finalizeAllocKind (this=0x7f6218223700, fop=0x7fff1b6ab568, budget=...) at /home/allstars/src/gecko/js/src/gc/GC.cpp:5970
  12. #8 0x00005565f3a14f9d in sweepaction::SweepActionCall::run (this=0x7f6218220120, args=...) at /home/allstars/src/gecko/js/src/gc/GC.cpp:6091
  13. #9 0x00005565f3a16bfd in sweepaction::SweepActionForEach<ContainerIter<mozilla::EnumSet<js::gc::AllocKind, unsigned long> >, mozilla::EnumSet<js::gc::AllocKind, unsigned long> >::run (
  14. this=0x7f6218207100, args=...) at /home/allstars/src/gecko/js/src/gc/GC.cpp:6196
  15. #10 0x00005565f3a34c58 in sweepaction::SweepActionSequence::run (this=0x7f621821e290, args=...) at /home/allstars/src/gecko/js/src/gc/GC.cpp:6161
  16. #11 0x00005565f3a15d2f in sweepaction::SweepActionForEach<js::gc::SweepGroupZonesIter, JSRuntime*>::run (this=0x7f62182210c0, args=...) at /home/allstars/src/gecko/js/src/gc/GC.cpp:6196
  17. #12 0x00005565f3a34c58 in sweepaction::SweepActionSequence::run (this=0x7f621821e2e0, args=...) at /home/allstars/src/gecko/js/src/gc/GC.cpp:6161
  18. #13 0x00005565f3a1409f in sweepaction::SweepActionForEach<js::gc::SweepGroupsIter, JSRuntime*>::run (this=0x7f621821f220, args=...) at /home/allstars/src/gecko/js/src/gc/GC.cpp:6196
  19. #14 0x00005565f39c0a20 in js::gc::GCRuntime::performSweepActions (this=0x7f6218223700, budget=...) at /home/allstars/src/gecko/js/src/gc/GC.cpp:6329
  20. #15 0x00005565f39c36f7 in js::gc::GCRuntime::incrementalSlice (this=0x7f6218223700, budget=..., gckind=..., reason=JS::GCReason::DESTROY_RUNTIME, session=...)
  21. at /home/allstars/src/gecko/js/src/gc/GC.cpp:6849
  22. #16 0x00005565f39c5235 in js::gc::GCRuntime::gcCycle (this=0x7f6218223700, nonincrementalByAPI=true, budget=..., gckind=..., reason=JS::GCReason::DESTROY_RUNTIME)
  23. at /home/allstars/src/gecko/js/src/gc/GC.cpp:7262
  24. #17 0x00005565f39c68f7 in js::gc::GCRuntime::collect (this=0x7f6218223700, nonincrementalByAPI=true, budget=..., gckindArg=..., reason=JS::GCReason::DESTROY_RUNTIME)
  25. at /home/allstars/src/gecko/js/src/gc/GC.cpp:7447
  26. #18 0x00005565f399cfaf in js::gc::GCRuntime::gc (this=0x7f6218223700, gckind=GC_NORMAL, reason=JS::GCReason::DESTROY_RUNTIME) at /home/allstars/src/gecko/js/src/gc/GC.cpp:7529
  27. #19 0x00005565f32a306d in JSRuntime::destroyRuntime (this=0x7f6218223000) at /home/allstars/src/gecko/js/src/vm/Runtime.cpp:285
  28. #20 0x00005565f3103021 in js::DestroyContext (cx=0x7f6218231000) at /home/allstars/src/gecko/js/src/vm/JSContext.cpp:199
  29. #21 0x00005565f2e4df25 in JS_DestroyContext (cx=0x7f6218231000) at /home/allstars/src/gecko/js/src/jsapi.cpp:381
  30. #22 0x00005565f2a20e58 in main::$_1::operator() (this=0x7fff1b6abe98) at /home/allstars/src/gecko/js/src/shell/js.cpp:11310
  31. #23 0x00005565f29ed1f7 in mozilla::ScopeExit<main::$_1>::~ScopeExit (this=0x7fff1b6abe98) at /home/allstars/src/gecko/obj-x86_64-pc-linux-gnu/dist/include/mozilla/ScopeExit.h:110
  32. #24 0x00005565f29e7ff9 in mai
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement