Comment 5 for bug 41780

Revision history for this message
Vassilis Pandis (pandisv) wrote :

pandis@maxwell:~$ gdb muse
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".

(gdb) set pagination 0
(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) run
Starting program: /usr/bin/muse
[Thread debugging using libthread_db enabled]
[New Thread -1223878976 (LWP 10822)]
No superuser privileges, using system timer fallback
Qt: gdb: -nograb added to command-line options.
         Use the -dograb option to enforce grabbing.
NO Config File </home/pandis/.MusE> found
no locale <muse_en_US.UTF-8>/</usr/share/muse/locale>
Trying RTC timer...
RtcTimer::setTimerFreq(): cannot set tick on /dev/rtc: Permission denied
  precise timer not available
Trying ALSA timer...
got timer = 15
QObject::connect: No such signal PartCanvas::horizontalScroll(int)
QObject::connect: (sender name: 'unnamed')
QObject::connect: (receiver name: 'unnamed')
Arranger::configChanged - no bitmap!
open projectfile: No such file or directory
starting with default template
  name2route: <alsa_pcm:playback_1> not found
  name2route: <alsa_pcm:playback_2> not found
Arranger::configChanged - no bitmap!
[New Thread -1226667088 (LWP 10836)]
AlsaTimer::setTimerTicks(): requested freq 1024 Hz too high for timer (max is 1000)
  freq stays at 1000 Hz
[New Thread -1235059792 (LWP 10837)]
[New Thread -1243452496 (LWP 10838)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1223878976 (LWP 10822)]
0x73203a72 in ?? ()
(gdb) backtrace
#0 0x73203a72 in ?? ()
#1 0x080a4e3a in main (argc=1, argv=0xbfd91ec4) at app.cpp:2011
(gdb) thread apply all bt

Thread 4 (Thread -1243452496 (LWP 10838)):
#0 0xb71c34d8 in clone () from /lib/tls/i686/cmov/libc.so.6
#1 0x007d0f00 in ?? ()
#2 0x00000000 in ?? ()

Thread 3 (Thread -1235059792 (LWP 10837)):
#0 0x08073666 in Thread::loop (this=0x8494418) at thread.cpp:226
#1 0x08073803 in loop (mops=0xadf71) at thread.cpp:34
#2 0xb736a341 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#3 0xb71c34ee in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 2 (Thread -1226667088 (LWP 10836)):
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb71b98c4 in poll () from /lib/tls/i686/cmov/libc.so.6
#2 0x08073723 in Thread::loop (this=0x8496f48) at thread.cpp:255
#3 0x08073803 in loop (mops=0xfffffffc) at thread.cpp:34
#4 0xb736a341 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5 0xb71c34ee in clone () from /lib/tls/i686/cmov/libc.so.6

Thread 1 (Thread -1223878976 (LWP 10822)):
#0 0x73203a72 in ?? ()
#1 0x080a4e3a in main (argc=1, argv=0xbfd91ec4) at app.cpp:2011