Summary: | Crash if i run valgrind on any working program -> valgrind: the 'impossible' happened: LibVEX called failure_exit() | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | gabriel.montauro |
Component: | memcheck | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED DUPLICATE | ||
Severity: | grave | CC: | gabriel.montauro, mark, ts9676 |
Priority: | NOR | ||
Version: | 3.11.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | OpenSSL wiki example c source |
Description
gabriel.montauro
2016-05-25 09:58:54 UTC
Created attachment 99271 [details]
OpenSSL wiki example c source
Depends on openssl-dev. Compile command. gcc wiki_cbc.c -lcrypto
Having the same issues on Ubuntu 16.04 while trying to check a program with openssl cbc encryption. Both through the evp.h and aes.h interfaces. I attached an example from the openssl wiki on using the evp encryption. It reproduces this crash. *** This bug has been marked as a duplicate of bug 356393 *** |