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

Good ol' whining: Why ? #58

Closed
JulienPalard opened this issue Nov 25, 2013 · 4 comments
Closed

Good ol' whining: Why ? #58

JulienPalard opened this issue Nov 25, 2013 · 4 comments

Comments

@JulienPalard
Copy link

I don't understand why APCu's GC is whining, does the PHP dev can fix it ? If not, why displaying the message ?

apc_cache.c:210 :

/* good ol' whining */
if (dead->value->ref_count > 0) {
    apc_warning(
        "GC cache entry '%s' was on gc-list for %d seconds" TSRMLS_CC,
        dead->key.str, gc_sec
    );
}
@cubicdaiya
Copy link
Contributor

This problem is already fixed in master's HEAD. For details, see the pull request #45.

@krakjoe krakjoe closed this as completed Nov 25, 2013
@crickeys
Copy link

I believe it still has this?

if (dead->value->ref_count > 0) {

@glen-84
Copy link

glen-84 commented Feb 12, 2014

It's a warning now, but still, it's filling up our PHP log file. Is there any way to avoid this warning completely? Or some way to determine the exact cause?

@acasademont
Copy link

Hi @krakjoe!

I'm afraid the fix for this was commited to the "master" branch, not the "simplify" branch so this is still reproducing.

PS: Why 2 branches? I guess it's confusing for PR's

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

6 participants