andig

Results 723 comments of andig

Reopening. This is still an issue on OSX with PHP 7.0.13 and apcu 5.1.7. I would be able to do some tracing when it's stuck if I get coaching.

ping @krakjoe anything I could do for diagnosis? I'm getting pretty consistent hangs on cache clear...

Compiled like this: ➜ apcu git:(master) ✗ phpize ➜ apcu git:(master) ✗ make /Users/andig/Documents/htdocs/apcu/php_apc.c:193:22: warning: address of array 'names.s->val' will always evaluate to 'true' [-Wpointer-bool-conversion] if (names.s->val) { ~~ ~~~~~~~~~^~~...

@krakjoe I've not seen a single hang yet since upgrading to git. I'm pretty confident that the post 5.1.7 changed have fixed the clear cache hangs on OSX. Much appreciated.

Reopening. I'm again seeing this issue during `apcu_clear_cache()` with 5.1.8, too an OSX.

ping @krakjoe is there anything I could do in terms of debugging the OSX hangs? A simple `apcu_clear_cache()` blocks the process on 5.1.8 still. Would really like to help here...

No I don‘t- essentially gave up on clearing the cache and reduced apcu usage. If important I might try to see if I can still repro it. Fine to close...

Scratch that. The minium version needed to fix the issue I had observed is 0.1.8. Since that requires Go 1.17 according to its go.mod anyway I've upgraded to Go 1.17...

@dmarkham do you want to open a PR here?

@dmarkham @alvaroloes is there any overarching plan if both packages serve a different purpose in the future or should both continue to be maintained?