Ticket #5994: rtmp_gdb.txt

File rtmp_gdb.txt, 2.6 KB (added by Paul Ch, 10 years ago)

gdb stack trace

Line 
1
2*** Error in `/home/reverse/research/ffmpeg_/ffmpeg/ffmpeg_g': double free or corruption (!prev): 0x00000000024701c0 ***
3Program received signal SIGABRT, Aborted.
4
5#0 0x00007ffff6cdbc37 in __GI_raise (sig=sig@entry=0x6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
6#1 0x00007ffff6cdf028 in __GI_abort () at abort.c:89
7#2 0x00007ffff6d182a4 in __libc_message (do_abort=do_abort@entry=0x1, fmt=fmt@entry=0x7ffff6e266b0 "*** Error in `%s': %s: 0x%s ***\n") at ../sysdeps/posix/libc_fatal.c:175
8#3 0x00007ffff6d2455e in malloc_printerr (ptr=<optimized out>, str=0x7ffff6e26798 "double free or corruption (!prev)", action=0x1) at malloc.c:4996
9#4 _int_free (av=<optimized out>, p=<optimized out>, have_lock=0x0) at malloc.c:3840
10#5 0x00000000016451ad in av_free (ptr=0x24701c0) at libavutil/mem.c:239
11#6 0x00000000016451eb in av_freep (arg=0x246fec8) at libavutil/mem.c:249
12#7 0x0000000000846829 in ff_rtmp_packet_destroy (pkt=0x246feb0) at libavformat/rtmppkt.c:441
13#8 0x00000000007a3ac0 in rtmp_close (h=0x246eba0) at libavformat/rtmpproto.c:2495
14#9 0x00000000007a5165 in rtmp_open (s=0x246eba0, uri=0x246ebf8 "rtmp://0:12345/", flags=0x1) at libavformat/rtmpproto.c:2871
15#10 0x0000000000694b00 in ffurl_connect (uc=0x246eba0, options=0x7fffffffe450) at libavformat/avio.c:209
16#11 0x000000000069522f in ffurl_open_whitelist (puc=0x7fffffffe368, filename=0x7fffffffedeb "rtmp://0:12345/", flags=0x1, int_cb=0x246e720, options=0x7fffffffe450, whitelist=0x0, blacklist=0x0, parent=0x0)
17 at libavformat/avio.c:347
18#12 0x0000000000698df2 in ffio_open_whitelist (s=0x246e280, filename=0x7fffffffedeb "rtmp://0:12345/", flags=0x1, int_cb=0x246e720, options=0x7fffffffe450, whitelist=0x0, blacklist=0x0)
19 at libavformat/aviobuf.c:1046
20#13 0x0000000000787121 in io_open_default (s=0x246e260, pb=0x246e280, url=0x7fffffffedeb "rtmp://0:12345/", flags=0x1, options=0x7fffffffe450) at libavformat/options.c:112
21#14 0x00000000007f597e in init_input (s=0x246e260, filename=0x7fffffffedeb "rtmp://0:12345/", options=0x7fffffffe450) at libavformat/utils.c:386
22#15 0x00000000007f5e45 in avformat_open_input (ps=0x7fffffffe4d0, filename=0x7fffffffedeb "rtmp://0:12345/", fmt=0x0, options=0x246e128) at libavformat/utils.c:500
23#16 0x000000000040f528 in open_input_file (o=0x7fffffffe5c0, filename=0x7fffffffedeb "rtmp://0:12345/") at ffmpeg_opt.c:982
24#17 0x0000000000418822 in open_files (l=0x246e058, inout=0x16747b7 "input", open_file=0x40ed59 <open_input_file>) at ffmpeg_opt.c:3071
25#18 0x0000000000418989 in ffmpeg_parse_options (argc=0x5, argv=0x7fffffffeb98) at ffmpeg_opt.c:3108
26#19 0x000000000042d8e8 in main (argc=0x5, argv=0x7fffffffeb98) at ffmpeg.c:4334
27
28