[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libidn-1.21 failed test tst_idna2
From: |
Simon Josefsson |
Subject: |
Re: libidn-1.21 failed test tst_idna2 |
Date: |
Mon, 25 Apr 2011 20:38:47 +0200 |
User-agent: |
Gnus/5.110016 (No Gnus v0.16) Emacs/23.2 (gnu/linux) |
Guido Trentalancia <address@hidden> writes:
> make check-TESTS
> make[2]: Entering directory `/usr/src/libidn-1.21/tests'
> PASS: tst_stringprep
> PASS: tst_punycode
> PASS: tst_idna
> ==15820== Invalid read of size 4
> ==15820== at 0x402E46: idna_to_ascii_4z
...
> CFLAGS="-O3 -march=corei7 -mtune=corei7 -fomit-frame-pointer"
> CXXFLAGS="-O3 -march=corei7 -mtune=corei7 -fomit-frame-pointer"
Interesting, thanks for the report! Could you add '-g' to CFLAGS to get
more useful valgrind output (e.g., line numbers)? Also, does this
happen when you don't pass the optimization parameters?
I have a corei7, but my gcc (from Debian squeeze) doesn't seem to like
your parameters so I couldn't try it myself.
/Simon