ballsteve / xrust

XPath, XQuery, and XSLT for Rust
Apache License 2.0
89 stars 9 forks source link

Memory error #3

Closed ballsteve closed 3 years ago

ballsteve commented 3 years ago

When creating a result tree with a text node, the library is crashing with the error:

error: test failed, to rerun pass '--lib'

Caused by: process didn't exit successfully: /Users/balls/Local/Rust/xrust/target/debug/deps/xrust-fc4696bc47f2bdaa (signal: 11, SIGSEGV: invalid memory reference)

ballsteve commented 3 years ago

Have abandoned the libxml crate. Using XDMTree instead.