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 (11) on Ubuntu 14.04, Apache 2 #2

Open
ganar opened this issue Aug 11, 2015 · 3 comments
Open

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

ganar opened this issue Aug 11, 2015 · 3 comments

Comments

@ganar
Copy link

ganar commented Aug 11, 2015

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
Copy link
Contributor

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
Copy link
Author

ganar commented Aug 12, 2015

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

@ganar ganar changed the title Segementation fault (11) on Ubuntu 14.04, Apache 2 Segmentation fault (11) on Ubuntu 14.04, Apache 2 Feb 12, 2016
@fevangelou
Copy link
Contributor

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.

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