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

Nginx ingress(v1.1.0) crashed #11125

Closed
zengyuxing007 opened this issue Mar 14, 2024 · 4 comments
Closed

Nginx ingress(v1.1.0) crashed #11125

zengyuxing007 opened this issue Mar 14, 2024 · 4 comments
Labels
kind/support Categorizes issue or PR as a support question. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@zengyuxing007
Copy link
Contributor

zengyuxing007 commented Mar 14, 2024

Nginx ingress controller version: 1.1.0

Kubernetes version (use kubectl version):

1.26.3

Environment:

  • Cloud provider or hardware configuration:
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
    4.19.91

Some informations about dmesg

image

gdb bt information

(gdb) bt
#0  a_crash () at ./arch/x86_64/atomic_arch.h:108
#1  get_nominal_size (end=0x7f63f19ead8c "", p=0x7f63f19e8b90 "!\205o") at src/malloc/mallocng/meta.h:169
#2  __libc_free (p=0x7f63f19e8b90) at src/malloc/mallocng/free.c:110
#3  0x00007f63f1e10f7b in lj_vm_ffi_call () from /usr/local/lib/libluajit-5.1.so.2
#4  0x00007f63f1e51697 in lj_ccall_func (L=<optimized out>, cd=<optimized out>) at lj_ccall.c:1382
#5  0x00007f63f1e53ec5 in lj_cf_ffi_meta___call (L=0x7f63efaf1380) at lib_ffi.c:230
#6  0x00007f63f1e0eb45 in lj_BC_FUNCC () from /usr/local/lib/libluajit-5.1.so.2
#7  0x00007f63f1e64dff in lua_pcall (L=L@entry=0x7f63efaf1380, nargs=nargs@entry=0, nresults=nresults@entry=0, errfunc=errfunc@entry=10) at lj_api.c:1140
#8  0x00005592dda7f3eb in ngx_http_lua_do_call (log=<optimized out>, L=0x7f63efaf1380)
    at /tmp/build/lua-nginx-module-138c1b96423aa26defe00fe64dd5760ef17e5ad8/src/ngx_http_lua_util.c:4233
#9  0x00005592dda9d7cb in ngx_http_lua_init_worker_by_inline (log=0x7f63efc7aa88, lmcf=<optimized out>, L=0x7f63efaf1380)
    at /tmp/build/lua-nginx-module-138c1b96423aa26defe00fe64dd5760ef17e5ad8/src/ngx_http_lua_initworkerby.c:323
#10 0x00005592dda9e873 in ngx_http_lua_init_worker (cycle=0x7f63efc7aa70)
    at /tmp/build/lua-nginx-module-138c1b96423aa26defe00fe64dd5760ef17e5ad8/src/ngx_http_lua_initworkerby.c:296
#11 0x00005592dd978a4e in ngx_worker_process_init (cycle=cycle@entry=0x7f63efc7aa70, worker=worker@entry=0) at src/os/unix/ngx_process_cycle.c:934
#12 0x00005592dd978f45 in ngx_worker_process_cycle (cycle=cycle@entry=0x7f63efc7aa70, data=data@entry=0x0) at src/os/unix/ngx_process_cycle.c:738
#13 0x00005592dd970f44 in ngx_spawn_process (cycle=cycle@entry=0x7f63efc7aa70, proc=0x5592dd978f10 <ngx_worker_process_cycle>, data=0x0,
    name=0x5592ddafca4d "worker process", respawn=respawn@entry=5) at src/os/unix/ngx_process.c:199
#14 0x00005592dd978137 in ngx_reap_children (cycle=0x7f63efc7aa70) at src/os/unix/ngx_process_cycle.c:625
#15 ngx_master_process_cycle (cycle=<optimized out>) at src/os/unix/ngx_process_cycle.c:174
#16 0x00005592dd93d461 in main (argc=<optimized out>, argv=<optimized out>) at src/core/nginx.c:386
@zengyuxing007 zengyuxing007 added the kind/bug Categorizes issue or PR as related to a bug. label Mar 14, 2024
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

If Ingress contributors determines this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. needs-priority labels Mar 14, 2024
@zengyuxing007
Copy link
Contributor Author

a bit like: #6896

@longwuyuan
Copy link
Contributor

/remove-kind bug
/triage needs-information
/kind support

  • Please look at the questions that are asked in a new bug report template and edit your issue description to provide answers to those question, in markdown format
  • The info you have posted is not enough for a reader to reproduce the problem so please write a step by step procedure to reproduce the problem on minikube or kind cluster

@k8s-ci-robot k8s-ci-robot added triage/needs-information Indicates an issue needs more information in order to work on it. kind/support Categorizes issue or PR as a support question. and removed kind/bug Categorizes issue or PR as related to a bug. labels Mar 14, 2024
@zengyuxing007 zengyuxing007 changed the title Nginx ingress(v1.1.0) crash Nginx ingress(v1.1.0) crashed Mar 14, 2024
@strongjz
Copy link
Member

1.1.0 or 1.10.0? if it's 1.10.0, we can look into it, but we can't support an older version like 1.1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question. needs-priority needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
Development

No branches or pull requests

4 participants