Advertisement
Guest User

Untitled

a guest
Sep 28th, 2015
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. [2c59/2c59] pthread_mutex_unlock (0x7ea620) => 0
  2. [2c59/2c59] pthread_mutex_unlock (0x7ea5e8) => 0
  3. [2c59/2c59] pthread_mutex_unlock (0x7ea5e8) => 0
  4. [error] Process could not be created: Attaching to process failed without error code.
  5. [2c59/2c59] pthread_mutex_lock (0x62bb10)...
  6. [2c59/2c59] pthread_mutex_lock (0x62bb10) => 0
  7. [2c59/2c59] pthread_mutex_lock (0x7ffff7dc2fc0)...
  8. libdsu: /home/vagrant/dsu-ld/libdsu-project/llvm/tools/lldb/source/Host/common/Mutex.cpp:80: bool error_check_mutex(pthread_mutex_t*, MutexAction): Assertion `success' failed.
  9.  
  10. Program received signal SIGABRT, Aborted.
  11. 0x00007ffff0a7ecc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  12. 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  13. (gdb) bt
  14. #0 0x00007ffff0a7ecc9 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  15. #1 0x00007ffff0a820d8 in __GI_abort () at abort.c:89
  16. #2 0x00007ffff0a77b86 in __assert_fail_base (fmt=0x7ffff0bc8830 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n",
  17. assertion=assertion@entry=0x7ffff5df585d "success",
  18. file=file@entry=0x7ffff5df5778 "/home/vagrant/dsu-ld/libdsu-project/llvm/tools/lldb/source/Host/common/Mutex.cpp", line=line@entry=80,
  19. function=function@entry=0x7ffff5df59e0 <error_check_mutex(pthread_mutex_t*, MutexAction)::__PRETTY_FUNCTION__> "bool error_check_mutex(pthread_mutex_t*, MutexAction)") at assert.c:92
  20. #3 0x00007ffff0a77c32 in __GI___assert_fail (assertion=0x7ffff5df585d "success",
  21. file=0x7ffff5df5778 "/home/vagrant/dsu-ld/libdsu-project/llvm/tools/lldb/source/Host/common/Mutex.cpp", line=80,
  22. function=0x7ffff5df59e0 <error_check_mutex(pthread_mutex_t*, MutexAction)::__PRETTY_FUNCTION__> "bool error_check_mutex(pthread_mutex_t*, MutexAction)")
  23. at assert.c:101
  24. #4 0x00007ffff30fa133 in error_check_mutex (m=0x7ffff7dc2fc0 <GetDebuggerListMutex()::g_mutex>, action=eMutexActionAssertInitialized)
  25. at /home/vagrant/dsu-ld/libdsu-project/llvm/tools/lldb/source/Host/common/Mutex.cpp:80
  26. #5 0x00007ffff30fa5fd in lldb_private::Mutex::Lock (this=0x7ffff7dc2fc0 <GetDebuggerListMutex()::g_mutex>)
  27. at /home/vagrant/dsu-ld/libdsu-project/llvm/tools/lldb/source/Host/common/Mutex.cpp:275
  28. #6 0x00007ffff30fa24b in lldb_private::Mutex::Locker::Lock (this=0x7fffffffdbd0, mutex=...)
  29. at /home/vagrant/dsu-ld/libdsu-project/llvm/tools/lldb/source/Host/common/Mutex.cpp:154
  30. #7 0x00007ffff30fa1b2 in lldb_private::Mutex::Locker::Locker (this=0x7fffffffdbd0, m=...)
  31. at /home/vagrant/dsu-ld/libdsu-project/llvm/tools/lldb/source/Host/common/Mutex.cpp:114
  32. #8 0x00007ffff2f3bae7 in lldb_private::Debugger::Terminate () at /home/vagrant/dsu-ld/libdsu-project/llvm/tools/lldb/source/Core/Debugger.cpp:423
  33. #9 0x00007ffff30de94e in lldb_private::SystemLifetimeManager::Terminate (this=0x62bb10)
  34. at /home/vagrant/dsu-ld/libdsu-project/llvm/tools/lldb/source/Initialization/SystemLifetimeManager.cpp:55
  35. #10 0x00007ffff2def8c0 in lldb::SBDebugger::Terminate () at /home/vagrant/dsu-ld/libdsu-project/llvm/tools/lldb/source/API/SBDebugger.cpp:129
  36. #11 0x0000000000408de5 in Process::~Process (this=0x625980 <process>) at process.cpp:20
  37. #12 0x00007ffff0a84259 in __run_exit_handlers (status=1, listp=0x7ffff0e066c8 <__exit_funcs>, run_list_atexit=run_list_atexit@entry=true) at exit.c:82
  38. #13 0x00007ffff0a842a5 in __GI_exit (status=<optimized out>) at exit.c:104
  39. #14 0x0000000000407ee3 in exit_err (err=...) at main.cpp:315
  40. #15 0x0000000000406802 in main (argc=7, argv=0x7fffffffe378) at main.cpp:161
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement