mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-03-02 22:57:32 -05:00
Crashes when adding new Trackers #36
Labels
No labels
Accessibility
AppImage
Bounty
Build system
CI
Can't reproduce
Code cleanup
Confirmed bug
Confirmed bug
Core
Crash
Data loss
Discussion
Docker
Documentation
Duplicate
Feature
Feature request
Feature request
Feature request
Filters
Flatpak
GUI
Has workaround
I2P
Invalid
Libtorrent
Look and feel
Meta
NSIS
Network
Not an issue
OS: *BSD
OS: Linux
OS: Windows
OS: macOS
PPA
Performance
Project management
Proxy/VPN
Qt bugs
Qt6 compat
RSS
Search engine
Security
Temp folder
Themes
Translations
Triggers
Waiting diagnosis
Waiting info
Waiting upstream
Waiting web implementation
Watched folders
WebAPI
WebUI
autoCloseOldIssue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/qBittorrent#36
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dagaz on GitHub (Aug 22, 2012).
Hello!
This is my first bug report here.
I am using the qbittorrent v3.0.0 with Ubuntu 12.04
"uname -a" gives out:
Linux ubuntu 3.2.0-29-generic #46-Ubuntu SMP Fri Jul 27 17:03:23 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
When i right-klick into the tracker fied and select "Add new Tracker" and add these trackers:
udp://tracker.openbittorrent.com:80
udp://tracker.publicbt.com:80
udp://tracker.istole.it:6969
udp://tracker.ccc.de:80
and press OK then qbittorrent crashes.
I started qbittorrent in a terminal. The output is (i replaced ma username with "USER"):
USER@ubuntu:~$ qbittorrent
Couldn't set environment variable...
"sni-qt/10367" WARN 21:21:33.894 void StatusNotifierItemFactory::connectToSnw() Invalid interface to SNW_SERVICE
Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt. You must
reimplement QApplication::notify() and catch all exceptions there.
terminate called after throwing an instance of 'libtorrent::libtorrent_exception'
what(): invalid torrent handle used
Catching SIGABRT, please report a bug at http://bug.qbittorrent.org
and provide the following backtrace:
qBittorrent version: v3.0.0
stack trace:
/lib/x86_64-linux-gnu/libc.so.6 : ()+0x364c0 [0x7f3141b794c0]
/lib/x86_64-linux-gnu/libc.so.6 : gsignal()+0x35 [0x7f3141b79445]
/lib/x86_64-linux-gnu/libc.so.6 : abort()+0x17b [0x7f3141b7cbab]
/usr/lib/x86_64-linux-gnu/libstdc++.so.6 : __gnu_cxx::__verbose_terminate_handler()+0x11d [0x7f31424c769d]
/usr/lib/x86_64-linux-gnu/libstdc++.so.6 : ()+0xb5846 [0x7f31424c5846]
/usr/lib/x86_64-linux-gnu/libstdc++.so.6 : ()+0xb5873 [0x7f31424c5873]
/usr/lib/x86_64-linux-gnu/libstdc++.so.6 : __cxa_rethrow()+0x46 [0x7f31424c59b6]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4 : QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag)+0x38c [0x7f314288a16c]
/usr/lib/x86_64-linux-gnu/libQtCore.so.4 : QCoreApplication::exec()+0x87 [0x7f314288ef67]
qbittorrent : main()+0xd17 [0x46e667]
/lib/x86_64-linux-gnu/libc.so.6 : __libc_start_main()+0xed [0x7f3141b6476d]
qbittorrent() [0x470a91]
Abgebrochen (Speicherabzug geschrieben)
USER@ubuntu:~$