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 432358 - crash in Rhythmbox Music Player: listening to oggs, click...
crash in Rhythmbox Music Player: listening to oggs, click...
Status: RESOLVED DUPLICATE of bug 420106
Product: rhythmbox
Classification: Other
Component: general
0.10.0
Other All
: High critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-04-22 19:15 UTC by Dave Jones
Modified: 2007-04-23 23:01 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18



Description Dave Jones 2007-04-22 19:15:40 UTC
What were you doing when the application crashed?
listening to oggs, clicked next


Distribution: Fedora release 6.92 (Rawhide)
Gnome Release: 2.18.0 2007-03-23 (Red Hat, Inc)
BugBuddy Version: 2.18.0

System: Linux 2.6.20-1.3071.fc7PAE #1 SMP Sun Apr 15 22:52:54 EDT 2007 i686
X Vendor: The X.Org Foundation
X Vendor Release: 10299905
Selinux: Enforcing
Accessibility: Disabled
GTK+ Theme: Neutronium-Gtk2
Icon Theme: Tango

Memory status: size: 214061056 vsize: 214061056 resident: 63565824 share: 19267584 rss: 63565824 rss_rlim: 4294967295
CPU usage: start_time: 1177126706 rtime: 59816 utime: 33886 stime: 25930 cutime:1 cstime: 2 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/rhythmbox'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1209046784 (LWP 29475)]
[New Thread -1282413680 (LWP 4196)]
[New Thread -1360016496 (LWP 4195)]
[New Thread -1339036784 (LWP 4194)]
[New Thread -1393558640 (LWP 4190)]
[New Thread -1271923824 (LWP 4157)]
[New Thread -1303393392 (LWP 4108)]
[New Thread -1313883248 (LWP 4000)]
[New Thread -1292903536 (LWP 29483)]
(no debugging symbols found)
0x00f35410 in __kernel_vsyscall ()

Thread 7 (Thread -1303393392 (LWP 4108))

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 ??
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 ??
    from /usr/lib/gstreamer-0.10/libgstaudioresample.so
  • #5 ??
    from /usr/lib/gstreamer-0.10/libgstaudioresample.so
  • #6 ??
    from /usr/lib/gstreamer-0.10/libgstaudioresample.so
  • #7 ??
    from /usr/lib/libgstbase-0.10.so.0
  • #8 ??
    from /usr/lib/libgstbase-0.10.so.0
  • #9 gst_pad_set_caps
    from /usr/lib/libgstreamer-0.10.so.0
  • #10 ??
    from /usr/lib/libgstreamer-0.10.so.0
  • #11 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #12 ??
    from /usr/lib/libgstbase-0.10.so.0
  • #13 ??
    from /usr/lib/libgstreamer-0.10.so.0
  • #14 gst_pad_push
    from /usr/lib/libgstreamer-0.10.so.0
  • #15 ??
    from /usr/lib/gstreamer-0.10/libgstcoreelements.so
  • #16 ??
    from /usr/lib/libgstreamer-0.10.so.0
  • #17 ??
    from /lib/libglib-2.0.so.0
  • #18 ??
    from /lib/libglib-2.0.so.0
  • #19 start_thread
    from /lib/libpthread.so.0
  • #20 clone
    from /lib/libc.so.6


----------- .xsession-errors (988 sec old) ---------------------
  File "/usr/lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py", line 199, in on_search_response
    self.on_search_results (data.Details)
  File "/usr/lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py", line 202, in on_search_results
    self.on_search_completed (results)
  File "/usr/lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py", line 205, in on_search_completed
    self.on_search_completed_callback (self, self.entry, result, *self.args)
  File "/usr/lib/rhythmbox/plugins/rb/Coroutine.py", line 53, in callback
    self._resume ()
  File "/usr/lib/rhythmbox/plugins/rb/Coroutine.py", line 38, in _resume
    self._continuation.next ()
  File "/usr/lib/rhythmbox/plugins/artdisplay/CoverArtDatabase.py", line 154, in image_search
    for url in engine.get_best_match_urls (results):
  File "/usr/lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py", line 247, in get_best_match_urls
    if type (item.Artists.Artist) <> type ([]):
AttributeError: Bag instance has no attribute 'Artists'
--------------------------------------------------
Comment 1 Jonathan Matthew 2007-04-22 21:48:59 UTC
Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!

Looks like it's probably a duplicate of bug 420106.
Comment 2 Dave Jones 2007-04-22 23:06:06 UTC
Can't seem to repeat it, and I didn't have debuginfo installed at the time.

I wasn't overly optimistic that it'd be useful. Oh well, feel free to close if there's not enough to work with.
Comment 3 Jonathan Matthew 2007-04-23 23:01:32 UTC
I'm pretty sure this is the same issue as bug 420106, so I'm closing it as a duplicate.  A stack trace with debug symbols would still be welcome, though, just to confirm it.

*** This bug has been marked as a duplicate of 420106 ***