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

Segfault with -t #22

Closed
lkarsten opened this issue May 22, 2015 · 2 comments
Closed

Segfault with -t #22

lkarsten opened this issue May 22, 2015 · 2 comments

Comments

@lkarsten
Copy link
Contributor

Running 1.0.0-beta2 on EL7:

[root@el7 hitch]# /usr/sbin/hitch-openssl -t --config=/etc/hitch/hitch.conf
Trying to initialize SSL contexts with your certificatesSegmentation fault

[root@el7 hitch]# /usr/sbin/hitch-openssl --config=/etc/hitch/hitch.conf -t
Trying to initialize SSL contexts with your certificatesSegmentation fault
[root@el7 hitch]# gdb --args /usr/sbin/hitch-openssl --config=/etc/hitch/hitch.conf -t
[..]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000407f16 in load_cert_ctx ()
Missing separate debuginfos, use: debuginfo-install varnish-plus-addon-ssl-1.0.0-0beta2.el7.x86_64
(gdb) bt full
#0  0x0000000000407f16 in load_cert_ctx ()
No symbol table info available.
#1  0x000000000040b660 in init_openssl ()
No symbol table info available.
#2  0x00000000004076e6 in config_parse_cli ()
No symbol table info available.
#3  0x000000000040397a in main ()
No symbol table info available.
@daghf
Copy link
Member

daghf commented May 26, 2015

Could you try again with 7f549a3?

@lkarsten
Copy link
Contributor Author

Confirm that this is working fine on current master.

@ghost ghost mentioned this issue Nov 13, 2017
dridi added a commit to dridi/hitch that referenced this issue Nov 13, 2017
dridi added a commit that referenced this issue Nov 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants