Re: qbittorrent freezes, ioctl sign-extension ioctl ffffffff8004667e [SOLVED]

2012-07-09 Thread Mario Lobo
On Mon, 9 Jul 2012 00:00:20 +0200 (CEST)
Wojciech Puchar woj...@wojtek.tensor.gdynia.pl 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-unsubscr...@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_castint(FIONBIO);
+ return static_castioctl_cmd_type(FIONBIO);


*** 96,102 
// Get the name of the IO control command.
ioctl_cmd_type name() const
{
- return static_castint(FIONREAD);
+ return static_castioctl_cmd_type(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)
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: qbittorrent freezes, ioctl sign-extension ioctl ffffffff8004667e [SOLVED]

2012-07-09 Thread Eitan Adler
On 9 July 2012 15:26, Mario Lobo l...@bsd.com.br wrote:
 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.

The best way to contact a maintainer for something like this is to
submit a PR: http://www.freebsd.org/send-pr.html


-- 
Eitan Adler
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: qbittorrent freezes, ioctl sign-extension ioctl ffffffff8004667e [SOLVED]

2012-07-09 Thread Mario Lobo
On Mon, 9 Jul 2012 15:35:01 -0700
Eitan Adler li...@eitanadler.com wrote:

 On 9 July 2012 15:26, Mario Lobo l...@bsd.com.br wrote:
  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.
 
 The best way to contact a maintainer for something like this is to
 submit a PR: http://www.freebsd.org/send-pr.html
 
 

Done it! Thanks

-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since 2.2.8 [not Pro-Audio YET!!] (99% winblows FREE)
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org