Y
Hacker News
new
|
ask
|
show
|
jobs
by
Piskvorrr
2339 days ago
Not saying it's not
possible
: from where I am in 2020, long-lived PHP 7.4 processes still exhibit the described symptoms (memory leaks, even segfaults). In other words, tools for the job.
1 comments
CiPHPerCoder
2339 days ago
Memory leaks don't surprise me. Segfaults do.
Have you reported them upstream? That implies a memory safety or garbage collection bug.
link
Piskvorrr
2339 days ago
Yup, GC bugs, mostly; some fixed, some are hard to repro...
link
Have you reported them upstream? That implies a memory safety or garbage collection bug.