Skip to content

Instantly share code, notes, and snippets.

View vicmns's full-sized avatar

Victor Manuel Cervantes vicmns

  • San Francisco, Ca
View GitHub Profile
@vicmns
vicmns / gdb dump
Created September 20, 2019 01:06
gdb dump for android emulator
The program is not being run.
Thread 12 (Thread 0x7fd44978c700 (LWP 28063)):
#0 0x00007fd45361cbd6 in ppoll () from /lib64/libc.so.6
#1 0x00000000008101d1 in qemu_poll_ns (fds=0x5c8d800, nfds=<optimized out>, timeout=<optimized out>) at ../util/qemu-timer.c:322
#2 0x00000000008123a7 in aio_poll (ctx=0x5c703c0, blocking=<optimized out>) at ../util/aio-posix.c:647
#3 0x00000000007a2a5a in iothread_run (opaque=0x5c5c7e0) at ../iothread.c:64
#4 0x00000000008146a0 in qemu_thread_trampoline (data_=0x5e388c0) at ../util/qemu-thread-posix.c:551
#5 0x00007fd4551b84c0 in start_thread () from /lib64/libpthread.so.0
#6 0x00007fd453627553 in clone () from /lib64/libc.so.6
@vicmns
vicmns / Emulator build error
Created September 19, 2019 23:35
Part of the output from the building script used for building the android emulator
I0919 18:22:39.327586 140364602410496 process.py:43] 97% tests passed, 3 tests failed out of 99
I0919 18:22:39.328095 140364602410496 process.py:43] Errors while running CTest
I0919 18:22:39.328583 140364602410496 process.py:43]
I0919 18:22:39.328996 140364602410496 process.py:43] Total Test time (real) = 93.64 sec
I0919 18:22:39.329436 140364602410496 process.py:43]
I0919 18:22:39.329983 140364602410496 process.py:43] The following tests FAILED:
I0919 18:22:39.330522 140364602410496 process.py:43] 87 - OpenglRender_unittests (SEGFAULT)
I0919 18:22:39.330949 140364602410496 process.py:43] 92 - emugl_combined_unittests (SEGFAULT)
I0919 18:22:39.331376 140364602410496 process.py:43] 93 - aemugraphics_toplevel_unittests (SEGFAULT)
I0919 18:22:39.334733 140364602410496 process.py:43] Test project /home/vicmns/Documents/emu/external/qemu/objs