[FFmpeg-devel] Crash in make test after compiling with icc

Michael Niedermayer michaelni
Sun Feb 10 01:00:30 CET 2008


On Sat, Feb 09, 2008 at 11:46:03PM +0000, Carl Eugen Hoyos wrote:
> Michael Niedermayer <michaelni <at> gmx.at> writes:
> 
> > > After compiling with icc, make test fails with a crash when testing
> > > ffv1. Backtrace attached.
> > 
> > Does this also happen with all optimizations disabled?
> 
> I fear so (compiled with -O0, except for files that need -O1 to compile or link):

argh :(

try to replace
int_fast16_t sample_buffer[2][w+6];
by
int_fast16_t sample_buffer[2][352+6];

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When the tyrant has disposed of foreign enemies by conquest or treaty, and
there is nothing more to fear from them, then he is always stirring up
some war or other, in order that the people may require a leader. -- Plato
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080210/0fae943a/attachment.pgp>



More information about the ffmpeg-devel mailing list