StreamPeerGZIP.start_compression
randomly freezes Godot
#87399
Labels
Milestone
StreamPeerGZIP.start_compression
randomly freezes Godot
#87399
Tested versions
4.3.dev.custom_build. 0bcc0e9
System information
Ubuntu 22.04 CI
Issue description
When executing (this code was automatically minimized, so it is possible, that an even more "minimal" project can be created)
Godot freezes(timeout is set to 60 seconds):
The problem is that I cannot reproduce this locally, but only in CI
This example was found by Godot fuzzer - Qarminer, so it is quite unlikelly that this code could be used in real project, but still this should be handled gracefully.
Memory leaks or asan backtraces are visible when using Godot build with sanitizers support - https://github.com/qarmin/GodotBuilds/actions (linux -> linux-editor-sanitizers)
Steps to reproduce
Above
Minimal reproduction project (MRP)
Above
The text was updated successfully, but these errors were encountered: