crashed: segmentation fault #7207

Closed
opened 2026-02-21 18:50:28 -05:00 by deekerman · 2 comments
Owner

Originally created by @awnumar on GitHub (May 1, 2018).

qBittorrent version and Operating System

qBittorrent version: v4.0.4 (64-bit)
Boost version: 1.66.0
OS version: Windows 10 (10.0) 10.0.16299 x86_64

If on linux, libtorrent and Qt version

Libtorrent version: 1.1.6.0
Qt version: 5.10.0

What is the problem

Caught signal: SIGSEGV

#  0 qbittorrent.exe      0x00007ff6760809c6 0x7ff6760809c6()
#  1 qbittorrent.exe      0x00007ff676083c31 0x7ff676083c31()
#  2 qbittorrent.exe      0x00007ff676ba2a61 0x7ff676ba2a61()
#  3 qbittorrent.exe      0x00007ff676c79323 0x7ff676c79323()
#  4 qbittorrent.exe      0x00007ff676b85070 0x7ff676b85070()
#  5 ntdll.dll            0x00007fffbf9e50bd _chkstk()
#  6 ntdll.dll            0x00007fffbf95d278 RtlWalkFrameChain()
#  7 ntdll.dll            0x00007fffbf9e3fee KiUserExceptionDispatcher()
#  8 qbittorrent.exe      0x00007ff6761a20fe 0x7ff6761a20fe()
#  9 qbittorrent.exe      0x00007ff6769c03fa 0x7ff6769c03fa()
# 10 qbittorrent.exe      0x00007ff6765f9c39 0x7ff6765f9c39()
# 11 qbittorrent.exe      0x00007ff6765f9f8f 0x7ff6765f9f8f()
# 12 qbittorrent.exe      0x00007ff6769c04e0 0x7ff6769c04e0()
# 13 qbittorrent.exe      0x00007ff6765b6b78 0x7ff6765b6b78()
# 14 qbittorrent.exe      0x00007ff6765b52d8 0x7ff6765b52d8()
# 15 qbittorrent.exe      0x00007ff6765b5271 0x7ff6765b5271()
# 16 qbittorrent.exe      0x00007ff6765b5eea 0x7ff6765b5eea()
# 17 qbittorrent.exe      0x00007ff676594777 0x7ff676594777()
# 18 qbittorrent.exe      0x00007ff6765815e7 0x7ff6765815e7()
# 19 qbittorrent.exe      0x00007ff676580174 0x7ff676580174()
# 20 qbittorrent.exe      0x00007ff67607880c 0x7ff67607880c()
# 21 qbittorrent.exe      0x00007ff6769f537b 0x7ff6769f537b()
# 22 qbittorrent.exe      0x00007ff67657eeaa 0x7ff67657eeaa()
# 23 qbittorrent.exe      0x00007ff6766d9231 0x7ff6766d9231()
# 24 qbittorrent.exe      0x00007ff6766d822f 0x7ff6766d822f()
# 25 qbittorrent.exe      0x00007ff6765815e7 0x7ff6765815e7()
# 26 qbittorrent.exe      0x00007ff676580f0f 0x7ff676580f0f()
# 27 qbittorrent.exe      0x00007ff67607880c 0x7ff67607880c()
# 28 qbittorrent.exe      0x00007ff6769f537b 0x7ff6769f537b()
# 29 qbittorrent.exe      0x00007ff6767924af 0x7ff6767924af()
# 30 qbittorrent.exe      0x00007ff676791beb 0x7ff676791beb()
# 31 qbittorrent.exe      0x00007ff6767fb7dc 0x7ff6767fb7dc()
# 32 qbittorrent.exe      0x00007ff676ad4200 0x7ff676ad4200()
# 33 USER32.dll           0x00007fffbdb4b85d CallWindowProcW()
# 34 USER32.dll           0x00007fffbdb4b1ef DispatchMessageW()
# 35 qbittorrent.exe      0x00007ff676ad5360 0x7ff676ad5360()
# 36 qbittorrent.exe      0x00007ff6764c6515 0x7ff6764c6515()
# 37 qbittorrent.exe      0x00007ff676adb646 0x7ff676adb646()
# 38 qbittorrent.exe      0x00007ff676078469 0x7ff676078469()
# 39 qbittorrent.exe      0x00007ff676083af9 0x7ff676083af9()
# 40 qbittorrent.exe      0x00007ff676b7d7b7 0x7ff676b7d7b7()
# 41 qbittorrent.exe      0x00007ff676b83443 0x7ff676b83443()
# 42 KERNEL32.DLL         0x00007fffbce51fe4 BaseThreadInitThunk()
# 43 ntdll.dll            0x00007fffbf9af061 RtlUserThreadStart()

Steps to reproduce

Crashed upon previewing a file from a torrent with multiple files. Torrent was set to download sequentially.

Originally created by @awnumar on GitHub (May 1, 2018). ### qBittorrent version and Operating System ``` qBittorrent version: v4.0.4 (64-bit) Boost version: 1.66.0 OS version: Windows 10 (10.0) 10.0.16299 x86_64 ``` ### If on linux, libtorrent and Qt version ``` Libtorrent version: 1.1.6.0 Qt version: 5.10.0 ``` ### What is the problem ``` Caught signal: SIGSEGV # 0 qbittorrent.exe 0x00007ff6760809c6 0x7ff6760809c6() # 1 qbittorrent.exe 0x00007ff676083c31 0x7ff676083c31() # 2 qbittorrent.exe 0x00007ff676ba2a61 0x7ff676ba2a61() # 3 qbittorrent.exe 0x00007ff676c79323 0x7ff676c79323() # 4 qbittorrent.exe 0x00007ff676b85070 0x7ff676b85070() # 5 ntdll.dll 0x00007fffbf9e50bd _chkstk() # 6 ntdll.dll 0x00007fffbf95d278 RtlWalkFrameChain() # 7 ntdll.dll 0x00007fffbf9e3fee KiUserExceptionDispatcher() # 8 qbittorrent.exe 0x00007ff6761a20fe 0x7ff6761a20fe() # 9 qbittorrent.exe 0x00007ff6769c03fa 0x7ff6769c03fa() # 10 qbittorrent.exe 0x00007ff6765f9c39 0x7ff6765f9c39() # 11 qbittorrent.exe 0x00007ff6765f9f8f 0x7ff6765f9f8f() # 12 qbittorrent.exe 0x00007ff6769c04e0 0x7ff6769c04e0() # 13 qbittorrent.exe 0x00007ff6765b6b78 0x7ff6765b6b78() # 14 qbittorrent.exe 0x00007ff6765b52d8 0x7ff6765b52d8() # 15 qbittorrent.exe 0x00007ff6765b5271 0x7ff6765b5271() # 16 qbittorrent.exe 0x00007ff6765b5eea 0x7ff6765b5eea() # 17 qbittorrent.exe 0x00007ff676594777 0x7ff676594777() # 18 qbittorrent.exe 0x00007ff6765815e7 0x7ff6765815e7() # 19 qbittorrent.exe 0x00007ff676580174 0x7ff676580174() # 20 qbittorrent.exe 0x00007ff67607880c 0x7ff67607880c() # 21 qbittorrent.exe 0x00007ff6769f537b 0x7ff6769f537b() # 22 qbittorrent.exe 0x00007ff67657eeaa 0x7ff67657eeaa() # 23 qbittorrent.exe 0x00007ff6766d9231 0x7ff6766d9231() # 24 qbittorrent.exe 0x00007ff6766d822f 0x7ff6766d822f() # 25 qbittorrent.exe 0x00007ff6765815e7 0x7ff6765815e7() # 26 qbittorrent.exe 0x00007ff676580f0f 0x7ff676580f0f() # 27 qbittorrent.exe 0x00007ff67607880c 0x7ff67607880c() # 28 qbittorrent.exe 0x00007ff6769f537b 0x7ff6769f537b() # 29 qbittorrent.exe 0x00007ff6767924af 0x7ff6767924af() # 30 qbittorrent.exe 0x00007ff676791beb 0x7ff676791beb() # 31 qbittorrent.exe 0x00007ff6767fb7dc 0x7ff6767fb7dc() # 32 qbittorrent.exe 0x00007ff676ad4200 0x7ff676ad4200() # 33 USER32.dll 0x00007fffbdb4b85d CallWindowProcW() # 34 USER32.dll 0x00007fffbdb4b1ef DispatchMessageW() # 35 qbittorrent.exe 0x00007ff676ad5360 0x7ff676ad5360() # 36 qbittorrent.exe 0x00007ff6764c6515 0x7ff6764c6515() # 37 qbittorrent.exe 0x00007ff676adb646 0x7ff676adb646() # 38 qbittorrent.exe 0x00007ff676078469 0x7ff676078469() # 39 qbittorrent.exe 0x00007ff676083af9 0x7ff676083af9() # 40 qbittorrent.exe 0x00007ff676b7d7b7 0x7ff676b7d7b7() # 41 qbittorrent.exe 0x00007ff676b83443 0x7ff676b83443() # 42 KERNEL32.DLL 0x00007fffbce51fe4 BaseThreadInitThunk() # 43 ntdll.dll 0x00007fffbf9af061 RtlUserThreadStart() ``` ### Steps to reproduce Crashed upon previewing a file from a torrent with multiple files. Torrent was set to download sequentially.
deekerman 2026-02-21 18:50:28 -05:00
  • closed this issue
  • added the
    Crash
    label
Author
Owner

@adem4ik commented on GitHub (May 1, 2018):

Crash log looks similar to https://github.com/qbittorrent/qBittorrent/issues/5651#issuecomment-385851378 The case itself is kinda similar too.

@adem4ik commented on GitHub (May 1, 2018): Crash log looks similar to https://github.com/qbittorrent/qBittorrent/issues/5651#issuecomment-385851378 The case itself is kinda similar too.
Author
Owner

@ngosang commented on GitHub (Sep 16, 2018):

We are closing all issues related to old qBittorrent versions (qBittorrent < 4.1.0).
Please, update to last release and, if the bug/error/crash is still present, open another issue.
Thank you.

@ngosang commented on GitHub (Sep 16, 2018): We are closing all issues related to old qBittorrent versions (qBittorrent < 4.1.0). Please, update to last release and, if the bug/error/crash is still present, open another issue. Thank you.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/qBittorrent#7207
No description provided.