-
Notifications
You must be signed in to change notification settings - Fork 389
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
invalid pointer in running tests #141
Comments
which version of openssl are you using ? |
I am using "OpenSSL 1.0.1f 6 Jan 2014". The core dump for running ./test/wdt_overwrite_test.py |
Sorry for the delay, we've been busy. Can you upgrade your openssl to 2016-Sep-22 10:35:26 openssl-1.0.1u and confirm that fixes the crash? |
please reopen if the upgrade didn't solve it or if you have any further problems |
I am running the tests with this commit
779a693f59ae41dcef5fb2760d1fe982a56e7349
, observed following errors:*** Error in `./_bin/wdt/wdt': free(): invalid pointer: 0x00002b86c4000930 ***
*** Error in `./_bin/wdt/wdt': free(): invalid pointer: 0x00002b9a18000930 ***
20/23 Test #20: WdtOverwriteTest .................***Failed 14.11 sec
Would like to bring your attention if this is indeed an authentic issue.
My environment: Ububtu 14.04, g++-4.9
The text was updated successfully, but these errors were encountered: