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

Nonstop crashing. #2768

Closed
nj-smith opened this issue Mar 23, 2015 · 4 comments
Closed

Nonstop crashing. #2768

nj-smith opened this issue Mar 23, 2015 · 4 comments

Comments

@nj-smith
Copy link

v3.2.0 alpha consistently crashes about a few minutes or so after opening.

Windows 7 Home Premium 64-bit.

@sledgehammer999
Copy link
Member

Can you post the filename of the installer you have used?

@nj-smith
Copy link
Author

qbittorrent_3.2.0alpha_20150308_19b9a84_setup.exe

@sledgehammer999
Copy link
Member

I'll need a backtrace from the crash.

  1. Download WinDbg from here: http://www.windbg.org/
  2. Install it
  3. Open Windbg
  4. File->Symbol File Path... and then input [b]srv_c:\mss_http://msdl.microsoft.com/download/symbols[/b]
  5. File->open executable...
  6. Choose qbittorrent.exe
  7. Debug->Go
  8. Do whatever you usually do to crash qbt. This time qbt will freeze instead upon crashing and you'll observe some output in the "Command" subwindow of "WinDbg".
  9. Now you should be able to input commands in the bottom of that subwindow.
  10. Issue: [b].load wow64exts[/b]
  11. Issue: [b]|* ~* kp[/b]
  12. Issue: [b]|* !analyze -v -f[/b]
  13. Issue: [b]|* lm[/b]

Note: It may take a while in the first try since WinDbg will try to download the symbol files.
After you issue the commands, paste the the output here. (or paste it in pastebin.com and link back here)

@sledgehammer999
Copy link
Member

Closing since you didn't respond in almost 13 days. If you have the above info, leave it here and I'll reopen the bug report.

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

No branches or pull requests

2 participants