Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] nginx core dumped #1568

Open
2 tasks done
gentoosys opened this issue Oct 7, 2024 · 2 comments
Open
2 tasks done

[BUG] nginx core dumped #1568

gentoosys opened this issue Oct 7, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@gentoosys
Copy link

What happened?

sites working unstable, multiple crash logs

2024/10/07 18:37:17 [notice] 63067#63067: signal 17 (SIGCHLD) received from 63330
2024/10/07 18:37:17 [alert] 63067#63067: worker process 63330 exited on signal 11 (core dumped)
2024/10/07 18:37:17 [notice] 63067#63067: start worker process 63348
2024/10/07 18:37:17 [notice] 63067#63067: signal 29 (SIGIO) received

and dmesg is filled with this
[32729.486332] nginx[63341]: segfault at 0 ip 00005596601ef57b sp 00007fff0162ba00 error 4 in nginx[5596601e2000+102000]
[32729.486345] Code: 41 5c c3 0f 1f 40 00 45 31 e4 5b 5d 4c 89 e0 41 5c c3 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 41 54 53 48 83 ec 18 <4c> 8b 26 4d 85 e4 74 1d 49 8b 44 24 08 48 89 06 49 c7 44 24 08 00
[32729.752872] nginx[63330]: segfault at 0 ip 00005596601ef57b sp 00007fff0162ba00 error 4 in nginx[5596601e2000+102000]
[32729.752885] Code: 41 5c c3 0f 1f 40 00 45 31 e4 5b 5d 4c 89 e0 41 5c c3 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 41 54 53 48 83 ec 18 <4c> 8b 26 4d 85 e4 74 1d 49 8b 44 24 08 48 89 06 49 c7 44 24 08 00
[32790.322857] nginx[63344]: segfault at 0 ip 00005596601ef57b sp 00007fff0162ba00 error 4 in nginx[5596601e2000+102000]
[32790.322869] Code: 41 5c c3 0f 1f 40 00 45 31 e4 5b 5d 4c 89 e0 41 5c c3 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 41 54 53 48 83 ec 18 <4c> 8b 26 4d 85 e4 74 1d 49 8b 44 24 08 48 89 06 49 c7 44 24 08 00
[32790.866545] nginx[63337]: segfault at 0 ip 00005596601ef57b sp 00007fff0162ba00 error 4 in nginx[5596601e2000+102000]
[32790.866558] Code: 41 5c c3 0f 1f 40 00 45 31 e4 5b 5d 4c 89 e0 41 5c c3 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 41 54 53 48 83 ec 18 <4c> 8b 26 4d 85 e4 74 1d 49 8b 44 24 08 48 89 06 49 c7 44 24 08 00
[32791.149148] nginx[63346]: segfault at 0 ip 00005596601ef57b sp 00007fff0162ba00 error 4 in nginx[5596601e2000+102000]
[32791.149160] Code: 41 5c c3 0f 1f 40 00 45 31 e4 5b 5d 4c 89 e0 41 5c c3 66 66 2e 0f 1f 84 00 00 00 00 00 66 90 f3 0f 1e fa 41 54 53 48 83 ec 18 <4c> 8b 26 4d 85 e4 74 1d 49 8b 44 24 08 48 89 06 49 c7 44 24 08 00

How to reproduce?

install bunkerweb on ubuntu 22.04

Configuration file(s) (yaml or .env)

No response

Relevant log output

No response

BunkerWeb version

1.5.10

What integration are you using?

Linux

Linux distribution (if applicable)

ubuntu server 22.04

Removed private data

  • I have removed all private data from the configuration file and the logs

Code of Conduct

  • I agree to follow this project's Code of Conduct
@gentoosys gentoosys added the bug Something isn't working label Oct 7, 2024
@TheophileDiot
Copy link
Member

Hi, thank you for opening this issue. This looks like a problem with not enough RAM allocated to NGINX. Can you provide us with more information about your stack ? Thank you

@gentoosys
Copy link
Author

root@vm-112713:~# free -m
total used free shared buff/cache available
Mem: 7937 1549 1486 13 4901 6076
Swap: 511 1 510

ubuntu 22.04

Intel(R) Xeon(R) Gold 6258R CPU @ 2.70GHz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants