Re: RPM packaging for version 0.8.12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
Re: RPM packaging for version 0.8.12
- From: Arthur de Jong <arthur [at] arthurdejong.org>
- To: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: Re: RPM packaging for version 0.8.12
- Date: Mon, 10 Dec 2012 22:41:24 +0100
On Fri, 2012-12-07 at 09:10 +0100, Juan Asensio Sánchez wrote:
> Thanks Arthur for all your help. Here are the results of the tests you
> requested:
Thanks for providing the info. I've set up a CentOS 5.5 virtual machine
but haven't been able to reproduce the test failure yet.
Could you perhaps also include the output of configure, the version of
gcc that you're using and whether you are using things like SELinux or
anything else that differs from the default install? Also, which kernel
are you running?
What is also weird is that this time it is failing at the reader timeout
test:
> test_tio: writing 11 blocks of 400 bytes (4400 total)
> test_tio: reading 400 blocks of 11 bytes (4400 total)
> test_tio: writing 11 blocks of 10240 bytes (112640 total)
> test_tio: reading 1024 blocks of 110 bytes (112640 total)
> test_tio: writing 20 blocks of 5115 bytes (102300 total)
> test_tio: reading 5 blocks of 20460 bytes (102300 total)
> test_tio: test_tio.c:569: test_timeout_reader: Assertion `end>start' failed.
While with your previous output it was failing at the writer timeout
test:
> test_tio: writing 11 blocks of 400 bytes (4400 total)
> test_tio: reading 400 blocks of 11 bytes (4400 total)
> test_tio: writing 11 blocks of 10240 bytes (112640 total)
> test_tio: reading 1024 blocks of 110 bytes (112640 total)
> test_tio: writing 20 blocks of 5115 bytes (102300 total)
> test_tio: reading 5 blocks of 20460 bytes (102300 total)
> test_tio: test_timeout_writer: written 186 blocks of 20 bytes in 0 second(s)
> test_tio: test_tio.c:321: test_timeout_writer: Assertion `end>start' failed.
If you could provide strace output of the test_tio test, that would be really
helpful:
cd test
make test_tio
strace -f -r ./test_tio
Thanks,
--
-- arthur - arthur@arthurdejong.org - http://arthurdejong.org --
--
To unsubscribe send an email to
nss-pam-ldapd-users-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-users/
- Re: RPM packaging for version 0.8.12, (continued)