Reproduction Steps
System Information
Intel Core i9 9900K
16GB DDR5 RAM
Nvidia GeForce RTX 2080Ti
Repros
game:GetService("HttpService"):RequestAsync({ Url = string.rep("notepad", 2 ^ 29), Method = "GET" })
game:GetObjects(string.rep("a", 2 ^ 20))
Expected Behavior
Roblox throws an invalid url error.
Actual Behavior
Roblox freezes or crashes.
Issue Area: Engine
Issue Type: Crashing
Impact: Low
Frequency: Very Rarely
1 Like
I don’t seem to get your Actual Behavior :
Jyrezo
(Jimmy)
January 22, 2023, 1:34pm
#3
I don’t seem to be getting the expected behavior, either.
Try changing the string length a bit, I also got the same results as you but after changing the string length a bit I eventually crashed, ^ 23
and ^ 27
did it for me. Maybe try running it a few times? Could be related to a race condition.
Bumping this because I found another function with the exact same issue.
Thanks for the report! We’ll follow up when we have an update for you.
1 Like
The crash/freeze should now be mitigated. Thanks for reporting this bug!
system
(system)
Closed
January 12, 2024, 8:59pm
#8
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.