[x264-devel] core dump on solaris 10/space with x264-snapshot-20100112-2245

Jason Garrett-Glaser darkshikari at gmail.com
Thu Jan 14 22:02:51 CET 2010


On Thu, Jan 14, 2010 at 3:55 PM, Chris Brookes <cbrookes at gmail.com> wrote:
>> Can you post a backtrace with line numbers?  Without line numbers it's
>> a bit hard to debug anything.  I'd suggest using --enable-debug and
>> then adding back the optimization flags that resulted in the crash.
>
> Looks like it's anything > -O1 that causes the crash. I'm using gcc 3.4.6
>
> Here's a trace with line numbers:

That's line 55, which is a reference to a macro, IDCT_DEQUANT_START.

Can you replace the macro reference with the actual code (i.e. via
copy and paste) and see which line in the macro actually causes the
crash?

I'm going to guess int dmf = dequant_mf[i_qp%6][0], but that makes no
sense whatsoever.

Dark Shikari


More information about the x264-devel mailing list