Re: BIND hangs with 2.6.14

From: Lionel Elie Mamane (lionel_at_mamane.lu)
Date: 10/31/05

  • Next message: Dmitry Torokhov: "[RFT/PATCH] atkbd - speed up setting leds/repeat state"
    Date:	Mon, 31 Oct 2005 08:20:20 +0100
    To: "Steinar H. Gunderson" <sgunderson@bigfoot.com>
    
    

    On Sun, Oct 30, 2005 at 12:54:30PM +0100, Steinar H. Gunderson wrote:
    > On Sun, Oct 30, 2005 at 12:45:38PM +0100, bert hubert wrote:

    >> Check if the address passed, 0x561329b0, is very different from addresses
    >> passed during regular operations.

    > strace doesn't show the address except when something fails, but these are
    > the distinct calls to recvmsg with given addresses (sorted):

    Try "strace -e verbose=none" to always get an address.

    -- 
    Lionel
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Dmitry Torokhov: "[RFT/PATCH] atkbd - speed up setting leds/repeat state"

    Relevant Pages

    • RE: UDP recvmsg blocks after select(), 2.6 bug?
      ... Linux violates this by allowing processes and ... > threads to share file descriptors (since another process ... The standard says the recvmsg would not block, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: UDP recvmsg blocks after select(), 2.6 bug?
      ... >>Would it be so bad to do the checksum before marking the socket readable? ... Alternately, how about having the recvmsg() call return a zero, and (if ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: UDP recvmsg blocks after select(), 2.6 bug?
      ... >> checks for EWOULDBLOCK after a read on a nonblocking fd that has been ... And if a call to recvmsg() with O_NONBLOCK ... cleared doesn't block and since it can't return EAGAIN, then I don't think a recvmsg ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Fire Engine??
      ... > recvmsg when there is no data waiting) ... That would be the server code you are thinking of, ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: UDP recvmsg blocks after select(), 2.6 bug?
      ... That there is time between the selectand recvmsg() calls is not the ... we are not POSIX compliant. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)