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 627678 - Internal GStreamer error when changing Genre on a batch of marked tunes from Rhythmbox
Internal GStreamer error when changing Genre on a batch of marked tunes from ...
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.x
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-22 23:18 UTC by stew.schneider
Modified: 2011-01-25 13:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description stew.schneider 2010-08-22 23:18:10 UTC
Notification is Internal GStreamer problem, file a bug
Comment 1 Felipe Besoaín Pino 2010-08-22 23:22:23 UTC
Thanks for taking the time to report this bug.
Without a stack trace from the crash it's very hard to determine what caused it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 Tim-Philipp Müller 2010-09-01 16:03:23 UTC
There is no crash here, just a (bad) error message.

Despite the error message, it's not clear that this is a bug in GStreamer and not in rhythmbox.

Could you create a debug log like this:

 $ GST_DEBUG=*:5 rhythmbox 2>dbg.log
 ... reproduce the problem / error, then quit rhythmbox, or Control-C ..
 $ bzip2 dbg.log

and then attach the dbg.log.bz2 file to this bug?

Also, what version of rhythmbox are you using?

And what version of GStreamer core/base/good?

   gst-inspect-0.10 fakesink | grep Version
   gst-inspect-0.10 playbin2 | grep Version
   gst-inspect-0.10 autoaudiosink | grep Version
Comment 3 Tim-Philipp Müller 2010-10-08 16:34:11 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!
Comment 4 thpublic+nospam 2011-01-25 13:07:12 UTC
I get this error too, so I followed your steps to log the problem.

After executing/closing multiple song properties, RB will stall - or at least the GUI will become unresponsive, occasionally resulting in this error.  I noticed it is more likely to trigger if RB is playing audio and the status graphic is animating.

RB v0.13.1

gst-inspect-0.10 fakesink | grep Version
  Version:		0.10.30
gst-inspect-0.10 playbin2 | grep Version
  Version:		0.10.30
gst-inspect-0.10 autoaudiosink | grep Version
  Version:		0.10.25

The compressed log is 201mb.  Can this bug tracking system accept that attachment size?