ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Anton Gorlov <stalker@altlinux.ru>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] hasher and ruby tests
Date: Thu, 11 Aug 2011 14:50:23 +0400
Message-ID: <4E43B3EF.8050201@altlinux.ru> (raw)
In-Reply-To: <4E4393A2.1010709@altlinux.ru>

11.08.2011 12:32, Anton Gorlov пишет:
> Как бы победить -в хашере не проходит 1 из тестов с диагнозом
> + /usr/bin/testrb -Iext test/test_io_extra.rb
> Loaded suite TC_IO_Extra
> Started
> .....F.F........
>
> 1) Failure:
> test_directio_set(TC_IO_Extra)
> [/usr/src/RPM/BUILD/io-extra-1.2.2/test/test_io_extra.rb:47]:
> Exception raised:
> Class: <Errno::EINVAL>
> Message: <"Invalid argument - fcntl">

strace  вот что показывает интересного
==
ioctl(2, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 
{B38400 opost isig icanon echo ...}) = 0
fcntl(3, F_GETFD)                       = 0
fcntl(3, F_GETFL)                       = 0x8002 (flags O_RDWR|O_LARGEFILE)
ioctl(3, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, 
0x7fffb93e2ea0) = -1 ENOTTY (Inappropriate ioctl for device)
fcntl(4, F_GETFD)                       = -1 EBADF (Bad file descriptor)
fcntl(5, F_GETFD)                       = -1 EBADF (Bad file descriptor)
fcntl(6, F_GETFD)                       = -1 EBADF (Bad file descriptor)
fcntl(7, F_GETFD)                       = -1 EBADF (Bad file descriptor)
fcntl(8, F_GETFD)                       = -1 EBADF (Bad file descriptor)
fcntl(9, F_GETFD)                       = -1 EBADF (Bad file descriptor)
fcntl(10, F_GETFD)                      = -1 EBADF (Bad file descriptor)
fcntl(11, F_GETFD)                      = -1 EBADF (Bad file descriptor)

===
и кучка ругани на футексы
==
set_robust_list(0x7f1ca60259e0, 0x18)   = 0
futex(0x7f1ca5f11b64, FUTEX_CMP_REQUEUE_PRIVATE, 1, 2147483647, 
0x7f1ca5f11b20, 2) = 0
futex(0x7f1ca5f11b20, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f1ca5f11b64, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 3, 
{1313058528, 824704000}, ffffffff) = -1 ETIMEDOUT (Connection timed out)
futex(0x7f1ca5f11b20, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7f1ca5f11b64, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 5, 
{1313058528, 834802000}, ffffffff) = -1 ETIMEDOUT (Connection timed out)


есть подозрение что ему нужно directio на диск.. но возможно ли такое в 
хашере?




      reply	other threads:[~2011-08-11 10:50 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-11  8:32 Anton Gorlov
2011-08-11 10:50 ` Anton Gorlov [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E43B3EF.8050201@altlinux.ru \
    --to=stalker@altlinux.ru \
    --cc=devel@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git