[FFmpeg-cvslog] r13901 - trunk/ffserver.c
Luca Abeni
lucabe72
Mon Jun 23 16:06:25 CEST 2008
Hi Baptiste,
Baptiste Coudurier wrote:
[...]
> Yes, sorry, I overlooked the code. Should be fixed now.
Great, thanks. I confirm that it's not segfaulting in that point anymore...
Now I get a different segfault ;-)
This is what happens:
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?
> Btw Im happy that you actually test the code
Well, I just ran "git pull" on my test system, and some experiments crashed
> don't hesitate to report problems, and report the better stability too ;)
Unfortunately, ffserver was running just fine for me, so I'll have no better
stability to report... But as you can see I can still report some crashes ;)
Thanks,
Luca
More information about the ffmpeg-cvslog
mailing list