On Mon, Jul 07, 2003 at 07:59:01AM +0900, why the lucky stiff wrote: > Richard Zidlicky (rz / linux-m68k.org) wrote: > > > > /usr/lib/site_ruby/1.6/yaml/emitter.rb:285: [BUG] Segmentation fault > > ruby 1.6.7 (2002-03-19) [i386-linux] > > Aborted > > > > Any idea? > > > > Hard to say. What's the data like that you're dumping (calling > to_yaml)? Nothing special, I have inserted Marshal.dump to get the exact crash data but that might take a while. Data structure is like --- !ruby/object:FeedList feeds: - items: [] title: "Google News: Business" url: bootleg-rss.g-blog.net/news_google_com.pcgi?topic=business refresh: 120 desc: "Add '?topic=general', '?topic=world', '?topic=us', '?topic=business', '?topic=scitech', '?topic=sports', '?topic=entertainment' or '?topic=health' to the script's URL to access the other topics. (0) Bootleg/scraped RSS feed. Updated every 10 minutes. See http://bootleg-rss.g-blog.net for a bunch of other quality feeds." site: http://news.google.com updated: 1056265579 - items: [] title: "Google News: Entertainment" url: bootleg-rss.g-blog.net/news_google_com.pcgi?topic=entertainment refresh: 120 desc: "Add '?topic=general', '?topic=world', '?topic=us', '?topic=business', '?topic=scitech', '?topic=sports', '?topic=entertainment' or '?topic=health' to the script's URL to access the other topics. (5) Bootleg/scraped RSS feed. Updated every 10 minutes. See http://bootleg-rss.g-blog.net for a bunch of other quality feeds." site: http://news.google.com updated: 1056265580 - items: [] title: "Google News: General" url: bootleg-rss.g-blog.net/news_google_com.pcgi?topic= refresh: 120 desc: "Add '?topic=general', '?topic=world', '?topic=us', '?topic=business', '?topic=scitech', '?topic=sports', '?topic=entertainment' or '?topic=health' to the script's URL to access the other topics. (5) Bootleg/scraped RSS feed. Updated every 10 minutes. See http://bootleg-rss.g-blog.net for a bunch of other quality feeds." site: http://news.google.com updated: 1056265581 - items: [] title: "Google News: Health" url: bootleg-rss.g-blog.net/news_google_com.pcgi?topic=health refresh: 120 desc: "Add '?topic=general', '?topic=world', '?topic=us', '?topic=business', '?topic=scitech', '?topic=sports', '?topic=entertainment' or '?topic=health' to the script's URL to access the other topics. (5) Bootleg/scraped RSS feed. Updated every 10 minutes. See http://bootleg-rss.g-blog.net for a bunch of other quality feeds." site: http://news.google.com updated: 1056265582 Because it is so hard to reproduce I am guessing it could be either gc or thread related. Richard