-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Crash/Exception with option textord_heavy_nr=1 #3876
Labels
Comments
It looks like a double free here:
|
|
stweil
added a commit
that referenced
this issue
Jul 19, 2022
Signed-off-by: Stefan Weil <[email protected]>
The issue is fixed in commit ee34b10. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment
Current Behavior:
cmake -B %BuildDir% -S %SourceDir% -G "Visual Studio 15 2017" -A Win32 -DSW_BUILD=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DCMAKE_TOOLCHAIN_FILE=%VcpkgToolchain% -DBUILD_TRAINING_TOOLS=OFF -DHAVE_LIBCURL=OFF -DHAVE_LIBARCHIVE=OFF -DDISABLED_LEGACY_ENGINE=ON -DCMAKE_INSTALL_PREFIX=%InstallDir% -DDISABLE_ARCHIVE=ON -DDISABLE_CURL=ON
cmake --build %BuildDir% --config Debug --target INSTALL --clean-first
Expected Behavior:
No Exception
Suggested Fix:
The text was updated successfully, but these errors were encountered: