-
-
Notifications
You must be signed in to change notification settings - Fork 904
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
Segmentation Fault when using Custom XPath functions (1.4.1, 1.4.3.1) #345
Comments
Thank you for reporting. I will try to reproduce ASAP. |
reproduced using:
|
got a diagnosis. working on a fix. |
got a fix. need to package up a test case. |
Fixed a segfault when GC occurs during xpath handler argument marshalling. Closed by 0a1556a |
Thanks! :) |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
First of all thanks for this wonderful gem! However I'm facing major issues when trying to use my custom XPath function called compare_value(@name, 'text'). Goal is to retrieve all nodes ('object') which contains certain attribute ('text', case insensitive string compare) and its (attributes/attribute/value) actual value meets the reg exp.
Script & XML to reproduce issue:
http://gist.github.com/579708
BR,
Jussi Koljonen
The text was updated successfully, but these errors were encountered: