-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
KEA: segfault in test_gdal_misc_6 #8743
Comments
@gillins are you interested in looking into that ? |
Yes I am - will let you know what I find. Thanks for letting me know. |
7 tasks
With these changes I get a segfault at program exit (trace is in the description above). I also get a lot of these messages:
|
#8788 fixes/works around things |
rouault
added a commit
that referenced
this issue
Nov 22, 2023
KEA: Create(): error out if passing a /vsi file. avoids crashes (fixes #8743)
rouault
added a commit
that referenced
this issue
Nov 22, 2023
rouault
added a commit
that referenced
this issue
Nov 22, 2023
[Backport release/3.8] KEA: Create(): error out if passing a /vsi file. avoids crashes (fixes #8743)
ralphraul
pushed a commit
to 1SpatialGroupLtd/gdal
that referenced
this issue
Mar 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behavior and actual behavior.
test_gdal_misc_6
may segfault when callingCreateCopy
with argumentpszFilename="/vsimem/test_truncate/||maxlength=5028||foo"
The failure does not occur if
gcore/misc.py
is run in isolation. It can be reproduced (for me) withpytest gdrivers/kea.py gcore/misc.py
Stack trace
Adding the following
catch
block prevents the segfault inCreateCopy
but produces a new one at program exit:
The text was updated successfully, but these errors were encountered: