Challenge freezing on incorrect input
See original GitHub issueDescribe your problem and how to reproduce it: The Define the Head and Body of an HTML Document challenge freezes if you enter in code like
<!DOCTYPE html>
<html>
<head>
<title>The best page ever</title>
<head>
<body>
<h1>The best page ever</h1>
<p>Cat ipsum dolor sit amet, jump </p>
<body> <!-- this tag should be closing -->
</html>
where the body
tag is not closed. This is a common enough mistake and the freezing is not directly caused by the user code - it’s how our tests interact with it.
Add a Link to the page with the problem:
The cause
The last test causes the problem, I think the regex gets stuck in a loop.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Re:Legion T5 28IMB05 constantly gets severe freezes
So far, the only two solutions that I have found to solve the freezing issue long term is to either: a) revert back...
Read more >Lag/Freezing/Stuttering when Bar Swapping on Controller
This has been an ongoing issue for controller input players for over a year. Description of the bug: When first booting up the...
Read more >Easy Fixes - 4 Types of MacBook Pro Freezing Issues in 2022
Does your MacBook Pro often freeze up? Find the cause and solutions in this guide and apply them to unfreeze your Mac quickly....
Read more >Touch Screen Issues with iPhone or iPad and iOS 15.1 ...
The touch screen issue can be everything unregistered taps, unresponsive to touch input, a seeming delay to touch input, erroneous touch ...
Read more >FH5 Known Issues - Forza Support
Accolades - Unbeatable Road Racing - Pinned description incorrectly states player needs to win 10 races in a row instead of win 10...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the heads up @morgan-sam, I should have removed the label. I’m in the process of updating how user code makes it into the test frame and, once that’s done, #39112 should work.
Is help still wanted with this issue? Asking because #39112 is still open