-
Notifications
You must be signed in to change notification settings - Fork 157
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
nuster 5.2.0.22 crashed by SIGSEGV #90
Labels
Comments
@slw Thanks for the report, can you share the config file? |
I am currently attach gdb to faulted process and can do query/inspect.
|
jiangwenyuan
added a commit
that referenced
this issue
Jul 9, 2020
@slw Thanks, fixed in master branch. and v5.2.1.22, can you please confirm? |
jiangwenyuan
added a commit
that referenced
this issue
Jul 9, 2020
(cherry picked from commit 975710a)
jiangwenyuan
added a commit
that referenced
this issue
Jul 9, 2020
(cherry picked from commit 975710a)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nuster 5.2.0.22 crashed by SIGSEGV at currently unknow condition.
(gdb) bt
#0 0x00000000005c96e7 in _nst_cache_filter_http_headers (s=0x3806a3c400, filter=0x380bffe100, msg=0x38113e91f0) at src/nuster/cache/filter.c:158
#1 0x00000000004c62b5 in flt_analyze_http_headers (s=0x3806a3c400, chn=0x3806a3c410, an_bit=16384) at src/filters.c:770
#2 0x000000000041e2bb in process_stream (t=0x38113e9140, context=0x3806a3c400, state=260) at src/stream.c:1787
#3 0x0000000000568a96 in run_tasks_from_lists (budgets=0x7fffdfbfbe0c) at src/task.c:476
#4 0x0000000000569992 in process_runnable_tasks () at src/task.c:674
#5 0x00000000004ee785 in run_poll_loop () at src/haproxy.c:2953
#6 0x00000000004f47d2 in run_thread_poll_loop (data=0x2) at src/haproxy.c:3120
#7 0x00000008006ef736 in ?? () from /lib/libthr.so.3
#8 0x0000000000000000 in ?? ()
Backtrace stopped: Cannot access memory at address 0x7fffdfbfc000
` ctx->rule = nuster.proxy[px->uuid]->rule;
`
(gdb) p px->uuid
$7 = 4
(gdb) p *nuster.proxy[px->uuid]
$5 = {rule = 0x0, key = 0x0, rule_cnt = 1, key_cnt = 0}
The text was updated successfully, but these errors were encountered: