Advertisement
unfa

Untitled

Aug 5th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.52 KB | None | 0 0
  1. GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
  2. Copyright (C) 2014 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word"...
  15. Reading symbols from /unfa/Projects/LMMS/Source/lmms/InstallPrefix/bin/lmms...done.
  16. Starting program: /unfa/Projects/LMMS/Source/lmms/InstallPrefix/bin/lmms
  17. [Thread debugging using libthread_db enabled]
  18. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  19. [New Thread 0x7fffd8eb3700 (LWP 4085)]
  20. [New Thread 0x7fffd3fff700 (LWP 4086)]
  21. [New Thread 0x7fffd37fe700 (LWP 4087)]
  22. [New Thread 0x7fffbc1f1700 (LWP 4088)]
  23. [New Thread 0x7fff99690700 (LWP 4091)]
  24. Starting Audio: NULL
  25. Audio Started
  26. Starting MIDI: NULL
  27. MIDI Started
  28. Starting Audio: NULL
  29. Audio Started
  30. Starting MIDI: NULL
  31. MIDI Started
  32. [New Thread 0x7fff98cbf700 (LWP 4094)]
  33. [New Thread 0x7fff93fff700 (LWP 4095)]
  34. [New Thread 0x7fffd80a2700 (LWP 4096)]
  35. [New Thread 0x7fff9203a700 (LWP 4208)]
  36. [New Thread 0x7fff91839700 (LWP 4210)]
  37. [Thread 0x7fff91839700 (LWP 4210) exited]
  38. [New Thread 0x7fff91839700 (LWP 4349)]
  39. [New Thread 0x7fff91038700 (LWP 4350)]
  40. [Thread 0x7fff91839700 (LWP 4349) exited]
  41. [Thread 0x7fff91038700 (LWP 4350) exited]
  42. [New Thread 0x7fff91038700 (LWP 4358)]
  43.  
  44. Program received signal SIGABRT, Aborted.
  45. [Switching to Thread 0x7fff93fff700 (LWP 4095)]
  46. 0x00007ffff4147cc9 in __GI_raise (sig=sig@entry=6)
  47.     at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  48. #0  0x00007ffff4147cc9 in __GI_raise (sig=sig@entry=6)
  49.     at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
  50. #1  0x00007ffff414b0d8 in __GI_abort () at abort.c:89
  51. #2  0x00007ffff684fc92 in qt_message_output(QtMsgType, char const*) ()
  52.    from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  53. #3  0x00007ffff684fff9 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  54. #4  0x00007ffff6850804 in qFatal(char const*, ...) ()
  55.    from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  56. #5  0x0000000000500a28 in QVector<FxChannel*>::realloc (
  57.     this=this@entry=0xab5818, asize=5, aalloc=0)
  58.     at /usr/include/qt4/QtCore/qvector.h:474
  59. #6  0x00000000004ff863 in detach_helper (this=0xab5818)
  60.     at /usr/include/qt4/QtCore/qvector.h:337
  61. #7  detach (this=0xab5818) at /usr/include/qt4/QtCore/qvector.h:147
  62. #8  data (this=0xab5818) at /usr/include/qt4/QtCore/qvector.h:152
  63. #9  operator[] (i=0, this=0xab5818) at /usr/include/qt4/QtCore/qvector.h:360
  64. #10 FxMixer::masterMix (this=0xab57d0, _buf=0xae14f0)
  65.     at /unfa/Projects/LMMS/Source/lmms/src/core/FxMixer.cpp:507
  66. #11 0x00000000004de3ca in Mixer::renderNextBuffer (this=0x9f61b0)
  67.     at /unfa/Projects/LMMS/Source/lmms/src/core/Mixer.cpp:411
  68. #12 0x00000000004de674 in Mixer::fifoWriter::run (this=0x14ac1e0)
  69.     at /unfa/Projects/LMMS/Source/lmms/src/core/Mixer.cpp:945
  70. #13 0x00007ffff685a32f in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
  71. #14 0x00007ffff7bc4182 in start_thread (arg=0x7fff93fff700)
  72.     at pthread_create.c:312
  73. #15 0x00007ffff420b47d in clone ()
  74.     at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
  75. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement