-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Crash after moving files in 4.4.0rc1 #15779
Comments
Are you really able to reproduce this problem by repeating these steps? |
I also experience this crash. In my case I am moving Japanese torrent into non-Japanese path. Crash doesn't happen every time, but often enough to be easy to reproduce. As a side-note, I use English system locale and UTF-8 is disabled. |
@eggpa Do you have any stack trace? What operating system?
@13xforever Isn't that build version Windows 11 & not 10?? @glassez this may explain the short stacktrace (If Windows 11 SDK wasn't included at release/compile time?!) |
Yes, it's Windows 11, I just copied from the crash info as is |
@xavier2k6, I do have stack trace, didn't post it because few top lines are the same so I thought it's not necessary, but here it is. I am using Windows 11 Pro N x64, version 21H2, build 22000.318, although in qBittorrent crash info it says Windows 10. qBittorrent version: v4.4.0rc1 (64-bit) Caught signal: SIGSEGV
|
A few lines at the top have little use for us. They are always the same, since they relate to the logic of generating the stack trace itself. |
I was not able to reproduce this problem on Qt 5.12. As I was playing with Qt 6.2 I managed to get two more stack traces which are slightly different:
Additionally, I believe I found a way to reproduce this problem with a very high probability (was able to do it 10+ times in a row):
Additionally, I noticed that sometimes qBittorrent crashes so badly that it doesn't even show the crash info :( |
@eggpa Thank you!, can confirm that reproducible steps below result in a crash (Windows 10):
I can't reproduce it with official qBittorrent 4.3.9 or with v4.4.0rc1 (Qt5 version) which both use Qt5.15.2 qBittorrent version: v4.4.0rc1 (64-bit) Caught signal: SIGSEGV
EDIT:
|
@glassez BTW, I don't think this will be an issue in whatever official qBittorrent version will use Qt6 since |
Just checked with the latest master commit & Qt 6.2.2 since the qBittorrent version: v4.5.0alpha1 (64-bit) Caught signal: SIGSEGV
|
qBittorrent & operating system versions
qBittorrent version: v4.4.0rc1 (64-bit)
Libtorrent version: 2.0.4.0
Qt version: 6.2.0
Boost version: 1.76.0
OpenSSL version: 1.1.1l
zlib version: 1.2.11
OS version: Windows 11 Version 21H2 10.0.22000 x86_64
What is the problem?
Caught signal: SIGSEGV
Steps to reproduce
Additional context
This may be QT6 specific issue, I haven't had this problem in beta
Log(s) & preferences file(s)
No response
The text was updated successfully, but these errors were encountered: