Opened at 2011-01-07T00:09:33Z
Closed at 2011-01-07T06:41:27Z
#66 closed defect (fixed)
segfault in sha1 tests when built with -DCRYPTOPP_DISABLE_ASM on Ubuntu 10.04.1
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Version: | 0.5.19 | Keywords: | crash |
Cc: | Launchpad Bug: |
Description
I was able to reproduce a segfault in sha1 test on Ubuntu 10.04 simply by adding -DCRYPTOPP_DISABLE_ASM to the CXXFLAGS in the GNUmakefile and running make && ./cryptest.exe v. It segfaults every time when it gets to the sha1 test.
g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Change History (2)
comment:1 Changed at 2011-01-07T00:10:22Z by zooko
comment:2 Changed at 2011-01-07T06:41:27Z by zooko
- Resolution set to fixed
- Status changed from new to closed
This is fixed in upstream Crypto++ trunk, see https://sourceforge.net/apps/trac/cryptopp/ticket/6 .
Note: See
TracTickets for help on using
tickets.
See also https://sourceforge.net/apps/trac/cryptopp/ticket/6 and http://bugs.gentoo.org/show_bug.cgi?id=322713 .