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 344158 - Crash w
Crash w
Status: RESOLVED DUPLICATE of bug 345930
Product: rhythmbox
Classification: Other
Component: Importing
unspecified
Other other
: Normal critical
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-07 13:54 UTC by James "Doc" Livingston
Modified: 2006-08-04 21:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
first 100K of the file /home/iceman/Music/Herbie Hancock - cantaloupe island.mp3 (2.00 KB, audio/mpeg)
2006-07-30 19:18 UTC, Nicolas da Luz Duque
Details

Description James "Doc" Livingston 2006-06-07 13:54:23 UTC
+++ This bug was initially created as a clone of Bug #332503 +++

I think I'm encountering the same problem. I'm using rhythmbox version 0.9.3.1
on an ubuntu dapper updated daily.

The file produced by "rhythmbox -d 2> rb_crash.log" is available here:
http://membres.lycos.fr/ekillersclan/Trucs_en_vrac/rb_crash.log

And here's the stack trace obtained via gdb:

(gdb) thread apply all bt

Thread 11 (Thread -1282364496 (LWP 23106))

  • #0 clone
    from /lib/tls/i686/cmov/libc.so.6
  • #1 ??
  • #2 ??

Thread 7 (Thread -1282364496 (LWP 23106))

  • #0 clone
    from /lib/tls/i686/cmov/libc.so.6
  • #1 ??
  • #2 ??

Thread 6 (Thread -1282364496 (LWP 23106))

  • #0 clone
    from /lib/tls/i686/cmov/libc.so.6
  • #1 ??
  • #2 ??

Thread 5 (Thread -1282364496 (LWP 23106))

  • #0 clone
    from /lib/tls/i686/cmov/libc.so.6
  • #1 ??
  • #2 ??

Thread 2 (Thread -1264800848 (LWP 23073))

  • #0 gst_push_src_get_type
    from /usr/lib/libgstbase-0.10.so.0
  • #1 gst_type_find_peek
    from /usr/lib/libgstreamer-0.10.so.0
  • #2 mpeg_ts_probe_headers
    from /usr/lib/gstreamer-0.10/libgsttypefindfunctions.so
  • #3 gst_type_find_factory_call_function
    from /usr/lib/libgstreamer-0.10.so.0
  • #4 gst_type_find_helper_get_range
    from /usr/lib/libgstbase-0.10.so.0
  • #5 gst_id3demux_get_type
    from /usr/lib/gstreamer-0.10/libgstid3demux.so
  • #6 gst_pad_set_active
    from /usr/lib/libgstreamer-0.10.so.0
  • #7 gst_element_lost_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #8 gst_iterator_fold
    from /usr/lib/libgstreamer-0.10.so.0
  • #9 gst_element_lost_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #10 gst_element_lost_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #11 gst_element_lost_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #12 gst_id3demux_get_type
    from /usr/lib/gstreamer-0.10/libgstid3demux.so
  • #13 gst_element_continue_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #14 gst_element_lost_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #15 gst_element_set_state
    from /usr/lib/libgstreamer-0.10.so.0
  • #16 ??
    from /usr/lib/gstreamer-0.10/libgstdecodebin.so
  • #17 ??
  • #18 ??
  • #19 ??
    from /usr/lib/gstreamer-0.10/libgstdecodebin.so
  • #20 ??
  • #21 ??

Comment 1 Jonathan Matthew 2006-07-30 13:21:50 UTC
This looks like an id3demux issue (probably already fixed, too).  Nicolas, could you attach the first 100kB of the file file:///home/iceman/Music/Herbie%20Hancock%20-%20cantaloupe%20island.mp3?
(head -c 100k /home/iceman/Music/Herbie%20Hancock%20-%20cantaloupe%20island.mp3 > tempfile)
Comment 2 Nicolas da Luz Duque 2006-07-30 19:18:47 UTC
Created attachment 69918 [details]
first 100K of the file /home/iceman/Music/Herbie Hancock - cantaloupe island.mp3

There you are! Hope this helps.
Comment 3 Jonathan Matthew 2006-07-30 22:14:14 UTC
Is the original file really only 2048 bytes?  If so, this is a duplicate of bug 345930.
Comment 4 Nicolas da Luz Duque 2006-08-04 20:17:01 UTC
It seems so...

iceman@Kamui:~/Music $ ls -l Herbie\ Hancock\ -\ cantaloupe\ island.mp3
-rwx------ 1 iceman iceman 2048 2004-12-18 17:34 Herbie Hancock - cantaloupe island.mp3
Comment 5 Jonathan Matthew 2006-08-04 21:46:23 UTC
OK, marking this one as a duplicate.  Thanks for providing the information we needed to sort this out.  Upgrading to the next version of gst-plugins-good (not yet released) will solve this problem for you.


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