Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [bill@billbrown bin]$ ./ardour3 --debug
- GNU gdb (GDB) 7.5.1
- Copyright (C) 2012 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "x86_64-unknown-linux-gnu".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- Reading symbols from /opt/Ardour-3.0beta5_13072/bin/ardour-3.0...done.
- (gdb) run
- Starting program: /opt/Ardour-3.0beta5_13072/bin/ardour-3.0
- warning: Could not load shared library symbols for linux-vdso.so.1.
- Do you need "set solib-search-path" or "set sysroot"?
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/usr/lib/libthread_db.so.1".
- Ardour3.0beta5 (built using ['13072'] and GCC version 4.4.6)
- Cannot xinstall SIGPIPE error handler
- ardour: [INFO]: Loading default ui configuration file /opt/Ardour-3.0beta5_13072/etc/ardour3_ui_default.conf
- Loading user ui configuration file /opt/Ardour-3.0beta5_13072/etc/ardour3_ui.conf
- ardour: [INFO]: Loading ui configuration file /opt/Ardour-3.0beta5_13072/etc/ardour3_ui_dark.rc
- ardour: [INFO]: Ardour will be limited to 4096 open files
- [New Thread 0x7fffe8acf700 (LWP 1369)]
- ardour: [INFO]: Loading system configuration file /opt/Ardour-3.0beta5_13072/etc/ardour_system.rc
- Loading user configuration file /home/bill/.config/ardour3/ardour.rc
- Using SSE optimized routines
- [New Thread 0x7fffe82ce700 (LWP 1370)]
- [New Thread 0x7fffe7acd700 (LWP 1371)]
- [New Thread 0x7fffe72cc700 (LWP 1372)]
- [New Thread 0x7fffe5da5700 (LWP 1373)]
- [New Thread 0x7fffe55a4700 (LWP 1374)]
- [New Thread 0x7fffe4da3700 (LWP 1375)]
- [Thread 0x7fffe4da3700 (LWP 1375) exited]
- [Thread 0x7fffe5da5700 (LWP 1373) exited]
- [New Thread 0x7fffe5da5700 (LWP 1378)]
- [Thread 0x7fffe5da5700 (LWP 1378) exited]
- [New Thread 0x7fffe5da5700 (LWP 1379)]
- [New Thread 0x7fffc305d700 (LWP 1381)]
- [New Thread 0x7fffc2ddb800 (LWP 1382)]
- [New Thread 0x7fffe4da3700 (LWP 1383)]
- [New Thread 0x7fffc2d60800 (LWP 1384)]
- [New Thread 0x7fffc2ce5800 (LWP 1385)]
- Program received signal SIGSEGV, Segmentation fault.
- 0x00007ffff0913ca4 in Gdk::Pixbuf::gobj() const ()
- from /opt/Ardour-3.0beta5_13072/lib/libgdkmm-2.4.so.1
- (gdb) thread apply all bt
- Thread 15 (Thread 0x7fffc2ce5800 (LWP 1385)):
- #0 0x00007fffecaa1ded in nanosleep () from /usr/lib/libc.so.6
- #1 0x00007fffecaca6b4 in usleep () from /usr/lib/libc.so.6
- #2 0x00007ffff730c7fc in ARDOUR::AutomationWatch::thread (this=0x313a630)
- at ../libs/ardour/automation_watch.cc:137
- #3 0x00007ffff730f345 in boost::_mfi::mf0<void, ARDOUR::AutomationWatch>::operator() (this=0x313a860, p=0x313a630)
- at /home/harrison/a3/inst/include/boost/bind/mem_fn_template.hpp:49
- #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=...)
- at /home/harrison/a3/inst/include/boost/bind/bind.hpp:253
- #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)
- at /home/harrison/a3/inst/include/boost/bind/bind_template.hpp:20
- #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)
- at /home/harrison/a3/inst/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:251
- #7 0x00007ffff730e7fe in sigc::internal::slot_call0<boost::_bi::bind_t<void, bo---Type <return> to continue, or q <return> to quit---q
- Quit
- (gdb) quit
- A debugging session is active.
- Inferior 1 [process 1365] will be killed.
- Quit anyway? (y or n) y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement