Skip to content

Instantly share code, notes, and snippets.

@Nokius
Created November 15, 2015 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Nokius/49fcbd9e245e5343b249 to your computer and use it in GitHub Desktop.
Save Nokius/49fcbd9e245e5343b249 to your computer and use it in GitHub Desktop.
[SFOS] find7s
EGL_PLATFORM=hwcomposer strace /usr/lib/qt5/bin/qmlscene -platform hwcomposer main.qml
write(2, "== hwcomposer module ==\n", 24== hwcomposer module ==
) = 24
write(2, " * Address: 0xb3e27004\n", 23 * Address: 0xb3e27004
) = 23
write(2, " * Module API Version: 2\n", 25 * Module API Version: 2
) = 25
write(2, " * HAL API Version: 0\n", 22 * HAL API Version: 0
) = 22
write(2, " * Identifier: hwcomposer\n", 26 * Identifier: hwcomposer
) = 26
write(2, " * Name: Qualcomm Hardware Compo"..., 43 * Name: Qualcomm Hardware Composer Module
) = 43
write(2, " * Author: CodeAurora Forum\n", 28 * Author: CodeAurora Forum
) = 28
write(2, "== hwcomposer module ==\n", 24== hwcomposer module ==
) = 24
open("/dev/graphics/fb0", O_RDWR) = 5
ioctl(5, FBIOGET_VSCREENINFO, 0xbef94580) = 0
ioctl(5, 0x40946da6, 0xbef944ec) = 0
ioctl(5, FBIOGET_FSCREENINFO or FBIOPUT_CONTRAST, 0xbef94620) = 0
ioctl(5, FBIOBLANK, 0) = 0
open("/dev/tty", O_RDWR|O_NOCTTY|O_NONBLOCK) = 6
writev(6, [{"*** Error in `", 14}, {"/usr/lib/qt5/bin/qmlscene", 25}, {"': ", 3}, {"malloc(): memory corruption", 27}, {": 0x", 4}, {"018481e0", 8}, {" ***\n", 5}], 7*** Error in `/usr/lib/qt5/bin/qmlscene': malloc(): memory corruption: 0x018481e0 ***
) = 86
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb42b1000
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(9129, 9129, SIGABRT) = 0
--- SIGABRT {si_signo=SIGABRT, si_code=SI_TKILL, si_pid=9129, si_uid=0} ---
+++ killed by SIGABRT +++
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment