Advertisement
Guest User

Untitled

a guest
May 12th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. gdb) run -platform hwcomposer main.qml
  2. The program being debugged has been started already.
  3. Start it from the beginning? (y or n) y
  4. Starting program: /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml
  5. [Thread debugging using libthread_db enabled]
  6. Using host libthread_db library "/lib/libthread_db.so.1".
  7. EGLFS: Screen Info
  8. - Physical size: QSizeF(154, 90)
  9. - Screen size: QSize(1024, 600)
  10. - Screen depth: 32
  11. == hwcomposer module ==
  12. * Address: 0xb3d88004
  13. * Module API Version: 1
  14. * HAL API Version: 100
  15. * Identifier: hwcomposer
  16. * Name: SAMSUNG_SLSI slsiap hwcomposer module
  17. * Author: swpark@nexell.co.kr
  18. == hwcomposer module ==
  19. [New Thread 0xb3d553a0 (LWP 3434)]
  20. virtual bool V4l2Device::activate(): /dev/v4l-subdev2 5
  21. virtual bool V4l2Device::activate(): /dev/v4l-subdev0 1
  22. virtual bool V4l2Device::activate(): /dev/video4 2
  23. virtual bool V4l2Device::activate(): /dev/v4l-subdev1 3
  24. virtual bool V4l2Device::activate(): /dev/video5 4
  25. virtual bool V4l2Device::activate(): /dev/v4l-subdev4 8
  26. virtual bool V4l2Device::activate(): /dev/video8 10
  27. virtual bool V4l2Device::activate(): /dev/v4l-subdev5 11
  28. virtual bool V4l2Device::activate(): /dev/video9 12
  29. virtual bool V4l2Device::activate(): /dev/video10 13
  30. virtual bool V4l2Device::activate(): /dev/v4l-subdev6 14
  31. virtual bool V4l2Device::activate(): /dev/v4l-subdev7 15
  32. == hwcomposer device ==
  33. * Version: 1010001 (interpreted as 1010001)
  34. * Module: 0xb3d88004
  35. == hwcomposer device ==
  36. [New Thread 0xb3b553a0 (LWP 3435)]
  37. [New Thread 0xb3954b40 (LWP 3436)]
  38. QEglScreen 0x2caf0
  39.  
  40. [New Thread 0xb387d3a0 (LWP 3437)]
  41. [New Thread 0xb367d3a0 (LWP 3438)]
  42. QEglWindow 0xf43a0: 0xf3e18 0x0
  43.  
  44. [New Thread 0xb2acf3a0 (LWP 3439)]
  45. [New Thread 0xb26ff3a0 (LWP 3440)]
  46. WARNING: void HWComposerNativeWindow::allocateBuffers(): allocated only 0 buffers out of 4
  47. qmlscene: hwcomposer_window.cpp:204: virtual int HWComposerNativeWindow::dequeueBuffer(BaseNativeWindowBuffer**, int*): Assertion `!m_bufList.empty()' failed.
  48.  
  49. Program received signal SIGABRT, Aborted.
  50. [Switching to Thread 0xb2acf3a0 (LWP 3439)]
  51. __libc_do_syscall () at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44
  52. 44 ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or directory.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement