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

glibc corruption, Apache hangs #518

Closed
anonymous-matomo-user opened this issue Jan 23, 2009 · 4 comments
Closed

glibc corruption, Apache hangs #518

anonymous-matomo-user opened this issue Jan 23, 2009 · 4 comments
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@anonymous-matomo-user
Copy link

Hi,

I am using the next configuration on a CentOS with Kernel 2.6.18-028stab059.6.
My configuration is as follows.

PHP 5.1.6 (cli) (built: Jul 16 2008 19:52:52)
Server version: Apache/2.2.3
Piwik 0.2.28

The problem arises when trying to view some concrete day in the Dashboard. For instance, if I try to view 20 January everything works ok, but when I change the day to 21 January then httpd process hangs.
In my http log I can see this line:
\ glibc detected \ /usr/sbin/httpd: double free or corruption (!prev): 0×00002b7e9f7e7850 *

Please, do tell me if you need more info.
Thanks.

@anonymous-matomo-user
Copy link
Author

I have changed the value of MALLOC_CHECK_ to 1, so now in the log it appears as a warning insted of stopping the httpd proccess.

Now it throws these warnings :

\ glibc detected \ /usr/sbin/httpd: free(): invalid pointer: 0×00002b0c3b138d20 *
*

\ glibc detected \ /usr/sbin/httpd: corrupted double-linked list: 0×00002b0c3b137670 *

@robocoder
Copy link
Contributor

Sorry, I’m marking this ticket as invalid. Piwik is written in PHP. A lower level crash in Apache or glibc isn’t within the scope of the project to support. Plus, few of us are geared up to troubleshoot different server configurations.

However, if you attach a backtrace, I’ll take a look and offer any assistance I can.

@robocoder
Copy link
Contributor

You may also want to consider updating your php installation. 5.1.6 was released August 2006.

@anonymous-matomo-user
Copy link
Author

Ok, I’ll do so.
Anyway setting that environment variable to 1 temporally fixed the most serious problem.
Thank for your attention and for your work with piwik.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. Major Indicates the severity or impact or benefit of an issue is much higher than normal but not critical. wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

3 participants