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

OpenVisualCloud / SVT-AV1 / 2440 / 11
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 05 Sep 2019 09:27PM UTC
Files 384
Run time 57s
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

05 Sep 2019 07:02PM UTC coverage: 29.354% (+29.4%) from 0.0%
COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON"

push

travis-ci-com

kylophone
Fix missing inializations raised by clang memory santizers (#591)

* Fix missing initialization of film_grain_noise_level

Raised by clang memory sanitizer.
film_grain_noise_level may not have been initialized.

==2815==WARNING: MemorySanitizer: use-of-uninitialized-value
    #0 0x555a1660c203 in picture_parent_control_set_ctor /home/magsoft/trunks/SVT-AV1/Source/Lib/Common/Codec/EbPictureControlSet.c:1276:9
    #1 0x555a16613745 in picture_parent_control_set_creator /home/magsoft/trunks/SVT-AV1/Source/Lib/Common/Codec/EbPictureControlSet.c:1300:5
    #2 0x555a168d4cdc in eb_object_wrapper_ctor /home/magsoft/trunks/SVT-AV1/Source/Lib/Common/Codec/EbSystemResourceManager.c:432:11
    #3 0x555a168d1fec in eb_system_resource_ctor /home/magsoft/trunks/SVT-AV1/Source/Lib/Common/Codec/EbSystemResourceManager.c:502:9
    #4 0x555a16054691 in eb_init_encoder /home/magsoft/trunks/SVT-AV1/Source/Lib/Encoder/Codec/EbEncHandle.c:906:9
    #5 0x555a1601dccd in init_encoder /home/magsoft/trunks/SVT-AV1/Source/App/EncApp/EbAppContext.c:567:20
    #6 0x555a16024481 in main /home/magsoft/trunks/SVT-AV1/Source/App/EncApp/EbAppMain.c:157:52
    #7 0x7fc51e01cb6a in __libc_start_main /build/glibc-KRRWSm/glibc-2.29/csu/../csu/libc-start.c:308:16
    #8 0x555a15f7d469 in _start (/home/magsoft/trunks/SVT-AV1/Bin/Debug/SvtAv1EncApp+0x35469)

* Fix missing initialization of color_format

Raised by clang memory sanitizer.
color_format is checked in picture_analysis_context_ctor and it not
always initialized.

=3138==WARNING: MemorySanitizer: use-of-uninitialized-value
    #0 0x56306b95c1d6 in picture_analysis_context_ctor /home/magsoft/trunks/SVT-AV1/Source/Lib/Common/Codec/EbPictureAnalysisProcess.c:66:13
    #1 0x56306b48ee31 in eb_init_encoder /home/magsoft/trunks/SVT-AV1/Source/Lib/Encoder/Codec/EbEncHandle.c:1483:9
    #2 0x56306b43eccd in init_encoder /home/magsoft/trunks/SVT-AV1/Source/App/EncApp/EbAppContext.c:567:20
    #3 0x56306b445481 in m... (continued)

31127 of 106040 relevant lines covered (29.35%)

1953240.86 hits per line

Source Files on job 2440.11 (COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON")
  • Tree
  • List 0
  • Changed 200
  • Source Changed 1
  • Coverage Changed 200
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 895
  • Travis Job 2440.11
  • 021cc6a1 on github
  • Prev Job for COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON" on master (#2438.10)
  • Next Job for COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON" on master (#2443.10)
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