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 in archiving on latest stable php #4507

Closed
mattab opened this issue Jan 13, 2014 · 1 comment
Closed

Segmentation fault in archiving on latest stable php #4507

mattab opened this issue Jan 13, 2014 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc. worksforme The issue cannot be reproduced and things work as intended.
Milestone

Comments

@mattab
Copy link
Member

mattab commented Jan 13, 2014

was seen on PHP 5.4.14 and on PHP 5.3.28

See forum: https://forum.piwik.org/t/piwik-1-3-archive-sh-line-73-7761-segmentation-fault-cmd/3936/24

This bug can be solved by disabling garbage collection

in php.ini, set:

zend.enable_gc = Off

Then restart the webserver.

@mattab
Copy link
Member Author

mattab commented Mar 16, 2014

We cannot disable garbage collection as it would affect performance of Piwik.

You can set gc_enable to off if you experience this Segmentation Fault.

Please comment on this ticket and ask to reopen, if you experience the error "Segmentation fault" in archive.php script.

@mattab mattab added this to the 2.2.0 - Piwik 2.2.0 milestone Jul 8, 2014
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. worksforme The issue cannot be reproduced and things work as intended.
Projects
None yet
Development

No branches or pull requests

1 participant