-
Notifications
You must be signed in to change notification settings - Fork 156
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
Core dump when listening to multiple interfaces #317
Comments
I'll take a look. |
dmatetelki
added a commit
that referenced
this issue
Nov 13, 2019
dmatetelki
added a commit
that referenced
this issue
Nov 13, 2019
daghf
pushed a commit
that referenced
this issue
Nov 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am trying to get hitch listen on both ipv4 and ipv6 simultaneously. I got it listening on either ipv4 or ipv6, but when i configure it to listen on both like the following:
frontend = {
host = "*"
port = "443"
}
frontend = {
host = "fd22:5979:45f3:9471::1"
port = "443"
}
I get: /usr/sbin/hitch --pidfile=/run/hitch/hitch.pid --config=/etc/hitch/hitch.conf
Erreur de segmentation (core dumped)
or on the syslog:
kernel: hitch[1663]: segfault at 0 ip 00007f7b0d40943e sp 00007ffd685b57d8 error 4 in libc-2.28.so[7f7b0d378000+1ba000]
hitch.service: Main process exited, code=dumped, status=11/SEGV
hitch.service: Failed with result 'core-dump'.
systemd-coredump[1666]: Process 1663 (hitch) of user 0 dumped core.#12#012Stack trace of thread 1663:#12#0 0x00007f7b0d40943e __strcmp_sse2 (libc.so.6)#12#1 0x0000559bb0cbcee4 front_arg_add (hitch)#12#2 0x0000559bb0ccf7f2 yyparse (hitch)#12#3 0x0000559bb0cbf7d0 config_parse_cli (hitch)#12#4 0x0000559bb0cb8041 main (hitch)#12#5 0x00007f7b0d39b813 __libc_start_main (libc.so.6)#12#6 0x0000559bb0cba3be _start (hitch)
kernel: hitch[1681]: segfault at 0 ip 00007fd4f1d6443e sp 00007ffd798e9378 error 4 in libc-2.28.so[7fd4f1cd3000+1ba000]
System: centos-release-8.0-0.1905.0.9.el8.x86_64 running as KVM virtual machine.
Hitch: hitch-1.5.0-3.el8.x86_64
Is someone able to reproduce this ?
The text was updated successfully, but these errors were encountered: