AcademySoftwareFoundation / OpenRV

Open source version of RV, the Sci-Tech award-winning media review and playback software.
Other
550 stars 127 forks source link

[Bug]: rvio segmentation fault when using threads to encode image sequences #486

Closed chxmberland closed 2 weeks ago

chxmberland commented 3 weeks ago

What happened?

When trying to use the rvio library with more then one thread to transcode any type of media through the -rthreads option, a segmentation fault occurs. For example, the following line gives a segmentation fault:

./rvio -rthreads 2 clip1.mov -o out.#.jpg

List all the operating systems versions where this is happening

Reported in Centos 7.8 with RV 2023.0.1

On what computer hardware is this happening?

Validated by support in MacOS 13.6 RV 2021, 2022, 2023 and Centos 8.5 RV 2023.0.1

Relevant console log output

dlopen(v??b??, 0x0001): tried: 'v??b??' (no such file), '/System/Volumes/Preboot/Cryptexes/OSv??b??' (no such file), '/Users/<user>/Dev/OpenRV/_build/stage/app/RV.app/Contents/Frameworks/v??b??' (no such file), '/Users/<user>/Dev/OpenRV/_build/stage/app/RV.app/Contents/lib/v??b??' (no such file),  '/usr/lib/v??b??' (no such file, not in dyld cache), 'v??b??' (no such file), '/usr/local/lib/v??b??' (no such file),  '/usr/lib/v??b??' (no such file, not in dyld cache) WARNING:  failed to load zsh: segmentation fault  rvio -rthreads 2 ~/Downloads/friendly-lot.mp4 -o ./Down

Environment variables

No response

Extra information

No response

Code of Conduct