-
Notifications
You must be signed in to change notification settings - Fork 13
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
Crashes Rhythmbox 3.3 after playing podcast and reopening Rhythmbox from background #18
Comments
Very odd. To debug try adding a # in front of the "From radio_browser_source" in radio_browser.py This comments this line out and stops it executing If this works, debug further by uncommenting that line but this time commenting out various imports upto line 58 of radio_browser_source.py |
I commented out line 33 of radio-browser.py: I will try now commenting the other lines, it takes a while as I have to play a complete podcast to reproduce the crash. Should I comment out all the lines that say import or only these ones?: #from feed import Feed |
Commenting out only the lines above I could reproduce the crash again, should I comment out all lines that say "import" until line 58? |
You could comment out 50% of all the lines ... Both 'from ' and 'import' If it still crashes then the issue is in the remaining 50%. So you could then comment out 50% of the remaining. This binary chop way of debugging means you can find the issue in just a handful of tries. |
I can reproduce the crash even if I comment out ALL lines that say "import" until line 58 of radio_browser_source.py |
I've been doing more trials, and now I get the crash even if I comment out the line the "From radio_browser_source" in radio_browser.py. |
Sorry, ignore the previous message, after some more trials it is clear that commenting out the line the "From radio_browser_source" in radio_browser.py eliminates the crash. I will look more carefully into radio_browser_source.py to see if I can narrow down the culprit. |
This plugin is crashing Rhythmbox in my system. The steps to reproduce are:
Please see:
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/1578260
There is a stacktrace there in case it may be useful.
My system:
Description: Ubuntu 16.04 LTS
Release: 16.04
If I disable the plugin I cannot reproduce.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: