qbittorrent / qBittorrent

qBittorrent BitTorrent client
https://www.qbittorrent.org
Other
28.2k stars 3.97k forks source link

Caught signal: SIGSEGV #15512

Closed AlanSonic closed 2 months ago

AlanSonic commented 3 years ago

qBittorrent & operating system versions

qBittorrent version: v4.3.8 OpenSuse Tumbleweed

What is the problem?

Please file a bug report at http://bug.qbittorrent.org and provide the following information:

qBittorrent version: v4.3.8

Caught signal: SIGSEGV Stack trace: qbittorrent : ()+0xb46d4 [0x557825d156d4] /lib64/libtorrent-rasterbar.so.10 : ()+0x2ca105 [0x7f9551bd6105] /lib64/libtorrent-rasterbar.so.10 : libtorrent::default_storage::initialize(libtorrent::storage_error&)+0x300 [0x7f9551b0ca60] /lib64/libtorrent-rasterbar.so.10 : ()+0xe8d67 [0x7f95519f4d67] /lib64/libtorrent-rasterbar.so.10 : ()+0xe79d3 [0x7f95519f39d3] /lib64/libtorrent-rasterbar.so.10 : ()+0xd216e [0x7f95519de16e] /lib64/libtorrent-rasterbar.so.10 : ()+0xea24c [0x7f95519f624c] /lib64/libstdc++.so.6 : ()+0xdfcf4 [0x7f9550c8ecf4] /lib64/libc.so.6 : ()+0x8dacf [0x7f955093aacf] /lib64/libc.so.6 : ()+0x1122c0 [0x7f95509bf2c0] Falha de segmentação (imagem do núcleo gravada)

Steps to reproduce

No response

Additional context

No response

Log(s) & preferences file(s)

No response

userdocs commented 3 years ago

Isn't this a duplicate of this?

https://github.com/qbittorrent/qBittorrent/issues/15501

userdocs commented 3 years ago

When adding a new torrent to qbittorrent or qbittorrent-nox. Mine had no active torrents.

username@localhost:~> gdb qbittorrent-nox
GNU gdb (GDB; openSUSE Tumbleweed) 10.1
Copyright (C) 2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://bugs.opensuse.org/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from qbittorrent-nox...
Reading symbols from /usr/lib/debug/usr/bin/qbittorrent-nox-4.3.8-1.2.x86_64.debug...
(gdb) run
Starting program: /usr/bin/qbittorrent-nox 
[New LWP 13750]
[New LWP 13751]
[New LWP 13752]
[New LWP 13753]
[New LWP 13754]
[New LWP 13755]
[New LWP 13756]
[New LWP 13757]
[New LWP 13758]

******** Information ********
To control qBittorrent, access the Web UI at http://localhost:8080
The Web UI administrator username is: admin
The Web UI administrator password is still the default one: adminadmin
This is a security risk, please consider changing your password from program preferences.
[New LWP 13765]

Thread 1 "qbittorrent-nox" received signal SIGSEGV, Segmentation fault.
BitTorrent::Session::handleStateUpdateAlert (p=<optimized out>, this=0x555555c2cd50) at /usr/src/debug/qbittorrent-4.3.8-1.2.x86_64/src/base/bittorrent/session.cpp:5010
5010            const auto id = TorrentID::fromInfoHash(status.info_hash);
(gdb) 
XCanG commented 3 years ago

I have same issue after I update qBittorrent to latest version, this shown when I close windows and then hit exit from tray.

qBittorrent version: v4.3.8 (64-bit) Libtorrent version: 1.2.14.0 Qt version: 5.15.2 Boost version: 1.76.0 OpenSSL version: 1.1.1l zlib version: 1.2.11 OS version: Windows 10 Version 2009 10.0.19043 x86_64

Caught signal: SIGSEGV

#  0 qbittorrent.exe      0x00007ff799ca8cbc straceWin::getBacktrace()[ app\stacktrace_win.h : 220 ]
#  1 qbittorrent.exe      0x00007ff799ca9deb sigAbnormalHandler(signum)[ app\main.cpp : 367 ]
#  2 qbittorrent.exe      0x00007ff79a99e5a5 _seh_filter_exe(xcptnum, pxcptinfoptrs)[ minkernel\crts\ucrt\src\appcrt\misc\exception_filter.cpp : 215 ]
#  3 qbittorrent.exe      0x00007ff79aa15c57 `__scrt_common_main_seh'::`1'::filt$0()[ d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl : 304 ]
#  4 qbittorrent.exe      0x00007ff79a97f004 __C_specific_handler(ExceptionRecord, EstablisherFrame, ContextRecord, DispatcherContext)[ d:\agent\_work\1\s\src\vctools\crt\vcruntime\src\eh\riscchandler.cpp : 277 ]
#  5 ntdll.dll            0x00007ffd08f320cf _chkstk()
#  6 ntdll.dll            0x00007ffd08ee1454 RtlRaiseException()
#  7 ntdll.dll            0x00007ffd08f30bfe KiUserExceptionDispatcher()
#  8 qbittorrent.exe      0x00007ff79a723822 QMetaObjectPrivate::disconnectHelper()
#  9 qbittorrent.exe      0x00007ff79a723aa1 QMetaObjectPrivate::disconnect()
# 10 qbittorrent.exe      0x00007ff79a7230c8 QObject::disconnect()
# 11 qbittorrent.exe      0x00007ff79a33ebc5 QActionGroup::removeAction()
# 12 qbittorrent.exe      0x00007ff79a2a0fc2 QAction::~QAction()
# 13 qbittorrent.exe      0x00007ff79a2a0c5d QAction::`vector deleting destructor'()
# 14 qbittorrent.exe      0x00007ff79a721369 QObjectPrivate::deleteChildren()
# 15 qbittorrent.exe      0x00007ff79a26f4dd QWidget::~QWidget()
# 16 qbittorrent.exe      0x00007ff79a2d9c0d QMenu::`vector deleting destructor'()
# 17 qbittorrent.exe      0x00007ff799d7acae MainWindow::cleanup()[ gui\mainwindow.cpp : 812 ]
# 18 qbittorrent.exe      0x00007ff799ca009f Application::cleanup()[ app\application.cpp : 813 ]
# 19 qbittorrent.exe      0x00007ff79a727a06 doActivate()
# 20 qbittorrent.exe      0x00007ff79a730a75 QCoreApplication::aboutToQuit()
# 21 qbittorrent.exe      0x00007ff79a72dfa0 QCoreApplication::exec()
# 22 qbittorrent.exe      0x00007ff799c9f9fa Application::exec(params, params)[ app\application.cpp : 691 ]
# 23 qbittorrent.exe      0x00007ff799ca9bc0 main(argc, argv)[ app\main.cpp : 310 ]
# 24 qbittorrent.exe      0x00007ff79a9592af WinMain()
# 25 qbittorrent.exe      0x00007ff79a9601d2 __scrt_common_main_seh()[ d:\agent\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl : 288 ]
# 26 KERNEL32.DLL         0x00007ffd07d27034 BaseThreadInitThunk()
# 27 ntdll.dll            0x00007ffd08ee2651 RtlUserThreadStart()
xavier2k6 commented 2 months ago

qBittorrent version: v4.3.8

Version is obsolete.

Thank you for your contribution, we are starting to close all old/stale/obsolete tickets.

Please update to latest qBittorrent 4.6.6 ATTOW.

If any issues are experienced, please open a new ticket.