matomo-org / matomo

Empowering People Ethically with the leading open source alternative to Google Analytics that gives you full control over your data. Matomo lets you easily collect data from websites & apps and visualise this data and extract insights. Privacy is built-in. Liberating Web Analytics. Star us on Github? +1. And we love Pull Requests!
https://matomo.org/
GNU General Public License v3.0
19.85k stars 2.64k forks source link

Unit tests segfault on Scrutinizer #8084

Closed mnapoli closed 9 years ago

mnapoli commented 9 years ago

Unit tests are stopped by a segmentation fault when running on Scrutinizer. No trace, only:

Segmentation fault (core dumped)

See here for a run with debug.

It seems to be failing after Piwik\Tests\Unit\Tracker\RequestSetTest::test_hasRedirectUrl_ShouldReturnTrue_IfAUrlSetIsSetViaPOST(), so it would be Piwik\Tests\Unit\Tracker\RequestSetTest::test_getAllSiteIdsWithinRequest_ShouldReturnEmptyArray_IfNoRequestsSet()

mnapoli commented 9 years ago

Forgot to update this task but it's not fixed.