enabling the contextinfo plugin causes exaile to crash
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Exaile |
Fix Released
|
Undecided
|
Dustin Spicuzza |
Bug Description
On a fresh new install of xubuntu quantal amd64, trying to enable exaile 3.3.1's contextinfo plugin crashes the process. The following is printed to the console when this happens:
** (exaile.py:6612): CRITICAL **: mist_style_
1 0x7fc4d8f886fd /usr/lib/
2 0x7fc4d8eb1258 /usr/lib/
3 0x7fc4d8dd13bd /usr/lib/
4 0x7fc4d8def633 /usr/lib/
5 0x7fc4d8e1df6e /usr/lib/
6 0x7fc4d8e2b33c /usr/lib/
7 0x7fc4d8e2ec59 /usr/lib/
I tried it with a different gtk theme, and the same thing happened.
Related branches
summary: |
- contextinfo plugin causes crash on ubuntu quantal amd64 + contextinfo plugin causes exaile to crash |
summary: |
- contextinfo plugin causes exaile to crash + enabling the contextinfo plugin causes exaile to crash |
Changed in exaile: | |
status: | Fix Committed → Fix Released |
Hm, this isn't a particularly useful stack trace. This does not occur on my Kubuntu 12.10 amd64 system. Can you perhaps run 'exaile --debug' and post the log if it has anything useful in it? Also, the versions of your python, python-gtk, libwebkit, and python-webkit might be useful. The first two will be printed in exaile's log at the beginning of the logfile (located in ~/.local/ share/exaile/ logs/ ).
Another thought if you're a developer type is you could run exaile via python-dbg and catch the stack trace in GDB, would produce a better output.