Jocelyn Fournier

Results 30 comments of Jocelyn Fournier

The crash seems to occur in hp_get_function_name(). If I remove the else branch of the if (func) { } else { }, php doesn't crash anymore. Perhaps the curr_op =...

If I'm doing the following test, it doesn't crash anymore : if (data->prev_execute_data) { curr_op = data->prev_execute_data->opline->extended_value; } else { curr_op = data->opline->extended_value; } However, I have a "???_op" in...

I've just made a PR for this issue : https://github.com/phacility/xhprof/pull/48

FWIW, arm build without jemalloc + x64 build with jemalloc are working perfectly for me (see my comments on #3879)

Hi @remicollet! It has been almost a year and no new release has been created with @nikic changes to disable the monotonic clock? :) Thanks!

Unfortunately I "only" have 16GB of RAM on this machine. The idea was to split data in two: - one storage for all the images (> 1TB) where performances are...

Well I'm now running without the file storage, using -s malloc,12288m -s static=malloc,1024m However it seems I still have random panic issue: ``` déc. 07 20:13:03 varnishd[2789]: Child launched OK...

Extra backtrace info: ``` Child (2802) Panic at: Wed, 07 Dec 2022 19:52:10 GMT Wrong turn at cache/cache_main.c:323: Signal 11 (Segmentation fault) received at 0xffff92ffe000 si_code 2 version = varnish-7.2.1...

FYI I've just upgraded the jemalloc lib (from 3.6.0 to 5.3.0), I'm monitoring if it has any impact on this issue (it should at least fix the : Error in...

Thx, I'll also try without jemalloc at all!