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

Segmentation fault with DynamicImage #2061

Closed
nadenf opened this issue Nov 23, 2023 · 0 comments
Closed

Segmentation fault with DynamicImage #2061

nadenf opened this issue Nov 23, 2023 · 0 comments

Comments

@nadenf
Copy link

nadenf commented Nov 23, 2023

When calling:

DynamicImage::ImageRgba8(RgbaImage::from_raw(width, height, Vec::from(bytes)).unwrap());

It crashes with the following error:

zsh: segmentation fault   'thumbnailer_raw::tests::test_indexing'

Versions

image = "0.24.7"
stable-aarch64-apple-darwin (default)
rustc 1.73.0 (cc66ad468 2023-10-03)

Reproduction steps

  1. Checkout https://github.com/harana-oss/libraw-rs
  2. Run the it_can_be_converted_to_image within tests folder.
  3. It crashes.
@nadenf nadenf closed this as completed Nov 23, 2023
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