| Summary: | ECC key generation under valgrind reports: impossible has happened | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Nikos Mavrogiannopoulos <nmavrogi> |
| Component: | openssl | Assignee: | Tomas Mraz <tmraz> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | tmraz |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-05-02 07:58:46 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Nikos Mavrogiannopoulos
2016-04-11 15:33:50 UTC
If impossible has happened I would start with asking valgrind maintainer how it is possible that impossible happens. Or perhaps report the bug into upstream OpenSSL RT which I can do but I am really unable to debug the issue much further. No idea either, in a post in the valgrind ML it was suggested that this error is due to an invalid instruction. Most likely this has to go upstream. According to upstream this is most likely an issue at the valgrind instruction parsing. I've addressed the issue by disabling openssl CPU-specific optimizations in the test suite so this bug is no longer of concern. For the record the issue was worked around by exporting OPENSSL_ia32cap=0x00000000 |