From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 29 08:02:46 2011 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B84F106564A for ; Thu, 29 Sep 2011 08:02:46 +0000 (UTC) (envelope-from vovkasm@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 313DB8FC13 for ; Thu, 29 Sep 2011 08:02:45 +0000 (UTC) Received: by vws11 with SMTP id 11so321893vws.13 for ; Thu, 29 Sep 2011 01:02:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lyZgfojV4wBV+SD4dTLetPVypuhrHQ5nexIZSFm1qd8=; b=qwXj5mHwX5yf0zdG4yzAc+xeTOMb8IWdEVsMFsanopyJR+E5YPhm81TGGvrs05DGr9 ZcCUrwas5Xk46rwTLc26HI9buBLBpKPQk9nROWcycJqiKoAW0v0y1kS1zVNPYsZuKGtc KEbq0eOrfu/qmYQ3KH+rXPHFXuuU7b5fUXw/E= MIME-Version: 1.0 Received: by 10.52.24.112 with SMTP id t16mr7326329vdf.398.1317281831288; Thu, 29 Sep 2011 00:37:11 -0700 (PDT) Received: by 10.220.179.141 with HTTP; Thu, 29 Sep 2011 00:37:11 -0700 (PDT) In-Reply-To: <201109232021.p8NKLZAU042912@freefall.freebsd.org> References: <201109232021.p8NKLZAU042912@freefall.freebsd.org> Date: Thu, 29 Sep 2011 11:37:11 +0400 Message-ID: From: Vladimir Timofeev To: jh@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: freebsd-bugs@freebsd.org Subject: Re: kern/128714: gmtime(3) infine loop X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2011 08:02:46 -0000 2011/9/24 : > Synopsis: gmtime(3) infine loop > > State-Changed-From-To: open->feedback > State-Changed-By: jh > State-Changed-When: Fri Sep 23 20:16:18 UTC 2011 > State-Changed-Why: > I couldn't reproduce this on 8.2. I guess that this might have been fixed > in r192625 or r214411. > > Can you confirm that the problem has been fixed? > Yes! Just test on 8.2, code works as expected. -- Vladimir Timofeev