Advertisement
vliaskov

gnome-shell llvmpipe mtx_lock assertion

Jul 24th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 130.97 KB | None | 0 0
  1. Mesa-dri 18.0.2-25.9
  2. gnome-shell 3.26.2+20180130.0d9c74212-2.43
  3.  
  4. Thread 1 asserts on lp_fence_signal -> mtx_lock ->
  5. pthread_mutex_lock.c:81: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed
  6.  
  7. (gdb) print *fence
  8. $11 = {reference = {count = 2}, id = 2010, mutex = {__data = {__lock = 2, __count = 0, __owner = 4081, __nusers = 1, __kind = 256, __spins = 0, __elision = 2, __list = {__prev = 0x0, __next = 0x0}},
  9. __size = "\002\000\000\000\000\000\000\000\361\017\000\000\001\000\000\000\000\001\000\000\000\000\002", '\000' <repeats 16 times>, __align = 2}, signalled = {__data = {{__wseq = 0, __wseq32 = {__low = 0, __high = 0}}, {
  10. __g1_start = 0, __g1_start32 = {__low = 0, __high = 0}}, __g_refs = {0, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 0, __g_signals = {0, 0}}, __size = '\000' <repeats 47 times>, __align = 0}, issued = 1 '\001',
  11. rank = 16, count = 5}
  12.  
  13. The owner of the mutex is Thread 46 (Thread 0x7ff1b17fa700 (LWP 4081)) instead of the expected 0.
  14.  
  15. gdb backtraces:
  16. Core was generated by `/usr/bin/gnome-shell'.
  17. Program terminated with signal SIGABRT, Aborted.
  18. #0 raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  19. 51 }
  20. [Current thread is 1 (Thread 0x7ff1b1ffb700 (LWP 4080))]
  21. (gdb) bt
  22. #0 0x00007ff1e70a5180 in raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  23. #1 0x0000557be4294c5b in dump_gjs_stack_on_signal_handler (signo=6) at ../src/main.c:372
  24. #2 0x00007ff1e70a52e0 in <signal handler called> () at /lib64/libpthread.so.0
  25. #3 0x00007ff1e6d0f0e0 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  26. #4 0x00007ff1e6d106c1 in __GI_abort () at abort.c:79
  27. #5 0x00007ff1e6d076fa in __assert_fail_base
  28. (fmt=0x7ff1e6e5a5b8 "iled.\n%n", assertion=assertion@entry=0x7ff1e70a7052 "mutex->__data.__owner == 0", file=file@entry=0x7ff1e70a7035 "../nptl/pthread_mutex_lock.c", line=line@entry=81, function=function@entry=0x7ff1e70a71c0 <__PRETTY_FUNCTION__.8429> "__pthread_mutex_lock") at assert.c:92
  29. #6 0x00007ff1e6d07772 in __GI___assert_fail
  30. (assertion=assertion@entry=0x7ff1e70a7052 "mutex->__data.__owner == 0", file=file@entry=0x7ff1e70a7035 "../nptl/pthread_mutex_lock.c", line=line@entry=81, function=function@entry=0x7ff1e70a71c0 <__PRETTY_FUNCTION__.8429> "__pthread_mutex_lock") at assert.c:101
  31. #7 0x00007ff1e709d0b8 in __GI___pthread_mutex_lock (mutex=mutex@entry=0x557be61ba3c8) at ../nptl/pthread_mutex_lock.c:81
  32. #8 0x00007ff1cc99d6a5 in mtx_lock (mtx=0x557be61ba3c8) at ../../../../include/c11/threads_posix.h:223
  33. #9 0x00007ff1cc99d6a5 in lp_fence_signal (fence=0x557be61ba3c0) at lp_fence.c:91
  34. #10 0x00007ff1cc99e729 in rasterize_scene (task=task@entry=0x557be56ccb10, scene=0x557be58fba60) at lp_rast.c:712
  35. #11 0x00007ff1cc99ef73 in thread_function (init_data=init_data@entry=0x557be56ccb10) at lp_rast.c:832
  36. #12 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  37. #13 0x00007ff1e709a559 in start_thread (arg=0x7ff1b1ffb700) at pthread_create.c:465
  38. #14 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  39. #15 0x0000000000000000 in ()
  40. (gdb) thread apply 46 bt
  41.  
  42. Thread 46 (Thread 0x7ff1b17fa700 (LWP 4081)):
  43. #0 0x00007ff1e70a1a1a in futex_wait (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/unix/sysv/linux/futex-internal.h:61
  44. #1 0x00007ff1e70a1a1a in futex_wait_simple (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/nptl/futex-internal.h:135
  45. #2 0x00007ff1e70a1a1a in __pthread_barrier_wait (barrier=barrier@entry=0x557be56ccfd0) at pthread_barrier_wait.c:184
  46. #3 0x00007ff1cc99ef7b in util_barrier_wait (barrier=0x557be56ccfd0) at ../../../../src/util/u_thread.h:124
  47. #4 0x00007ff1cc99ef7b in thread_function (init_data=init_data@entry=0x557be56ccc78) at lp_rast.c:836
  48. #5 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  49. #6 0x00007ff1e709a559 in start_thread (arg=0x7ff1b17fa700) at pthread_create.c:465
  50. #7 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  51. #8 0x0000000000000000 in ()
  52.  
  53. (gdb) thread apply all bt
  54.  
  55. Thread 49 (Thread 0x7ff150ff1700 (LWP 4136)):
  56. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  57. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  58. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  59. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  60. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  61. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  62. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  63. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  64. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  65. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  66. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  67. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  68. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5b11380) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  69. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5b11380, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  70. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  71. #9 0x0000557be5b11380 in ()
  72. #10 0x00007fffff589880 in ()
  73. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  74. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  75. #12 0x00007fffff589880 in ()
  76. #13 0x626beb9625b7c921 in ()
  77. #14 0x626a847b78d7c921 in ()
  78. #15 0x0000000000000000 in ()
  79.  
  80. Thread 48 (Thread 0x7ff1b2ffd700 (LWP 4078)):
  81. #0 0x00007ff1e70a1a1a in futex_wait (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/unix/sysv/linux/futex-internal.h:61
  82. #1 0x00007ff1e70a1a1a in futex_wait_simple (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/nptl/futex-internal.h:135
  83. #2 0x00007ff1e70a1a1a in __pthread_barrier_wait (barrier=barrier@entry=0x557be56ccfd0) at pthread_barrier_wait.c:184
  84. #3 0x00007ff1cc99ef7b in util_barrier_wait (barrier=0x557be56ccfd0) at ../../../../src/util/u_thread.h:124
  85. #4 0x00007ff1cc99ef7b in thread_function (init_data=init_data@entry=0x557be56cc840) at lp_rast.c:836
  86. #5 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  87. #6 0x00007ff1e709a559 in start_thread (arg=0x7ff1b2ffd700) at pthread_create.c:465
  88. #7 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  89. #8 0x0000000000000000 in ()
  90.  
  91. Thread 47 (Thread 0x7ff1b27fc700 (LWP 4079)):
  92. #0 0x00007ff1e70a1a1a in futex_wait (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/unix/sysv/linux/futex-internal.h:61
  93. #1 0x00007ff1e70a1a1a in futex_wait_simple (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/nptl/futex-internal.h:135
  94. #2 0x00007ff1e70a1a1a in __pthread_barrier_wait (barrier=barrier@entry=0x557be56ccfd0) at pthread_barrier_wait.c:184
  95. #3 0x00007ff1cc99ef7b in util_barrier_wait (barrier=0x557be56ccfd0) at ../../../../src/util/u_thread.h:124
  96. #4 0x00007ff1cc99ef7b in thread_function (init_data=init_data@entry=0x557be56cc9a8) at lp_rast.c:836
  97. #5 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  98. #6 0x00007ff1e709a559 in start_thread (arg=0x7ff1b27fc700) at pthread_create.c:465
  99. #7 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  100. #8 0x0000000000000000 in ()
  101.  
  102. --Type <RET> for more, q to quit, c to continue without paging--
  103. Thread 46 (Thread 0x7ff1b17fa700 (LWP 4081)):
  104. #0 0x00007ff1e70a1a1a in futex_wait (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/unix/sysv/linux/futex-internal.h:61
  105. #1 0x00007ff1e70a1a1a in futex_wait_simple (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/nptl/futex-internal.h:135
  106. #2 0x00007ff1e70a1a1a in __pthread_barrier_wait (barrier=barrier@entry=0x557be56ccfd0) at pthread_barrier_wait.c:184
  107. #3 0x00007ff1cc99ef7b in util_barrier_wait (barrier=0x557be56ccfd0) at ../../../../src/util/u_thread.h:124
  108. #4 0x00007ff1cc99ef7b in thread_function (init_data=init_data@entry=0x557be56ccc78) at lp_rast.c:836
  109. #5 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  110. #6 0x00007ff1e709a559 in start_thread (arg=0x7ff1b17fa700) at pthread_create.c:465
  111. #7 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  112. #8 0x0000000000000000 in ()
  113.  
  114. Thread 45 (Thread 0x7ff157fff700 (LWP 4122)):
  115. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  116. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  117. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  118. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  119. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  120. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  121. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  122. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  123. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  124. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  125. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  126. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  127. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5add100) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  128. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5add100, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  129. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  130. #9 0x0000557be5add100 in ()
  131. #10 0x00007fffff589880 in ()
  132. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  133. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  134. #12 0x00007fffff589880 in ()
  135. #13 0x626be597e5b7c921 in ()
  136. #14 0x626a847b78d7c921 in ()
  137. #15 0x0000000000000000 in ()
  138.  
  139. Thread 44 (Thread 0x7ff1547f8700 (LWP 4129)):
  140. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  141. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  142. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  143. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  144. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  145. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  146. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  147. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  148. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  149. --Type <RET> for more, q to quit, c to continue without paging--
  150. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  151. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  152. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  153. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be61e4b58) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  154. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be61e4b58, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  155. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  156. #9 0x0000557be5b52100 in ()
  157. #10 0x00007fffff589880 in ()
  158. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  159. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  160. #12 0x00007fffff589880 in ()
  161. #13 0x626be296c5b7c921 in ()
  162. #14 0x626a847b78d7c921 in ()
  163. #15 0x0000000000000000 in ()
  164.  
  165. Thread 43 (Thread 0x7ff14f7ee700 (LWP 4139)):
  166. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  167. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  168. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  169. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  170. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  171. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  172. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  173. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  174. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  175. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  176. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  177. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  178. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be649c9c8) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  179. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be649c9c8, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  180. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  181. #9 0x0000557be5b59bc0 in ()
  182. #10 0x00007fffff589880 in ()
  183. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  184. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  185. #12 0x00007fffff589880 in ()
  186. #13 0x626bd49585b7c921 in ()
  187. #14 0x626a847b78d7c921 in ()
  188. #15 0x0000000000000000 in ()
  189.  
  190. Thread 42 (Thread 0x7ff1507f0700 (LWP 4137)):
  191. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  192. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  193. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  194. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  195. --Type <RET> for more, q to quit, c to continue without paging--
  196. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  197. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  198. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  199. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  200. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  201. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  202. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  203. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  204. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5a6fdc0) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  205. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5a6fdc0, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  206. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  207. #9 0x0000557be5a6fdc0 in ()
  208. #10 0x00007fffff589880 in ()
  209. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  210. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  211. #12 0x00007fffff589880 in ()
  212. #13 0x626bea95c5b7c921 in ()
  213. #14 0x626a847b78d7c921 in ()
  214. #15 0x0000000000000000 in ()
  215.  
  216. Thread 41 (Thread 0x7ff1a0b36700 (LWP 4121)):
  217. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  218. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  219. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  220. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  221. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x557be5ce0798)
  222. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  223. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  224. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x557be5ce0798)
  225. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  226. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x557be5ce0798)
  227. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  228. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  229. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=(unknown: 3854846192), length=<optimized out>, tbchars=<optimized out>, cx=0x557be5c47780) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  230. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5c47780, chars=<optimized out>, length=<optimized out>, pin=(unknown: 3854846192))
  231. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  232. #9 0x0000557be5add9f0 in ()
  233. #10 0x00007fffff589880 in ()
  234. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  235. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  236. #12 0x00007fffff589880 in ()
  237. #13 0x626a0b0e85b7c921 in ()
  238. #14 0x626a847b78d7c921 in ()
  239. #15 0x0000000000000000 in ()
  240.  
  241. --Type <RET> for more, q to quit, c to continue without paging--
  242. Thread 40 (Thread 0x7ff152ff5700 (LWP 4132)):
  243. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  244. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  245. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  246. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  247. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  248. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  249. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  250. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  251. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  252. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  253. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  254. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  255. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5aab9e0) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  256. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5aab9e0, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  257. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  258. #9 0x0000557be5aab9e0 in ()
  259. #10 0x00007fffff589880 in ()
  260. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  261. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  262. #12 0x00007fffff589880 in ()
  263. #13 0x626bef96a5b7c921 in ()
  264. #14 0x626a847b78d7c921 in ()
  265. #15 0x0000000000000000 in ()
  266.  
  267. Thread 39 (Thread 0x7ff1517f2700 (LWP 4135)):
  268. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  269. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  270. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  271. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  272. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  273. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  274. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  275. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  276. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  277. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  278. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  279. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  280. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5ae1920) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  281. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5ae1920, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  282. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  283. #9 0x0000557be5ae1920 in ()
  284. #10 0x00007fffff589880 in ()
  285. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  286. --Type <RET> for more, q to quit, c to continue without paging--
  287. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  288. #12 0x00007fffff589880 in ()
  289. #13 0x626be89605b7c921 in ()
  290. #14 0x626a847b78d7c921 in ()
  291. #15 0x0000000000000000 in ()
  292.  
  293. Thread 38 (Thread 0x7ff1577fe700 (LWP 4123)):
  294. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  295. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  296. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  297. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  298. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  299. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  300. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  301. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  302. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  303. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  304. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  305. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  306. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5adcb40) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  307. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5adcb40, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  308. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  309. #9 0x0000557be5adcb40 in ()
  310. #10 0x00007fffff589880 in ()
  311. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  312. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  313. #12 0x00007fffff589880 in ()
  314. #13 0x626be49785b7c921 in ()
  315. #14 0x626a847b78d7c921 in ()
  316. #15 0x0000000000000000 in ()
  317.  
  318. Thread 37 (Thread 0x7ff1aa2aa700 (LWP 4112)):
  319. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  320. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  321. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  322. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  323. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  324. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  325. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  326. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  327. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  328. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  329. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  330. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  331. --Type <RET> for more, q to quit, c to continue without paging--
  332. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be6247838) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  333. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be6247838, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  334. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  335. #9 0x0000557be5ae5b00 in ()
  336. #10 0x00007fffff589880 in ()
  337. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  338. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  339. #12 0x00007fffff589880 in ()
  340. #13 0x626a1e3d05b7c921 in ()
  341. #14 0x626a847b78d7c921 in ()
  342. #15 0x0000000000000000 in ()
  343.  
  344. Thread 36 (Thread 0x7ff14ffef700 (LWP 4138)):
  345. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  346. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  347. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  348. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  349. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  350. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  351. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  352. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  353. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  354. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  355. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  356. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  357. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be649c9c8) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  358. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be649c9c8, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  359. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  360. #9 0x0000557be5b522e0 in ()
  361. #10 0x00007fffff589880 in ()
  362. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  363. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  364. #12 0x00007fffff589880 in ()
  365. #13 0x626bd595e5b7c921 in ()
  366. #14 0x626a847b78d7c921 in ()
  367. #15 0x0000000000000000 in ()
  368.  
  369. Thread 35 (Thread 0x7ff153ff7700 (LWP 4130)):
  370. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  371. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  372. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  373. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  374. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  375. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  376. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  377. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  378. --Type <RET> for more, q to quit, c to continue without paging--
  379. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  380. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  381. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  382. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  383. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be61e4b58) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  384. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be61e4b58, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  385. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  386. #9 0x0000557be5a7fc70 in ()
  387. #10 0x00007fffff589880 in ()
  388. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  389. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  390. #12 0x00007fffff589880 in ()
  391. #13 0x626bed96e5b7c921 in ()
  392. #14 0x626a847b78d7c921 in ()
  393. #15 0x0000000000000000 in ()
  394.  
  395. Thread 34 (Thread 0x7ff1a3fff700 (LWP 4116)):
  396. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  397. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  398. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  399. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  400. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  401. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  402. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  403. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  404. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  405. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  406. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  407. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  408. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5aded20) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  409. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5aded20, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  410. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  411. #9 0x0000557be5aded20 in ()
  412. #10 0x00007fffff589880 in ()
  413. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  414. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  415. #12 0x00007fffff589880 in ()
  416. #13 0x626a0d97e5b7c921 in ()
  417. #14 0x626a847b78d7c921 in ()
  418. #15 0x0000000000000000 in ()
  419.  
  420. Thread 33 (Thread 0x7ff1557fa700 (LWP 4127)):
  421. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  422. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  423. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  424. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntr--Type <RET> for more, q to quit, c to continue without paging--
  425. y const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  426. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  427. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  428. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  429. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  430. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  431. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  432. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  433. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  434. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be61e4b58) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  435. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be61e4b58, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  436. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  437. #9 0x0000557be5b519e0 in ()
  438. #10 0x00007fffff589880 in ()
  439. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  440. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  441. #12 0x00007fffff589880 in ()
  442. #13 0x626be09705b7c921 in ()
  443. #14 0x626a847b78d7c921 in ()
  444. #15 0x0000000000000000 in ()
  445.  
  446. Thread 32 (Thread 0x7ff154ff9700 (LWP 4128)):
  447. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  448. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  449. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  450. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  451. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  452. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  453. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  454. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  455. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  456. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  457. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  458. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  459. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be61e4b58) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  460. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be61e4b58, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  461. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  462. #9 0x0000557be5aae300 in ()
  463. #10 0x00007fffff589880 in ()
  464. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  465. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  466. #12 0x00007fffff589880 in ()
  467. #13 0x626be39725b7c921 in ()
  468. #14 0x626a847b78d7c921 in ()
  469. #15 0x0000000000000000 in ()
  470. --Type <RET> for more, q to quit, c to continue without paging--
  471.  
  472. Thread 31 (Thread 0x7ff156ffd700 (LWP 4124)):
  473. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  474. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  475. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  476. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  477. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  478. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  479. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  480. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  481. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  482. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  483. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  484. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  485. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be62559c8) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  486. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be62559c8, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  487. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  488. #9 0x0000557be5adcc80 in ()
  489. #10 0x00007fffff589880 in ()
  490. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  491. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  492. #12 0x00007fffff589880 in ()
  493. #13 0x626be797a5b7c921 in ()
  494. #14 0x626a847b78d7c921 in ()
  495. #15 0x0000000000000000 in ()
  496.  
  497. Thread 30 (Thread 0x7ff151ff3700 (LWP 4134)):
  498. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  499. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  500. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  501. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  502. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  503. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  504. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  505. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  506. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  507. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  508. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  509. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  510. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5adbf00) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  511. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5adbf00, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  512. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  513. #9 0x0000557be5adbf00 in ()
  514. #10 0x00007fffff589880 in ()
  515. --Type <RET> for more, q to quit, c to continue without paging--
  516. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  517. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  518. #12 0x00007fffff589880 in ()
  519. #13 0x626be99665b7c921 in ()
  520. #14 0x626a847b78d7c921 in ()
  521. #15 0x0000000000000000 in ()
  522.  
  523. Thread 29 (Thread 0x7ff1527f4700 (LWP 4133)):
  524. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  525. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  526. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  527. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  528. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  529. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  530. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  531. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  532. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  533. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  534. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  535. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  536. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5a94380) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  537. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5a94380, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  538. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  539. #9 0x0000557be5a94380 in ()
  540. #10 0x00007fffff589880 in ()
  541. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  542. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  543. #12 0x00007fffff589880 in ()
  544. #13 0x626bee9645b7c921 in ()
  545. #14 0x626a847b78d7c921 in ()
  546. #15 0x0000000000000000 in ()
  547.  
  548. Thread 28 (Thread 0x7ff1a8aa7700 (LWP 4115)):
  549. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  550. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  551. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  552. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  553. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  554. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  555. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  556. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  557. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  558. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  559. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  560. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolic--Type <RET> for more, q to quit, c to continue without paging--
  561. y>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  562. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5dbbee8) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  563. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5dbbee8, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  564. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  565. #9 0x0000557be5b3df90 in ()
  566. #10 0x00007fffff589880 in ()
  567. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  568. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  569. #12 0x00007fffff589880 in ()
  570. #13 0x626a1b3ce5b7c921 in ()
  571. #14 0x626a847b78d7c921 in ()
  572. #15 0x0000000000000000 in ()
  573.  
  574. Thread 27 (Thread 0x7ff1a2ffd700 (LWP 4118)):
  575. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  576. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  577. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  578. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  579. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  580. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  581. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  582. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  583. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  584. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  585. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  586. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  587. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5addd00) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  588. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5addd00, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  589. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  590. #9 0x0000557be5addd00 in ()
  591. #10 0x00007fffff589880 in ()
  592. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  593. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  594. #12 0x00007fffff589880 in ()
  595. #13 0x626a0f97a5b7c921 in ()
  596. #14 0x626a847b78d7c921 in ()
  597. #15 0x0000000000000000 in ()
  598.  
  599. Thread 26 (Thread 0x7ff155ffb700 (LWP 4126)):
  600. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  601. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  602. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  603. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  604. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  605. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  606. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  607. --Type <RET> for more, q to quit, c to continue without paging--
  608. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  609. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  610. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  611. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  612. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  613. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5a6f1e0) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  614. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5a6f1e0, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  615. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  616. #9 0x0000557be5a6f1e0 in ()
  617. #10 0x00007fffff589880 in ()
  618. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  619. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  620. #12 0x00007fffff589880 in ()
  621. #13 0x626be19765b7c921 in ()
  622. #14 0x626a847b78d7c921 in ()
  623. #15 0x0000000000000000 in ()
  624.  
  625. Thread 25 (Thread 0x7ff1537f6700 (LWP 4131)):
  626. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  627. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  628. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  629. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  630. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  631. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  632. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  633. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  634. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  635. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  636. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  637. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  638. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5b510e0) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  639. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5b510e0, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  640. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  641. #9 0x0000557be5b510e0 in ()
  642. #10 0x00007fffff589880 in ()
  643. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  644. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  645. #12 0x00007fffff589880 in ()
  646. #13 0x626bec9685b7c921 in ()
  647. #14 0x626a847b78d7c921 in ()
  648. #15 0x0000000000000000 in ()
  649.  
  650. Thread 24 (Thread 0x7ff1ab1ac700 (LWP 4111)):
  651. #0 0x00007ff1e6dc708b in __GI___poll (fds=fds@entry=0x7ff168007120, nfds=nfds@entry=3, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
  652. #1 0x00007ff1abde3831 in poll (__timeout=-1, __nfds=3, __fds=0x7ff168007120) at /usr/include/bits/poll2.h:46
  653. #2 0x00007ff1abde3831 in poll_func (ufds=0x7ff168007120, nfds=3, timeout=-1, userdata=0x557be5b57140) at pulse/thread-mainloop.c:69
  654. --Type <RET> for more, q to quit, c to continue without paging--
  655. #3 0x00007ff1abdd51f0 in pa_mainloop_poll (m=m@entry=0x557be5ab3830) at pulse/mainloop.c:844
  656. #4 0x00007ff1abdd5880 in pa_mainloop_iterate (m=0x557be5ab3830, block=<optimized out>, retval=0x0) at pulse/mainloop.c:926
  657. #5 0x00007ff1abdd5910 in pa_mainloop_run (m=0x557be5ab3830, retval=retval@entry=0x0) at pulse/mainloop.c:944
  658. #6 0x00007ff1abde3779 in thread (userdata=0x557be5aba190) at pulse/thread-mainloop.c:100
  659. #7 0x00007ff1abb82438 in internal_thread_func (userdata=0x557be5ad76f0) at pulsecore/thread-posix.c:81
  660. #8 0x00007ff1e709a559 in start_thread (arg=0x7ff1ab1ac700) at pthread_create.c:465
  661. #9 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  662. #10 0x0000000000000000 in ()
  663.  
  664. Thread 23 (Thread 0x7ff1567fc700 (LWP 4125)):
  665. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  666. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  667. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  668. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  669. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  670. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  671. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  672. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  673. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  674. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  675. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  676. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  677. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5dbbee8) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  678. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5dbbee8, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  679. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  680. #9 0x0000557be5aa6230 in ()
  681. #10 0x00007fffff589880 in ()
  682. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  683. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  684. #12 0x00007fffff589880 in ()
  685. #13 0x626be69745b7c921 in ()
  686. #14 0x626a847b78d7c921 in ()
  687. #15 0x0000000000000000 in ()
  688.  
  689. Thread 22 (Thread 0x7ff1a1337700 (LWP 4120)):
  690. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  691. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  692. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  693. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  694. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  695. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  696. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  697. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  698. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  699. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  700. --Type <RET> for more, q to quit, c to continue without paging--
  701. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  702. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  703. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5add960) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  704. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5add960, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  705. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  706. #9 0x0000557be5add960 in ()
  707. #10 0x00007fffff589880 in ()
  708. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  709. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  710.  
  711. #12 0x00007fffff589880 in ()
  712. #13 0x626a080ee5b7c921 in ()
  713. #14 0x626a847b78d7c921 in ()
  714. #15 0x0000000000000000 in ()
  715.  
  716. Thread 21 (Thread 0x7ff1a27fc700 (LWP 4119)):
  717. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  718. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  719. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  720. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  721. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  722. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  723. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  724. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  725. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  726.  
  727. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  728. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  729. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  730. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be608da08) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  731. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be608da08, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  732. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  733. #9 0x0000557be5adda80 in ()
  734. #10 0x00007fffff589880 in ()
  735. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  736. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  737. #12 0x00007fffff589880 in ()
  738. #13 0x626a0e9745b7c921 in ()
  739. #14 0x626a847b78d7c921 in ()
  740. #15 0x0000000000000000 in ()
  741.  
  742. Thread 20 (Thread 0x7ff1a37fe700 (LWP 4117)):
  743. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  744. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  745. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  746. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  747. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  748. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  749. --Type <RET> for more, q to quit, c to continue without paging--
  750. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  751. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  752. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  753. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  754. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  755. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  756. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be650e648) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  757. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be650e648, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  758. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  759. #9 0x0000557be5addc70 in ()
  760. #10 0x00007fffff589880 in ()
  761. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  762. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  763. #12 0x00007fffff589880 in ()
  764. #13 0x626a0c9785b7c921 in ()
  765. #14 0x626a847b78d7c921 in ()
  766. #15 0x0000000000000000 in ()
  767.  
  768. Thread 19 (Thread 0x7ff1a92a8700 (LWP 4114)):
  769. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  770. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  771. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  772. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  773. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  774. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  775. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  776. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  777. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  778. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  779. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  780. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  781. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be649c9c8) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  782. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be649c9c8, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  783. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  784. #9 0x0000557be5ab8910 in ()
  785. #10 0x00007fffff589880 in ()
  786. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  787. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  788. #12 0x00007fffff589880 in ()
  789. #13 0x626a183cc5b7c921 in ()
  790. #14 0x626a847b78d7c921 in ()
  791. #15 0x0000000000000000 in ()
  792.  
  793. Thread 18 (Thread 0x7ff1b37fe700 (LWP 4077)):
  794. #0 0x00007ff1e70a3c4d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
  795. --Type <RET> for more, q to quit, c to continue without paging--
  796. #1 0x00007ff1e70a68b7 in __lll_lock_elision (futex=futex@entry=0x557be61ba3c8, adapt_count=adapt_count@entry=0x557be61ba3de, private=0) at ../sysdeps/unix/sysv/linux/x86/elision-lock.c:106
  797. #2 0x00007ff1e709ceea in __GI___pthread_mutex_lock (mutex=mutex@entry=0x557be61ba3c8) at ../nptl/pthread_mutex_lock.c:92
  798. #3 0x00007ff1cc99d6a5 in mtx_lock (mtx=0x557be61ba3c8) at ../../../../include/c11/threads_posix.h:223
  799. #4 0x00007ff1cc99d6a5 in lp_fence_signal (fence=0x557be61ba3c0) at lp_fence.c:91
  800. #5 0x00007ff1cc99e729 in rasterize_scene (task=task@entry=0x557be56cc6d8, scene=0x557be58fba60) at lp_rast.c:712
  801. #6 0x00007ff1cc99ef73 in thread_function (init_data=init_data@entry=0x557be56cc6d8) at lp_rast.c:832
  802. #7 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  803. #8 0x00007ff1e709a559 in start_thread (arg=0x7ff1b37fe700) at pthread_create.c:465
  804. #9 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  805. #10 0x0000000000000000 in ()
  806.  
  807. Thread 17 (Thread 0x7ff1a9aa9700 (LWP 4113)):
  808. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be55fe3bc) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  809. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56223b0, cond=0x557be55fe390) at pthread_cond_wait.c:502
  810. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=0x557be55fe390, mutex=0x557be56223b0) at pthread_cond_wait.c:655
  811. #3 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::changeTableSize(int, js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  812. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, deltaLog2=<optimized out>, this=0x800000)
  813. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1491
  814. #4 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::checkOverloaded(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::FailureBehavior)
  815. (reportFailure=js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::ReportFailure, this=0x800000)
  816. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1530
  817. #5 0x00007ff1df748178 in js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (p=<synthetic pointer>..., this=0x800000)
  818. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:1780
  819. #6 0x00007ff1df748178 in js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::add<js::AtomStateEntry>(js::detail::HashTable<js::AtomStateEntry const, js::HashSet<js::AtomStateEntry, js::AtomHasher, js::SystemAllocPolicy>::SetOps, js::SystemAllocPolicy>::AddPtr&, js::AtomStateEntry&&) (u=..., p=<synthetic pointer>..., this=<optimized out>) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/dist/include/js/HashTable.h:403
  820. #7 0x00007ff1df748178 in AtomizeAndCopyChars<char16_t> (pin=js::DoNotPinAtom, length=<optimized out>, tbchars=<optimized out>, cx=0x557be5ae5b40) at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:359
  821. #8 0x00007ff1df748178 in js::AtomizeChars<char16_t>(js::ExclusiveContext*, char16_t const*, unsigned long, js::PinningBehavior) (cx=0x557be5ae5b40, chars=<optimized out>, length=<optimized out>, pin=js::DoNotPinAtom)
  822. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/jsatom.cpp:432
  823. #9 0x0000557be5ae5b40 in ()
  824. #10 0x00007fffff589880 in ()
  825. #11 0x00007ff1dfb3b52a in js::frontend::BytecodeEmitter::emitSelfHostedCallFunction(js::frontend::ParseNode*) (this=0x65706c654820534a, pn=0x740256abea05d800)
  826. at /usr/src/debug/mozjs52-52.6.0-3.3.2.x86_64/js/src/frontend/BytecodeEmitter.cpp:7946
  827. #12 0x00007fffff589880 in ()
  828. #13 0x626a193d25b7c921 in ()
  829. #14 0x626a847b78d7c921 in ()
  830. #15 0x0000000000000000 in ()
  831.  
  832. Thread 16 (Thread 0x7ff1b0ff9700 (LWP 4082)):
  833. #0 0x00007ff1e70a3c4d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
  834. #1 0x00007ff1e70a68b7 in __lll_lock_elision (futex=futex@entry=0x557be61ba3c8, adapt_count=adapt_count@entry=0x557be61ba3de, private=0) at ../sysdeps/unix/sysv/linux/x86/elision-lock.c:106
  835. #2 0x00007ff1e709ceea in __GI___pthread_mutex_lock (mutex=mutex@entry=0x557be61ba3c8) at ../nptl/pthread_mutex_lock.c:92
  836. #3 0x00007ff1cc99d6a5 in mtx_lock (mtx=0x557be61ba3c8) at ../../../../include/c11/threads_posix.h:223
  837. #4 0x00007ff1cc99d6a5 in lp_fence_signal (fence=0x557be61ba3c0) at lp_fence.c:91
  838. #5 0x00007ff1cc99e729 in rasterize_scene (task=task@entry=0x557be56ccde0, scene=0x557be58fba60) at lp_rast.c:712
  839. #6 0x00007ff1cc99ef73 in thread_function (init_data=init_data@entry=0x557be56ccde0) at lp_rast.c:832
  840. #7 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  841. #8 0x00007ff1e709a559 in start_thread (arg=0x7ff1b0ff9700) at pthread_create.c:465
  842. #9 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  843. #10 0x0000000000000000 in ()
  844. --Type <RET> for more, q to quit, c to continue without paging--
  845.  
  846. Thread 15 (Thread 0x7ff1b9337700 (LWP 4075)):
  847. #0 0x00007ff1e70a1a1a in futex_wait (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/unix/sysv/linux/futex-internal.h:61
  848. #1 0x00007ff1e70a1a1a in futex_wait_simple (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/nptl/futex-internal.h:135
  849. #2 0x00007ff1e70a1a1a in __pthread_barrier_wait (barrier=barrier@entry=0x557be56ccfd0) at pthread_barrier_wait.c:184
  850. #3 0x00007ff1cc99ef7b in util_barrier_wait (barrier=0x557be56ccfd0) at ../../../../src/util/u_thread.h:124
  851. #4 0x00007ff1cc99ef7b in thread_function (init_data=init_data@entry=0x557be56cc408) at lp_rast.c:836
  852. #5 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  853. #6 0x00007ff1e709a559 in start_thread (arg=0x7ff1b9337700) at pthread_create.c:465
  854. #7 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  855. #8 0x0000000000000000 in ()
  856.  
  857. Thread 14 (Thread 0x7ff1b9b38700 (LWP 4074)):
  858. #0 0x00007ff1e70a3c4d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
  859. #1 0x00007ff1e70a68b7 in __lll_lock_elision (futex=futex@entry=0x557be61ba3c8, adapt_count=adapt_count@entry=0x557be61ba3de, private=0) at ../sysdeps/unix/sysv/linux/x86/elision-lock.c:106
  860. #2 0x00007ff1e709ceea in __GI___pthread_mutex_lock (mutex=mutex@entry=0x557be61ba3c8) at ../nptl/pthread_mutex_lock.c:92
  861. #3 0x00007ff1cc99d6a5 in mtx_lock (mtx=0x557be61ba3c8) at ../../../../include/c11/threads_posix.h:223
  862. #4 0x00007ff1cc99d6a5 in lp_fence_signal (fence=0x557be61ba3c0) at lp_fence.c:91
  863. #5 0x00007ff1cc99e729 in rasterize_scene (task=task@entry=0x557be56cc2a0, scene=0x557be58fba60) at lp_rast.c:712
  864. #6 0x00007ff1cc99ef73 in thread_function (init_data=init_data@entry=0x557be56cc2a0) at lp_rast.c:832
  865. #7 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  866. #8 0x00007ff1e709a559 in start_thread (arg=0x7ff1b9b38700) at pthread_create.c:465
  867. #9 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  868. #10 0x0000000000000000 in ()
  869.  
  870. Thread 13 (Thread 0x7ff1b8b36700 (LWP 4076)):
  871. #0 0x00007ff1e70a1a1a in futex_wait (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/unix/sysv/linux/futex-internal.h:61
  872. #1 0x00007ff1e70a1a1a in futex_wait_simple (private=0, expected=64336, futex_word=0x557be56ccfd4) at ../sysdeps/nptl/futex-internal.h:135
  873. #2 0x00007ff1e70a1a1a in __pthread_barrier_wait (barrier=barrier@entry=0x557be56ccfd0) at pthread_barrier_wait.c:184
  874. #3 0x00007ff1cc99ef7b in util_barrier_wait (barrier=0x557be56ccfd0) at ../../../../src/util/u_thread.h:124
  875. #4 0x00007ff1cc99ef7b in thread_function (init_data=init_data@entry=0x557be56cc570) at lp_rast.c:836
  876. #5 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  877. #6 0x00007ff1e709a559 in start_thread (arg=0x7ff1b8b36700) at pthread_create.c:465
  878. #7 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  879. #8 0x0000000000000000 in ()
  880.  
  881. Thread 12 (Thread 0x7ff1cdf75700 (LWP 4065)):
  882. #0 0x00007ff1e6dc708b in __GI___poll (fds=0x557be7e2fd40, nfds=5, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:29
  883. #1 0x00007ff1e8e42109 in ref_unix_signal_handler_unlocked (signum=-404554432) at gmain.c:5170
  884. #2 0xffffffff7fffffff in ()
  885. #3 0x740256abea05d800 in ()
  886. #4 0x0000557be5631950 in ()
  887. #5 0x00007ff1c8019360 in ()
  888. #6 0x00007ff1c801936c in ()
  889. #7 0x00007ff1cfffe7ce in ()
  890. #8 0x00007ff1cfffe7cf in ()
  891. #9 0x0000557be5630ad0 in ()
  892. #10 0x00007ff1cfffe850 in ()
  893. #11 0x00007ff1e8e424a2 in mapped_file_new_from_fd (fd=<optimized out>, writable=<optimized out>, filename=<optimized out>, error=0x1c8019220) at gmappedfile.c:211
  894. #12 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  895. #13 0x0000000000000000 in ()
  896.  
  897. --Type <RET> for more, q to quit, c to continue without paging--
  898. Thread 11 (Thread 0x7ff1a1b38700 (LWP 4072)):
  899. #0 0x00007ff1e70a3c4d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
  900. #1 0x00007ff1e70a68b7 in __lll_lock_elision (futex=futex@entry=0x557be61ba3c8, adapt_count=adapt_count@entry=0x557be61ba3de, private=0) at ../sysdeps/unix/sysv/linux/x86/elision-lock.c:106
  901. #2 0x00007ff1e709ceea in __GI___pthread_mutex_lock (mutex=mutex@entry=0x557be61ba3c8) at ../nptl/pthread_mutex_lock.c:92
  902. #3 0x00007ff1cc99d6a5 in mtx_lock (mtx=0x557be61ba3c8) at ../../../../include/c11/threads_posix.h:223
  903. #4 0x00007ff1cc99d6a5 in lp_fence_signal (fence=0x557be61ba3c0) at lp_fence.c:91
  904. #5 0x00007ff1cc99e729 in rasterize_scene (task=task@entry=0x557be56cbfd0, scene=0x557be58fba60) at lp_rast.c:712
  905. #6 0x00007ff1cc99ef73 in thread_function (init_data=init_data@entry=0x557be56cbfd0) at lp_rast.c:832
  906. #7 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  907. #8 0x00007ff1e709a559 in start_thread (arg=0x7ff1a1b38700) at pthread_create.c:465
  908. #9 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  909. #10 0x0000000000000000 in ()
  910.  
  911. Thread 10 (Thread 0x7ff1bab3a700 (LWP 4070)):
  912. #0 0x00007ff1e70a3c4d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
  913. #1 0x00007ff1e70a68b7 in __lll_lock_elision (futex=futex@entry=0x557be61ba3c8, adapt_count=adapt_count@entry=0x557be61ba3de, private=0) at ../sysdeps/unix/sysv/linux/x86/elision-lock.c:106
  914. #2 0x00007ff1e709ceea in __GI___pthread_mutex_lock (mutex=mutex@entry=0x557be61ba3c8) at ../nptl/pthread_mutex_lock.c:92
  915. #3 0x00007ff1cc99d6a5 in mtx_lock (mtx=0x557be61ba3c8) at ../../../../include/c11/threads_posix.h:223
  916. #4 0x00007ff1cc99d6a5 in lp_fence_signal (fence=0x557be61ba3c0) at lp_fence.c:91
  917. #5 0x00007ff1cc99e729 in rasterize_scene (task=task@entry=0x557be56cbd00, scene=0x557be58fba60) at lp_rast.c:712
  918. #6 0x00007ff1cc99ef73 in thread_function (init_data=init_data@entry=0x557be56cbd00) at lp_rast.c:832
  919. #7 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  920. #8 0x00007ff1e709a559 in start_thread (arg=0x7ff1bab3a700) at pthread_create.c:465
  921. #9 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  922. #10 0x0000000000000000 in ()
  923.  
  924. Thread 9 (Thread 0x7ff1b3fff700 (LWP 4073)):
  925. #0 0x00007ff1e70a3c4d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
  926. #1 0x00007ff1e70a68b7 in __lll_lock_elision (futex=futex@entry=0x557be61ba3c8, adapt_count=adapt_count@entry=0x557be61ba3de, private=0) at ../sysdeps/unix/sysv/linux/x86/elision-lock.c:106
  927. #2 0x00007ff1e709ceea in __GI___pthread_mutex_lock (mutex=mutex@entry=0x557be61ba3c8) at ../nptl/pthread_mutex_lock.c:92
  928. #3 0x00007ff1cc99d6a5 in mtx_lock (mtx=0x557be61ba3c8) at ../../../../include/c11/threads_posix.h:223
  929. #4 0x00007ff1cc99d6a5 in lp_fence_signal (fence=0x557be61ba3c0) at lp_fence.c:91
  930. #5 0x00007ff1cc99e729 in rasterize_scene (task=task@entry=0x557be56cc138, scene=0x557be58fba60) at lp_rast.c:712
  931. #6 0x00007ff1cc99ef73 in thread_function (init_data=init_data@entry=0x557be56cc138) at lp_rast.c:832
  932. #7 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  933. #8 0x00007ff1e709a559 in start_thread (arg=0x7ff1b3fff700) at pthread_create.c:465
  934. #9 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  935. #10 0x0000000000000000 in ()
  936.  
  937. Thread 8 (Thread 0x7ff1ba339700 (LWP 4071)):
  938. #0 0x00007ff14c90a360 in ()
  939. #1 0xffffffffffffffff in ()
  940. #2 0xffffffffffffffff in ()
  941. #3 0x0000000000000000 in ()
  942.  
  943. Thread 7 (Thread 0x7ff1bb33b700 (LWP 4069)):
  944. #0 0x00007ff1e70a3c4d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
  945. #1 0x00007ff1e70a68b7 in __lll_lock_elision (futex=futex@entry=0x557be61ba3c8, adapt_count=adapt_count@entry=0x557be61ba3de, private=0) at ../sysdeps/unix/sysv/linux/x86/elision-lock.c:106
  946. #2 0x00007ff1e709ceea in __GI___pthread_mutex_lock (mutex=mutex@entry=0x557be61ba3c8) at ../nptl/pthread_mutex_lock.c:92
  947. #3 0x00007ff1cc99d6a5 in mtx_lock (mtx=0x557be61ba3c8) at ../../../../include/c11/threads_posix.h:223
  948. #4 0x00007ff1cc99d6a5 in lp_fence_signal (fence=0x557be61ba3c0) at lp_fence.c:91
  949. #5 0x00007ff1cc99e729 in rasterize_scene (task=task@entry=0x557be56cbb98, scene=0x557be58fba60) at lp_rast.c:712
  950. --Type <RET> for more, q to quit, c to continue without paging--
  951. #6 0x00007ff1cc99ef73 in thread_function (init_data=init_data@entry=0x557be56cbb98) at lp_rast.c:832
  952. #7 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  953. #8 0x00007ff1e709a559 in start_thread (arg=0x7ff1bb33b700) at pthread_create.c:465
  954. #9 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  955. #10 0x0000000000000000 in ()
  956.  
  957. Thread 6 (Thread 0x7ff1bc33d700 (LWP 4067)):
  958. #0 0x00007ff1e70a3c4d in __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
  959. #1 0x00007ff1e70a68b7 in __lll_lock_elision (futex=futex@entry=0x557be61ba3c8, adapt_count=adapt_count@entry=0x557be61ba3de, private=0) at ../sysdeps/unix/sysv/linux/x86/elision-lock.c:106
  960. #2 0x00007ff1e709ceea in __GI___pthread_mutex_lock (mutex=mutex@entry=0x557be61ba3c8) at ../nptl/pthread_mutex_lock.c:92
  961. #3 0x00007ff1cc99d6a5 in mtx_lock (mtx=0x557be61ba3c8) at ../../../../include/c11/threads_posix.h:223
  962. #4 0x00007ff1cc99d6a5 in lp_fence_signal (fence=0x557be61ba3c0) at lp_fence.c:91
  963. #5 0x00007ff1cc99e729 in rasterize_scene (task=task@entry=0x557be56cb8c8, scene=0x557be58fba60) at lp_rast.c:712
  964. #6 0x00007ff1cc99ef73 in thread_function (init_data=init_data@entry=0x557be56cb8c8) at lp_rast.c:832
  965. #7 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  966. #8 0x00007ff1e709a559 in start_thread (arg=0x7ff1bc33d700) at pthread_create.c:465
  967. #9 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  968. #10 0x0000000000000000 in ()
  969.  
  970. Thread 5 (Thread 0x7ff1bbb3c700 (LWP 4068)):
  971. #0 0x00007ff14c92453b in ()
  972. #1 0xffffffffffffffff in ()
  973. #2 0xffffffffffffffff in ()
  974. #3 0xffffffffffffffff in ()
  975. #4 0xffffffffffffffff in ()
  976. #5 0xffffffffffffffff in ()
  977. #6 0xffffffffffffffff in ()
  978. #7 0xffffffffffffffff in ()
  979. #8 0xffffffffffffffff in ()
  980. #9 0x3f80000000000000 in ()
  981. #10 0x3f80000000000000 in ()
  982. #11 0x4040000040000000 in ()
  983. #12 0x4040000040000000 in ()
  984. #13 0x3f80000000000000 in ()
  985. #14 0x3f80000000000000 in ()
  986. #15 0x4040000040000000 in ()
  987. #16 0x4040000040000000 in ()
  988. #17 0x0000000000000000 in ()
  989.  
  990. Thread 4 (Thread 0x7ff1d4ac3700 (LWP 4062)):
  991. #0 0x00007ff1e6dc708b in __GI___poll (fds=0x557be5631000, nfds=2, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:29
  992. #1 0x00007ff1e8e42109 in ref_unix_signal_handler_unlocked (signum=-446492672) at gmain.c:5170
  993. #2 0xffffffff7fffffff in ()
  994. #3 0x740256abea05d800 in ()
  995. #4 0x0000000000000001 in ()
  996. #5 0x0000557be562fe60 in ()
  997. #6 0x0000000000000001 in ()
  998. #7 0x00007fffff589e0e in ()
  999. #8 0x00007fffff589e0f in ()
  1000. #9 0x0000557be5630000 in ()
  1001. #10 0x00007fffff589e90 in ()
  1002. #11 0x00007ff1e8e4221c in g_child_watch_source_new (pid=-446492672) at gmain.c:5326
  1003. --Type <RET> for more, q to quit, c to continue without paging--
  1004. #12 0x00007ff1e8e42261 in g_child_watch_source_new (pid=0) at gmain.c:5343
  1005. #13 0x00007ff1e709a559 in start_thread (arg=0x7ff1d4ac3700) at pthread_create.c:465
  1006. #14 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  1007. #15 0x0000000000000000 in ()
  1008.  
  1009. Thread 3 (Thread 0x7ff1cffff700 (LWP 4063)):
  1010. #0 0x00007ff1e6dc708b in __GI___poll (fds=0x557be5662fa0, nfds=1, timeout=<optimized out>) at ../sysdeps/unix/sysv/linux/poll.c:29
  1011. #1 0x00007ff1e8e42109 in ref_unix_signal_handler_unlocked (signum=-446287968) at gmain.c:5170
  1012. #2 0xffffffff7fffffff in ()
  1013. #3 0x740256abea05d800 in ()
  1014. #4 0x0000557be5662c90 in ()
  1015. #5 0x0000557be5662c90 in ()
  1016. #6 0x0000000000000001 in ()
  1017. #7 0x00007fffff58986e in ()
  1018. #8 0x00007fffff58986f in ()
  1019. #9 0x0000557be5630230 in ()
  1020. #10 0x00007fffff5898f0 in ()
  1021. #11 0x00007ff1e8e4221c in g_child_watch_source_new (pid=-446287968) at gmain.c:5326
  1022. #12 0x00007ff1d40bd92d in dconf_gdbus_worker_thread (user_data=0x557be5662c90) at dconf-gdbus-thread.c:82
  1023. #13 0x00007ff1e8e697f5 in g_thread_pool_get_max_threads (pool=0x557be5662fa0) at gthreadpool.c:660
  1024. #14 0x0000000000000000 in ()
  1025.  
  1026. Thread 2 (Thread 0x7ff1e9d2aac0 (LWP 4059)):
  1027. #0 0x00007ff1e70a089d in futex_wait_cancelable (private=<optimized out>, expected=0, futex_word=0x557be56cba20) at ../sysdeps/unix/sysv/linux/futex-internal.h:88
  1028. #1 0x00007ff1e70a089d in __pthread_cond_wait_common (abstime=0x0, mutex=0x557be56cb9d0, cond=0x557be56cb9f8) at pthread_cond_wait.c:502
  1029. #2 0x00007ff1e70a089d in __pthread_cond_wait (cond=cond@entry=0x557be56cb9f8, mutex=mutex@entry=0x557be56cb9d0) at pthread_cond_wait.c:655
  1030. #3 0x00007ff1cc99f34b in cnd_wait (mtx=0x557be56cb9d0, cond=0x557be56cb9f8) at ../../../../include/c11/threads_posix.h:155
  1031. #4 0x00007ff1cc99f34b in pipe_semaphore_wait (sema=0x557be56cb9d0) at ../../../../src/gallium/auxiliary/os/os_thread.h:108
  1032. #5 0x00007ff1cc99f34b in lp_rast_finish (rast=0x557be56cb8b0) at lp_rast.c:774
  1033. #6 0x00007ff1cc9aa1c9 in lp_setup_rasterize_scene (setup=0x557be5772ba0) at lp_setup.c:181
  1034. #7 0x00007ff1cc9aa1c9 in set_scene_state (setup=setup@entry=0x557be5772ba0, new_state=new_state@entry=SETUP_FLUSHED, reason=<optimized out>) at lp_setup.c:331
  1035. #8 0x00007ff1cc9aace3 in lp_setup_flush (setup=0x557be5772ba0, fence=0x7fffff589f10, reason=<optimized out>) at lp_setup.c:360
  1036. #9 0x00007ff1cc45209e in st_flush (flags=24, fence=0x7fffff589f10, st=0x557be58123d0) at state_tracker/st_cb_flush.c:55
  1037. #10 0x00007ff1cc45209e in st_finish (st=st@entry=0x557be58123d0) at state_tracker/st_cb_flush.c:66
  1038. #11 0x00007ff1cc452110 in st_glFinish (ctx=<optimized out>) at state_tracker/st_cb_flush.c:104
  1039. #12 0x00007ff1e5dee074 in _cogl_winsys_wait_for_gpu (onscreen=0x557be59b8d90) at winsys/cogl-winsys-glx.c:1719
  1040. #13 0x00007ff1e5dee074 in _cogl_winsys_onscreen_swap_region (onscreen=<optimized out>, user_rectangles=<optimized out>, n_rectangles=1) at winsys/cogl-winsys-glx.c:2125
  1041. #14 0x00007ff1e5ddda75 in cogl_onscreen_swap_region (onscreen=onscreen@entry=0x557be59b8d90, rectangles=rectangles@entry=0x7fffff58a130, n_rectangles=n_rectangles@entry=1) at cogl-onscreen.c:374
  1042.  
  1043. #15 0x00007ff1e7a9f11e in swap_framebuffer (stage_window=0x0, swap_with_damage=0, swap_region=<synthetic pointer>, view=0x557be59b7150 [ClutterStageViewCogl]) at cogl/clutter-stage-cogl.c:390
  1044. #16 0x00007ff1e7a9f11e in clutter_stage_cogl_redraw_view (stage_window=stage_window@entry=0x7ff1c0003540, view=0x557be59b7150 [ClutterStageViewCogl]) at cogl/clutter-stage-cogl.c:845
  1045. #17 0x00007ff1e7aa00eb in clutter_stage_cogl_redraw (stage_window=0x7ff1c0003540) at cogl/clutter-stage-cogl.c:868
  1046. #18 0x00007ff1e7b09017 in clutter_stage_do_redraw (stage=0x557be59b2fe0) at clutter-stage.c:1121
  1047. #19 0x00007ff1e7b09017 in _clutter_stage_do_update (stage=0x557be59b2fe0) at clutter-stage.c:1236
  1048. #20 0x00007ff1e7af4b69 in master_clock_update_stages (master_clock=0x557be5b83d80 [ClutterMasterClockDefault], stages=0x557be606fa60 = {...}) at clutter-master-clock-default.c:443
  1049. #21 0x00007ff1e7af4b69 in clutter_clock_dispatch (source=<optimized out>, callback=<optimized out>, user_data=<optimized out>) at clutter-master-clock-default.c:567
  1050. #22 0x00007ff1e8e41f57 in g_main_context_invoke_full (context=<optimized out>, priority=<optimized out>, function=<optimized out>, data=0x7ff1e70a089d <__pthread_cond_wait+509>, notify=0x0) at gmain.c:5676
  1051. #23 0x0000000000000000 in ()
  1052.  
  1053. Thread 1 (Thread 0x7ff1b1ffb700 (LWP 4080)):
  1054. #0 0x00007ff1e70a5180 in raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  1055. #1 0x0000557be4294c5b in dump_gjs_stack_on_signal_handler (signo=6) at ../src/main.c:372
  1056. #2 0x00007ff1e70a52e0 in <signal handler called> () at /lib64/libpthread.so.0
  1057. --Type <RET> for more, q to quit, c to continue without paging--
  1058. #3 0x00007ff1e6d0f0e0 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51
  1059. #4 0x00007ff1e6d106c1 in __GI_abort () at abort.c:79
  1060. #5 0x00007ff1e6d076fa in __assert_fail_base
  1061. (fmt=0x7ff1e6e5a5b8 "iled.\n%n", assertion=assertion@entry=0x7ff1e70a7052 "mutex->__data.__owner == 0", file=file@entry=0x7ff1e70a7035 "../nptl/pthread_mutex_lock.c", line=line@entry=81, function=function@entry=0x7ff1e70a71c0 <__PRETTY_FUNCTION__.8429> "__pthread_mutex_lock") at assert.c:92
  1062. #6 0x00007ff1e6d07772 in __GI___assert_fail
  1063. (assertion=assertion@entry=0x7ff1e70a7052 "mutex->__data.__owner == 0", file=file@entry=0x7ff1e70a7035 "../nptl/pthread_mutex_lock.c", line=line@entry=81, function=function@entry=0x7ff1e70a71c0 <__PRETTY_FUNCTION__.8429> "__pthread_mutex_lock") at assert.c:101
  1064. #7 0x00007ff1e709d0b8 in __GI___pthread_mutex_lock (mutex=mutex@entry=0x557be61ba3c8) at ../nptl/pthread_mutex_lock.c:81
  1065. #8 0x00007ff1cc99d6a5 in mtx_lock (mtx=0x557be61ba3c8) at ../../../../include/c11/threads_posix.h:223
  1066. #9 0x00007ff1cc99d6a5 in lp_fence_signal (fence=0x557be61ba3c0) at lp_fence.c:91
  1067. #10 0x00007ff1cc99e729 in rasterize_scene (task=task@entry=0x557be56ccb10, scene=0x557be58fba60) at lp_rast.c:712
  1068. #11 0x00007ff1cc99ef73 in thread_function (init_data=init_data@entry=0x557be56ccb10) at lp_rast.c:832
  1069. #12 0x00007ff1cc99eda7 in impl_thrd_routine (p=<optimized out>) at ../../../../include/c11/threads_posix.h:87
  1070. #13 0x00007ff1e709a559 in start_thread (arg=0x7ff1b1ffb700) at pthread_create.c:465
  1071. #14 0x00007ff1e6dd182f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:103
  1072. #15 0x0000000000000000 in ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement