-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
dynamic-stack-buffer-overflow
crash when executing random functions on random physics objects
#92333
Labels
Milestone
Comments
Also getting this in my project at 4.3-beta3 on my project.. Unable to reproduce with the current head of Qarminer
Seems like I may have just spent 3 hours debugging with asan only to notice this...
The sanitizer was satisfied after that... |
sorascode
pushed a commit
to sorascode/godot-soras-version
that referenced
this issue
Jul 22, 2024
…ns on random physics objects Fixes godotengine#92333 This looks correct, and fixes the ASAN assertion I'm currently getting in my program.
Akeal
pushed a commit
to Akeal/godot
that referenced
this issue
Jul 24, 2024
…ns on random physics objects Fixes godotengine#92333 This looks correct, and fixes the ASAN assertion I'm currently getting in my program.
Luis-Wong
pushed a commit
to Luis-Wong/godot
that referenced
this issue
Jul 26, 2024
…ns on random physics objects Fixes godotengine#92333 This looks correct, and fixes the ASAN assertion I'm currently getting in my program.
RadiantUwU
pushed a commit
to RadiantUwU/godot
that referenced
this issue
Jul 27, 2024
…ns on random physics objects Fixes godotengine#92333 This looks correct, and fixes the ASAN assertion I'm currently getting in my program.
2nafish117
pushed a commit
to 2nafish117/godot
that referenced
this issue
Aug 5, 2024
…ns on random physics objects Fixes godotengine#92333 This looks correct, and fixes the ASAN assertion I'm currently getting in my program.
chryan
pushed a commit
to chryan/godot
that referenced
this issue
Aug 6, 2024
…ns on random physics objects Fixes godotengine#92333 This looks correct, and fixes the ASAN assertion I'm currently getting in my program.
maidopi-usagi
pushed a commit
to maidopi-usagi/godot
that referenced
this issue
Sep 11, 2024
…ns on random physics objects Fixes godotengine#92333 This looks correct, and fixes the ASAN assertion I'm currently getting in my program.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested versions
4.3.beta.custom_build. daa81bb
System information
Ubuntu 24.04
Issue description
Running test physics scene, cause to show crashes related to stack overflow
Steps to reproduce
https://github.com/qarmin/Qarminer/blob/fc3e7e846b52fcddfa5bc928089dd6811c0d7993/StressPhysics.gd#L104
Minimal reproduction project (MRP)
https://github.com/qarmin/Qarminer
The text was updated successfully, but these errors were encountered: