librelist archives

« back to archive

Re: Hpricot BUG

Re: Hpricot BUG

From:
Helder Oliveira
Date:
2011-06-02 @ 15:53
Hello, i just found this bug.

Any place i can report it ?
Can i do something to help solve it ?

require 'hpricot'
=> truerequire 'open-uri'
=> truedoc = 
Hpricot(open("http://www.realmadrid.com/cs/Satellite/es/1193040475311/1330060122780/noticia/Previa/Al_Madrid_solo_le_vale_la_victoria.htm"))
/Library/Ruby/Gems/1.8/gems/hpricot-0.8.4/lib/hpricot/parse.rb:33: [BUG] 
Segmentation fault
ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]

Abort trap

Thanks
Helder

Re: [hpricot] Re: Hpricot BUG

From:
i5m
Date:
2011-06-02 @ 16:15
Hi Helder,

the best place to report it is on Github:
https://github.com/hpricot/hpricot/issues

Not sure that anyone actively monitors this (or any other) Hpricot
mailing list. There are a couple of other segmentation faults on
there.


-----------------------
i5m.co.uk
GPG Key: 0xA18A602B



On Thu, Jun 2, 2011 at 4:53 PM, Helder Oliveira
<helder.oliveira@byside.com> wrote:
> Hello, i just found this bug.
>
> Any place i can report it ?
> Can i do something to help solve it ?
> require 'hpricot'
> => truerequire 'open-uri'
> => truedoc =
> 
Hpricot(open("http://www.realmadrid.com/cs/Satellite/es/1193040475311/1330060122780/noticia/Previa/Al_Madrid_solo_le_vale_la_victoria.htm"))
> /Library/Ruby/Gems/1.8/gems/hpricot-0.8.4/lib/hpricot/parse.rb:33: [BUG]
> Segmentation fault
> ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
>
> Abort trap
> Thanks
> Helder

Re: [hpricot] Re: Hpricot BUG

From:
Helder Oliveira
Date:
2011-06-02 @ 16:23
Thanks a lot i5m

On Jun 2, 2011, at 5:15 PM, i5m wrote:

> Hi Helder,
> 
> the best place to report it is on Github:
> https://github.com/hpricot/hpricot/issues
> 
> Not sure that anyone actively monitors this (or any other) Hpricot
> mailing list. There are a couple of other segmentation faults on
> there.
> 
> 
> -----------------------
> i5m.co.uk
> GPG Key: 0xA18A602B
> 
> 
> 
> On Thu, Jun 2, 2011 at 4:53 PM, Helder Oliveira
> <helder.oliveira@byside.com> wrote:
>> Hello, i just found this bug.
>> 
>> Any place i can report it ?
>> Can i do something to help solve it ?
>> require 'hpricot'
>> => truerequire 'open-uri'
>> => truedoc =
>> 
Hpricot(open("http://www.realmadrid.com/cs/Satellite/es/1193040475311/1330060122780/noticia/Previa/Al_Madrid_solo_le_vale_la_victoria.htm"))
>> /Library/Ruby/Gems/1.8/gems/hpricot-0.8.4/lib/hpricot/parse.rb:33: [BUG]
>> Segmentation fault
>> ruby 1.8.7 (2009-06-12 patchlevel 174) [universal-darwin10.0]
>> 
>> Abort trap
>> Thanks
>> Helder