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
ok, I think I found the problem which causes the crash.
In the nginx.error-Log I found a lot Connection refused errors while notify_push was trying to to connect to localhost and localhost was an IPv6-Address [::1] which was not enabled/configured on the host.
So, it seems that after huge amount of error massages notify_push decided to crash.
After I changed the proxy_pass option in the nginx config from localhost to 127.0.0.1 every thing works well.
No error massages and no crashes anymore :-)
I compile notify_push from this repo.
Normally it works fine but unfortunately it crashes sometimes.
In the core I found this error:
notify_push_core2..txt
I attached part of the core.
Any idea?
The text was updated successfully, but these errors were encountered: