-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
[Regression] Null pointer dereference or Double free or corruption when reimporting Texture shown in Inspector #26749
Comments
fixed by b376273 . It may fix others. |
Took me a few attempts, but it's still crashing b376273:
|
akien-mga
changed the title
Null pointer dereference or Double free or corruption when reimporting Texture shown in Inspector
[Regression] Null pointer dereference or Double free or corruption when reimporting Texture shown in Inspector
Mar 7, 2019
Steps to reproduce again:
This time I got this backtrace:
|
As advised by @reduz, I ran it through valgrind (
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Godot version:
6976181
OS/device including version:
Linux x86_64
Issue description:
When changing the import flags and/or reimporting a Texture in the Import dock, while it is visible in the Inspector dock (e.g. corresponding Sprite selected in Scene Tree dock), it can crash with different outcomes: null-pointer dereference, or double free or corruption.
or
Steps to reproduce:
Minimal reproduction project:
MRP_crash_reimport.zip
The text was updated successfully, but these errors were encountered: