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

Fatal error when I run the tests #6

Open
mikeSimonson opened this issue Feb 5, 2015 · 1 comment
Open

Fatal error when I run the tests #6

mikeSimonson opened this issue Feb 5, 2015 · 1 comment

Comments

@mikeSimonson
Copy link

First I used PR that updated the pinned version of the certificate.
Then I tried running the tests on my machine php 5.5.9.

phpunit -c test/phpunit.xml --filter testMozillaCertDataOnlineCheck2
PHPUnit 4.4.1 by Sebastian Bergmann.

Configuration read from .../Sslurp/test/phpunit.xml

PHP Fatal error:  String size overflow in ..../Sslurp/src/Sslurp/MozillaCertData.php on line 138

Fatal error: String size overflow in ..../Sslurp/src/Sslurp/MozillaCertData.php on line 138
@mikeSimonson
Copy link
Author

It fails because php fills 2G of ram and apparently it's the length limit of a string.

Now I have no idea what's filling the memory that fast...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant