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 issue #1

Open
ghost opened this issue Aug 5, 2014 · 3 comments
Open

segmentation fault issue #1

ghost opened this issue Aug 5, 2014 · 3 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Aug 5, 2014

using dissect on our jenkins c.i. server triggers a segmentation fault error that breaks 1 build out of 3. despite a hack using "echo" we are still not able to fix this issue.

@ztec
Copy link
Member

ztec commented Aug 5, 2014

Not a good sign. I'll need to make the merge myself using XML instead of Phpunit cov files !

The segFault come from phpunit_coverage :-(

@ghost
Copy link
Author

ghost commented Aug 5, 2014

"The segFault come from phpunit_coverage :-(" we took the time to look into with rpop but no can do... we'll look into when u get back

@ztec
Copy link
Member

ztec commented Aug 21, 2014

The new release v0.0.3 should halp you to fix this issue
The fix is for short term only as the solution I made was to be able to disable the garbage collector of php on a particular command : coverage:merge

Disabling the garbage collector mean many many many more RAM required to merge big Coverage reports.

to do so :

   php dissect.phar coverage:merge [...] --php-ini="zend.enable_gc=0&memory_limit=999M"

This is not a good solution but for now, I have nothing more :-( Bergman code is a mess and debugging is almost impossible.

@ztec ztec added the bug label Aug 21, 2014
@ztec ztec self-assigned this Aug 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant