Created
November 26, 2014 19:52
-
-
Save lazyfrosch/686bdf28d5daedb5998c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| information/base: Writing private key to '/var/lib/icinga2/ca/ca.key'. | |
| Program received signal SIGSEGV, Segmentation fault. | |
| ASN1_item_sign (it=0x7ffff4412b20 <X509_CINF_it>, algor1=0x63de30, algor2=0x6491e0, signature=0x649200, asn=0x649780, pkey=0x649910, | |
| type=0x0) at a_sign.c:232 | |
| 232 a_sign.c: No such file or directory. | |
| (gdb) bt full | |
| #0 ASN1_item_sign (it=0x7ffff4412b20 <X509_CINF_it>, algor1=0x63de30, algor2=0x6491e0, signature=0x649200, asn=0x649780, | |
| pkey=0x649910, type=0x0) at a_sign.c:232 | |
| ctx = {digest = 0x0, engine = 0x0, flags = 0, md_data = 0x0} | |
| buf_in = 0x0 | |
| buf_out = <optimized out> | |
| i = 0 | |
| inl = <optimized out> | |
| outl = 0 | |
| outll = <optimized out> | |
| a = 0x63de30 | |
| #1 0x00007ffff4142ea0 in X509_sign (x=<optimized out>, pkey=0x649910, md=<optimized out>) at x_all.c:100 | |
| No locals. | |
| #2 0x00007ffff71413ae in icinga::CreateCert(evp_pkey_st*, X509_name_st*, X509_name_st*, evp_pkey_st*, bool, icinga::String const&) | |
| () from /usr/lib64/icinga2/libbase.so | |
| No symbol table info available. | |
| #3 0x00007ffff715d40a in icinga::MakeX509CSR(icinga::String const&, icinga::String const&, icinga::String const&, icinga::String const&, bool) () from /usr/lib64/icinga2/libbase.so | |
| No symbol table info available. | |
| #4 0x00007ffff6ad39ca in icinga::PkiUtility::NewCa() () from /usr/lib64/icinga2/libcli.so | |
| No symbol table info available. | |
| #5 0x0000000000411a1b in Main() () | |
| No symbol table info available. | |
| #6 0x000000000041360c in main () | |
| No symbol table info available. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment