joomlaworks / simple-rss-feed-reader

Simple RSS Feed Reader
https://www.joomlaworks.net/extensions/free-premium/simple-rss-feed-reader
GNU General Public License v2.0
9 stars 4 forks source link

Segmentation fault (11) on Ubuntu 14.04, Apache 2 #2

Open ganar opened 9 years ago

ganar commented 9 years ago

I'm getting a segmentation fault with simple-rss-feed-reader on a Joomla installation in my test server, that is working correctly in my developing server.

Can you hep me to figure out what I may be doing wrong? The cache directory is properly configured, but I only get a blank page when going to the main page and this error in the apache log:

[Tue Aug 11 12:03:26.700044 2015] [core:notice] [pid 1464] AH00051: child pid 5708 exit signal Segmentation fault (11), possible coredump in /etc/apache2

If I un-publish the module everything works again

This is the server information

PHP Version 5.5.9-1ubuntu4.11 PHP Built On Linux 3.16.0-45-generic #60~14.04.1-Ubuntu SMP Fri Jul 24 21:16:23 UTC 2015 x86_64 Database Version 5.5.44-0ubuntu0.14.04.1 Database Collation latin1_swedish_ci PHP Version 5.5.9-1ubuntu4.11 Web Server Apache/2.4.7 (Ubuntu) WebServer to PHP Interface apache2handler Joomla! Version Joomla! 3.4.1 Stable [ Ember ] 21-March-2015 20:30 GMT Joomla! Platform Version Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT User Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.130 Safari/537.36

fevangelou commented 9 years ago

It's probably resource related, meaning it requires too much CPU/RAM to complete the feed fetching. Try using less feeds as sources and also disable any image processing if it's enabled.

ganar commented 9 years ago

Hi @fevangelou I don't see how that can be: it's only this feed, which only brings a few items.

Also: I'm having problems setting up the timezone for the results, even though is properly configured in Joomla, the timezone of the results is set to the server's timezone

fevangelou commented 8 years ago

Could be a configuration issue with php.ini. See this: http://unix.stackexchange.com/questions/199561/apache-and-php-not-working-child-pid-xxx-exit-signal-segmentation-fault-11

As for Joomla and the timezone you set there, this is for calibrating the dates from content created in Joomla, to YOUR specific timezone. PHP scripts don't use this, so it's best to properly configure your server or use a custom php.ini or .htaccess PHP rule to define the timezone for your site only.