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

Segmentation Fault on modified re-raise #148

Closed
Empact opened this issue Oct 14, 2009 · 1 comment
Closed

Segmentation Fault on modified re-raise #148

Empact opened this issue Oct 14, 2009 · 1 comment

Comments

@Empact
Copy link

Empact commented Oct 14, 2009

 xml = Nokogiri::XML('<xml />')
begin
  xml.xpath('http://')
rescue Nokogiri::XML::XPath::SyntaxError => e
  raise e, "howdy"
end

results in:

[BUG] Segmentation fault
ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10]

Abort trap

for

--- 
warnings: []

libxml: 
  loaded: 2.7.5
  binding: extension
  compiled: 2.7.5
nokogiri: 1.3.3

@tenderlove
Copy link
Member

duplicating erorrs works. yay! closed by 33922d7

This issue was closed.
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

No branches or pull requests

2 participants