Colin Surprenant
unread,Oct 13, 2009, 2:15:32 PM10/13/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to feedzirra
Hi,
Just want to report that, after 3 days running, my feed poller system
which uses feedzirra (pauldix-feedzirra 0.0.18) crashed with:
/usr/lib/ruby/gems/1.8/gems/pauldix-feedzirra-0.0.18/lib/feedzirra/
feed.rb:263: [BUG] Segmentation fault
ruby 1.8.6 (2007-09-24) [x86_64-linux]
This is running on:
- Ruby 1.8.6 (2007-09-24 patchlevel 111) [x86_64-linux]
- Ubuntu 8.04 under Amazon EC2
Libs:
- libxml2 2.6.31.dfsg-2ubuntu1.3
Gems:
- pauldix-feedzirra (0.0.18)
- nokogiri (1.3.3)
- taf2-curb (0.5.4.0)
No other information about the crash is available.
feed.rb:263 is the last line of this code snippet:
def self.add_feed_to_multi(multi, feed, feed_queue, responses,
options)
easy = Curl::Easy.new(feed.feed_url) do |curl|
curl.headers["User-Agent"] = (options[:user_agent] ||
USER_AGENT)
Thanks,
Colin