Advertisement
Guest User

ardour3

a guest
Dec 12th, 2012
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. [bill@billbrown bin]$ ./ardour3 --debug
  2. GNU gdb (GDB) 7.5.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 /opt/Ardour-3.0beta5_13072/bin/ardour-3.0...done.
  12. (gdb) run
  13. Starting program: /opt/Ardour-3.0beta5_13072/bin/ardour-3.0
  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 "/usr/lib/libthread_db.so.1".
  18. Ardour3.0beta5 (built using ['13072'] and GCC version 4.4.6)
  19. Cannot xinstall SIGPIPE error handler
  20. ardour: [INFO]: Loading default ui configuration file /opt/Ardour-3.0beta5_13072/etc/ardour3_ui_default.conf
  21. Loading user ui configuration file /opt/Ardour-3.0beta5_13072/etc/ardour3_ui.conf
  22. ardour: [INFO]: Loading ui configuration file /opt/Ardour-3.0beta5_13072/etc/ardour3_ui_dark.rc
  23. ardour: [INFO]: Ardour will be limited to 4096 open files
  24. [New Thread 0x7fffe8acf700 (LWP 1369)]
  25. ardour: [INFO]: Loading system configuration file /opt/Ardour-3.0beta5_13072/etc/ardour_system.rc
  26. Loading user configuration file /home/bill/.config/ardour3/ardour.rc
  27. Using SSE optimized routines
  28. [New Thread 0x7fffe82ce700 (LWP 1370)]
  29. [New Thread 0x7fffe7acd700 (LWP 1371)]
  30. [New Thread 0x7fffe72cc700 (LWP 1372)]
  31. [New Thread 0x7fffe5da5700 (LWP 1373)]
  32. [New Thread 0x7fffe55a4700 (LWP 1374)]
  33. [New Thread 0x7fffe4da3700 (LWP 1375)]
  34. [Thread 0x7fffe4da3700 (LWP 1375) exited]
  35. [Thread 0x7fffe5da5700 (LWP 1373) exited]
  36. [New Thread 0x7fffe5da5700 (LWP 1378)]
  37. [Thread 0x7fffe5da5700 (LWP 1378) exited]
  38. [New Thread 0x7fffe5da5700 (LWP 1379)]
  39. [New Thread 0x7fffc305d700 (LWP 1381)]
  40. [New Thread 0x7fffc2ddb800 (LWP 1382)]
  41. [New Thread 0x7fffe4da3700 (LWP 1383)]
  42. [New Thread 0x7fffc2d60800 (LWP 1384)]
  43. [New Thread 0x7fffc2ce5800 (LWP 1385)]
  44.  
  45. Program received signal SIGSEGV, Segmentation fault.
  46. 0x00007ffff0913ca4 in Gdk::Pixbuf::gobj() const ()
  47. from /opt/Ardour-3.0beta5_13072/lib/libgdkmm-2.4.so.1
  48. (gdb) thread apply all bt
  49.  
  50. Thread 15 (Thread 0x7fffc2ce5800 (LWP 1385)):
  51. #0 0x00007fffecaa1ded in nanosleep () from /usr/lib/libc.so.6
  52. #1 0x00007fffecaca6b4 in usleep () from /usr/lib/libc.so.6
  53. #2 0x00007ffff730c7fc in ARDOUR::AutomationWatch::thread (this=0x313a630)
  54. at ../libs/ardour/automation_watch.cc:137
  55. #3 0x00007ffff730f345 in boost::_mfi::mf0<void, ARDOUR::AutomationWatch>::operator() (this=0x313a860, p=0x313a630)
  56. at /home/harrison/a3/inst/include/boost/bind/mem_fn_template.hpp:49
  57. #4 0x00007ffff730ef9c in boost::_bi::list1<boost::_bi::value<ARDOUR::AutomationWatch*> >::operator()<boost::_mfi::mf0<void, ARDOUR::AutomationWatch>, boost::_bi::list0> (this=0x313a870, f=..., a=...)
  58. at /home/harrison/a3/inst/include/boost/bind/bind.hpp:253
  59. #5 0x00007ffff730ebe1 in boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AutomationWatch>, boost::_bi::list1<boost::_bi::value<ARDOUR::AutomationWatch*> > >::operator() (this=0x313a860)
  60. at /home/harrison/a3/inst/include/boost/bind/bind_template.hpp:20
  61. #6 0x00007ffff730eb6c in sigc::adaptor_functor<boost::_bi::bind_t<void, boost::_mfi::mf0<void, ARDOUR::AutomationWatch>, boost::_bi::list1<boost::_bi::value<ARDOUR::AutomationWatch*> > > >::operator() (this=0x313a860)
  62. at /home/harrison/a3/inst/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251
  63. #7 0x00007ffff730e7fe in sigc::internal::slot_call0<boost::_bi::bind_t<void, bo---Type <return> to continue, or q <return> to quit---q
  64. Quit
  65. (gdb) quit
  66. A debugging session is active.
  67.  
  68. Inferior 1 [process 1365] will be killed.
  69.  
  70. Quit anyway? (y or n) y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement