-
Notifications
You must be signed in to change notification settings - Fork 253
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
Some doc tests failures in src/api/context.rs #1987
Labels
Comments
With default features, everything works fine:
|
Got more error info:
Disabling image and dump_lookahead_data fixes it. |
It seems the image feature for PNG should be "png_codec" not "png":
This solves the first issue, however only with tracing and rust_hawktracer disabled. With it enabled the process segfaults:
|
ht needs its setup, I guess the easiest is to disable it when we are testing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rust 1.40 on x86_64 with all features enabled:
Even if I ignore the tests, the process segfault:
process didn't exit successfully:
/builddir/build/BUILD/rav1e-0.2.0/target/release/deps/rav1e-390ad111173cb1f6 --skip 'api::context::Context::receive_packet' --skip 'api::context::Context::send_frame'(signal: 11, SIGSEGV: invalid memory reference)
The text was updated successfully, but these errors were encountered: