when launching splash screen quick flash then nothing

Asked by Richard Davies

richard@oracle:~$ qbittorrent
en_GB locale recognized, using translation.
Peer ID: -qB2203-
Configuring session
LISTEN PORT: 0
Setting a global download rate limit at 153600
set upload_limit to 42.000000kb/s
Loading country resolution settings
in country reoslution settings
Loading geoip database
Loading GeoIP database from /usr/share/GeoIP/GeoIP.dat...
Enabling NAT-PMP
HTTP user agent is qBittorrent v2.2.0rc2
Set session settings
DHT enabled

*************************************************************
Catching SIGSEGV, please report a bug at http://bug.qbittorrent.org
and provide the following backtrace:
stack trace:
  /lib/libc.so.6 [0x7ffb4f965530]
  /lib/libpthread.so.0 : pthread_mutex_lock()+0x1 [0x7ffb519a2081]
  /usr/lib/libboost_thread-mt.so.1.38.0 : boost::unique_lock<boost::mutex>::unique_lock(boost::mutex&)+0x13 [0x7ffb5539f463]
  /usr/lib/libtorrent-rasterbar.so.5 : libtorrent::upnp::delete_mapping(int)+0x23 [0x7ffb51df9cc3]
  /usr/lib/libtorrent-rasterbar.so.5 : libtorrent::aux::session_impl::set_dht_settings(libtorrent::dht_settings const&)+0x8c [0x7ffb51d24e4c]
  qbittorrent : Bittorrent::setDHTPort(int)+0x4a [0x4d2014]
  qbittorrent : Bittorrent::configureSession()+0x1b24 [0x4c4152]
  qbittorrent : Bittorrent::Bittorrent()+0xcf4 [0x4c08ca]
  qbittorrent : GUI::GUI(QWidget*, QStringList)+0x117e [0x53b05c]
  qbittorrent : main()+0x150c [0x4bb6ca]
  /lib/libc.so.6 : __libc_start_main()+0xfd [0x7ffb4f950abd]
  qbittorrent [0x4b9ac9]
Catching SIGINT, exiting cleanly
Aborted

Question information

Language:
English Edit question
Status:
Solved
For:
qBittorrent Edit question
Assignee:
No assignee Edit question
Solved by:
Christophe Dumez
Solved:
Last query:
Last reply:
Revision history for this message
Christophe Dumez (hydr0g3n) said :
#1

This looks like a DHT problem in libtorrent-rasterbar. Please report this bug (with the backtrace) there:
http://code.google.com/p/libtorrent/issues/entry

In the meantime, you should still be able to run qBittorrent if you disable qBittorrent. To do so, here are the instructions:
edit ~/.config/qBittorrent/qBittorrent.conf

and change line:
Bittorrent\DHT=true

to read:
Bittorrent\DHT=false

Revision history for this message
Richard Davies (richard-davies6) said :
#2

Excuse my ignorance but where and how exactly do I do this?
I am quite new to Ubuntu (9.10) and trying to learn.

Thank you for your help.

Revision history for this message
Best Christophe Dumez (hydr0g3n) said :
#3

To edit the file, type the following in a terminal:
gedit ~/.config/qBittorrent/qBittorrent.conf

Then find line:
Bittorrent\DHT=true

Simply write false instead of true to disable DHT.

Save and close the file.

Start qBittorrent.

Revision history for this message
Richard Davies (richard-davies6) said :
#4

Thank you you have been so helpful with your speedy and accurate solution.