[
https://issues.apache.org/jira/browse/TS-3464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Call updated TS-3464:
---------------------------
Description:
How to reproduce:
{code}
sudo traffic_line -s proxy.config.url_remap.remap_required -v 0
sudo traffic_line -s proxy.config.http.redirection_enabled -v 1
sudo traffic_line -s proxy.config.http.number_of_redirections -v 3
curl --proxy localhost:8080 http://docs.trafficserver.apache.org
{code}
Coredump:
{code}
(gdb) bt full
#0 0x00007ffff4ef28c7 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x00007ffff4ef452a in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x00007ffff7bb79fb in ink_die_die_die (retval=1) at ink_error.cc:43
No locals.
#3 0x00007ffff7bb7aca in ink_fatal_va(int, const char *, typedef __va_list_tag
__va_list_tag *) (return_code=1,
fmt=0x7ffff7bc8398 "%s:%d: failed assert `%s`", ap=0x7ffff1f67148)
at ink_error.cc:67
msg = "FATAL: HttpSM.cc:2499: failed assert `server_entry == NULL`",
'\000' <repeats 964 times>
len = 7
#4 0x00007ffff7bb7b6d in ink_fatal (return_code=1,
message_format=0x7ffff7bc8398 "%s:%d: failed assert `%s`")
at ink_error.cc:75
ap = {{gp_offset = 40, fp_offset = 48,
overflow_arg_area = 0x7ffff1f67220,
reg_save_area = 0x7ffff1f67160}}
#5 0x00007ffff7bb5590 in _ink_assert (
expression=0x7a719b "server_entry == NULL", file=0x7a6edc "HttpSM.cc",
line=2499) at ink_assert.cc:37
{code}
was:
traffic_line -s proxy.config.url_remap.remap_required -v 0
traffic_line -s proxy.config.http.redirection_enabled -v 1
traffic_line -s proxy.config.http.number_of_redirections -v 3
{code}
(gdb) bt full
#0 0x00007ffff4ef28c7 in raise () from /lib64/libc.so.6
No symbol table info available.
#1 0x00007ffff4ef452a in abort () from /lib64/libc.so.6
No symbol table info available.
#2 0x00007ffff7bb79fb in ink_die_die_die (retval=1) at ink_error.cc:43
No locals.
#3 0x00007ffff7bb7aca in ink_fatal_va(int, const char *, typedef __va_list_tag
__va_list_tag *) (return_code=1,
fmt=0x7ffff7bc8398 "%s:%d: failed assert `%s`", ap=0x7ffff1f67148)
at ink_error.cc:67
msg = "FATAL: HttpSM.cc:2499: failed assert `server_entry == NULL`",
'\000' <repeats 964 times>
len = 7
#4 0x00007ffff7bb7b6d in ink_fatal (return_code=1,
message_format=0x7ffff7bc8398 "%s:%d: failed assert `%s`")
at ink_error.cc:75
ap = {{gp_offset = 40, fp_offset = 48,
overflow_arg_area = 0x7ffff1f67220,
reg_save_area = 0x7ffff1f67160}}
#5 0x00007ffff7bb5590 in _ink_assert (
expression=0x7a719b "server_entry == NULL", file=0x7a6edc "HttpSM.cc",
line=2499) at ink_assert.cc:37
{code}
> Core in follow redirect feature
> -------------------------------
>
> Key: TS-3464
> URL: https://issues.apache.org/jira/browse/TS-3464
> Project: Traffic Server
> Issue Type: Bug
> Components: Core
> Reporter: Bryan Call
> Fix For: 5.2.1
>
>
> How to reproduce:
> {code}
> sudo traffic_line -s proxy.config.url_remap.remap_required -v 0
> sudo traffic_line -s proxy.config.http.redirection_enabled -v 1
> sudo traffic_line -s proxy.config.http.number_of_redirections -v 3
> curl --proxy localhost:8080 http://docs.trafficserver.apache.org
> {code}
> Coredump:
> {code}
> (gdb) bt full
> #0 0x00007ffff4ef28c7 in raise () from /lib64/libc.so.6
> No symbol table info available.
> #1 0x00007ffff4ef452a in abort () from /lib64/libc.so.6
> No symbol table info available.
> #2 0x00007ffff7bb79fb in ink_die_die_die (retval=1) at ink_error.cc:43
> No locals.
> #3 0x00007ffff7bb7aca in ink_fatal_va(int, const char *, typedef
> __va_list_tag __va_list_tag *) (return_code=1,
> fmt=0x7ffff7bc8398 "%s:%d: failed assert `%s`", ap=0x7ffff1f67148)
> at ink_error.cc:67
> msg = "FATAL: HttpSM.cc:2499: failed assert `server_entry == NULL`",
> '\000' <repeats 964 times>
> len = 7
> #4 0x00007ffff7bb7b6d in ink_fatal (return_code=1,
> message_format=0x7ffff7bc8398 "%s:%d: failed assert `%s`")
> at ink_error.cc:75
> ap = {{gp_offset = 40, fp_offset = 48,
> overflow_arg_area = 0x7ffff1f67220,
> reg_save_area = 0x7ffff1f67160}}
> #5 0x00007ffff7bb5590 in _ink_assert (
> expression=0x7a719b "server_entry == NULL", file=0x7a6edc "HttpSM.cc",
> line=2499) at ink_assert.cc:37
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)