Advertisement
Guest User

Untitled

a guest
Jul 21st, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.45 KB | None | 0 0
  1. $ gdb muse2
  2. GNU gdb (GDB) 7.4.1
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-unknown-linux-gnu".
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/bin/muse2...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /usr/bin/muse2
  14. warning: Could not load shared library symbols for linux-vdso.so.1.
  15. Do you need "set solib-search-path" or "set sysroot"?
  16. [Thread debugging using libthread_db enabled]
  17. Using host libthread_db library "/lib/libthread_db.so.1".
  18. Traceback (most recent call last):
  19. File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3200.3-gdb.py", line 9, in <module>
  20. from gobject import register
  21. File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
  22. import gdb.backtrace
  23. ImportError: No module named backtrace
  24. LOCALE C
  25. Denormal protection enabled.
  26. [New Thread 0x7fffe9eca700 (LWP 27355)]
  27. Trying RTC timer...
  28. RtcTimer::setTimerFreq(): cannot set freq 1024 on /dev/rtc: Permission denied
  29. precise timer not available, check file permissions and allowed RTC freq (/sys/class/rtc/rtc0/max_user_freq)
  30. Trying ALSA timer...
  31. AlsaTimer::initTimer(): best available ALSA timer: system timer
  32. got timer = 69
  33. [New Thread 0x7fffe94bc700 (LWP 27444)]
  34. [New Thread 0x7fffe8cbb700 (LWP 27445)]
  35. JACK: buffersize changed 128
  36. [New Thread 0x7fffe7446700 (LWP 27446)]
  37. AlsaTimer::setTimerTicks(): requested freq 1024 Hz too high for timer (max is 300)
  38. freq stays at 300 Hz
  39. [New Thread 0x7fffe6c45700 (LWP 27447)]
  40. starting with template /usr/share/muse-2.0/templates/default.med
  41. [Thread 0x7fffe6c45700 (LWP 27447) exited]
  42. [Thread 0x7fffe7446700 (LWP 27446) exited]
  43. JACK: buffersize changed 128
  44. [New Thread 0x7fffe7446700 (LWP 27448)]
  45. AlsaTimer::setTimerTicks(): requested freq 1024 Hz too high for timer (max is 300)
  46. freq stays at 300 Hz
  47. [New Thread 0x7fffe6c45700 (LWP 27449)]
  48. [Thread 0x7fffe6c45700 (LWP 27449) exited]
  49. [Thread 0x7fffe7446700 (LWP 27448) exited]
  50. Setting project path to /home/renato/.config/MusE/sragge
  51. SimpleSynth sampleRate 44100
  52. [New Thread 0x7fffe7446700 (LWP 27483)]
  53. [New Thread 0x7fffe6c45700 (LWP 27484)]
  54. [New Thread 0x7fffcdb5a700 (LWP 27485)]
  55. [Thread 0x7fffe7446700 (LWP 27483) exited]
  56. [New Thread 0x7fffcd359700 (LWP 27486)]
  57. [New Thread 0x7fffe7446700 (LWP 27487)]
  58. [Thread 0x7fffe6c45700 (LWP 27484) exited]
  59. [New Thread 0x7fffccb58700 (LWP 27488)]
  60. [New Thread 0x7fffe6c45700 (LWP 27489)]
  61. [Thread 0x7fffcd359700 (LWP 27486) exited]
  62. [New Thread 0x7fffc7fff700 (LWP 27490)]
  63. [New Thread 0x7fffcd359700 (LWP 27491)]
  64. [Thread 0x7fffccb58700 (LWP 27488) exited]
  65. [Thread 0x7fffc7fff700 (LWP 27490) exited]
  66. [Thread 0x7fffcd359700 (LWP 27491) exited]
  67. [Thread 0x7fffe6c45700 (LWP 27489) exited]
  68. [Thread 0x7fffe7446700 (LWP 27487) exited]
  69. [Thread 0x7fffcdb5a700 (LWP 27485) exited]
  70. JACK: buffersize changed 128
  71. [New Thread 0x7fffcdb5a700 (LWP 27492)]
  72. AlsaTimer::setTimerTicks(): requested freq 1024 Hz too high for timer (max is 300)
  73. freq stays at 300 Hz
  74. [New Thread 0x7fffe7446700 (LWP 27493)]
  75. unknown NRT Msg 0x01
  76. dump 4
  77. 7e 7f 09 01
  78. unknown NRT Msg 0x01
  79. dump 4
  80. 7e 7f 09 01
  81. unknown NRT Msg 0x01
  82. dump 4
  83. 7e 7f 09 01
  84. unknown NRT Msg 0x01
  85. dump 4
  86. 7e 7f 09 01
  87. unknown NRT Msg 0x01
  88. dump 4
  89. 7e 7f 09 01
  90. unknown NRT Msg 0x01
  91. dump 4
  92. 7e 7f 09 01
  93. unknown NRT Msg 0x01
  94. dump 4
  95. 7e 7f 09 01
  96. bt
  97.  
  98. Program received signal SIGTERM, Terminated.
  99. 0x00007ffff53ebf8d in read () from /lib/libc.so.6
  100. (gdb) bt
  101. #0 0x00007ffff53ebf8d in read () from /lib/libc.so.6
  102. #1 0x00007ffff3d7ab0b in MessGui::readMessage() () from /usr/lib/muse-2.0/modules/libmuse_synti.so
  103. #2 0x00007fffe5aad17b in ?? () from /usr/lib/muse-2.0/synthi/simpledrums.so
  104. #3 0x00007ffff604df3f in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
  105. #4 0x00007ffff60987ce in QSocketNotifier::activated(int) () from /usr/lib/libQtCore.so.4
  106. #5 0x00007ffff605586b in QSocketNotifier::event(QEvent*) () from /usr/lib/libQtCore.so.4
  107. #6 0x00007ffff6559f7c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
  108. #7 0x00007ffff655e3fa in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
  109. #8 0x0000000000407ac9 in MuseApplication::notify(QObject*, QEvent*) ()
  110. #9 0x00007ffff6038a5e in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
  111. #10 0x00007ffff6066468 in ?? () from /usr/lib/libQtCore.so.4
  112. #11 0x00007ffff1c2d4a5 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
  113. #12 0x00007ffff1c2d7d8 in ?? () from /usr/lib/libglib-2.0.so.0
  114. #13 0x00007ffff1c2d894 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
  115. #14 0x00007ffff6066c56 in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
  116. #15 0x00007ffff65fa2fe in ?? () from /usr/lib/libQtGui.so.4
  117. #16 0x00007ffff60377af in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
  118. #17 0x00007ffff6037a38 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
  119. #18 0x00007ffff603c6d8 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
  120. #19 0x00000000004060c7 in main ()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement