[Bug 301723] Re: ffmpeg -i crashes with segmentation fault

2010-01-06 Thread Reinhard Tartler
The problem with changing MAX_STREAMS is that this breaks binary compatibility of libavformat, which means we cannot do this change in ubuntu. This needs solving upstream. ** Also affects: ffmpeg via https://roundup.ffmpeg.org/roundup/ffmpeg/issue963 Importance: Unknown Status:

[Bug 301723] Re: ffmpeg -i crashes with segmentation fault

2009-04-08 Thread Steve Ungerer
Encountered a similar issue today that was corrected with information from ffmpeg issue 963: https://roundup.ffmpeg.org/roundup/ffmpeg/issue963 The input mkv I was working with had 20 streams; changing MAX_STREAMS to 64 in libavformat/avformat.h in a recent checkout and rebuilding corrected the

[Bug 301723] Re: ffmpeg -i crashes with segmentation fault

2008-11-29 Thread Jan Rüegg
Trying apt-get build-dep ffmpeg-debian apt-get source ffmpeg-debian cd ffmpeg-debian* make -f debian/rules build-stamp-shared I got make -f debian/rules build-stamp-shared Building FFmpeg for flavors: static shared DEB_BUILD_OPTIONS are: Using as CFLAGS: make: *** No rule to make target

[Bug 301723] Re: ffmpeg -i crashes with segmentation fault

2008-11-26 Thread Jan Rüegg
Hmm... is it possible that thesegfault bug was somehow 'fixed' in the SVN, and instead e new bug with this memory allocation error was introduced? Should I compile the old version directly from SVN to see if it makes some difference with what compile flags for example the ubuntu deb was

Re: [Bug 301723] Re: ffmpeg -i crashes with segmentation fault

2008-11-26 Thread Reinhard Tartler
Jan Rüegg [EMAIL PROTECTED] writes: Hmm... is it possible that thesegfault bug was somehow 'fixed' in the SVN, and instead e new bug with this memory allocation error was introduced? That's pretty well possible. Should I compile the old version directly from SVN to see if it makes some

[Bug 301723] Re: ffmpeg -i crashes with segmentation fault

2008-11-25 Thread Jan Rüegg
Ok, I compiled now from SVN with the default options (./configure without arguments). I get: [EMAIL PROTECTED]:~/linux/ffmpeg$ ffmpeg -i /media/Synology/The\ Matrix\ -\ HD\ 720p\ x264.mkv FFmpeg version SVN-r15935, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: libavutil

[Bug 301723] Re: ffmpeg -i crashes with segmentation fault

2008-11-25 Thread Reinhard Tartler
that is pretty surprising. Your initial report contained a segmentation fault, while your last comment indicates an out of memory situation. That is, well, confusing at best, I'd say. -- ffmpeg -i crashes with segmentation fault https://bugs.launchpad.net/bugs/301723 You received this bug

[Bug 301723] Re: ffmpeg -i crashes with segmentation fault

2008-11-24 Thread Jan Rüegg
** Attachment added: console output of the command http://launchpadlibrarian.net/19907031/crashlog.txt -- ffmpeg -i crashes with segmentation fault https://bugs.launchpad.net/bugs/301723 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 301723] Re: ffmpeg -i crashes with segmentation fault

2008-11-24 Thread Reinhard Tartler
I'm sorry, but the console output is not helpful at all for diagnosing this problem. Please see http://ffmpeg.org/bugreports.html for guidelines how to submit useful bug reports. also consider compiling ffmpeg from svn and report your results. ** Changed in: ffmpeg (Ubuntu) Status: New =