|
|
Hi all,
I'm upgraded several weeks ago my egroupware 1.6 on opensuse to new ubuntu 10.04 and egroupware 1.8. I've suffered php 5.3.x problems with segmentation faults that major problems vanished downgrading to php 5.2 on karmic packages. Seems all stable except for adding new contact on addressbook. It gives no more error than php segmentation fault and randomly writes the new contact. Anyone suffers this? I've tried modifing php variables, apache... Also, I've tried to upgrade to 10.10 and php 5.3.3 but all segmentations faults comes again :/ Anyone knows solutions or clues? Thanks in advance! -- :wq ------------------------------------------------------------------------------ Forrester recently released a report on the Return on Investment (ROI) of Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even within 7 months. Over 3 million businesses have gone Google with Google Apps: an online email calendar, and document program that's accessible from your browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
xixixixi55 |
|
|
I just installed 1.8 on Ubuntu 10.04 running php 5.3.2. I too am getting segmentation faults when trying to insert a project or sub project element. has anybody found a fix for this?
Thanks for any help in advance |
|
|
Yup, downgrade php to 5.2 On Jan 25, 2011 4:42 PM, "xixixixi55" <[hidden email]> wrote: ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
|
PHP is turning in to a bag of crap to be frank. Rather that downgrading until you find no faults you could always grab the latest from SVN if it has fixes for all the new flake introduced in the 5. series. On Tuesday 25 Jan 2011 15:48:41 victor sanahuja wrote: > Yup, downgrade php to 5.2 ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
Robert Steinmetz AIA |
|
|
In reply to this post by xixixixi55
Try checking to see if the XCache and apc php modules are installed. If
so remove them and see if the problem clears up.
It is easy to remove and re-add them using Synaptic. Also check the Apache errorlog for php related error messages. Please let us know how it comes out. I found that if both were installed there were problems but if only one is installed it works just fine for me on Ubuntu 10.04 with the stock Ubuntu php packages, Apache2 and MySQL. xixixixi55 wrote: I just installed 1.8 on Ubuntu 10.04 running php 5.3.2. I too am getting segmentation faults when trying to insert a project or sub project element. has anybody found a fix for this? Thanks for any help in advance --
Principal Steinmetz & Associates ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
xixixixi55 |
|
|
Thanks for the help. I didn't have xCache installed, but when I took out apc_php everything started working. The errorlog in apache no longer has the segv errors either. Again MANY THANKS
George ----------------original message----------------- From: "Robert Steinmetz AIA [via EGroupware]" <[hidden email] To: "xixixixi55" [hidden email] Date: Tue, 25 Jan 2011 10:47:13 -0800 (PST) ------------------------------------------------- > > > > > > > > > Try checking to see if the XCache and apc php modules are installed. If > so remove them and see if the problem clears up. > It is easy to remove and re-add them using Synaptic. > Also check the Apache errorlog for php related error messages. > > Please let us know how it comes out. > > I found that if both were installed there were problems but if only one > is installed it works just fine for me on Ubuntu 10.04 with the stock > Ubuntu php packages, Apache2 and MySQL. > > xixixixi55 wrote: > > > I just installed 1.8 on Ubuntu 10.04 running php 5.3.2. I too am getting > segmentation faults when trying to insert a project or sub project element. > has anybody found a fix for this? > > Thanks for any help in advance > > > > > -- > > Signature > Robert > Steinmetz, > AIA > Principal > Steinmetz & Associates > > > > > > > -------------------------------------------------------------------- > ---------- > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > eGroupWare-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/egroupware-users > > > _______________________________________________ > If you reply to this email, your message will be added to the discussion below: > > http://egroupware.219119.n3.nabble.com/segmentation-fault-adding-new > -contact-on-addressbook-tp2131073p2332944.html > > To unsubscribe from segmentation fault adding new contact on addressbook, > visit > http://egroupware.219119.n3.nabble.com/template/NamlServlet.jtp?macr > o=unsubscribe_by_code&node=2131073&code=Z2VvcmdlLmJha2VyQGRocy1jbHVi > LmNvbXwyMTMxMDczfDkwMTcxOTc3NQ== -- |
|
xixixixi55 |
|
|
In reply to this post by WLD
turns out the problem was in apc_php. Once I removed that with synaptic, everything started working.
Thanks for the response though. I appreciate anybody trying to be helpful. ----------------original message----------------- From: "WLD [via EGroupware]" <[hidden email] To: "xixixixi55" [hidden email] Date: Tue, 25 Jan 2011 09:17:55 -0800 (PST) ------------------------------------------------- > > > > PHP is turning in to a bag of crap to be frank. Rather that downgrading until you > find no faults you could always grab the latest from SVN if it has fixes for all the > new flake introduced in the 5. series. > > On Tuesday 25 Jan 2011 15:48:41 victor sanahuja wrote: >> Yup, downgrade php to 5.2 > > > -------------------------------------------------------------------- > ---------- > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > eGroupWare-users mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/egroupware-users > > > _______________________________________________ > If you reply to this email, your message will be added to the discussion below: > > http://egroupware.219119.n3.nabble.com/segmentation-fault-adding-new > -contact-on-addressbook-tp2131073p2332007.html > > To unsubscribe from segmentation fault adding new contact on addressbook, > visit > http://egroupware.219119.n3.nabble.com/template/NamlServlet.jtp?macr > o=unsubscribe_by_code&node=2131073&code=Z2VvcmdlLmJha2VyQGRocy1jbHVi > LmNvbXwyMTMxMDczfDkwMTcxOTc3NQ== -- |
|
Robert Steinmetz AIA |
|
|
In reply to this post by xixixixi55
There is another similar module called eAccelerator. I never had it
installed but it might cause the same problem.
Since you didn't have xcache installed and have removed apc, have you noticed any significant performance problems? Both of these modules are php accelerators and supposed to speed up php significantly. In my case I could use either module but not both. xixixixi55 wrote: Thanks for the help. I didn't have xCache installed, but when I took out apc_php everything started working. The errorlog in apache no longer has the segv errors either. Again MANY THANKS --
Principal Steinmetz & Associates ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ eGroupWare-users mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/egroupware-users |
|
|
In reply to this post by piscue
So beautiful sharing!Thank you very much.
Best wishes!Your article is very good! It is so nice. |
|
xixixixi55 |
|
|
In reply to this post by Robert Steinmetz AIA
The system egroupware is installed on, is a development/testing
server. I really haven't had a chance yet to put any kind of load on
it. Unfortunately, It looks like it might be a while before I have
the time to do so. I did check for eAccelerator and it is not
installed either. Again, thanks for the help.
On 01/26/2011 05:41 PM, Robert Steinmetz AIA [via EGroupware] wrote: There is another similar module called eAccelerator. I never had it installed but it might cause the same problem. |
| Powered by Nabble | Edit this page |