question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Endless loop and out of memory on a specific file

See original GitHub issue

Description

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:closed
  • Created 4 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
wieslawsoltescommented, Feb 27, 2020

@H1Gdev it’s error during dotnet publish, we probably can remove both those properties from csproj.

1reaction
RazrFalconcommented, Feb 27, 2020

Thanks. Yes, it works now.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found