Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save HansKristian-Work/c4f5e46254c3b03649cdff033c772e67 to your computer and use it in GitHub Desktop.

Select an option

Save HansKristian-Work/c4f5e46254c3b03649cdff033c772e67 to your computer and use it in GitHub Desktop.
#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