Skip to content

Document::from get STATUS_STACK_OVERFLOW #66

@lynnux

Description

@lynnux

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions