Ticket #8740: illegal-instruction-gdb.txt

File illegal-instruction-gdb.txt, 2.5 KB (added by Stuart Auchterlonie, 14 years ago)

GDB backtrace of the crash

Line 
1Program received signal SIGILL, Illegal instruction.
2[Switching to Thread 0x7f0813945710 (LWP 31890)]
30x00007f084723c882 in soundtouch::TDStretchSSE2::calcCrossCorrStereo (this=<value optimised out>,
4    mPos=0x471ccb0, cPos=0x3259080) at sse_gcc.cpp:86
586          );
6(gdb) bt
7#0  0x00007f084723c882 in soundtouch::TDStretchSSE2::calcCrossCorrStereo (this=<value optimised out>,
8    mPos=0x471ccb0, cPos=0x3259080) at sse_gcc.cpp:86
9#1  0x00007f084723b6f1 in soundtouch::TDStretch::seekBestOverlapPositionStereo (this=0x32937c0,
10    refPos=0x471bab0) at TDStretch.cpp:436
11#2  0x00007f084723b4ec in soundtouch::TDStretch::seekBestOverlapPosition (this=0x480, refPos=0x471ccb0)
12    at TDStretch.cpp:271
13#3  0x00007f084723c4d3 in soundtouch::TDStretch::processSamples (this=0x32937c0) at TDStretch.cpp:716
14#4  0x00007f084723c64c in soundtouch::TDStretch::putSamples (this=0x32937c0, samples=<value optimised out>,
15    numSamples=<value optimised out>) at TDStretch.cpp:758
16#5  0x00007f084723b1f9 in soundtouch::SoundTouch::putSamples (this=0x2591810, samples=0x4160ae4,
17    numSamples=1152) at SoundTouch.cpp:319
18#6  0x00007f0847027ab4 in AudioOutputBase::AddFrames (this=0x40c08b0, buffer=0x40c0aa0, frames=1152,
19    timecode=44137486) at audiooutputbase.cpp:1051
20#7  0x00007f08498ef8cb in AudioPlayer::AddAudioData (this=0x2bee538,
21    buffer=0x2c28180 "O\370\336\371\005\371\373\370(\371o\370\001\371b\370\262\370\312\370\f\370d\371L\367\303\371\022\367\244\371}\367:\371\342\367\t\371\312\367\231\371y\367&\373\071\367Z\375\333\366B\377Y\366\370\377N\366\224\377`\367!\377p\371x\377\245\373m", len=4608, timecode=44137486) at audioplayer.cpp:332
22#8  0x00007f084995073b in AvFormatDecoder::ProcessAudioPacket (this=0x3241850, curstream=0x32506c0,
23    pkt=0x2c122e0, decodetype=kDecodeAV) at avformatdecoder.cpp:3821
24#9  0x00007f084995419f in AvFormatDecoder::GetFrame (this=0x3241850, decodetype=kDecodeAV)
25    at avformatdecoder.cpp:4192
26#10 0x00007f08498dc4a1 in MythPlayer::DecoderGetFrame (this=0x2bd6080, decodetype=kDecodeAV, unsafe=false)
27    at mythplayer.cpp:2774
28#11 0x00007f08498dba33 in MythPlayer::DecoderLoop (this=0x2bd6080, pause=true) at mythplayer.cpp:2706
29#12 0x00007f08498bfe49 in DecoderThread::run (this=0x2523ea0) at mythplayer.cpp:136
30#13 0x00007f083fc13775 in QThreadPrivate::start (arg=0x2523ea0) at thread/qthread_unix.cpp:248
31#14 0x00007f08430019ca in start_thread (arg=<value optimised out>) at pthread_create.c:300
32#15 0x00007f083f14f6fd in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
33#16 0x0000000000000000 in ?? ()
34