Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault #4501

Closed
zywo opened this issue Jan 4, 2016 · 3 comments
Closed

Segmentation fault #4501

zywo opened this issue Jan 4, 2016 · 3 comments
Labels

Comments

@zywo
Copy link
Contributor

zywo commented Jan 4, 2016

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7708ef4 in ?? () from /usr/lib/libtorrent-rasterbar.so.8
(gdb) bt
#0  0x00007ffff7708ef4 in ?? () from /usr/lib/libtorrent-rasterbar.so.8
#1  0x00007ffff770bdb8 in libtorrent::file_storage::file_path(int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const () from /usr/lib/libtorrent-rasterbar.so.8
#2  0x0000000000506b22 in BitTorrent::TorrentInfo::filePath (this=this@entry=0x7fffffffd140, index=1) at base/bittorrent/torrentinfo.cpp:150
#3  0x0000000000507568 in BitTorrent::TorrentInfo::filesForPiece (this=this@entry=0x7fffffffd140, pieceIndex=pieceIndex@entry=2172)

at base/bittorrent/torrentinfo.cpp:223

#4  0x00000000005a5273 in PeerListWidget::updatePeer (this=this@entry=0x12ace70, ip=..., torrent=torrent@entry=0x1657670, peer=...)

at gui/properties/peerlistwidget.cpp:372

#5  0x00000000005a6c2c in PeerListWidget::loadPeers (this=0x12ace70, torrent=0x1657670, forceHostnameResolution=forceHostnameResolution@entry=false)

at gui/properties/peerlistwidget.cpp:286

#6  0x0000000000595d4d in PropertiesWidget::loadDynamicData (this=0x1131560) at gui/properties/propertieswidget.cpp:470
#7  0x00007ffff59d2f60 in QMetaObject::activate(QObject_, QMetaObject const_, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#8  0x00007ffff59d8bd3 in QObject::event(QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#9  0x00007ffff623ecdc in QApplicationPrivate::notify_helper(QObject_, QEvent_) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#10 0x00007ffff6245c16 in QApplication::notify(QObject_, QEvent_) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#11 0x00000000004970c0 in Application::notify (this=<optimized out>, receiver=0x1325650, event=<optimized out>) at app/application.cpp:337
#12 0x00007ffff59be85d in QCoreApplication::notifyInternal(QObject_, QEvent_) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#13 0x00007ffff59f16c0 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#14 0x00007ffff59ee869 in ?? () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#15 0x00007ffff3985ff7 in g_main_context_dispatch () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#16 0x00007ffff3986250 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x00007ffff39862fc in g_main_context_iteration () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x00007ffff59ef1ee in QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#19 0x00007ffff62e9c26 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#20 0x00007ffff59bd0d1 in QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#21 0x00007ffff59bd445 in QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#22 0x00007ffff59c3429 in QCoreApplication::exec() () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#23 0x0000000000496c9a in Application::exec (this=this@entry=0xbbb050, params=...) at app/application.cpp:282
#24 0x000000000048e9bf in main (argc=1, argv=0x7fffffffdef8) at app/main.cpp:249

(gdb) l
115     }
116 };
117 
118 #ifndef DISABLE_GUI
119 void showSplashScreen();
120 #endif
121 void displayVersion();
122 void displayUsage(const QString &prg_name);
123 bool userAgreesWithLegalNotice();
124 void displayBadArgMessage(const QString &message);
(gdb) 
@ngosang
Copy link
Member

ngosang commented Jan 10, 2016

qBittorrent version? OS?

@zywo
Copy link
Contributor Author

zywo commented Jan 18, 2016

3.4.0alpha
ubuntu 15.10

@thalieht
Copy link
Contributor

Fixed by now by #4867, closing.

@qbittorrent qbittorrent locked and limited conversation to collaborators Feb 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants