Date: Wed, 30 Jun 2004 17:09:02 -0400 From: Mikhail Teterin <mi+mx@aldan.algebra.com> To: stable@FreeBSD.org Subject: the dreaded "Resource temporarily unavailable" in vi Message-ID: <200406301709.02239@misha-mx.virtual-estates.net>
next in thread | raw e-mail | index | archive | help
It just started to happen again. Over and over, I open a file, start editing, then -- at a random moment -- I get: ": input: Resource temporarily unavailable" and vi exits.... Here is the ktrace/kdump snippet: 98705 vi CALL sigaction(0x12,0x280e792c,0) 98705 vi RET sigaction 0 98705 vi CALL read(0,0x8090000,0xff) 98705 vi RET read -1 errno 35 Resource temporarily unavailable 98705 vi CALL sigaction(0x12,0x280e7914,0x280e792c) 98705 vi RET sigaction 0 read(2) is failing? -mi (this is on a 4.8-STABLE kernel)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406301709.02239>