| 1 | GNU gdb (Gentoo 7.2 p1) 7.2
|
|---|
| 2 | Copyright (C) 2010 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-pc-linux-gnu".
|
|---|
| 8 | For bug reporting instructions, please see:
|
|---|
| 9 | <http://bugs.gentoo.org/>...
|
|---|
| 10 | Reading symbols from /usr/bin/mythtranscode...Reading symbols from /usr/lib64/debug/usr/bin/mythtranscode.debug...done.
|
|---|
| 11 | done.
|
|---|
| 12 | [?1034h(gdb) run --chanid 2001 --starttime 20110320232200 --profile 27
|
|---|
| 13 | Starting program: /usr/bin/mythtranscode --chanid 2001 --starttime 20110320232200 --profile 27
|
|---|
| 14 | [Thread debugging using libthread_db enabled]
|
|---|
| 15 | Traceback (most recent call last):
|
|---|
| 16 | File "/usr/share/gdb/auto-load/usr/lib64/gcc/x86_64-pc-linux-gnu/4.5.2/libstdc++.so.6.0.14-gdb.py", line 59, in <module>
|
|---|
| 17 | from libstdcxx.v6.printers import register_libstdcxx_printers
|
|---|
| 18 | ImportError: No module named libstdcxx.v6.printers
|
|---|
| 19 | 2011-03-21 11:59:25.299 Using runtime prefix = /usr
|
|---|
| 20 | 2011-03-21 11:59:25.300 Using configuration directory = /home/tof/.mythtv
|
|---|
| 21 | 2011-03-21 11:59:25.300 Unable to read configuration file mysql.txt
|
|---|
| 22 | 2011-03-21 11:59:25.300 Empty LocalHostName.
|
|---|
| 23 | [New Thread 0x7fffe5154700 (LWP 3740)]
|
|---|
| 24 | [Thread 0x7fffe5154700 (LWP 3740) exited]
|
|---|
| 25 | 2011-03-21 11:59:25.327 New DB connection, total: 1
|
|---|
| 26 | 2011-03-21 11:59:25.333 Closing DB connection named 'DBManager0'
|
|---|
| 27 | 2011-03-21 11:59:25.339 Enabled verbose msgs: important
|
|---|
| 28 | 2011-03-21 11:59:25.496 Using protocol version 65
|
|---|
| 29 | 2011-03-21 11:59:25.547 New DB connection, total: 2
|
|---|
| 30 | [New Thread 0x7fffe5154700 (LWP 3743)]
|
|---|
| 31 | [New Thread 0x7fffe2519700 (LWP 3744)]
|
|---|
| 32 | [New Thread 0x7fffe1b17700 (LWP 3746)]
|
|---|
| 33 | [New Thread 0x7fffe1316700 (LWP 3747)]
|
|---|
| 34 | [New Thread 0x7fffdb67f700 (LWP 3748)]
|
|---|
| 35 |
|
|---|
| 36 | Program received signal SIGFPE, Arithmetic exception.
|
|---|
| 37 | 0x0000000000424cf3 in AudioReencodeBuffer::AddData (this=0x754300,
|
|---|
| 38 | buffer=0x7fffe251a010, len=4608, timecode=12432127) at transcode.cpp:109
|
|---|
| 39 | 109 eff_audiorate;
|
|---|
| 40 | (gdb) p eff_audiorate
|
|---|
| 41 | $1 = 0
|
|---|
| 42 | (gdb) bt
|
|---|
| 43 | #0 0x0000000000424cf3 in AudioReencodeBuffer::AddData (this=0x754300,
|
|---|
| 44 | buffer=0x7fffe251a010, len=4608, timecode=12432127) at transcode.cpp:109
|
|---|
| 45 | #1 0x00007ffff76d4645 in AudioPlayer::AddAudioData(char*, int, long) ()
|
|---|
| 46 | from /usr/lib64/libmythtv-0.24.so.0
|
|---|
| 47 | #2 0x00007ffff7732f9f in ?? () from /usr/lib64/libmythtv-0.24.so.0
|
|---|
| 48 | #3 0x00007ffff7734e24 in ?? () from /usr/lib64/libmythtv-0.24.so.0
|
|---|
| 49 | #4 0x00007ffff76c745b in MythPlayer::TranscodeGetNextFrame(QMap<unsigned long, MarkTypes>::iterator&, int&, bool&, bool) ()
|
|---|
| 50 | from /usr/lib64/libmythtv-0.24.so.0
|
|---|
| 51 | #5 0x000000000042239d in Transcode::TranscodeFile (this=0x6f2ed0,
|
|---|
| 52 | inputname=..., outputname=..., profileName=..., honorCutList=false,
|
|---|
| 53 | framecontrol=false, jobID=-1, fifodir=..., deleteMap=..., AudioTrackNo=-1)
|
|---|
| 54 | at transcode.cpp:813
|
|---|
| 55 | #6 0x000000000040ea7a in main (argc=7, argv=0x7fffffffddc8) at main.cpp:657
|
|---|
| 56 | (gdb) quit
|
|---|
| 57 | A debugging session is active.
|
|---|
| 58 |
|
|---|
| 59 | Inferior 1 [process 3737] will be killed.
|
|---|
| 60 |
|
|---|
| 61 | Quit anyway? (y or n)
|
|---|