We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro case
var fileContents = '<Page><Label class="title"/></Page'; var domErrorHandler = function(level, str) { console.log("x"); }; var DomParser = require("xmldom").DOMParser; var parser = new DomParser({ locator:{}, errorHandler: domErrorHandler }); parser.parseFromString(fileContents, "text/xml");
This makes node to allocate endlessly memory until the process crashes. If the attribute in the inner tag is removed, #139 happens instead.
This is blocker for us, because it triggers NativeScript/nativescript-cli#1307
The text was updated successfully, but these errors were encountered:
Happens with node 4.2.3 on Windows, or node 0.12 on OS X.
Sorry, something went wrong.
thanks for your report! it's a serious bug!!
fixed !
No branches or pull requests
Repro case
This makes node to allocate endlessly memory until the process crashes. If the attribute in the inner tag is removed, #139 happens instead.
This is blocker for us, because it triggers NativeScript/nativescript-cli#1307
The text was updated successfully, but these errors were encountered: