Open kolaente opened 1 year ago
I will test it later.
@kolaente Hi.
I can not reproduce it.
Could you please use valgrind to track your program?
Have you used the xdebug
extension?
Could you please use valgrind to track your program?
How do I do that?
Have you used the
xdebug
extension?
I didn't use it.
Sorry, I hase made a mistake, use gdb to track your program.
ps aux | grep swoole
gdb attach 651337
And now executing your code until trigger the error.
Please answer these questions before submitting your issue.
I've been using the purify library to sanitize html content. Once I added
pre
andcode
tags to the list of allowed html elements, the swoole process crashed. I'll try to pin it to where the problem was caused but didn't have any luck so far.Sanitized html output.
Swoole worker process crash, error message in the logs:
php --ri swoole
)?I'm using swoole with Laravel Octane.
uname -a
&php -v
&gcc -v
) ?uname
saysLinux 6.1.34 #1-NixOS SMP PREEMPT_DYNAMIC Wed Jun 14 09:15:34 UTC 2023 x86_64
)