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

[dev.icinga.com #8844] Segmentation fault when executing "icinga2 pki new-cert" #2816

Closed
icinga-migration opened this issue Mar 23, 2015 · 9 comments
Labels
area/cli Command line helpers bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/8844

Created by ifish on 2015-03-23 11:19:56 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2015-03-26 08:44:53 +00:00)
Target Version: 2.3.3
Last Update: 2015-03-26 08:44:53 +00:00 (in Redmine)

Icinga Version: 2.3.0
Backport?: Already backported
Include in Changelog: 1

System: SLES11 SP3
Icinga2-Version: 2.3.0

When i exectue, for example

icinga2 pki new-cert --cn icingamaster1.local.domain.de --key icingamaster1.key --csr icingamaster1.csr

I get a segmentation fault:

information/base: Writing private key to 'icingamaster1.key'.
Segmentation fault

Here is the syslog entry:

1 kernel: [690304.618521] icinga2[5625]: segfault at 4 ip 00007f57c1740c80 sp 00007fff3f6464e0 error 4 in libcrypto.so.0.9.8[7f57c16ae000+173000]

I got no crash report in /var/log/icinga2/crash

Attachments

Changesets

2015-03-26 07:23:24 +00:00 by (unknown) c08aa37

Fix crash in MakeX509CSR when using ancient versions of OpenSSL

fixes #8844

2015-03-26 08:44:39 +00:00 by (unknown) d5a33e9

Fix crash in MakeX509CSR when using ancient versions of OpenSSL

fixes #8844

Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-03-23 11:23:39 +00:00

  • Category changed from libicinga to CLI
  • Status changed from New to Feedback
  • Assigned to set to ifish

Can you run that command using gdb like so:

gdb --args icinga2 pki new-cert --cn icingamaster1.local.domain.de --key icingamaster1.key --csr icingamaster1.csr
> yes
> r
> bt

Similar to what's described in the troubleshooting section.

@icinga-migration
Copy link
Author

Updated by ifish on 2015-03-23 13:34:10 +00:00

  • File added icinga2-debuginfo_2015-03-23.txt

Here's the debugfile from gdb.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-03-23 15:10:49 +00:00

  • Status changed from Feedback to New
  • Assigned to deleted ifish

Could be related to #7862

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-03-23 15:10:55 +00:00

  • Relates set to 7862

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-03-26 07:24:06 +00:00

  • Status changed from New to Assigned
  • Assigned to set to gbeutner
  • Target Version set to 2.4.0
  • Estimated Hours set to 1

@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-03-26 07:25:04 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset c08aa37.

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2015-03-26 08:36:21 +00:00

  • Status changed from Resolved to Assigned
  • Target Version changed from 2.4.0 to 2.3.3
  • Backport? changed from TBD to Yes

@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-03-26 08:44:53 +00:00

  • Status changed from Assigned to Resolved

Applied in changeset d5a33e9.

@icinga-migration
Copy link
Author

Updated by mfrosch on 2015-07-03 07:29:12 +00:00

  • Relates set to 9549

@icinga-migration icinga-migration added bug Something isn't working area/cli Command line helpers labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.3.3 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Command line helpers bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant