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

Error handling changes for threading #24

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tewha
Copy link

@tewha tewha commented Feb 25, 2013

  • Install error handlers before functions using them, so they're installed on the relevant thread.
  • Build error instance in error handler, rather than relying on pointer remaining valid.
  • Extract libxml2 error when parsing an XML document, attach to existing error as an underlying error.

- Install error handlers before functions using them, so they're installed on the relevant thread.
- Build error instance in error handler, rather than relying on pointer remaining valid.
- Extract libxml2 error when parsing an XML document, attach to existing error as an underlying error.
Ewan Mellor and others added 2 commits April 28, 2013 10:25
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

Successfully merging this pull request may close these issues.

1 participant