Open lynnux opened 3 years ago
Hi, I'v encounter STATUS_STACK_OVERFLOW when load a big xml file, abount 341KB. On win7 64bit, vs2013.
STATUS_STACK_OVERFLOW
fn main() { use select::document::Document; use select::predicate::{Name, Predicate}; let document = Document::from( include_str!("8144940") ); `println!("Hello,` world!"); }
8144940.zip
Any update? having the same issue, but yet to identify which html causes the crash(running this lib in crawler)
Hi, I'v encounter
STATUS_STACK_OVERFLOW
when load a big xml file, abount 341KB. On win7 64bit, vs2013.8144940.zip