[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rfc2253-escape-test failed
From: |
Simon Josefsson |
Subject: |
Re: rfc2253-escape-test failed |
Date: |
Fri, 09 Jul 2010 23:31:23 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux) |
address@hidden writes:
> Hello,
>
> I've just cloned the git repository and built the library.
> make and make install succeeded, but I got the following error with make
> check:
>
> valgrind: mmap(0x0, 688128) failed in UME with error 13 (Permission denied).
> FAIL: rfc2253-escape-test
> ===================================
> 1 of 44 tests failed
> Please report to address@hidden
> ===================================
>
> However, when I call [...]/gnutls/tests/rfc2253-escape-test directly in a
> shell, it returns 0.
Sounds like a valgrind problem. Try 'make check VALGRIND=' or
./configure --disable-valgrind-tests.
/Simon