Created
March 14, 2018 19:57
-
-
Save HansKristian-Work/c4f5e46254c3b03649cdff033c772e67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #0 0x00007ffff40b373c in __lll_lock_wait () from /usr/lib/libpthread.so.0 <-- Deadlock | |
| (gdb) up | |
| #1 0x00007ffff40aca55 in pthread_mutex_lock () from /usr/lib/libpthread.so.0 | |
| (gdb) | |
| #2 0x00007fff85f5b67d in ?? () from /usr/lib64/amdvlk64.so <-- why does fork() end up in amdvlk64.so? :| | |
| (gdb) | |
| #3 0x00007ffff34c5bdd in fork () from /usr/lib/libc.so.6 | |
| (gdb) | |
| #4 0x00007ffff4778d15 in ?? () from /usr/lib/libQt5Core.so.5 | |
| (gdb) | |
| #5 0x00007ffff476f09f in ?? () from /usr/lib/libQt5Core.so.5 | |
| (gdb) | |
| #6 0x00007ffff4768da1 in ?? () from /usr/lib/libQt5Core.so.5 | |
| (gdb) | |
| #7 0x00007ffff4769007 in QProcess::start(QString const&, QStringList const&, QFlags<QIODevice::OpenModeFlag>) | |
| () from /usr/lib/libQt5Core.so.5 <-- renderdoc launching process in thread |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment