Advertisement
Guest User

Untitled

a guest
Feb 12th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.99 KB | None | 0 0
  1. [ RUN ] EWK2UnitTestBase.ewk_context_new_with_injected_bundle_path
  2. [New Thread 0x7fff5bfff700 (LWP 26639)]
  3. [New Thread 0x7fff5b7fe700 (LWP 26641)]
  4. ASSERTION FAILED: !result
  5. /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp(345) : void WTF::Mutex::lock()
  6. 1 0x7ffff78e0799 WTF::Mutex::lock()
  7. 2 0x7ffff74c5c04 WTF::Locker<WTF::Mutex>::Locker(WTF::Mutex&)
  8. 3 0x7ffff6a786a6 WorkQueue::performWork()
  9. 4 0x7ffff6a78db6 WorkQueue::workQueueThread(WorkQueue*)
  10. 5 0x7ffff78bd441
  11. 6 0x7ffff78dffbe
  12. 7 0x7ffff5d08e9a
  13. 8 0x7ffff5317ccd clone
  14.  
  15. Program received signal SIGSEGV, Segmentation fault.
  16. [Switching to Thread 0x7fff5b7fe700 (LWP 26641)]
  17. 0x00007ffff78e07a3 in WTF::Mutex::lock (this=0x7620b0) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:345
  18. 345 ASSERT_UNUSED(result, !result);
  19. (gdb) bt
  20. #0 0x00007ffff78e07a3 in WTF::Mutex::lock (this=0x7620b0) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:345
  21. #1 0x00007ffff74c5c04 in WTF::Locker<WTF::Mutex>::Locker (this=0x7fff5b7fdc20, lockable=...)
  22. at /home/chris/Devel/WebKit/Source/WTF/wtf/Locker.h:38
  23. #2 0x00007ffff6a786a6 in WorkQueue::performWork (this=0x761fd0) at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:75
  24. #3 0x00007ffff6a78db6 in WorkQueue::workQueueThread (workQueue=0x761fd0)
  25. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:181
  26. #4 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x1529ff0) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  27. #5 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0xf5b370) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  28. #6 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  29. #7 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  30. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  31.  
  32. #8 0x0000000000000000 in ?? ()
  33. (gdb) thread apply all bt
  34.  
  35. Thread 20 (Thread 0x7fff5b7fe700 (LWP 26641)):
  36. #0 0x00007ffff78e07a3 in WTF::Mutex::lock (this=0x7620b0) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:345
  37. #1 0x00007ffff74c5c04 in WTF::Locker<WTF::Mutex>::Locker (this=0x7fff5b7fdc20, lockable=...)
  38. at /home/chris/Devel/WebKit/Source/WTF/wtf/Locker.h:38
  39. #2 0x00007ffff6a786a6 in WorkQueue::performWork (this=0x761fd0) at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:75
  40. #3 0x00007ffff6a78db6 in WorkQueue::workQueueThread (workQueue=0x761fd0)
  41. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:181
  42. #4 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x1529ff0) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  43. #5 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0xf5b370) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  44. #6 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  45. #7 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  46. #8 0x0000000000000000 in ?? ()
  47.  
  48. Thread 19 (Thread 0x7fff5bfff700 (LWP 26639)):
  49. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  50. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x12270e0)
  51. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  52. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x12270e0)
  53. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  54. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x67a410) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  55. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x475a170) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  56. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  57. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  58. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  59.  
  60. #7 0x0000000000000000 in ?? ()
  61.  
  62. Thread 17 (Thread 0x7fff7957a700 (LWP 26634)):
  63. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  64. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x799900)
  65. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  66. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x799900)
  67. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  68. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x4837280) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  69. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x1bc4da0) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  70. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  71. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  72. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  73.  
  74. #7 0x0000000000000000 in ?? ()
  75.  
  76. ---Type <return> to continue, or q <return> to quit---
  77. Thread 16 (Thread 0x7fff79d7b700 (LWP 26630)):
  78. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  79. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x48407c0)
  80. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  81. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x48407c0)
  82. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  83. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x47addd0) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  84. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x47658c0) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  85. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  86. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  87. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  88.  
  89. #7 0x0000000000000000 in ?? ()
  90.  
  91. Thread 15 (Thread 0x7fff7a7fc700 (LWP 26625)):
  92. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  93. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0xeb58a0)
  94. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  95. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0xeb58a0)
  96. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  97. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0xd25ab0) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  98. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x71f4a0) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  99. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  100. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  101. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  102.  
  103. #7 0x0000000000000000 in ?? ()
  104.  
  105. Thread 14 (Thread 0x7fff7affd700 (LWP 26623)):
  106. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  107. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x7e2080)
  108. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  109. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x7e2080)
  110. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  111. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0xda1540) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  112. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x7a21a0) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  113. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  114. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  115. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  116.  
  117. #7 0x0000000000000000 in ?? ()
  118.  
  119. Thread 13 (Thread 0x7fff7b7fe700 (LWP 26619)):
  120. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  121. ---Type <return> to continue, or q <return> to quit---
  122. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x730e40)
  123. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  124. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x730e40)
  125. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  126. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x1dfbfe0) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  127. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x46ca90) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  128. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  129. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  130. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  131.  
  132. #7 0x0000000000000000 in ?? ()
  133.  
  134. Thread 12 (Thread 0x7fff7bfff700 (LWP 26618)):
  135. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  136. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x792480)
  137. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  138. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x792480)
  139. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  140. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x7b0040) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  141. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x7a1660) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  142. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  143. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  144. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  145.  
  146. #7 0x0000000000000000 in ?? ()
  147.  
  148. Thread 11 (Thread 0x7fffa0c53700 (LWP 26617)):
  149. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  150. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x1155010)
  151. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  152. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x1155010)
  153. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  154. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0xf373e0) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  155. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x7a13e0) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  156. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  157. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  158. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  159.  
  160. #7 0x0000000000000000 in ?? ()
  161.  
  162. Thread 10 (Thread 0x7fffa1454700 (LWP 26616)):
  163. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  164. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0xfad7f0)
  165. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  166. ---Type <return> to continue, or q <return> to quit---
  167. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0xfad7f0)
  168. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  169. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x7a2a30) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  170. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x1a24860) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  171. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  172. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  173. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  174.  
  175. #7 0x0000000000000000 in ?? ()
  176.  
  177. Thread 9 (Thread 0x7fffa1c55700 (LWP 26614)):
  178. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  179. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0xbdf520)
  180. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  181. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0xbdf520)
  182. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  183. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x9a9900) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  184. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0xce3530) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  185. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  186. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  187. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  188.  
  189. #7 0x0000000000000000 in ?? ()
  190.  
  191. Thread 8 (Thread 0x7fffa2456700 (LWP 26610)):
  192. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  193. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0xf933b0)
  194. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  195. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0xf933b0)
  196. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  197. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0xafda50) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  198. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0xe70450) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  199. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  200. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  201. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  202.  
  203. #7 0x0000000000000000 in ?? ()
  204.  
  205. Thread 7 (Thread 0x7fffe474d700 (LWP 26606)):
  206. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  207. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x184b7d0)
  208. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  209. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x184b7d0)
  210. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  211. ---Type <return> to continue, or q <return> to quit---
  212. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0xf52b00) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  213. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x9aec20) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  214. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  215. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  216. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  217.  
  218. #7 0x0000000000000000 in ?? ()
  219.  
  220. Thread 6 (Thread 0x7fffe4f4e700 (LWP 26602)):
  221. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  222. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x774df0)
  223. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  224. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x774df0)
  225. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  226. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0xba2d90) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  227. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x47c540) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  228. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  229. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  230. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  231.  
  232. #7 0x0000000000000000 in ?? ()
  233.  
  234. Thread 5 (Thread 0x7fffe574f700 (LWP 26598)):
  235. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  236. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0xfb0b60)
  237. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  238. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0xfb0b60)
  239. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  240. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0xe1d070) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  241. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x1dfc910) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  242. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  243. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  244. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  245.  
  246. #7 0x0000000000000000 in ?? ()
  247.  
  248. Thread 4 (Thread 0x7fffa2c57700 (LWP 26595)):
  249. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  250. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x72cf80)
  251. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  252. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x72cf80)
  253. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  254. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x738100) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  255. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x7dc360) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  256. ---Type <return> to continue, or q <return> to quit---
  257. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  258. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  259. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  260.  
  261. #7 0x0000000000000000 in ?? ()
  262.  
  263. Thread 3 (Thread 0x7fffa362d700 (LWP 26593)):
  264. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  265. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x72d8f0)
  266. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  267. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x72d8f0)
  268. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  269. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x75a8e0) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  270. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x728f80) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  271. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  272. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  273. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  274.  
  275. #7 0x0000000000000000 in ?? ()
  276.  
  277. Thread 2 (Thread 0x7fffa3e2e700 (LWP 26592)):
  278. #0 0x00007ffff5311033 in select () from /lib/x86_64-linux-gnu/libc.so.6
  279. #1 0x00007ffff6a7883f in WorkQueue::performFileDescriptorWork (this=0x72d320)
  280. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:93
  281. #2 0x00007ffff6a78dce in WorkQueue::workQueueThread (workQueue=0x72d320)
  282. at /home/chris/Devel/WebKit/Source/WebKit2/Platform/efl/WorkQueueEfl.cpp:183
  283. #3 0x00007ffff78bd441 in WTF::threadEntryPoint (contextData=0x758ae0) at /home/chris/Devel/WebKit/Source/WTF/wtf/Threading.cpp:69
  284. #4 0x00007ffff78dffbe in WTF::wtfThreadEntryPoint (param=0x44b250) at /home/chris/Devel/WebKit/Source/WTF/wtf/ThreadingPthreads.cpp:196
  285. #5 0x00007ffff5d08e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
  286. #6 0x00007ffff5317ccd in clone () from /lib/x86_64-linux-gnu/libc.so.6
  287. warning: (Internal error: pc 0x0 in read in psymtab, but not in symtab.)
  288.  
  289. #7 0x0000000000000000 in ?? ()
  290.  
  291. Thread 1 (Thread 0x7fffe71998c0 (LWP 26576)):
  292. #0 0x00007fffe61df0f4 in ?? () from /usr/lib/x86_64-linux-gnu/libdricore9.0.0.so.1
  293. #1 0x00007fffe61df0fd in ?? () from /usr/lib/x86_64-linux-gnu/libdricore9.0.0.so.1
  294. #2 0x00007fffe61df0fd in ?? () from /usr/lib/x86_64-linux-gnu/libdricore9.0.0.so.1
  295. #3 0x00007fffe60d6a47 in _mesa_reference_shader () from /usr/lib/x86_64-linux-gnu/libdricore9.0.0.so.1
  296. #4 0x00007fffe60d6e67 in _mesa_free_shader_program_data () from /usr/lib/x86_64-linux-gnu/libdricore9.0.0.so.1
  297. #5 0x00007fffe60d6f19 in ?? () from /usr/lib/x86_64-linux-gnu/libdricore9.0.0.so.1
  298. #6 0x00007fffe60d6c47 in _mesa_reference_shader_program () from /usr/lib/x86_64-linux-gnu/libdricore9.0.0.so.1
  299. #7 0x00007fffe60d4a97 in ?? () from /usr/lib/x86_64-linux-gnu/libdricore9.0.0.so.1
  300. #8 0x00007fffe6876605 in evas_gl_common_context_free (gc=0xbd6630) at evas_gl_context.c:782
  301. ---Type <return> to continue, or q <return> to quit---
  302. #9 0x00007fffe6874377 in eng_window_free (gw=0x1251a10) at evas_x_main.c:462
  303. #10 0x00007fffe6870646 in eng_output_free (data=0x1b5df50) at evas_engine.c:1222
  304. #11 0x00007ffff5ff2bd1 in evas_free (e=0xe5bc60) at evas_main.c:218
  305. #12 0x00007ffff6101cc0 in _ecore_evas_free (ee=0x1251610) at ecore_evas.c:2514
  306. #13 _ecore_evas_free (ee=0x1251610) at ecore_evas.c:2492
  307. #14 0x0000000000414da6 in EWK2UnitTest::EWK2UnitTestBase::TearDown (this=0x477f070)
  308. at /home/chris/Devel/WebKit/Source/WebKit2/UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestBase.cpp:80
  309. #15 0x00007ffff5f829ad in testing::Test::Run (this=0x477f070) at /home/chris/Devel/WebKit/Source/ThirdParty/gtest/src/gtest.cc:2102
  310. #16 0x00007ffff5f82fa7 in testing::internal::TestInfoImpl::Run (this=0x425310)
  311. at /home/chris/Devel/WebKit/Source/ThirdParty/gtest/src/gtest.cc:2314
  312. #17 0x00007ffff5f83524 in testing::TestCase::Run (this=0x424230) at /home/chris/Devel/WebKit/Source/ThirdParty/gtest/src/gtest.cc:2420
  313. #18 0x00007ffff5f87f7c in testing::internal::UnitTestImpl::RunAllTests (this=0x423c80)
  314. at /home/chris/Devel/WebKit/Source/ThirdParty/gtest/src/gtest.cc:4024
  315. #19 0x00007ffff5f86cde in testing::UnitTest::Run (this=0x7ffff5fc3700 <testing::UnitTest::GetInstance()::instance>)
  316. at /home/chris/Devel/WebKit/Source/ThirdParty/gtest/src/gtest.cc:3687
  317. #20 0x00000000004170b4 in main (argc=1, argv=0x7fffffffe168)
  318. at /home/chris/Devel/WebKit/Source/WebKit2/UIProcess/API/efl/tests/UnitTestUtils/EWK2UnitTestMain.cpp:37
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement