Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.54 KB | None | 0 0
  1. GNU gdb (Gentoo 7.12.1 vanilla) 7.12.1
  2. Copyright (C) 2017 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-pc-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <https://bugs.gentoo.org/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word".
  15. (gdb) handle SIG33 pass nostop no
  16. Signal Stop Print Pass to program Description
  17. SIG33 No No Yes Real-time event 33
  18. (gdb) set pagination 0
  19. (gdb) attach 4174
  20. Attaching to process 4174
  21. [New LWP 4176]
  22. [New LWP 4182]
  23. [New LWP 4183]
  24. [New LWP 4184]
  25. [New LWP 4217]
  26. [Thread debugging using libthread_db enabled]
  27. Using host libthread_db library "/lib64/libthread_db.so.1".
  28. Traceback (most recent call last):
  29. File "/usr/share/gdb/auto-load/usr/lib64/libeo.so.1.18.4-gdb.py", line 7, in <module>
  30. import eo_gdb
  31. ImportError: No module named 'eo_gdb'
  32. syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  33. 38 ../sysdeps/unix/sysv/linux/x86_64/syscall.S: No such file or directory.
  34. (gdb) bt full
  35. #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  36. No locals.
  37. #1 0x00007fa677dd6c9e in xshmfence_await () from /usr/lib64/libxshmfence.so.1
  38. No symbol table info available.
  39. #2 0x00007fa67863512c in loader_dri3_get_buffers () from /usr/lib64/libGL.so.1
  40. No symbol table info available.
  41. #3 0x00007fa6766d8dfa in dri2_allocate_textures () from /usr/lib64/dri/r600_dri.so
  42. No symbol table info available.
  43. #4 0x00007fa6766d402c in dri_st_framebuffer_validate () from /usr/lib64/dri/r600_dri.so
  44. No symbol table info available.
  45. #5 0x00007fa6766d3d5d in dri_set_tex_buffer2 () from /usr/lib64/dri/r600_dri.so
  46. No symbol table info available.
  47. #6 0x00007fa67885a994 in _native_bind_cb (image=<optimized out>) at modules/evas/engines/gl_x11/evas_engine.c:2049
  48. im = <optimized out>
  49. n = <optimized out>
  50. __FUNCTION__ = "_native_bind_cb"
  51. #7 0x00007fa676ea965d in shader_array_flush (gc=gc@entry=0x21f8c80) at modules/evas/engines/gl_common/evas_gl_context.c:2975
  52. color_ptr = <optimized out>
  53. masksam_ptr = <optimized out>
  54. MASK_TEXTURE = <optimized out>
  55. prog = 0x2edb8b0
  56. vertex_ptr = <optimized out>
  57. texuv_ptr = <optimized out>
  58. texuv2_ptr = <optimized out>
  59. texuv3_ptr = <optimized out>
  60. texa_ptr = <optimized out>
  61. texsam_ptr = <optimized out>
  62. mask_ptr = <optimized out>
  63. i = 0
  64. gw = 1920
  65. gh = 1080
  66. pipe_done = 1
  67. setclip = 0 '\000'
  68. fbo = 0 '\000'
  69. #8 0x00007fa676eab286 in shader_array_flush (gc=0x21f8c80) at modules/evas/engines/gl_common/evas_gl_context.c:1597
  70. pipe_done = 0
  71. fbo = 0 '\000'
  72. #9 _evas_gl_common_context_push (rtype=rtype@entry=SHD_IMAGE, gc=gc@entry=0x21f8c80, tex=tex@entry=0x2c55f10, texm=texm@entry=0x0, prog=prog@entry=0x2edb8b0, x=x@entry=428, y=1032, w=4, h=19, blend=0 '\000', smooth=0 '\000', clip=0 '\000', cx=0, cy=0, cw=0, ch=0, mask_smooth=0 '\000') at modules/evas/engines/gl_common/evas_gl_context.c:1594
  73. current_tex = 23
  74. pn = <optimized out>
  75. #10 0x00007fa676eaf4b9 in evas_gl_common_context_image_push (gc=0x21f8c80, tex=0x2c55f10, sx=0, sy=0, sw=100, sh=487, x=428, y=1032, w=4, h=19, mtex=0x0, mx=0, my=0, mw=0, mh=0, mask_smooth=0 '\000', r=255, g=255, b=255, a=255, smooth=<optimized out>, tex_only=1 '\001') at modules/evas/engines/gl_common/evas_gl_context.c:1931
  76. pt = 0x2e71350
  77. ox1 = <optimized out>
  78. oy1 = <optimized out>
  79. ox2 = <optimized out>
  80. oy2 = <optimized out>
  81. ox3 = <optimized out>
  82. oy3 = <optimized out>
  83. ox4 = <optimized out>
  84. oy4 = <optimized out>
  85. tx1 = <optimized out>
  86. ty1 = <optimized out>
  87. tx2 = <optimized out>
  88. ty2 = <optimized out>
  89. tx3 = <optimized out>
  90. ty3 = <optimized out>
  91. tx4 = <optimized out>
  92. ty4 = <optimized out>
  93. offsetx = 0
  94. offsety = 0
  95. pw = <optimized out>
  96. ph = <optimized out>
  97. blend = <optimized out>
  98. prog = 0x2edb8b0
  99. pn = 0
  100. render_op = 0
  101. nomul = 1
  102. sam = SHD_SAM11
  103. masksam = SHD_SAM11
  104. yinvert = 0
  105. shd_in = <optimized out>
  106. tex_target = 3553
  107. nv = <optimized out>
  108. nc = <optimized out>
  109. nm = <optimized out>
  110. __FUNCTION__ = "evas_gl_common_context_image_push"
  111. #11 0x00007fa676ec197c in _evas_gl_common_image_push (gc=gc@entry=0x21f8c80, im=im@entry=0x30af970, dx=dx@entry=428, dy=0, dy@entry=1032, dw=dw@entry=4, dh=dh@entry=19, sx=0, sy=0, sw=0, sh=0, cx=0, cy=0, cw=255, ch=255, r=255, g=255, b=0, a=1, mask=0x0, smooth=0 '\000', yuv=0 '\000', yuv_709=0 '\000', yuy2=0 '\000', nv12=0 '\000', rgb_a_pair=0 '\000') at modules/evas/engines/gl_common/evas_gl_image.c:1126
  112. mx = <optimized out>
  113. my = 0
  114. mw = <optimized out>
  115. mh = 0
  116. ssx = <optimized out>
  117. ssy = <optimized out>
  118. ssw = <optimized out>
  119. ssh = <optimized out>
  120. mtex = 0x0
  121. mask_smooth = <optimized out>
  122. nx = 428
  123. ny = 1032
  124. nw = 4
  125. nh = 1
  126. #12 0x00007fa676ec2323 in evas_gl_common_image_draw (gc=gc@entry=0x21f8c80, im=im@entry=0x30af970, sx=sx@entry=0, sy=sy@entry=0, sw=sw@entry=100, sh=sh@entry=487, dx=428, dy=1032, dw=4, dh=19, smooth=<optimized out>) at modules/evas/engines/gl_common/evas_gl_image.c:1204
  127. dc = <optimized out>
  128. r = 255
  129. g = 255
  130. b = 255
  131. a = 255
  132. rct = <optimized out>
  133. c = <optimized out>
  134. cx = <optimized out>
  135. cy = <optimized out>
  136. cw = <optimized out>
  137. ch = <optimized out>
  138. i = <optimized out>
  139. yuv = <optimized out>
  140. yuv_709 = 0 '\000'
  141. yuy2 = <optimized out>
  142. nv12 = 0 '\000'
  143. rgb_a_pair = 0 '\000'
  144. mask = 0x0
  145. #13 0x00007fa676ea4cbf in eng_image_draw (data=0x20a4680, context=0x33edfe0, surface=0x20a19d0, image=0x30af970, src_x=0, src_y=0, src_w=100, src_h=487, dst_x=428, dst_y=1032, dst_w=4, dst_h=19, smooth=0, do_async=0 '\000') at modules/evas/engines/gl_generic/evas_engine.c:1179
  146. gl_context = 0x21f8c80
  147. re = 0x20a4680
  148. im = 0x30af970
  149. n = 0x2c68e60
  150. __FUNCTION__ = "eng_image_draw"
  151. #14 0x00007fa682e7b47e in _draw_image (obj=0x2cd3fa0, data=<optimized out>, context=<optimized out>, surface=<optimized out>, image=0x30af970, src_x=<optimized out>, src_y=0, src_w=100, src_h=487, dst_x=428, dst_y=1032, dst_w=4, dst_h=19, smooth=0, do_async=0 '\000') at lib/evas/canvas/evas_object_image.c:1461
  152. async_unref = <optimized out>
  153. #15 0x00007fa682e82544 in _evas_image_render (eo_obj=eo_obj@entry=0x4000003fa00003fb, obj=obj@entry=0x2cd3fa0, output=output@entry=0x20a4680, context=context@entry=0x33edfe0, surface=surface@entry=0x20a19d0, x=x@entry=0, y=0, l=0, t=0, r=0, b=0, do_async=0 '\000') at lib/evas/canvas/evas_object_image.c:1953
  154. dobreak_h = 1
  155. ydy = 0
  156. dobreak_w = 1
  157. offx = <optimized out>
  158. offy = 1032
  159. idh = 19
  160. idx = 0
  161. iy = 0
  162. iw = 4
  163. idw = 4
  164. idy = 0
  165. ix = 0
  166. ih = 19
  167. o = 0x2cd40c0
  168. oi = <optimized out>
  169. imagew = <optimized out>
  170. imageh = 487
  171. uvw = <optimized out>
  172. uvh = <optimized out>
  173. cw = 4
  174. ch = 19
  175. pixels = 0x30af970
  176. source = <optimized out>
  177. #16 0x00007fa682e833bd in evas_object_image_render (eo_obj=0x4000003fa00003fb, obj=0x2cd3fa0, type_private_data=0x2cd40c0, output=0x20a4680, context=0x33edfe0, surface=0x20a19d0, x=0, y=0, do_async=0 '\000') at lib/evas/canvas/evas_object_image.c:1782
  178. do_async = 0 '\000'
  179. y = 0
  180. surface = 0x20a19d0
  181. context = 0x33edfe0
  182. type_private_data = 0x2cd40c0
  183. obj = 0x2cd3fa0
  184. eo_obj = 0x4000003fa00003fb
  185. x = 0
  186. output = 0x20a4680
  187. o = 0x2cd40c0
  188. #17 0x00007fa682ef3c7f in evas_render_mapped (evas=evas@entry=0x208bd80, eo_obj=eo_obj@entry=0x4000003fa00003fb, obj=obj@entry=0x2cd3fa0, context=context@entry=0x2212020, surface=surface@entry=0x20a19d0, off_x=off_x@entry=0, off_y=0, mapped=0, ecx=0, ecy=0, ecw=1920, ech=1080, proxy_render_data=0x0, level=3, use_mapped_ctx=0 '\000', do_async=0 '\000') at lib/evas/canvas/evas_render.c:1812
  189. obj2 = <optimized out>
  190. clean_them = 0 '\000'
  191. proxy_src_clip = <optimized out>
  192. ctx = 0x33edfe0
  193. #18 0x00007fa682ef5c46 in evas_render_updates_internal_loop (eo_e=eo_e@entry=0x4000000200000021, e=e@entry=0x208bd80, surface=surface@entry=0x20a19d0, context=0x2212020, top=top@entry=0x0, ux=0, uy=0, uw=1920, uh=1080, cx=0, cy=0, cw=1920, ch=1080, fx=0, fy=0, alpha=0 '\000', do_async=0 '\000', offset=0x7ffe6e500f70, level=0) at lib/evas/canvas/evas_render.c:2410
  194. prev_mask = <optimized out>
  195. mask = <optimized out>
  196. x = <optimized out>
  197. y = <optimized out>
  198. w = <optimized out>
  199. h = <optimized out>
  200. eo_obj = <optimized out>
  201. off_x = 0
  202. off_y = 0
  203. i = <optimized out>
  204. j = <optimized out>
  205. clean_them = 1 '\001'
  206. #19 0x00007fa682ef808c in evas_render_updates_internal (eo_e=eo_e@entry=0x4000000200000021, make_updates=make_updates@entry=1 '\001', do_draw=do_draw@entry=1 '\001', done_func=done_func@entry=0x0, done_data=done_data@entry=0x0, do_async=do_async@entry=0 '\000') at lib/evas/canvas/evas_render.c:2789
  207. surface = <optimized out>
  208. uy = 0
  209. cw = 1920
  210. cx = 0
  211. ch = 1080
  212. j = -1
  213. uw = 1920
  214. cy = 0
  215. fx = <optimized out>
  216. ru = 0x2b008d0
  217. ux = 0
  218. uh = 1080
  219. offset = 35
  220. fy = <optimized out>
  221. haveup = 1 '\001'
  222. eo_obj = <optimized out>
  223. e = 0x208bd80
  224. ll = <optimized out>
  225. clean_them = 0 '\000'
  226. alpha = 0 '\000'
  227. r = <optimized out>
  228. i = <optimized out>
  229. redraw_all = 0
  230. render_mode = EVAS_RENDER_MODE_SYNC
  231. clip_rect = <optimized out>
  232. __FUNCTION__ = "evas_render_updates_internal"
  233. #20 0x00007fa682ef8f13 in evas_render_updates_internal_wait (eo_e=eo_e@entry=0x4000000200000021, make_updates=make_updates@entry=1 '\001', do_draw=1 '\001') at lib/evas/canvas/evas_render.c:3150
  234. ret = 0x0
  235. e = 0x208bd80
  236. #21 0x00007fa682ef96da in _evas_canvas_render_updates (eo_e=0x4000000200000021, e=0x208bd80) at lib/evas/canvas/evas_render.c:3173
  237. ret = <optimized out>
  238. updates = 0x0
  239. ru = <optimized out>
  240. #22 0x00007fa682e7262b in evas_canvas_render_updates (obj=0x4000000200000021) at ../src/lib/evas/canvas/evas_canvas.eo.c:248
  241. _r = <optimized out>
  242. ___cache = {index = {{klass = 0x2088ec0}}, entry = {{func = 0x208ad40}}, off = {{off = 128}}, op = 243, generation = 1}
  243. ___call = {eo_id = 0x4000000200000021, obj = 0x208bd00, func = 0x7fa682ef9600 <_evas_canvas_render_updates>, data = 0x208bd80}
  244. _func_ = <optimized out>
  245. #23 0x00007fa682e74cf5 in evas_render_updates (obj=<optimized out>) at ../src/lib/evas/canvas/evas_canvas.eo.c:785
  246. No locals.
  247. #24 0x00007fa678a6e435 in _ecore_evas_x_render (ee=0x2086f50) at modules/ecore_evas/engines/x/ecore_evas_x.c:809
  248. updates = <optimized out>
  249. ll = <optimized out>
  250. rend = <optimized out>
  251. ee2 = <optimized out>
  252. render2 = 0
  253. ee = 0x2086f50
  254. edata = <optimized out>
  255. render2 = 0
  256. #25 0x00007fa684135c56 in _ecore_evas_idle_enter (data=<optimized out>) at lib/ecore_evas/ecore_evas.c:177
  257. ee = 0x2086f50
  258. t1 = 0
  259. t2 = 0
  260. rend = 0
  261. now = 2039.0999999999999
  262. __FUNCTION__ = "_ecore_evas_idle_enter"
  263. #26 0x00007fa68213c88f in _ecore_call_task_cb (data=<optimized out>, func=<optimized out>) at lib/ecore/ecore_private.h:283
  264. No locals.
  265. #27 _ecore_factorized_idle_process (data=0x1f2e4d0, event=<optimized out>) at lib/ecore/ecore_idler.c:35
  266. idler = 0x1f2e4d0
  267. #28 0x00007fa680586d7b in _eo_base_event_callback_call (obj_id=<optimized out>, pd=0x1f12900, desc=0x7fa682355520 <_EFL_LOOP_EVENT_IDLE_ENTER>, event_info=<optimized out>) at lib/eo/eo_base_class.c:1153
  268. it = 0x7fa682356dc0 <internal>
  269. callback_already_stopped = 0 '\000'
  270. ret = 1 '\001'
  271. cb = 0x1f21870
  272. lookup = 0x7ffe6e501130
  273. saved = {__in_list = {next = 0x0, prev = 0x0, last = 0x7ffe6e501130}, desc = 0x7fa682355520 <_EFL_LOOP_EVENT_IDLE_ENTER>, current = 0x1f12950}
  274. ev = {object = 0x4000000010000002, desc = 0x7fa682355520 <_EFL_LOOP_EVENT_IDLE_ENTER>, info = 0x0}
  275. #29 0x00007fa680585a63 in eo_event_callback_call (obj=0x4000000010000002, desc=0x7fa682355520 <_EFL_LOOP_EVENT_IDLE_ENTER>, event_info=event_info@entry=0x0) at lib/eo/eo_base.eo.c:142
  276. _r = <optimized out>
  277. ___cache = {index = {{klass = 0x2088ec0}}, entry = {{func = 0x2089210}}, off = {{off = 80}}, op = 35, generation = 1}
  278. ___call = {eo_id = 0x4000000010000002, obj = 0x1f128b0, func = 0x7fa680586c50 <_eo_base_event_callback_call>, data = 0x1f12900}
  279. _func_ = <optimized out>
  280. #30 0x00007fa68213c76e in _ecore_idle_enterer_call (loop=<optimized out>) at lib/ecore/ecore_idle_enterer.c:48
  281. No locals.
  282. #31 0x00007fa68213f20b in _ecore_main_loop_iterate_internal (once_only=once_only@entry=0) at lib/ecore/ecore_main.c:2266
  283. next_time = -1
  284. #32 0x00007fa68213f7f7 in ecore_main_loop_begin () at lib/ecore/ecore_main.c:1286
  285. No locals.
  286. #33 0x000000000043b683 in main (argc=<optimized out>, argv=<optimized out>) at src/bin/e_main.c:1083
  287. safe_mode = <optimized out>
  288. after_restart = <optimized out>
  289. waslocked = <optimized out>
  290. t = <optimized out>
  291. tstart = <optimized out>
  292. s = <optimized out>
  293. buff = "1498389723.7", '\000' <repeats 19 times>
  294. action = {__sigaction_handler = {sa_handler = 0x4fec90 <e_sigabrt_act>, sa_sigaction = 0x4fec90 <e_sigabrt_act>}, sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = -1073741820, sa_restorer = 0x0}
  295. __FUNCTION__ = "main"
  296. (gdb) thread apply all backtrace full
  297.  
  298. Thread 6 (Thread 0x7fa66d610700 (LWP 4217)):
  299. #0 0x00007fa68106a93d in nanosleep () at ../sysdeps/unix/syscall-template.S:84
  300. No locals.
  301. #1 0x00007fa681093b54 in usleep (useconds=<optimized out>) at ../sysdeps/posix/usleep.c:32
  302. ts = {tv_sec = 4, tv_nsec = 0}
  303. #2 0x00007fa65da11a13 in _cpufreq_cb_frequency_check_main (data=0x2b42b60, th=0x24d67f0) at src/modules/cpufreq/e_mod_main.c:1288
  304. thc = 0x2b42b60
  305. #3 0x00007fa6821447fd in _ecore_direct_worker (work=0x24d67f0) at lib/ecore/ecore_thread.c:425
  306. No locals.
  307. #4 0x00007fa681cb8795 in _eina_internal_call (context=0x2b43880) at lib/eina/eina_thread.c:150
  308. c = 0x2b43880
  309. r = <optimized out>
  310. #5 0x00007fa681865394 in start_thread (arg=0x7fa66d610700) at pthread_create.c:333
  311. __res = <optimized out>
  312. pd = 0x7fa66d610700
  313. now = <optimized out>
  314. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140352776374016, 6418345234524346217, 0, 140730749152511, 140352776374016, 140730749152640, -6458636589032204439, -6458291674540992663}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  315. not_first_call = <optimized out>
  316. pagesize_m1 = <optimized out>
  317. sp = <optimized out>
  318. freesize = <optimized out>
  319. __PRETTY_FUNCTION__ = "start_thread"
  320. #6 0x00007fa68109a73d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  321. No locals.
  322.  
  323. Thread 5 (Thread 0x7fa66fc9a700 (LWP 4184)):
  324. #0 0x00007fa68186d307 in futex_abstimed_wait_cancelable (private=0, abstime=0x0, expected=0, futex_word=0x210e8b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:205
  325. __ret = -512
  326. oldtype = 0
  327. err = <optimized out>
  328. #1 do_futex_wait (sem=sem@entry=0x210e8b8, abstime=0x0) at sem_waitcommon.c:111
  329. No locals.
  330. #2 0x00007fa68186d3b4 in __new_sem_wait_slow (sem=0x210e8b8, abstime=0x0) at sem_waitcommon.c:181
  331. _buffer = {__routine = 0x7fa68186d2c0 <__sem_wait_cleanup>, __arg = 0x210e8b8, __canceltype = 1875486464, __prev = 0x0}
  332. err = <optimized out>
  333. d = 0
  334. #3 0x00007fa68186d449 in __new_sem_wait (sem=sem@entry=0x210e8b8) at sem_wait.c:29
  335. No locals.
  336. #4 0x00007fa681cb9748 in eina_semaphore_lock (sem=0x210e8b8) at ../src/lib/eina/eina_inline_lock_posix.x:866
  337. No locals.
  338. #5 _eina_thread_queue_wait (thq=0x210e890) at lib/eina/eina_thread_queue.c:204
  339. No locals.
  340. #6 eina_thread_queue_wait (thq=0x210e890, allocref=allocref@entry=0x7fa66fc99e10) at lib/eina/eina_thread_queue.c:477
  341. msg = <optimized out>
  342. blk = 0x210e890
  343. #7 0x00007fa682f8cf0f in _evas_common_scale_sample_thread (data=<optimized out>, t=<optimized out>) at lib/evas/common/evas_scale_sample.c:829
  344. ref = 0x0
  345. msg = <optimized out>
  346. todo = 0x0
  347. #8 0x00007fa681cb8795 in _eina_internal_call (context=0x2060140) at lib/eina/eina_thread.c:150
  348. c = 0x2060140
  349. r = <optimized out>
  350. #9 0x00007fa681865394 in start_thread (arg=0x7fa66fc9a700) at pthread_create.c:333
  351. __res = <optimized out>
  352. pd = 0x7fa66fc9a700
  353. now = <optimized out>
  354. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140352816785152, 6418345234524346217, 0, 140730749156319, 140352816785152, 140730749156448, -6458630879946926231, -6458291674540992663}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  355. not_first_call = <optimized out>
  356. pagesize_m1 = <optimized out>
  357. sp = <optimized out>
  358. freesize = <optimized out>
  359. __PRETTY_FUNCTION__ = "start_thread"
  360. #10 0x00007fa68109a73d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  361. No locals.
  362.  
  363. Thread 4 (Thread 0x7fa6706a0700 (LWP 4183)):
  364. #0 pthread_cond_wait () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  365. No locals.
  366. #1 0x00007fa676770bcb in util_queue_thread_func () from /usr/lib64/dri/r600_dri.so
  367. No symbol table info available.
  368. #2 0x00007fa6767708f7 in impl_thrd_routine () from /usr/lib64/dri/r600_dri.so
  369. No symbol table info available.
  370. #3 0x00007fa681865394 in start_thread (arg=0x7fa6706a0700) at pthread_create.c:333
  371. __res = <optimized out>
  372. pd = 0x7fa6706a0700
  373. now = <optimized out>
  374. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140352827295488, 6418345234524346217, 0, 140730749153839, 140352827295488, 140730749153840, -6458608061859424407, -6458291674540992663}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  375. not_first_call = <optimized out>
  376. pagesize_m1 = <optimized out>
  377. sp = <optimized out>
  378. freesize = <optimized out>
  379. __PRETTY_FUNCTION__ = "start_thread"
  380. #4 0x00007fa68109a73d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  381. No locals.
  382.  
  383. Thread 3 (Thread 0x7fa679476700 (LWP 4182)):
  384. #0 0x00007fa681093393 in select () at ../sysdeps/unix/syscall-template.S:84
  385. No locals.
  386. #1 0x00007fa682136d71 in _timer_tick_core (data=<optimized out>, thread=0x20cc9f0) at lib/ecore/ecore_anim.c:122
  387. rfds = {fds_bits = {33554432, 0 <repeats 15 times>}}
  388. wfds = {fds_bits = {0 <repeats 16 times>}}
  389. exfds = {fds_bits = {0 <repeats 16 times>}}
  390. tv = {tv_sec = 0, tv_usec = 16140}
  391. t = 16477
  392. tick = 1 '\001'
  393. t0 = 2347.9335220419998
  394. d = 0.00018870866652150042
  395. ret = <optimized out>
  396. __FUNCTION__ = "_timer_tick_core"
  397. #2 0x00007fa6821447fd in _ecore_direct_worker (work=0x20cc9f0) at lib/ecore/ecore_thread.c:425
  398. No locals.
  399. #3 0x00007fa681cb8795 in _eina_internal_call (context=0x203df30) at lib/eina/eina_thread.c:150
  400. c = 0x203df30
  401. r = <optimized out>
  402. #4 0x00007fa681865394 in start_thread (arg=0x7fa679476700) at pthread_create.c:333
  403. __res = <optimized out>
  404. pd = 0x7fa679476700
  405. now = <optimized out>
  406. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140352976021248, 6418345234524346217, 0, 140730749161167, 140352976021248, 140730749161296, -6458592382007568535, -6458291674540992663}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  407. not_first_call = <optimized out>
  408. pagesize_m1 = <optimized out>
  409. sp = <optimized out>
  410. freesize = <optimized out>
  411. __PRETTY_FUNCTION__ = "start_thread"
  412. #5 0x00007fa68109a73d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  413. No locals.
  414.  
  415. Thread 2 (Thread 0x7fa67a08a700 (LWP 4176)):
  416. #0 pthread_cond_wait () at ../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
  417. No locals.
  418. #1 0x00007fa682f96098 in eina_condition_wait (cond=0x7fa6832712e0 <evas_thread_queue_condition>) at ../src/lib/eina/eina_inline_lock_posix.x:431
  419. r = 0 '\000'
  420. ok = <optimized out>
  421. #2 evas_thread_worker_func (data=<optimized out>, thread=<optimized out>) at lib/evas/common/evas_thread_render.c:76
  422. cmd = <optimized out>
  423. len = <optimized out>
  424. max = <optimized out>
  425. __FUNCTION__ = "evas_thread_worker_func"
  426. __PRETTY_FUNCTION__ = "evas_thread_worker_func"
  427. #3 0x00007fa681cb8795 in _eina_internal_call (context=0x1f2e450) at lib/eina/eina_thread.c:150
  428. c = 0x1f2e450
  429. r = <optimized out>
  430. #4 0x00007fa681865394 in start_thread (arg=0x7fa67a08a700) at pthread_create.c:333
  431. __res = <optimized out>
  432. pd = 0x7fa67a08a700
  433. now = <optimized out>
  434. unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140352988686080, 6418345234524346217, 1, 140730749161407, 140352988686080, 140730749161536, -6458585258804308119, -6458291674540992663}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
  435. not_first_call = <optimized out>
  436. pagesize_m1 = <optimized out>
  437. sp = <optimized out>
  438. freesize = <optimized out>
  439. __PRETTY_FUNCTION__ = "start_thread"
  440. #5 0x00007fa68109a73d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:109
  441. No locals.
  442.  
  443. Thread 1 (Thread 0x7fa684d55800 (LWP 4174)):
  444. #0 syscall () at ../sysdeps/unix/sysv/linux/x86_64/syscall.S:38
  445. No locals.
  446. #1 0x00007fa677dd6c9e in xshmfence_await () from /usr/lib64/libxshmfence.so.1
  447. No symbol table info available.
  448. #2 0x00007fa67863512c in loader_dri3_get_buffers () from /usr/lib64/libGL.so.1
  449. No symbol table info available.
  450. #3 0x00007fa6766d8dfa in dri2_allocate_textures () from /usr/lib64/dri/r600_dri.so
  451. No symbol table info available.
  452. #4 0x00007fa6766d402c in dri_st_framebuffer_validate () from /usr/lib64/dri/r600_dri.so
  453. No symbol table info available.
  454. #5 0x00007fa6766d3d5d in dri_set_tex_buffer2 () from /usr/lib64/dri/r600_dri.so
  455. No symbol table info available.
  456. #6 0x00007fa67885a994 in _native_bind_cb (image=<optimized out>) at modules/evas/engines/gl_x11/evas_engine.c:2049
  457. im = <optimized out>
  458. n = <optimized out>
  459. __FUNCTION__ = "_native_bind_cb"
  460. #7 0x00007fa676ea965d in shader_array_flush (gc=gc@entry=0x21f8c80) at modules/evas/engines/gl_common/evas_gl_context.c:2975
  461. color_ptr = <optimized out>
  462. masksam_ptr = <optimized out>
  463. MASK_TEXTURE = <optimized out>
  464. prog = 0x2edb8b0
  465. vertex_ptr = <optimized out>
  466. texuv_ptr = <optimized out>
  467. texuv2_ptr = <optimized out>
  468. texuv3_ptr = <optimized out>
  469. texa_ptr = <optimized out>
  470. texsam_ptr = <optimized out>
  471. mask_ptr = <optimized out>
  472. i = 0
  473. gw = 1920
  474. gh = 1080
  475. pipe_done = 1
  476. setclip = 0 '\000'
  477. fbo = 0 '\000'
  478. #8 0x00007fa676eab286 in shader_array_flush (gc=0x21f8c80) at modules/evas/engines/gl_common/evas_gl_context.c:1597
  479. pipe_done = 0
  480. fbo = 0 '\000'
  481. #9 _evas_gl_common_context_push (rtype=rtype@entry=SHD_IMAGE, gc=gc@entry=0x21f8c80, tex=tex@entry=0x2c55f10, texm=texm@entry=0x0, prog=prog@entry=0x2edb8b0, x=x@entry=428, y=1032, w=4, h=19, blend=0 '\000', smooth=0 '\000', clip=0 '\000', cx=0, cy=0, cw=0, ch=0, mask_smooth=0 '\000') at modules/evas/engines/gl_common/evas_gl_context.c:1594
  482. current_tex = 23
  483. pn = <optimized out>
  484. #10 0x00007fa676eaf4b9 in evas_gl_common_context_image_push (gc=0x21f8c80, tex=0x2c55f10, sx=0, sy=0, sw=100, sh=487, x=428, y=1032, w=4, h=19, mtex=0x0, mx=0, my=0, mw=0, mh=0, mask_smooth=0 '\000', r=255, g=255, b=255, a=255, smooth=<optimized out>, tex_only=1 '\001') at modules/evas/engines/gl_common/evas_gl_context.c:1931
  485. pt = 0x2e71350
  486. ox1 = <optimized out>
  487. oy1 = <optimized out>
  488. ox2 = <optimized out>
  489. oy2 = <optimized out>
  490. ox3 = <optimized out>
  491. oy3 = <optimized out>
  492. ox4 = <optimized out>
  493. oy4 = <optimized out>
  494. tx1 = <optimized out>
  495. ty1 = <optimized out>
  496. tx2 = <optimized out>
  497. ty2 = <optimized out>
  498. tx3 = <optimized out>
  499. ty3 = <optimized out>
  500. tx4 = <optimized out>
  501. ty4 = <optimized out>
  502. offsetx = 0
  503. offsety = 0
  504. pw = <optimized out>
  505. ph = <optimized out>
  506. blend = <optimized out>
  507. prog = 0x2edb8b0
  508. pn = 0
  509. render_op = 0
  510. nomul = 1
  511. sam = SHD_SAM11
  512. masksam = SHD_SAM11
  513. yinvert = 0
  514. shd_in = <optimized out>
  515. tex_target = 3553
  516. nv = <optimized out>
  517. nc = <optimized out>
  518. nm = <optimized out>
  519. __FUNCTION__ = "evas_gl_common_context_image_push"
  520. #11 0x00007fa676ec197c in _evas_gl_common_image_push (gc=gc@entry=0x21f8c80, im=im@entry=0x30af970, dx=dx@entry=428, dy=0, dy@entry=1032, dw=dw@entry=4, dh=dh@entry=19, sx=0, sy=0, sw=0, sh=0, cx=0, cy=0, cw=255, ch=255, r=255, g=255, b=0, a=1, mask=0x0, smooth=0 '\000', yuv=0 '\000', yuv_709=0 '\000', yuy2=0 '\000', nv12=0 '\000', rgb_a_pair=0 '\000') at modules/evas/engines/gl_common/evas_gl_image.c:1126
  521. mx = <optimized out>
  522. my = 0
  523. mw = <optimized out>
  524. mh = 0
  525. ssx = <optimized out>
  526. ssy = <optimized out>
  527. ssw = <optimized out>
  528. ssh = <optimized out>
  529. mtex = 0x0
  530. mask_smooth = <optimized out>
  531. nx = 428
  532. ny = 1032
  533. nw = 4
  534. nh = 1
  535. #12 0x00007fa676ec2323 in evas_gl_common_image_draw (gc=gc@entry=0x21f8c80, im=im@entry=0x30af970, sx=sx@entry=0, sy=sy@entry=0, sw=sw@entry=100, sh=sh@entry=487, dx=428, dy=1032, dw=4, dh=19, smooth=<optimized out>) at modules/evas/engines/gl_common/evas_gl_image.c:1204
  536. dc = <optimized out>
  537. r = 255
  538. g = 255
  539. b = 255
  540. a = 255
  541. rct = <optimized out>
  542. c = <optimized out>
  543. cx = <optimized out>
  544. cy = <optimized out>
  545. cw = <optimized out>
  546. ch = <optimized out>
  547. i = <optimized out>
  548. yuv = <optimized out>
  549. yuv_709 = 0 '\000'
  550. yuy2 = <optimized out>
  551. nv12 = 0 '\000'
  552. rgb_a_pair = 0 '\000'
  553. mask = 0x0
  554. #13 0x00007fa676ea4cbf in eng_image_draw (data=0x20a4680, context=0x33edfe0, surface=0x20a19d0, image=0x30af970, src_x=0, src_y=0, src_w=100, src_h=487, dst_x=428, dst_y=1032, dst_w=4, dst_h=19, smooth=0, do_async=0 '\000') at modules/evas/engines/gl_generic/evas_engine.c:1179
  555. gl_context = 0x21f8c80
  556. re = 0x20a4680
  557. im = 0x30af970
  558. n = 0x2c68e60
  559. __FUNCTION__ = "eng_image_draw"
  560. #14 0x00007fa682e7b47e in _draw_image (obj=0x2cd3fa0, data=<optimized out>, context=<optimized out>, surface=<optimized out>, image=0x30af970, src_x=<optimized out>, src_y=0, src_w=100, src_h=487, dst_x=428, dst_y=1032, dst_w=4, dst_h=19, smooth=0, do_async=0 '\000') at lib/evas/canvas/evas_object_image.c:1461
  561. async_unref = <optimized out>
  562. #15 0x00007fa682e82544 in _evas_image_render (eo_obj=eo_obj@entry=0x4000003fa00003fb, obj=obj@entry=0x2cd3fa0, output=output@entry=0x20a4680, context=context@entry=0x33edfe0, surface=surface@entry=0x20a19d0, x=x@entry=0, y=0, l=0, t=0, r=0, b=0, do_async=0 '\000') at lib/evas/canvas/evas_object_image.c:1953
  563. dobreak_h = 1
  564. ydy = 0
  565. dobreak_w = 1
  566. offx = <optimized out>
  567. offy = 1032
  568. idh = 19
  569. idx = 0
  570. iy = 0
  571. iw = 4
  572. idw = 4
  573. idy = 0
  574. ix = 0
  575. ih = 19
  576. o = 0x2cd40c0
  577. oi = <optimized out>
  578. imagew = <optimized out>
  579. imageh = 487
  580. uvw = <optimized out>
  581. uvh = <optimized out>
  582. cw = 4
  583. ch = 19
  584. pixels = 0x30af970
  585. source = <optimized out>
  586. #16 0x00007fa682e833bd in evas_object_image_render (eo_obj=0x4000003fa00003fb, obj=0x2cd3fa0, type_private_data=0x2cd40c0, output=0x20a4680, context=0x33edfe0, surface=0x20a19d0, x=0, y=0, do_async=0 '\000') at lib/evas/canvas/evas_object_image.c:1782
  587. do_async = 0 '\000'
  588. y = 0
  589. surface = 0x20a19d0
  590. context = 0x33edfe0
  591. type_private_data = 0x2cd40c0
  592. obj = 0x2cd3fa0
  593. eo_obj = 0x4000003fa00003fb
  594. x = 0
  595. output = 0x20a4680
  596. o = 0x2cd40c0
  597. #17 0x00007fa682ef3c7f in evas_render_mapped (evas=evas@entry=0x208bd80, eo_obj=eo_obj@entry=0x4000003fa00003fb, obj=obj@entry=0x2cd3fa0, context=context@entry=0x2212020, surface=surface@entry=0x20a19d0, off_x=off_x@entry=0, off_y=0, mapped=0, ecx=0, ecy=0, ecw=1920, ech=1080, proxy_render_data=0x0, level=3, use_mapped_ctx=0 '\000', do_async=0 '\000') at lib/evas/canvas/evas_render.c:1812
  598. obj2 = <optimized out>
  599. clean_them = 0 '\000'
  600. proxy_src_clip = <optimized out>
  601. ctx = 0x33edfe0
  602. #18 0x00007fa682ef5c46 in evas_render_updates_internal_loop (eo_e=eo_e@entry=0x4000000200000021, e=e@entry=0x208bd80, surface=surface@entry=0x20a19d0, context=0x2212020, top=top@entry=0x0, ux=0, uy=0, uw=1920, uh=1080, cx=0, cy=0, cw=1920, ch=1080, fx=0, fy=0, alpha=0 '\000', do_async=0 '\000', offset=0x7ffe6e500f70, level=0) at lib/evas/canvas/evas_render.c:2410
  603. prev_mask = <optimized out>
  604. mask = <optimized out>
  605. x = <optimized out>
  606. y = <optimized out>
  607. w = <optimized out>
  608. h = <optimized out>
  609. eo_obj = <optimized out>
  610. off_x = 0
  611. off_y = 0
  612. i = <optimized out>
  613. j = <optimized out>
  614. clean_them = 1 '\001'
  615. #19 0x00007fa682ef808c in evas_render_updates_internal (eo_e=eo_e@entry=0x4000000200000021, make_updates=make_updates@entry=1 '\001', do_draw=do_draw@entry=1 '\001', done_func=done_func@entry=0x0, done_data=done_data@entry=0x0, do_async=do_async@entry=0 '\000') at lib/evas/canvas/evas_render.c:2789
  616. surface = <optimized out>
  617. uy = 0
  618. cw = 1920
  619. cx = 0
  620. ch = 1080
  621. j = -1
  622. uw = 1920
  623. cy = 0
  624. fx = <optimized out>
  625. ru = 0x2b008d0
  626. ux = 0
  627. uh = 1080
  628. offset = 35
  629. fy = <optimized out>
  630. haveup = 1 '\001'
  631. eo_obj = <optimized out>
  632. e = 0x208bd80
  633. ll = <optimized out>
  634. clean_them = 0 '\000'
  635. alpha = 0 '\000'
  636. r = <optimized out>
  637. i = <optimized out>
  638. redraw_all = 0
  639. render_mode = EVAS_RENDER_MODE_SYNC
  640. clip_rect = <optimized out>
  641. __FUNCTION__ = "evas_render_updates_internal"
  642. #20 0x00007fa682ef8f13 in evas_render_updates_internal_wait (eo_e=eo_e@entry=0x4000000200000021, make_updates=make_updates@entry=1 '\001', do_draw=1 '\001') at lib/evas/canvas/evas_render.c:3150
  643. ret = 0x0
  644. e = 0x208bd80
  645. #21 0x00007fa682ef96da in _evas_canvas_render_updates (eo_e=0x4000000200000021, e=0x208bd80) at lib/evas/canvas/evas_render.c:3173
  646. ret = <optimized out>
  647. updates = 0x0
  648. ru = <optimized out>
  649. #22 0x00007fa682e7262b in evas_canvas_render_updates (obj=0x4000000200000021) at ../src/lib/evas/canvas/evas_canvas.eo.c:248
  650. _r = <optimized out>
  651. ___cache = {index = {{klass = 0x2088ec0}}, entry = {{func = 0x208ad40}}, off = {{off = 128}}, op = 243, generation = 1}
  652. ___call = {eo_id = 0x4000000200000021, obj = 0x208bd00, func = 0x7fa682ef9600 <_evas_canvas_render_updates>, data = 0x208bd80}
  653. _func_ = <optimized out>
  654. #23 0x00007fa682e74cf5 in evas_render_updates (obj=<optimized out>) at ../src/lib/evas/canvas/evas_canvas.eo.c:785
  655. No locals.
  656. #24 0x00007fa678a6e435 in _ecore_evas_x_render (ee=0x2086f50) at modules/ecore_evas/engines/x/ecore_evas_x.c:809
  657. updates = <optimized out>
  658. ll = <optimized out>
  659. rend = <optimized out>
  660. ee2 = <optimized out>
  661. render2 = 0
  662. ee = 0x2086f50
  663. edata = <optimized out>
  664. render2 = 0
  665. #25 0x00007fa684135c56 in _ecore_evas_idle_enter (data=<optimized out>) at lib/ecore_evas/ecore_evas.c:177
  666. ee = 0x2086f50
  667. t1 = 0
  668. t2 = 0
  669. rend = 0
  670. now = 2039.0999999999999
  671. __FUNCTION__ = "_ecore_evas_idle_enter"
  672. #26 0x00007fa68213c88f in _ecore_call_task_cb (data=<optimized out>, func=<optimized out>) at lib/ecore/ecore_private.h:283
  673. No locals.
  674. #27 _ecore_factorized_idle_process (data=0x1f2e4d0, event=<optimized out>) at lib/ecore/ecore_idler.c:35
  675. idler = 0x1f2e4d0
  676. #28 0x00007fa680586d7b in _eo_base_event_callback_call (obj_id=<optimized out>, pd=0x1f12900, desc=0x7fa682355520 <_EFL_LOOP_EVENT_IDLE_ENTER>, event_info=<optimized out>) at lib/eo/eo_base_class.c:1153
  677. it = 0x7fa682356dc0 <internal>
  678. callback_already_stopped = 0 '\000'
  679. ret = 1 '\001'
  680. cb = 0x1f21870
  681. lookup = 0x7ffe6e501130
  682. saved = {__in_list = {next = 0x0, prev = 0x0, last = 0x7ffe6e501130}, desc = 0x7fa682355520 <_EFL_LOOP_EVENT_IDLE_ENTER>, current = 0x1f12950}
  683. ev = {object = 0x4000000010000002, desc = 0x7fa682355520 <_EFL_LOOP_EVENT_IDLE_ENTER>, info = 0x0}
  684. #29 0x00007fa680585a63 in eo_event_callback_call (obj=0x4000000010000002, desc=0x7fa682355520 <_EFL_LOOP_EVENT_IDLE_ENTER>, event_info=event_info@entry=0x0) at lib/eo/eo_base.eo.c:142
  685. _r = <optimized out>
  686. ___cache = {index = {{klass = 0x2088ec0}}, entry = {{func = 0x2089210}}, off = {{off = 80}}, op = 35, generation = 1}
  687. ___call = {eo_id = 0x4000000010000002, obj = 0x1f128b0, func = 0x7fa680586c50 <_eo_base_event_callback_call>, data = 0x1f12900}
  688. _func_ = <optimized out>
  689. #30 0x00007fa68213c76e in _ecore_idle_enterer_call (loop=<optimized out>) at lib/ecore/ecore_idle_enterer.c:48
  690. No locals.
  691. #31 0x00007fa68213f20b in _ecore_main_loop_iterate_internal (once_only=once_only@entry=0) at lib/ecore/ecore_main.c:2266
  692. next_time = -1
  693. #32 0x00007fa68213f7f7 in ecore_main_loop_begin () at lib/ecore/ecore_main.c:1286
  694. No locals.
  695. #33 0x000000000043b683 in main (argc=<optimized out>, argv=<optimized out>) at src/bin/e_main.c:1083
  696. safe_mode = <optimized out>
  697. after_restart = <optimized out>
  698. waslocked = <optimized out>
  699. t = <optimized out>
  700. tstart = <optimized out>
  701. s = <optimized out>
  702. buff = "1498389723.7", '\000' <repeats 19 times>
  703. action = {__sigaction_handler = {sa_handler = 0x4fec90 <e_sigabrt_act>, sa_sigaction = 0x4fec90 <e_sigabrt_act>}, sa_mask = {__val = {0 <repeats 16 times>}}, sa_flags = -1073741820, sa_restorer = 0x0}
  704. __FUNCTION__ = "main"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement