Endless loop and out of memory on a specific file
See original GitHub issueDescription
Endless loop and out of memory on a specific file
Example data
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" font-family="Arial">
<g id="g1" font-size="18">
<defs id="defs1">
<text id="text1">Text</text>
</defs>
</g>
<use id="use1" xlink:href="#text1" x="50" y="120" font-size="48"/>
</svg>
Used Versions
- SVG.NET 3.0.102 + master
- Windows 10 64bit
- .net Core 2.2
- MSVS 2017
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Out of memory exception in c# for infinite loop [closed]
An OutOfMemoryException is thrown whenever the application tries and fails to allocate memory to perform an operation.
Read more >Help interpreting seemingly infinite loop and out- ...
I set up fuzzing for the tree-sitter-tlaplus grammar and it quickly found an input where the parser seemingly enters an infinite error recovery...
Read more >Shell script loop runs out of memory
The script uses a loop within a loop; the outer loop is infinite by design, and the inner loop ends when it finds...
Read more >If a computer has an infinite loop in a program, will it ...
If the loop is infinite by design, it is more likely that it will run out of electric power, rather than out of...
Read more >Thread: Open and close multiple workbooks - out of memory
I am doing a larger project, where a loop is opening/adding a lot of workbooks, performing some actions, saving and closing the workbooks...
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
@H1Gdev it’s error during
dotnet publish
, we probably can remove both those properties from csproj.Thanks. Yes, it works now.