[x264-devel] x264 svn HEAD SIGSEGV

Alexander Strange astrange at ithinksw.com
Mon Mar 3 01:01:14 CET 2008


On 3/2/08, Gunter Ohrner <G.Ohrner at post.rwth-aachen.de> wrote:
> Am Sonntag, 2. März 2008 schrieb Gunter Ohrner:
> > I let it crash and write a core dump, then loaded binary and core into
> > gdb.
>
> Mh, I just noticed that libx264 also crashes if I compile r724
> myself... :-( (I planned to binary search through the revisions to find
> the offending change. Bummer.)
>
> So there's probably something going wrong in the compilation process,
> however I've no idea how to isolate the cuase... :-(
>
> Greetings,
>
> Gunter

Your assembler is miscompiling pixel-sse2.asm, or something - pw_1
(the first data defined) is supposed to be 16-byte-aligned, but it's
only making it 2-byte-aligned, as far as I can tell from your gdb. Try
installing a new yasm.


More information about the x264-devel mailing list