Ticket #861: commcrash.txt

File commcrash.txt, 2.5 KB (added by jwestfall@…, 18 years ago)

bt

Line 
1#0  0xb7adaec2 in NuppelVideoPlayer::DiscardVideoFrames (this=0xb3d01590)
2    at NuppelVideoPlayer.cpp:827
3#1  0xb7b06712 in AvFormatDecoder::SeekReset (this=0xb3dfa2f0, newKey=0,
4    skipFrames=0, doflush=true, discardFrames=true) at avformatdecoder.cpp:388
5#2  0xb7b072fd in HandleStreamChange (data=0xb3dfa2f0)
6    at avformatdecoder.cpp:585
7#3  0xb7678d1a in pmt_cb (opaque=0xb3d3c860, section=0xb41fe900 "\002°#",
8    section_len=38) at mpegts.c:655
9#4  0xb76781a5 in write_section_data (s=0xb41fc940, tss1=0xb3fc3680,
10    buf=0xbf833fa5 "\002°#", buf_size=183, is_start=1) at mpegts.c:263
11#5  0xb767a489 in handle_packet (ts=0xb3d3c860, packet=0xbf833fa0 "G@ \036",
12    position=101896) at mpegts.c:1523
13#6  0xb767a71d in handle_packets (ts=0xb3d3c860, nb_packets=0) at mpegts.c:1604
14#7  0xb767b320 in mpegts_read_packet (s=0xb41fc940, pkt=0xbf834110)
15    at mpegts.c:1892
16#8  0xb768acae in av_read_packet (s=0xb41fc940, pkt=0xbf834110) at utils.c:702
17#9  0xb768dc0b in av_estimate_timings_from_pts (ic=0xb41fc940) at utils.c:1812
18#10 0xb768df52 in av_estimate_timings (ic=0xb41fc940) at utils.c:1896
19#11 0xb7b0820e in AvFormatDecoder::OpenFile (this=0xb3dfa2f0,
20    rbuffer=0xb3df6c98, novideo=false, testbuf=0xbf834480 "G@!\020")
21    at avformatdecoder.cpp:658
22#12 0xb7ada867 in NuppelVideoPlayer::OpenFile (this=0xb3d01590, skipDsp=false,
23    retries=4, allow_libmpeg2=true) at NuppelVideoPlayer.cpp:737
24#13 0x0805c833 in ClassicCommDetector::go (this=0xb3df91e0)
25    at ClassicCommDetector.cpp:274
26#14 0x08050fa0 in DoFlagCommercials (showPercentage=true, fullSpeed=true,
27    inJobQueue=false, nvp=0xb3d01590, commDetectMethod=255) at main.cpp:338
28#15 0x08053217 in FlagCommercials (chanid=
29      {static null = {static null = <same as static member of an already seen type>, d
30= 0x8084dd0, static shared_null = 0x8084dd0}, d = 0xb3d005f8, static shared_null =
310x8084dd0}, starttime=
32      {static null = {static null = <same as static member of an already seen type>, d
33= 0x8084dd0, static shared_null = 0x8084dd0}, d = 0xb3d5bb00, static shared_null =
340x8084dd0}) at main.cpp:513
35#16 0x08057e0a in main (argc=1, argv=0xbf835c64) at main.cpp:972
36(gdb) f 0     
37#0  0xb7adaec2 in NuppelVideoPlayer::DiscardVideoFrames (this=0xb3d01590)
38    at NuppelVideoPlayer.cpp:827
39827         videoOutput->DiscardFrames();
40(gdb) print this->videoOutput
41$5 = (class VideoOutput *) 0x0
42#13 0x0805c833 in ClassicCommDetector::go (this=0xb3df91e0)
43    at ClassicCommDetector.cpp:274
44274         if (nvp->OpenFile() < 0)
45