[FFmpeg-cvslog] r13901 - trunk/ffserver.c

Luca Abeni lucabe72
Mon Jun 23 17:59:16 CEST 2008


Hi,

Luca Abeni wrote:
> FFserver version git-b22a95a, Copyright (c) 2000-2008 Fabrice Bellard, et al.
>    configuration:
>    libavutil version: 49.7.0
>    libavcodec version: 51.57.2
>    libavformat version: 52.16.0
>    libavdevice version: 52.0.0
>    built on Jun 23 2008 08:38:02, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
> Mon Jun 23 16:00:44 2008 ffserver started.
> Mon Jun 23 16:00:48 2008 127.0.0.1:53110 - - "PLAY test1-rtsp.mpg/streamid=0 RTP/UDP"
> Mon Jun 23 16:00:48 2008 127.0.0.1:57578 - - "PLAY test1-rtsp.mpg/streamid=1 RTP/UDP"
> 
> Program received signal SIGSEGV, Segmentation fault.
> 0x0806401e in http_server () at /home/luca/src/Video/ffmpeg/ffserver.c:2209
> 2209	                    c->fmt_ctx.pb->is_streamed = 1;
> (gdb) bt
> #0  0x0806401e in http_server () at /home/luca/src/Video/ffmpeg/ffserver.c:2209
> #1  0x080651b2 in main (argc=Cannot access memory at address 0xafc8
> ) at /home/luca/src/Video/ffmpeg/ffserver.c:4523
> 
> Does it ring any particular bell, or should I bisect the segfault?

Ok; I decided to have some fun with git bisect, and the winner is...
r13543: set is_streamed before writing data to output file


				Luca




More information about the ffmpeg-cvslog mailing list