Guest User

Untitled

a guest
May 26th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. RangeError: Maximum call stack size exceeded
  2. at Array.forEach (native)
  3. at merge (blob:file:///71f10210-bc6a-4c31-bb2d-281064e4b98f:64781:24)
  4. at blob:file:///71f10210-bc6a-4c31-bb2d-281064e4b98f:64787:11
  5. at Array.forEach (native)
  6. at merge (blob:file:///71f10210-bc6a-4c31-bb2d-281064e4b98f:64781:24)
  7. at blob:file:///71f10210-bc6a-4c31-bb2d-281064e4b98f:64787:11
  8. at Array.forEach (native)
  9. at merge (blob:file:///71f10210-bc6a-4c31-bb2d-281064e4b98f:64781:24)
  10. at blob:file:///71f10210-bc6a-4c31-bb2d-281064e4b98f:64787:11
  11. at Array.forEach (native)
  12.  
  13. ===
  14.  
  15. Unfortunately, no additional frames are available; however, judging by a profiler trace,
  16. the complete recursive cycle is captured in this trace.
  17.  
  18. Specifically, it looks like the `forEach` in `merge` keeps hitting the `else if` arm and
  19. recursing. I wasn't able to isolate which bit of data led to the infinite recursion.
Add Comment
Please, Sign In to add comment