You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.
Hi,
when the browser is sending a POST
get_action=get_my_feed&options=al&dir=%2F&format=xml¤t_repository=true&feed_type=notif&limit=18&path=%2F&merge_description=true&description_as_label=false&secure_token=zaLJemvT9q41Sd3znJvnTsQn4zFjAvNv
php craches and I get 502 BAD gateway.
Other functions work well.
I get nothing in the logs, php-fpm exits with a segfault (PHP is asked to allocate an overwhelmingly huge amount of memory, mem_limit is set to 512M
The same issue happens when posting get_action: list_all_plugins_actions, but this one happens not all the time, so it is still possible to catch a reply to create a task for the scheduler.
PHP 7.2, webserver nginx
Pydio 8.2.2
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
when the browser is sending a POST
get_action=get_my_feed&options=al&dir=%2F&format=xml¤t_repository=true&feed_type=notif&limit=18&path=%2F&merge_description=true&description_as_label=false&secure_token=zaLJemvT9q41Sd3znJvnTsQn4zFjAvNv
php craches and I get 502 BAD gateway.
Other functions work well.
I get nothing in the logs, php-fpm exits with a segfault (PHP is asked to allocate an overwhelmingly huge amount of memory, mem_limit is set to 512M
The same issue happens when posting
get_action: list_all_plugins_actions
, but this one happens not all the time, so it is still possible to catch a reply to create a task for the scheduler.PHP 7.2, webserver nginx
Pydio 8.2.2
The text was updated successfully, but these errors were encountered: