• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 15 posts ] 
Author Message
 Post subject: FrontEndUser / Segmentation Fault (11)
PostPosted: Wed May 16, 2007 1:07 pm 
This is doing my head in

PHP Version 5.1.6

Apache/2.2.2 (Fedora)

Dedicated server setup - been running 2+ years without a hiccup

Upgrading the old clunky intra/xtra 'net to use CMS

All works beautifully

Except Admin / Users and Groups / Frontend User Management gives me

  Browser :

   Internet Explorer cannot display the webpage

  httpd/error_log :

   [notice] child pid 6201 exit signal Segmentation fault (11)

  httpd/access_log :

    NULL

I do not use .htaccess for anything - I believe it is a server intensive way to control access - I do this thru a directive in httpd.conf

For curiosity I checked for session.save in

  httpd.conf :

    NULL

  and in php.ini :

    [Session]
    ; Handler used to store/retrieve data.
    session.save_handler = files

Have googled and searched until my fingers bled

Even installed the "Loaded" version from webtech101 ( nice work BTW )

Same issue

Any kicks in the right direction are appreciated

Thanx

Tim A.  ::)


Top
  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Wed May 16, 2007 10:01 pm 
Offline
Power Poster
Power Poster

Joined: Tue Dec 13, 2005 10:50 pm
Posts: 1415
Location: Finland
interesting.

what is php_memory_limit? raise it for a while and retest.

add more error logging for php (maybe to new log file so it doesnt clutter apache logs) and reload.

just segfault doesnt give much clue...


Top
 Profile  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Thu May 17, 2007 8:54 am 
Arvo

memory_limit = 64M  ( was 32 )

error_reporting  =  E_ALL  ( was error_reporting  =  E_ALL & ~E_NOTICE )

service httpd restart

[notice] child pid 14202 exit signal Segmentation fault (11)

I have played with logging etc ... but cannot get anymore detail

Find it interesting that I get "cannot display the webpage"

Usually when I break something I get a blank page  ???


Top
  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Thu May 17, 2007 9:09 am 
This is getting worse

Went to "Minimal Template" as there are sections I want to do for PDAs

And get same segmentation fault

Something is not happy  :(


Top
  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Thu May 17, 2007 9:48 am 
Offline
Power Poster
Power Poster

Joined: Tue Dec 13, 2005 10:50 pm
Posts: 1415
Location: Finland
hmm,

I would start to disable mod_* stuff, compile apache with debug and check that everything is up to date. cant think of anything else,  just a segfault is a bit hard to pinpoint...


Top
 Profile  
 
 Post subject: [solved] Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Thu Nov 06, 2008 1:16 pm 
Offline
Forum Members
Forum Members

Joined: Thu May 29, 2008 10:00 am
Posts: 14
Has anyone been able to solve this problem. I installed CMS Made Simple version 1.4.1 (upgrade from 1.2.5 actually) and installed also FrontEndUsers 1.5.3 - and I am still having the wery same problem. I tried to enable debuging from configuration and set php to log errors, but there is now additional information. I am using Debian Etch, php 5.2.0 with apache 2.2.3.
Memory limit is 64M


Last edited by virgo on Tue Jul 21, 2009 8:23 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Thu Nov 06, 2008 5:08 pm 
Offline
Support Guru
Support Guru

Joined: Mon Jul 24, 2006 3:27 pm
Posts: 3690
Location: Paris
Hello,

some unwarrantied ideas...
-increase the PHP memory
-describe the failure (how to reproduce)
-increase http error log sensitivity to max
-increase php log sensitivity to max
BTW, what is your db ?

Pierre M.

_________________
-- Pierre, support team member. comodérateur du forum francophone.
Please read "how to submit installation/support requests" before posting. Don't send private messages to ask for support.
Want to contribute to CMSms ? Improve the wiki with your forum account.


Top
 Profile  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Mon Nov 10, 2008 3:23 pm 
Offline
Forum Members
Forum Members

Joined: Thu May 29, 2008 10:00 am
Posts: 14
Pierre M. wrote:
some unwarrantied ideas...
-increase the PHP memory
-describe the failure (how to reproduce)
-increase http error log sensitivity to max
-increase php log sensitivity to max


   I increased memory limit to 128 MB, but it didn't help at all.
   I can create the error every time I choose Users & Groups, Frontend User Management from administrative inteface - it shows blank page and log shows, that Apache crashed with Segmentation fault.
  In php configuration I have error_reporting  = E_ALL and log_errors = On. I don't know any way to make php log more. I set LogLevel debug for Apache VirtualHost, under which I'm testing CMS Made Simple, but logs are still same.

Pierre M. wrote:
BTW, what is your db ?

I forgot - that would be mysql 5.0.32


Top
 Profile  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Mon Nov 10, 2008 4:11 pm 
Offline
Support Guru
Support Guru

Joined: Mon Jul 24, 2006 3:27 pm
Posts: 3690
Location: Paris
virgo wrote:
   I can create the error every time I choose Users & Groups, Frontend User Management from administrative inteface - it shows blank page and log shows, that Apache crashed with Segmentation fault.


Is it the only way to reproduce the problem ? Is it tied to the FEU module ? Does everything else work OK ?
Can you please show System Info and check System Checksum in the admin ? Any chance of a broken upload ?

Pierre M.

_________________
-- Pierre, support team member. comodérateur du forum francophone.
Please read "how to submit installation/support requests" before posting. Don't send private messages to ask for support.
Want to contribute to CMSms ? Improve the wiki with your forum account.


Top
 Profile  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Tue Nov 11, 2008 3:05 pm 
Offline
Forum Members
Forum Members

Joined: Thu May 29, 2008 10:00 am
Posts: 14
Pierre M. wrote:
Is it the only way to reproduce the problem ? Is it tied to the FEU module ? Does everything else work OK ?
Can you please show System Info and check System Checksum in the admin ? Any chance of a broken upload ?

I am only playing around with CMS Made Simple, since it seems to be  most like the logic of our existing web system - but we would need frontpage users functionality. I have not seen it crash in other places. And this version is not the first one I have tried - I just haven't reported earlier. Older versions also crashed in same place.
I installd FEU by Extensions, Module manager, Download and Install functionality.
I am not sure, how to check System Checksum.
System Info of CMS is following:

Cms Version: 1.4.1

Installed Modules:

    * CMSMailer: 1.73.14
    * FileManager: 0.4.1
    * MenuManager: 1.5.1
    * ModuleManager: 1.2.1
    * News: 2.8.2
    * nuSOAP: 1.0.1
    * Printing: 0.2.5
    * Search: 1.5.1
    * ThemeManager: 1.0.8
    * TinyMCE: 2.4.5
    * FrontEndUsers: 1.5.3


Config Information:

    * php_memory_limit: 80M
    * process_whole_template: true
    * max_upload_size: 40000000
    * default_upload_permission: 664
    * assume_mod_rewrite: false
    * page_extension:
    * internal_pretty_urls: false
    * use_hierarchy: false


Php Information:

    * safe_mode: Off (False)
    * phpversion: 5.2.0-8+etch13
    * memory_limit: 80M
    * max_execution_time: 3000
    * gd_version: 2
    * session_save_path: /var/lib/php5 (1733)


Server Information:

    * Server Api: apache2handler
    * Server Db Type: MySQL (mysql)
    * Server Db Version: 5.0.32


Top
 Profile  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Wed Nov 12, 2008 2:37 pm 
Offline
Support Guru
Support Guru

Joined: Mon Jul 24, 2006 3:27 pm
Posts: 3690
Location: Paris
I'm short of ideas. I don't understand how a specific module can segfault the webserver.
May be try several webserver-PHP bridging : handler, old CGI, fastCGI...

Pierre M.

_________________
-- Pierre, support team member. comodérateur du forum francophone.
Please read "how to submit installation/support requests" before posting. Don't send private messages to ask for support.
Want to contribute to CMSms ? Improve the wiki with your forum account.


Top
 Profile  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Fri Jul 17, 2009 11:22 am 
Offline
Forum Members
Forum Members

Joined: Thu May 29, 2008 10:00 am
Posts: 14
I finally got around testing it some more - crash happens in function.admin_propertiestab.php in line
$this->smarty->assign('nametext',$this->Lang('name'));
Actually - simply reading $this->Lang('name') causes this to happen.
I now tested with CMS Made Simple 1.6 and FrontEndUsers 1.6.7


Top
 Profile  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Fri Jul 17, 2009 11:47 am 
Offline
Forum Members
Forum Members

Joined: Thu May 29, 2008 10:00 am
Posts: 14
Additional checking:
in lib/classes/class.module.inc.php
function Lang()

array_unshift($args,'');
is successful, but segmentation fault happens on
$args[0] = $this;


Top
 Profile  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)  [SOLVED]
PostPosted: Fri Jul 17, 2009 12:07 pm 
Offline
Forum Members
Forum Members

Joined: Thu May 29, 2008 10:00 am
Posts: 14
And now, searching in this forum, I also found the solution:
zend.ze1_compatibility_mode = Off


Top
 Profile  
 
 Post subject: Re: FrontEndUser / Segmentation Fault (11)
PostPosted: Mon Jul 20, 2009 3:51 pm 
Offline
Support Guru
Support Guru

Joined: Mon Jul 24, 2006 3:27 pm
Posts: 3690
Location: Paris
virgo wrote:
And now, searching in this forum, I also found the solution:
zend.ze1_compatibility_mode = Off


Thank you for sharing this. Please edit the title of your first post in the thread to prefix it with [solved].
Have fun with CMSms

Pierre M.

_________________
-- Pierre, support team member. comodérateur du forum francophone.
Please read "how to submit installation/support requests" before posting. Don't send private messages to ask for support.
Want to contribute to CMSms ? Improve the wiki with your forum account.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
A2 Hosting