Find a probem Sys-call on debian sarge when use kernel amd64-k8
Brad Fitzpatrick
brad at danga.com
Sun Mar 26 02:32:08 UTC 2006
Great. Can you now send me the output file from running strace during
that test?
$ strace -s 1024 -f -o strace-output.txt make test
Send the resulting strace-output.txt file and I can see what it's
attempting to do.
- Brad
On Sun, 26 Mar 2006 wuhao at bokee.net wrote:
> References: <20060325120004.5CA30140DF11 at danga.com>
> In-Reply-To: <20060325120004.5CA30140DF11 at danga.com>
> MIME-Version: 1.0
> Content-Type: text/plain; charset=GB2312
> Content-Transfer-Encoding: 8bit
> User-Agent: Internet Messaging Program (IMP) 3.2.1
> X-Originating-IP: 60.176.80.125
>
> TEST RESULT
>
> make test
> PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0,
> 'blib/lib', 'blib/arch')" t/*.t
> t/00-use.........ok
> t/01-epoll.......NOK 2# Failed test (t/01-epoll.t at line 18)
> t/01-epoll.......NOK 5# Failed test (t/01-epoll.t at line 23)
> # got: '-1'
> # expected: '0'
> t/01-epoll.......NOK 6# Failed test (t/01-epoll.t at line 26)
> # got: '-1'
> # expected: '1'
> t/01-epoll.......NOK 7# Failed test (t/01-epoll.t at line 28)
> t/01-epoll.......NOK 8# Failed test (t/01-epoll.t at line 30)
> # got: undef
> # expected: '1'
> t/01-epoll.......NOK 9# Failed test (t/01-epoll.t at line 31)
> # got: undef
> # expected: '4'
> t/01-epoll.......NOK 10# Failed test (t/01-epoll.t at line 33)
> # got: '-1'
> # expected: '0'
> t/01-epoll.......NOK 11# Failed test (t/01-epoll.t at line 36)
> # got: '-1'
> # expected: '0'
> t/01-epoll.......NOK 12# Failed test (t/01-epoll.t at line 38)
> t/01-epoll.......ok 14/20# Failed test (t/01-epoll.t at line 68)
> # got: '-1'
> # expected: '0'
> # reason: ´íÎóµÄµØÖ·
> # Failed test (t/01-epoll.t at line 69)
> # got: '-1'
> # expected: '0'
> # reason: ´íÎóµÄµØÖ·
> # Failed test (t/01-epoll.t at line 70)
> # got: '-1'
> # expected: '2'
> Use of uninitialized value in concatenation (.) or string at t/01-epoll.t line 70.
> # Got (listen=3, listen2=4)
> Use of uninitialized value in numeric eq (==) at t/01-epoll.t line 71.
> Use of uninitialized value in numeric eq (==) at t/01-epoll.t line 71.
> # Failed test (t/01-epoll.t at line 71)
> # Failed test (t/01-epoll.t at line 74)
> # got: '-1'
> # expected: '0'
> # Looks like you failed 14 tests of 20.
> t/01-epoll.......dubious
> Test returned status 14 (wstat 3584, 0xe00)
> DIED. FAILED tests 2, 5-12, 15-19
> Failed 14/20 tests, 30.00% okay
> t/02-sendfile....ok 1/2got rv = -1 from sendfile at t/02-sendfile.t line 53.
> # Looks like you planned 2 tests but only ran 1.
> # Looks like your test died just after 1.
> t/02-sendfile....dubious
> Test returned status 255 (wstat 65280, 0xff00)
> DIED. FAILED test 2
> Failed 1/2 tests, 50.00% okay
> Failed Test Stat Wstat Total Fail Failed List of Failed
> -------------------------------------------------------------------------------
> t/01-epoll.t 14 3584 20 14 70.00% 2 5-12 15-19
> t/02-sendfile.t 255 65280 2 2 100.00% 2
> Failed 2/3 test scripts, 33.33% okay. 15/23 subtests failed, 34.78% okay.
> make: *** [test_dynamic] ´íÎó 255
>
>
>
> ENV
> uname -a
> Linux wuhaoHome 2.6.8-12-amd64-k8 #1 Thu Feb 9 08:29:57 UTC 2006 x86_64 GNU/Linux
>
> perl -v
>
> This is perl, v5.8.4 built for i386-linux-thread-multi
>
>
>
More information about the mogilefs
mailing list