Ticket #589 (closed defect: fixed)

Opened 19 months ago

Last modified 19 months ago

Segfault with libx264+aac+ffserver

Reported by: burek Owned by: michael
Priority: normal Component: FFmpeg
Version: git-master Keywords: regression
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

Hi,

I wanted to create a live stream of my webcam using ffmpeg+ffserver, using:

ffmpeg -y\
	-f video4linux2 -r 25 -s qvga -i /dev/video0\
	-f alsa -ac 1 -i hw:0\
	-f ffm\
	http://localhost:8090/feed1.ffm

and with ffserver.conf file (attached).

I've got segfault, which I then logged with gdb and placed the result into gdb.txt file.

Attachments

ffserver.conf Download (4.7 KB) - added by burek 19 months ago.
gdb.txt Download (11.8 KB) - added by burek 19 months ago.

Change History

Changed 19 months ago by burek

Changed 19 months ago by burek

comment:1 Changed 19 months ago by michael

  • Keywords regression added
  • Status changed from new to closed
  • Resolution set to fixed
  • Reproduced by developer set

segfault fixed locally, will push in a moment
note, theres a good chance that there are more bugs in this code path so dont hesitate to open more reports if after the segfault you run in more problems

Note: See TracTickets for help on using tickets.