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
Sometimes ngx_http_file_cache_open() returns before calling ngx_http_file_cache_name(), which will lead to a crash when later calling ngx_http_file_cache_update().
request should be declined instead of calling ngx_http_slowfs_static_send() if cache->file.name is empty, maybe with something like:
Is this problem responsible for segfaults like this?
nginx[29893]: segfault at 0 ip 0000000000492b44 sp 00007ffffb73fad0 error 6 in nginx[400000+290000]
Sometimes ngx_http_file_cache_open() returns before calling ngx_http_file_cache_name(), which will lead to a crash when later calling ngx_http_file_cache_update().
request should be declined instead of calling ngx_http_slowfs_static_send() if cache->file.name is empty, maybe with something like:
The text was updated successfully, but these errors were encountered: