After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 702679 - exception hit when attempting to read an entry-view BPM column
exception hit when attempting to read an entry-view BPM column
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Plugins (other)
2.99.x
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-06-19 18:29 UTC by foss.freedom
Modified: 2013-06-22 06:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch -p0 to rb-entry-view.c to resolve this bug-report (483 bytes, patch)
2013-06-19 18:29 UTC, foss.freedom
committed Details | Review

Description foss.freedom 2013-06-19 18:29:55 UTC
Created attachment 247275 [details] [review]
patch -p0 to rb-entry-view.c to resolve this bug-report

The following error was observed that crashed RB 2.98/2.99.1

Rhythmbox:ERROR:rb-entry-view.c:1320:rb_entry_view_get_column: code should not be reached
Aborted


I was attempting to retrieve the BPM column in python on my entry-view source

self.get_column(RB.EntryViewColumn.BPM)

enc is a diff I created against the latest git version of Rhythmbox that resolves this issue.
Comment 1 Jonathan Matthew 2013-06-22 06:19:53 UTC
I fixed up a few other things and pushed this as commit 8dfeee2.