• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

OpenVisualCloud / SVT-AV1 / 4866
0%

Build:
DEFAULT BRANCH: master
Ran 23 Feb 2020 08:56PM UTC
Jobs 1
Files 469
Run time 13min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
4866

push

travis-ci

web-flow
asm: use unaligned store and load mov to avoid crash (#853)

example commandline

SvtAv1EncApp -i 424x240.yuv -w 424 -h 240 -bit-depth 10 -fps 24.0 -n 2877 -rc 2 -tbr 200000 -irefresh-type 2 -enc-mode 5 -b test.ivf

you will get following crash stack.

[Switching to Thread 0x7ffdbe66b700 (LWP 170530)]
0x00007fffed3d0966 in dc_store_8xh (dst=0x7fff74424c68, stride=372, height=8, dc=0x7ffdbe6687f0) at /home/thomas/codec/SVT-AV1/Source/Lib/Common/ASM_SSE2/highbd_intrapred_sse2.c:410
410 _mm_store_si128((__m128i *)dst, dc_dup);
(gdb) bt
0 0x00007fffed3d0966 in dc_store_8xh (dst=0x7fff74424c68, stride=372, height=8, dc=0x7ffdbe6687f0) at /home/thomas/codec/SVT-AV1/Source/Lib/Common/ASM_SSE2/highbd_intrapred_sse2.c:410
1 0x00007fffed3d0a63 in eb_aom_highbd_dc_left_predictor_8x8_sse2 (dst=0x7fff74424980, stride=372, above=0x7ffdbe668a10, left=0x7ffdbe668b50, bd=10) at /home/thomas/codec/SVT-AV1/Source/Lib/Common/ASM_SSE2/highbd_intrapred_sse2.c:479
2 0x00007fffed1d469a in build_intra_predictors_high (xd=0x7ffdbe668f88, topNeighArray=0x7ffdbe669ab2, leftNeighArray=0x7ffdbe6699a2, dst=0x7fff74424980, dst_stride=372, mode=DC_PRED, angle_delta=0, filter_intra_mode=FILTER_INTRA_MODES, tx_size=TX_8X8, disable_edge_filter=0, n_top_px=0, n_topright_px=0,
n_left_px=8, n_bottomleft_px=8, plane=1, bd=10) at /home/thomas/codec/SVT-AV1/Source/Lib/Common/Codec/EbIntraPrediction.c:3892
3 0x00007fffed1d3698 in eb_av1_predict_intra_block_16bit (tile=0x555559dca700, stage=1 '\001', blk_geom=0x7ffff7aa1fcc <blk_geom_mds+72732>, cm=0x5555562bcb00, wpx=8, hpx=8, tx_size=TX_8X8, mode=DC_PRED, angle_delta=0, use_palette=0, palette_info=0x7ffea492ffd0, filter_intra_mode=FILTER_INTRA_MODES,
topNeighArray=0x7ffdbe669ab2, leftNeighArray=0x7ffdbe6699a2, recon_buffer=0x55555d90cac0, col_off=0, row_off=0, plane=1, bsize=BLOCK_16X16, tu_org_x_pict=32, tu_org_y_pict=0, bl_org_x_pict=32, bl_org_y_pict=0, bl_org_x_mb=0, bl_org_y_mb=0)
at /home/thomas/codec/SVT-AV1/Source/Lib/... (continued)

0 of 112367 relevant lines covered (0.0%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
15 4866.15 (COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON") 23 Feb 2020 08:56PM UTC 0
0.0
Travis Job 4866.15
Source Files on build 4866
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #4866
  • 21f1f405 on github
  • Prev Build on master (#4860)
  • Next Build on master (#4875)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc