Skip to content
New issue

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

Document::from get STATUS_STACK_OVERFLOW #66

Open
lynnux opened this issue Mar 2, 2021 · 1 comment
Open

Document::from get STATUS_STACK_OVERFLOW #66

lynnux opened this issue Mar 2, 2021 · 1 comment

Comments

@lynnux
Copy link

lynnux commented Mar 2, 2021

Hi, I'v encounter STATUS_STACK_OVERFLOW when load a big xml file, abount 341KB. On win7 64bit, vs2013.

fn main() {
    use select::document::Document;
    use select::predicate::{Name, Predicate};

    let document = Document::from(
        include_str!("8144940")
    );
    `println!("Hello,` world!");
}

8144940.zip

@let4be
Copy link

let4be commented Apr 30, 2021

Any update? having the same issue, but yet to identify which html causes the crash(running this lib in crawler)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants