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

Chris Brookes cbrookes at gmail.com
Thu Jan 14 22:32:43 CET 2010


2010/1/14 Jason Garrett-Glaser <darkshikari at gmail.com>:

> 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.

Current function is x264_mb_encode_8x8_chroma
   55           int d0 = dct[0] + dct[1]; \
(dbx) where
=>[1] x264_mb_encode_8x8_chroma(h = 0xaf540, b_inter = 0, i_qp = 20),
line 55 in "macroblock.c"
  [2] x264_macroblock_encode(h = 0xaf540), line 892 in "macroblock.c"
  [3] x264_rd_cost_mb(h = 0xaf540, i_lambda2 = 2322), line 145 in "rdo.c"
  [4] x264_macroblock_analyse(h = 0xaf540), line 992 in "analyse.c"
  [5] x264_slice_write(h = 0xaf540), line 1672 in "encoder.c"
  [6] x264_encoder_encode(h = 0xaf540, pp_nal = 0xffbff0bc, pi_nal =
0xffbff0b8, pic_in = 0x1400, pic_out = 0xffbff110), line 1904 in
"encoder.c"
  [7] main(argc = 44, argv = 0xa), line 1236 in "x264.c"


More information about the x264-devel mailing list