Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGTRAP when EbSvtAv1EncConfiguration::avif=0 #2650

Open
y-guyon opened this issue Feb 26, 2025 · 0 comments
Open

SIGTRAP when EbSvtAv1EncConfiguration::avif=0 #2650

y-guyon opened this issue Feb 26, 2025 · 0 comments

Comments

@y-guyon
Copy link
Collaborator

y-guyon commented Feb 26, 2025

libavif's avifsvttest is failing at head (flaky) with the following message:

[ RUN      ] All/SvtAv1Test.EncodeDecodeStillImage/1
Svt[info]: -------------------------------------------
Svt[info]: SVT [version]:	SVT-AV1 Encoder Lib v3.0.0
Svt[info]: SVT [build]  :	Apple LLVM 15.0.0 (clang-1500.3.9.4)	 64 bit
Svt[info]: LIB Build date: Feb 26 2025 10:40:51
Svt[info]: -------------------------------------------
Svt[info]: Level of Parallelism: 1
Svt[info]: Number of PPCS 74
Svt[info]: [asm level on system : up to neon_dotprod]
Svt[info]: [asm level selected : up to neon_dotprod]
Svt[info]: -------------------------------------------
Svt[info]: SVT [config]: main profile	tier (auto)	level (auto)
Svt[info]: SVT [config]: width / height / fps numerator / fps denominator 		: 64 / 64 / 60000 / 1000
Svt[info]: SVT [config]: bit-depth / color format 					: 8 / YUV420
Svt[info]: SVT [config]: preset / tune / pred struct 					: 8 / PSNR / random access
Svt[info]: SVT [config]: gop size / mini-gop size / key-frame type 			: 321 / 32 / key frame
Svt[info]: SVT [config]: BRC mode / rate factor 					: CRF / 63 
Svt[info]: SVT [config]: AQ mode / variance boost 					: 2 / 0
Svt[info]: SVT [config]: sharpness / luminance-based QP bias 			: 0 / 0
Svt[info]: Svt[info]: -------------------------------------------
Error: Svt[error]: A single picture was detected. Consider using --avif 1 for improved efficiency and reduced memory usage.
[       OK ] All/SvtAv1Test.EncodeDecodeStillImage/1 (5 ms)

While the GoogleTest unit passes, ctest reports a failure:

The following tests FAILED:
	 46 - avifsvttest (SIGTRAP)
Error: Process completed with exit code 8.

libavif cannot use EbSvtAv1EncConfiguration::avif because of #2245.

See https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/2251.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant