From owner-freebsd-questions@FreeBSD.ORG Mon Jul 9 22:26:31 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9FB25106564A for ; Mon, 9 Jul 2012 22:26:31 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5323F8FC1B for ; Mon, 9 Jul 2012 22:26:31 +0000 (UTC) Received: by yenl8 with SMTP id l8so12338851yen.13 for ; Mon, 09 Jul 2012 15:26:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:organization :x-mailer:mime-version:content-type:content-transfer-encoding :x-gm-message-state; bh=p/fUeUHpamMkZfJAZ7ZJHQI9u1Fr0AgsA8uKvxEFGSM=; b=CQhTafaoK4tK8PK1FKo0XfytdnSNTe3m2EGqZ7Hftul8B1c/tMXeYmLY4uQpWMfIsv HUlp8i5egoQjtYYAVs3DHUBcQ6qUAsX29zI0IWulZepZTdwIKJHKrmr5AZXsIbQhlHVX HfP0GSP28xnYFBVwKBdNNhS8NunROHpc78vkRGpG5pUAUabIVhPclBmfjOPrGmjXoCk2 1W/LOrsFzvIW5F/zxY9vRk2wU7Ri+sRrWYeUA91ZZmSdtKj27+IdadSdtSAW00LUNBeP LuZ4Ff3KeDyeIsQSHDMsdlfPkb4BydaZ1x3Mi7hXEekgqECkgCX6pR9is/6aq+ULi6lq uw6g== Received: by 10.236.77.163 with SMTP id d23mr228912yhe.75.1341872784529; Mon, 09 Jul 2012 15:26:24 -0700 (PDT) Received: from papi ([187.59.247.222]) by mx.google.com with ESMTPS id o25sm13234505yhm.14.2012.07.09.15.26.23 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 09 Jul 2012 15:26:24 -0700 (PDT) Date: Mon, 9 Jul 2012 19:26:59 -0300 From: Mario Lobo To: freebsd-questions@freebsd.org Message-ID: <20120709192659.7c0b6c10@papi> In-Reply-To: References: <20120707185250.GA2389@schweikhardt.net> <20120708223356.20801253@gumby.homeunix.com> Organization: BSD X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd8.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmLeB5ggyhskV2HGUUZo8Ua4cfXMhjE2/F9jLvEGrFYQLe7K0dEFWHgEAOa7gTs1T5rCmd5 Subject: Re: qbittorrent freezes, ioctl sign-extension ioctl ffffffff8004667e [SOLVED] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jul 2012 22:26:31 -0000 On Mon, 9 Jul 2012 00:00:20 +0200 (CEST) Wojciech Puchar wrote: > > > On Sun, 8 Jul 2012, RW wrote: > > > On Sat, 7 Jul 2012 20:52:50 +0200 > > Jens Schweikhardt wrote: > > > >> hello, world\n > >> > >> is anybody else seeing this? On a fresh 9-STABLE/amd64 as of July > >> 7, with all ports compiled from scratch. Qbittorrent (2.9.11) > >> freezes after about 10 to 20 seconds, reacts to mouse clicks only > >> after a minute or so; the window isn't redrawn when it was > >> obscured by other windows and ... > > > > I tried it a few weeks ago on 8.3. I found that it locks-up just > > after the first torrent is added, or if it's started with a torrent > > already loaded. > mosy probably not FreeBSD related. just a buggy program > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Sorry for my last post. Spoke too soon. I found the problem!. It lies inside devel/boost-libs. After you issue make patch, apply this to work/boost_1_48_0/boost/asio/detail/io_control.hpp. I couldn't manage to produce a proper diff file. *** 46,52 **** // Get the name of the IO control command. ioctl_cmd_type name() const { - return static_cast(FIONBIO); + return static_cast(FIONBIO); *** 96,102 **** // Get the name of the IO control command. ioctl_cmd_type name() const { - return static_cast(FIONREAD); + return static_cast(FIONREAD); } -Rebuild/reinstall devel/boost-libs -Rebuild/reinstall net-p2p/libtorrent-rasterbar-16 -Rebuild/reinstall net-p2p/libtorrent-rasterbar-16-python -Rebuild/reinstall net-p2p/qbittorrent No more lockups and kernel messages!! :) after I did this, qbittorrent has been up flawlessly for almost 2 hours. I don't know how to get in touch with the boost-lib port mantainer so he/she can fix the port file patch-boost_asio-ioctl to add these changes. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winblows FREE)